/* base.css */
html {
	min-height: 100%;
}

body {
	display: block;
	min-height: 100%;
	background:#85b4e4;
	margin:0;
	padding:0;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
}

#mainWrapper {
	float:left;
	width:991px;
	height:auto;
	/*margin:0 auto;*/
	margin:0;
	text-align:left;
}
#headerWrapper {
	width:991px;
	height:264px;
	float:left;
	background:#85b4e4;
}
#headerWrapper h1 {
	width:518px;
	float:left;
	margin:0;
	padding:0 0 0 226px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	line-height:32px;
	color:#fff;
}

#searchWrap {
	width:247px;
	float:left;
	position:relative;
	height:24px;
	padding:4px 0;

}
.serTxt {
	background:#fff;
	border:1px solid #acbabd;
	height:20px;
	width:261px;
	position:absolute;
	top:1px;
	right:0;
	text-indent:27px;
	color:#969696;
	font-size:13px;
	font-weight: normal;
	line-height:20px;
}
.btnSearch {
	position:absolute;
	top:2px;
	right:1px;
}
.clear {
	clear:both;
	font-size:0;
	height:1px;
}


#contentWrapper {
	width:991px;
	height:auto;
	display:block;
	float:left;
	background:#fff url(/fileadmin/web/images/contentBg.jpg) repeat-y left;
}
.logo {
	float:left;
	margin:0;
	padding:0;
	width:191px;
	height:232px;
}
.banner {
	float:left;
	margin:0;
	padding:0;
	width:800px;
	height:232px;
	overflow:hidden;
}
.searchHolder {
	height:32px;
	width:100%;
	float:left;
	clear:left;
	margin:0;
	padding:0;
}

/* stage */
#stage {
	position: relative;
	width: 950px;
	margin: 0 auto;
	padding: 100px 0 0 0;
}
#stage:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* logo */
#logo {
	position: absolute;
	top: 0;
	left: 0;
}
#logo a {
	overflow: hidden;
	display: block;
	width: 300px;
	height: 60px;
	text-indent: -22222px;
	background: url('/fileadmin/web/images/logo.gif') center center no-repeat;
}
#logo img,
#logo br
{
	display: none;
}

/* layout */
#layout {
	
}
#layout:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* content */
#content {
	
}
#content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* footer */
#footer {
	clear: both;
}
#footer .menu {
	
}

#footer li.ftr_active a{
	color:#000;
}

#footer .copyright {
	
}

#midCol ul li{
	list-style:circle;
	margin: 2px 0 0 20px;
}



/* nav */
#nav {
	padding-bottom:10px !important;
	float:left;
	width:100%;
	clear:left;
	color:#000;
	margin-bottom:20px;
	font-size:11px;
}
#nav, #nav ul {
	padding:0;
	margin:0;
	list-style:none;
}
#nav li a {
	padding-left:0px;
	white-space:nowrap;
}
#nav li ul li a {
	padding-left:0;
}
#nav ul {
	padding-left:0px;
	float:left;
	width:191px;
}
#nav li a {
	color:#000;
	text-decoration:none;
	font-size:11px;
}
#nav li {
	font-size:11px;
	line-height:21px;
	color:#000;
	cursor:pointer;
	width:169px;
	background:transparent url(/fileadmin/web/images/bgMenuNormal.jpg) no-repeat bottom right;
	text-align:right;
	padding:0 22px 0 0;
	float:left;
}
#nav li.down {
	text-indent:0px;
}
#nav li a:hover {
	text-decoration:none;
}
#nav ul {
	background:#e1eaf9;
	width:191px;
	overflow:hidden;
}
#nav ul li {
	padding:0 !important; width:191px;
}
#nav li.current {
	background:#fff; 
}
#nav li.current ul {
	border-top:1px solid #a2b9e5; width:191px; clear:both; display:block; 
}
#nav li ul li {
	padding:0 !important;
	width:191px !important;	
	padding:0 !important;
	background:url(/fileadmin/web/images/bgsubmenu.jpg) no-repeat bottom right !important;
}
#nav li ul li a {
	padding-right:22px;
	display:block;
	width:169px;	
}
#nav li ul li a:hover {
	background:#ffffff url(/fileadmin/web/images/bgsubmenu.jpg) no-repeat bottom right !important;
}
#nav li ul li.current a {
	background: url(/fileadmin/web/images/wb20.jpg) repeat-y right;
	font-weight:bold;
}
#nav li:hover {
	/*background-color:#fff;
	background-image:none;*/
	background: #ffffff url("/fileadmin/web/images/bgMenuNormal.jpg") no-repeat scroll right bottom;
}
#nav li ul li:hover a {
	
}





/* leftCol */
#leftCol {
	float:left;
	width:191px;
	position:relative;
	min-height:210px;
	height:auto !important;
	height:210px;
}


/* midCol */
#midCol a, a:visited, a:active{
	text-decoration:none;
	color:#000;
}
#midCol a:hover{
	text-decoration:underline;	
}

#midCol {
	float:left;
	width:464px !important;
	height:auto;
	padding:24px 35px 24px 35px;
}

#midCol h1 {
	font-size:17px;
	line-height:15px;
	margin:0 0 20px 0;
	padding:0 0 5px 0;
	color:#000;
	background:transparent url(/fileadmin/web/images/btmBg.jpg) no-repeat bottom left;
}
strong, bold {
	font-weight:bold;
}
#midCol p {
	padding:0 0 18px 0;
	font-size:12px;
	line-height:19px;
	color:#000;
	text-align:left;
}


/* rightCol */
#rightCol {
	float:right;
	width:263px;
	height:auto;
	background:#fff url(/fileadmin/web/images/rcBg.jpg) no-repeat top left;
	min-height:210px;
	height:auto !important;
	height:210px;
	padding:30px 0;
}

#rightCol h2 {
	padding:0 0 0 35px;
	margin:0 0 22px 0;
	float:left;
	background:transparent url(/fileadmin/web/images/wb20.jpg) repeat-y top left;
	display:block;
	font-size:17px;
	font-weight:bold;
	color:#000;
	width:228px;
}

#rightCol ul.newsList li a:hover {
	color:#85b4e4;
	text-decoration:none;
}

#rightCol .imgHolder {
	padding:70px 0 0 0;
	float:left;
	clear:both;
	width:263px;
	height:auto;
	overflow:hidden;
}

#rightCol .imgHolder a img {
	margin:0;
	padding:0;
	border:0;
}

#rightCol p {
	padding:0 10px 5px 35px;
	line-height:19px;
	font-size:12px;
	text-align:justify;
}

#rightCol .csc-header {
	padding: 0px 10px 0px 35px;
	margin-bottom: 10px;
	background:transparent url(/fileadmin/web/images/wb20.jpg) repeat-y top left;

}

#rightCol .csc-header h1 {
	font-weight: bold;
	font-size: 12px;
	background: url("/fileadmin/web/images/btmBg.jpg") no-repeat scroll left bottom transparent;
	padding: 0px 0px 2px 0px;
}
#rightCol p a {
	color:#000;
	text-decoration:none;
}
#rightCol p a:hover {
	color:#85b4e4;
	text-decoration:none;
}






/* footer */
#footer {
	height: auto;
	width:991px;
	float:left;
	padding:34px 0 12px 0;
	background:#fff url(/fileadmin/web/images/contentBg.jpg) repeat-y left;
	margin:0;
}
.ftrLink {
	font-size:9px;
	color:#e1eaf9;
	text-align:right;
	float:left;
	line-height:13px;
	padding:0px 20px 0px 20px;
	width:965px; 
}
.ftrLink ul{ width:152px; float: left; } 
.ftrLink ul li a {
	text-decoration:none;
	color:#e1eaf9;
}
.ftrLink ul li a:hover {
	text-decoration:none;
	color:#000;
}
