@charset "utf-8";
/* CSS Document */

html, body {
	height:100%;
	margin:0;
	padding:0;
	background:url(../images/body_bg.jpg) #f0f4ec top left repeat-y;
	font-family: Verdana, Arial, Helvetica;
	color:#333333;
}
/*height Holders*/

.expandBodyBG {
	z-index:1;
	position:fixed;
	top:0;
	left:0;
	width:86.4em;
	min-width: 864px;
	height:100%;
	margin:0;
	padding:0;
}
.fullHeight {
	/* Body uses 95% of the hegth from the site
	the rest is set to the footer 5% 
	they need height hack for IE 6 <
	*/
	min-height:93%;
	clear:both;
	width:100%;
	z-index: 2;
	position:relative;
}
/* Width Body Holder */
.bodyWidth {
	width:86.4em;
	min-width: 864px;
}
/*Header CSS */
.headerFull {
	background-color:#FFFFFF;
	width:100%;
	height: 71px;
}
.headerLogo {
	border:none;
	margin:0;
	padding:0;
	float:left;
}
.headerSlogan {
	float:right;
}
/*Sub Header CSS */

.subHeaderFull {
	width:100%;
	background:url(../images/sub_header_full_bg.jpg) repeat-x;
	height:160px;
	clear:both;
}
.subHaderBodySpacer {
	background-color:#FFFFFF;
	height:20px;
	min-height:20px;
	width:100%;
	min-width:697px;
	margin:0;
	padding-top: 5px;
	clear:right;
}
.subHeaderLeft {
	width:15em;
	min-width: 150px;
	height:160px;
	border-left: rgb(0,82,158) solid 11px;
	border-right:#FFFFFF solid 4px;
	background-color: rgb(210, 215, 235);
	float:left;
}
.subHeaderLeftBottomBorder {
	width:15em;
	min-width: 150px;
	height:79px;
	border-bottom: rgb(236,239,246) solid 43px;
}
.subHeaderPicture {
	width:51.2em;
	min-width: 512px;
	height:160px;
	float:left;
	margin:0;
	padding:0;
}
.subHeaderRight {
	width:18.3em;
	min-width: 183px;
	height:160px;
	background:url(../images/sub_header_right_col_bg.jpg) repeat-x top;
	float:left;
	clear:right;
	padding: 0 2px 0 2px;
	text-align:center;
}
.subHeaderTransparentLayaer {
	height:160px;
	width:12.1em;
	min-width: 121px;
	margin:0;
	padding:0;
	float:left;
	background:url(../images/header_transparent_layer.png) top repeat-x;
}
/* Sub Header Menu */
.subHeaderRightColMenu {
	margin:0;
	padding: 9px 0 0 0;
}
.subHeaderRightColActIMG {
	padding-top: 31px;
}
ul.headerMenuUL {
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
}
ul.headerMenuUL li {
	display:inline;
	font-weight:bold;
	line-height:normal;
	padding: 0;
}
ul.headerMenuUL li a:link, ul.headerMenuUL li a:visited {
	text-decoration:none;
	color:#efdbd0;
	padding: 0 3px 0 0;
	font-size: 0.9em;
}
ul.headerMenuUL li a:hover {
	text-decoration:underline;
	color:#efdbd0;
	font-size: 0.9em;
}
/* Sub Header Menu End*/



/* Left Col */
.leftCol {
	width: 15.1em;
	min-width: 151px;
	margin:0;
	padding: 0 4px 0 11px;
	text-align:center;
	float:left;
}
/* Main Content */

.mainContent {
	width: 48.1em;
	min-width: 481px;
	padding: 23px 1.3em 23px 1.7em;
	float:left;/*background-color:rgb(243,246,239);*/
}
/* Right Col */

.rightCol {
	width:17.3em;
	min-width: 173px;
	float:left;
	clear:right;
	padding: 23px 0.7em 0 7px;
}
/* Font Resizer */

.fonResizer {
	color: rgb(200,206,232);
	z-index:3;
	height:25px;
	position:relative;
	clear:both;
	width: 15.1em;
	min-width: 151px;
	text-align:right;
	padding: 0 0 10px 0;
}
.fonResizer a, .fonResizer a:link, .fonResizer a:visited {
	font-weight: bold;
	text-decoration:none;
	color: rgb(200,206,232);
}
.fonResizer .fontSmall {
	font-size:16px;
}
.fonResizer .fontLarge {
	font-size:20px;
}
/* Footer Css */

.footer {
	clear:both;
	min-height:3%;
	width: 100%;
	background-color:#FFFFFF;
	text-align:left;
	z-index:4;
	height:25px;
	position:relative;
}
.footerDruck {
	float:left;
	padding-left: 180px;
}
.footerTop {
	float:right;
	padding-right: 200px;
}
.footer a:link, .footer a:visited, .footer a:link, .footer a:visited {
	color:rgb(127,127,127);
	font-weight:normal;
	line-height:25px;
	text-decoration:none;
	font-size: 1em;
}
.footer a:hover, .footer a:active, .footer a:hover, .footer a:active {
	color:#666666;
	font-size: 1em;
}
/* Main Navigation */

.mainMenu {
	padding: 0 17px 0 13px;
	text-align:center;
}
.mainMenuL1, .mainMenuL1CurrentUL {
	list-style:none;
	text-align:left;
	margin:0;
	padding:0;
}
.mainMenuL1 {
/*border-top: #999999 1px solid; */
}
.mainMenuL1LiFirst {
	border-top: #999999 1px solid;
}
.mainMenuL1LiFirstCurrent {
	border-top: #000000 1px solid;
}
.mainMenuL1CurrentUL {
	border-top: #999999 1px solid;
}
.mainMenuL1LiCurrent {
	border-bottom: #000000 solid 1px;
	border-top: #000000 1px solid;
	margin-top:-1px;
}
.mainMenuL1Li {
	border-bottom: #999999 solid 1px;
}
.mainMenuL1Li, .mainMenuL1LiCurrent {
	padding: 0 0 0 10px;
	line-height: 1.9em;
}
.mainMenuL1Li a:link, .mainMenuL1Li a:visited {
	display:block;
	color:#666666;
	text-decoration:none;
	font-weight:bold;
	font-size:1.1em;
}
.mainMenuL1LiCurrent a:hover, .mainMenuL1Li a:hover, .mainMenuL1LiCurrent a:link, .mainMenuL1LiCurrent a:visited {
	display:block;
	color:#005aa8;
	text-decoration:none;
	font-weight:bold;
	font-size:1.1em;
}
/* Main Menu sub level */
.mainMenuL2 {
	list-style:none;
	text-align:left;
	margin:0;
	padding:0;
	border:none;
}
.mainMenuL2Li, .mainMenuL2LiCurrent {
	margin:0;
	padding: 2px 0 3px 0;
	line-height: 1.3em;
}
.mainMenuL2Li a:link, .mainMenuL2Li a:visited, .mainMenuL2LiCurrent a:link, .mainMenuL2LiCurrent a:visited {
	display:block;
	color:#666666;
	text-decoration:none;
	font-weight:normal;
	background:url(../images/main_menu_bullet_out.jpg) no-repeat top left;
	padding: 0 0 0 10px;
	margin:0 -17px 0 0;
	font-size:1.1em;
}
.mainMenuL2LiCurrent a:hover, .mainMenuL2Li a:hover {
	color:#005aa8;
	font-weight:normal;
	background:url(../images/main_menu_bullet_hover.jpg) #FFFFFF top no-repeat left;
	font-size:1.1em;
}
.mainMenuL2LiCurrent a:link, .mainMenuL2LiCurrent a:visited {
	background:url(../images/main_menu_bullet_hover.jpg) #FFFFFF top no-repeat left;
	color:#005aa8;
	font-size:1.1em;
}
/* Fixed Content Styles */

.mainContent hr {
	margin:0 0 0 -17px;
	padding:0;
	text-align:left;
	height: 5px;
	width:417px;
	color:#FFFFFF;
	background-color:#FFFFFF;
	border:none;
	clear:right;
}

h2.newsListTitle {
	line-height:1.4em;
	font-size:1.1em;
	margin:0;
	font-weight:bold;
}

h2.newsListTitle a:link, h2.newsListTitle a:active, h2.newsListTitle a:hover, h2.newsListTitle a:visited {
	font-weight:bold;
	text-decoration:none;
}


/* Search Box Styles */
.searchBox {
	padding: 11px 17px 12px 24px;
	margin:0;
	text-align:center;
}
.searchBox form {
	margin:0;
	padding:0;
}
.login_input {
	width: 84px;
	height: 1.2em;
	border: #005aa8 1px solid;
	font-size: 9px;
	line-height: 1.2em;
	color:#999999;
	text-align:center;
}
.searchBox form .submitButton {
	width:17px;
	height:12px;
	background-image:url(../images/home_search_button.jpg);
	border:none;
	cursor:pointer;
}
/************************************************************************************************************/

/* Index Search */
.tx-indexedsearch-whatis {
	font-weight:bold;
	color:#005aa8;
	margin:0;
	font-size:1.4em;
}
/*.tx-indexedsearch-descr, .tx-indexedsearch-percent, .tx-indexedsearch-info, .tx-indexedsearch-title, .tx-indexedsearch-redMarkup {

}*/
.tx-indexedsearch-redMarkup {
	color:#990000;
	font-size:inherit;
}
.tx-indexedsearch-browsebox {
	margin:0;
	padding:0 0 14px 0;
	width: 480px;
	text-align:right;
}
.browsebox {
	list-style:none;
}
.browsebox li a {
	padding-left:5px;
	font-size: inherit;
}
ul.browsebox li a:link, ul.browsebox li a:visited {
	color:#CCCCCC;
}
ul.browsebox li a:hover {
	color:#005aa8;
	text-decoration:none;
}
ul.browsebox li.tx-indexedsearch-browselist-currentPage a {
	color:#005aa8;
	text-decoration:none;
}
.tx-indexedsearch-browselist-currentPage, .browsebox li {
	display: inline;
	margin: 0;
	padding:0;
}
.tx-indexedsearch-res {
	clear:left;
	border-bottom:#FFFFFF solid 5px;
	width:400px;
	border:none;
}
.searchResultTitle a:link, .searchResultTitle a:visited, .searchResultTitle a:hover {
	font-weight:bold;
}
/* Typo Styles*/

.csc-textpic-clear {
	padding-bottom: 10px;
}
/* Tab Menu */

.tabMenuContainer {
	height:20px;
	background:url(../images/tab_menu_IMG/tabcontainer_bg.gif) repeat-x;
	min-width:699px;
	clear:right;
}
.tabMenuWraper {
	background-color:#FFFFFF;
	width: 16.6em;
	min-width: 166px;
	float:left;
	height:20px;
}
.tabMenu {
	background-color:#FFFFFF;
	clear:right;
	width:69.7em;
	min-width:698px;
	background:url(../images/tab_menu_IMG/tabdiv_bg.gif) repeat-x;
	height:20px;
	float: left;
}
.tabMenu .img, .tabMenu .item, .tabMenu .item2 {
	float: left;
	height:20px;
}
.tabMenu .item {
	background:url(../images/tab_menu_IMG/n_bg.gif) repeat-x;
}
.tabMenu .item2 {
	background:url(../images/tab_menu_IMG/l2.gif) repeat-x;
}
.tabMenu .item A, .tabMenu .item2 A {
	padding: 0px 10px;
	line-height:18px;
	font-size: 1em;
	text-decoration:none;
	padding-bottom: 2px;
	font-weight: normal;
}
.tabMenu .item A {
	color:#666666;
}
.tabMenu .item2 A {
	color:#666666;
	font-weight: bold;
}
.tabMenu .item A:hover, .tabMenu2 .item A:hover {
	text-decoration:none;
}
