@import url("news.css");
html, body{
	margin:0;
	padding:0;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #004392;
}
#wrapper{
	position: relative;
}
#pagewidth{ 
	width:800px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;  
	position: relative;
} 
#header{
	position:relative;
	height:179px;
	width:100%;
	background-image: url(images/headerPic.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}
#homeLink{
	position:absolute;
	top:20px;
	left:30px;
}
#homeLink a{
	display:block;
	width:232px;
	height:94px;
	text-indent:-999px;
}
#rssHolder{
	position:absolute;
	right:12px;
	top:127px;
	z-index:2000;
}
#rssHolder a, #rssHolder img{
	border:none;
	padding:0;
	margin:0;
}
#mainNav{
	position: absolute;
	top: 116px;
	left: 0px;
	background-color: #004392;
	height: 37px;
	width: 100%;
	z-index: 1000;
}
#mainNav ul{
	margin: 0;
	padding: 12px 0px 12px 0px;
	position: relative;
}
#mainNav li{
	display: inline;
	list-style-type: none;
	/*margin-right: 11px;*/
	position: relative;	
	display: block;
	width: auto;
	float: left;
}
#mainNav a{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding: 13px 11px 11px 11px;
	background-image: url(images/mainNaviBack.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#mainNav a:hover, .activeMainNav a{
	color: #BECE00;
}
#mainNav li ul{
	position: absolute;
	top: 25px;
	left: 0px;
	padding: 0;
	margin: 0;
	list-style-type: none;
	z-index: 2000;
	background-color: #0081C5;
	display: none;
}
* html #mainNav li ul{
	top: 25px !important;
}
*+html #mainNav li ul{
	top: 25px !important;
}
.subNavi a{
	padding: 5px !important;
	border-bottom: 1px solid #D5E8F6;
	border-left: 1px solid #D5E8F6;
	border-right: 1px solid #D5E8F6;
	display: block;
	width: 140px;
	font-size: 11px;
	background-image: none;
}
#metaNav{
	position: absolute;
	top: 153px;
	left: 0px;
	text-align: right;
	width: 100%;
}
#metaNav ul{
	margin: 0;
	padding: 5px;
}
#metaNav li{
	display: inline;
	list-style-type: none;	
}
#metaNav a{
	color: #004392;
	text-decoration: none;
	font-size: 10px;
	border-left: 1px solid #004392;
	padding: 0px 5px 0px 7px;
}
#metaNav a:hover{
	color: #BECE00;
}
#leftcol{
	width:180px; 
	float:left; 
	position:relative;
	z-index: 90;
}
#picHolder2{
	height: 180px;
	overflow: hidden;
	margin-bottom: 10px;
}
#infoHolder{
	padding-top: 10px;
	/*background-image: url(images/infobarTop.gif);
	background-repeat: no-repeat;
	background-position: right top;*/
	overflow: hidden;
	/*min-height: 250px;
	height: auto !important;
	height: 250px;*/
}
#infoHolder h1{
	font-size: 12px;
	font-weight: bold;
}
#infoHolder a{
	color: #0081C5;
}
#infoHolderBottom{
	/*background-image: url(images/infobarBottom.jpg);
	background-repeat: no-repeat;
	background-position: right top;*/
	height: 10px;
}
#maincol{
	/*display:inline;*/
	float: right;
	position: relative;
	/*top: 0px;
	left: 210px;*/
	width:568px;
	padding: 0px 20px 20px 20px;
	line-height: 19px;
	/*text-align: justify;*/
	overflow: hidden;
}
#maincol_old{
	/*display:inline;*/
	/*float: right;
	position: relative;*/
	position: absolute;
	top: 0px;
	left: 210px;
	width:548px;
	padding: 0px 20px 20px 20px;
	line-height: 19px;
	margin-bottom: 50px;
	/*text-align: justify;*/
}
#maincol ul, #maincol ol {
	clear:both;
}
#maincol ul li{
	list-style-type: disc;
}
#maincol .csc-firstHeader{
	font-size: 20px !important;
	font-weight: normal !important;
	color: #004392;
}
#maincol .csc-header-n1 h1{
	border-bottom: none !important;
}
.csc-header h1{
	font-size: 14px;
	font-weight: normal;
	color: #004392;	
	border-bottom: 1px solid #004392;
}
.csc-header br, .csc-header img{
	display: none;
}
.csc-mailform{
	border: none;
	padding: 0;
}
.csc-mailform label{
	display: block;
}
.csc-mailform input, .csc-mailform textarea, .csc-searchform input, .csc-searchform select, .map24_input, .map24_list{
	width: 330px;
	border: 1px solid #004392;
	color: #004392;
	font-size:11px;
}
.csc-mailform-submit{
	width: 332px !important;
	margin-top: 10px;
	color: #004392;
	font-size:11px;
}
.csc-searchform td{
	vertical-align: middle !important;
}
#searchForm input{
	border: 1px solid #004392;
	width: 176px;
	color: #004392;
	font-size:11px;
}
#maincol a{
	color: #004392;
	text-decoration: underline;	
}
#maincol a:hover{
	color: #BECE00;	
}
#maincol a:visited{
	color: #4494AD;
}
#maincol td{
	vertical-align: top;
	padding: 3px;
}
table .bodytext{
	margin: 0;
}
/* ################### csc-menu ################### */
.csc-menu, .csc-menu ul{
	list-style:none;
	padding: 0px;
	margin: 0px;
}
.csc-menu li{
	list-style:none !important;
	display: block;
	/*background-color: #004392;*/
}
.csc-menu li a{
	color: #fff !important;
	padding-left: 3px;
	background-color: #0081c6;
	display: block;
	border-bottom:1px solid white;
	text-decoration:none !important;
}
* html .csc-menu li a{
	width:100%;
} 
.csc-menu li li{
	padding-left: 30px;
	/*background-color: #D5E8F6 !important;*/
}
.csc-menu li li a{
	color: #ffffff !important;
	background-color: #0081C5 !important;
	display: block;
}
/* ################### csc-menu End ################### */
/* ################### Sitemap ################### */
.csc-sitemap ul{
	padding: 0px;
	margin: 0px;
}
.csc-sitemap li{
	list-style:none !important;
	/*width: 120%;*/
	display: block;
	padding: 0px;
	margin: 0px;
}
.csc-sitemap li a{
	color: #fff !important;
	background-color: #0081C5 !important;
	text-decoration: none !important;
	padding-left: 10px;
	display: block;
	border-bottom:1px solid white;
}
* html .csc-sitemap li a, * html .csc-sitemap li li a, * html .csc-sitemap li li li a{
	width:100%;
}
.csc-sitemap li li{
	background-color: #0081C5 !important;
} 
.csc-sitemap li li a{
	color: #ffffff !important;
	background-color: #55ABD8 !important;
	padding-left: 20px;
}
.csc-sitemap li li li{
	background-color: #AAD5EC !important;
	color: #004392 !important;
}
.csc-sitemap li li li a{
	background-color: #AAD5EC !important;
	color: #004392 !important;
	padding-left: 30px;
}

/* ################### Sitemap End ################### */
/* ################### Newsletter Extension ################### */
.tx-d3newslettersubscription-pi1 label{
	display:block;
}
.tx-d3newslettersubscription-pi1 input{
	width: 330px;
	border: 1px solid #004392;
	color: #004392;
	font-size:11px;
}
.tx_d3newslettersubscription_pi1-radio{
	width:auto !important;
}
.tx_d3newslettersubscription_pi1-labelradio{
	display:inline !important;
}
.leftContentCol{
	width:60%;
	float:left;
}
.rightContentCol{
	width:35%;
	float:right;
}
/* ################### Newsletter Extension End ################### */
#breadCrumbs{
	font-size: 10px;
	color: #004392;	
}
#breadCrumbs a, #breadCrumbs a:visited{
	font-size: 10px;
	color: #004392;
	text-decoration: none;
}
#breadCrumbs a:hover{
	color: #BECE00 !important;
}
#footer{
	margin-top: 50px;
	height:71px;
	clear:both;
	background-image: url(images/footerBack.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
	position:relative;
} 
#footerW3C{
	position:absolute;
	top:34px;
	left:5px;
}
#footerW3C img{
	border:none;	
}
/* *** Float containers fix *** */ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix{display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

