@charset "utf-8";
/* CSS Document */

body {
	margin: 0px; 
	padding: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px; 
	font-smooth:always;
	color:#000000; 
	background-color:#FFFFFF;
}

textarea { 
  font-family: Arial, Verdana, Helvetica, sans-serif; 
  font-size: 13px;
  color:#000000; 
}


* { 
	outline: none; 
}

img, img a:link, image a:active, img a:visited, img a:hover {
	border:0px;
	text-decoration: underline;
}

a:link {
	text-decoration: underline;
	padding-bottom: 1px; 
	color: #000000;
}

a:visited {
	text-decoration: underline;
	padding-bottom: 1px;
  	color: #000000;
}


a:hover {
	text-decoration: underline;
	padding-bottom: 1px; 
	color: #006699;

}

a:active {
	text-decoration: underline;
	padding-bottom: 1px; 
	color: #000000;
}


#container {
	background-image:url(images/header_back.png);
	background-repeat:repeat-x;
	padding-bottom:20px;
	height:743px;
	width:auto;
}

#headerContainer {
	background-color:#FFFFFF;
	height:250px;
	width:955px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#bannerContainer {
	background-color:#FFFFFF;
	/*border:1px solid #000;
	border-bottom:0px;*/
	height:200px;
	width:955px;
	margin-top: -5px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	outline:none;
}

#contentContainer {
	background-color:#FFFFFF;
	/*border: 1px solid #000;
	border-top:0px;
	border-bottom:0px;*/
	height:500px;
	width:955px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#content {
	font-size: 12px;
	color:#000000;
	height:500px;
	width:955px;
	position:relative;
}

#contentInfo {
	font-size:12px;
	color:#000000;
	margin-top:20px;
	padding-left:15px;
	height:500px;
	width:690px; 
	position:relative;
	float:left;
}

#contentMenu {
	font-size: 12px;
	color:#000000;
	margin-top:60px;
	width:250px;
	position:relative;
	float:left;
}

#contentTitle {
	font-size:24px;
	color:#000000;
	border-bottom:2px solid #66CCFF;
	height:30px; 
	width:660px;
	position:relative;
	float:left;
}

#contentBody {
	margin-top:15px;
	height:470px;
	width:660px;
	position:relative;
	float:left;
}

#navigationTop {
	/*background-image:url(images/navigation_top.png);
	background-repeat:no-repeat;*/
	font-size:16px;
	color:#000000;
	text-align:center;
	height:30px;
	width:250px;
	/*padding-top:15px;*/
	margin-left:5px;
	margin-bottom:-15px;
	position:relative;
	float:left;
}

#loading {
	text-align:center;
	height:50px;
	width:250px;
	margin-top:-40px;
	position:relative;
	float:left;
}

#navigationMiddle {
	/*background-image:url(images/navigation_middle.png);
	background-repeat:repeat-y;*/
	width:250px;
	position:relative;
	margin-left:5px;
	float:left;
}

#navigationBottom {
	/*background-image:url(images/navigation_bottom.png);
	background-repeat:no-repeat;*/
	height:30px;
	width:250px;
	position:relative;
	margin-left:5px;
	float:left;
}

#navigationMiddle ul {
	margin:0px;
	padding-left:30px;
	list-style-type:none;
}

#navigationMiddle li {
	background-image:url(images/navigation_sub.png);
	background-repeat:no-repeat;
	background-position:center;
	height:30px;
	width:190px;
	padding-top:15px;
	margin-top:10px;
	margin-bottom:10px;
	display:block;
}

#navigationMiddle li:hover {
	background-image:url(images/navigation_sub_hover.png);	
}


#navigationMiddle a:link, #navigationMiddle a:active, #navigationMiddle a:visited {
	font-size:12px;
	width:190px;
	color:#000000;
	text-align:left;
	text-indent:10px;
	text-decoration:none;
	display:block;
}

#footerContainer {
	background-image:url(images/footer_back_1.png);
	background-repeat:repeat-x;
	height:225px;
	width:auto;
	text-align:center;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

#footerContent {
	width:955px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}

#footerLinks {
	margin-left:10px;
	margin-top:-25px;
	height:175px;
}

#footerSection {
	width:157px;
	float:left;
	text-align:left;
	text-decoration:none;
}

#footerSection a:link, #footerSection a:active, #footerSection a:visited {
	font-size:10px;
	width:157px;
	height:0px;
	text-align:left;
	text-indent:10px;
	text-decoration:none;
	display:block;
}

#footerLogos {
	margin-left:15px;
	margin-bottom:25px;
	text-align:center;
	width:955px;
	float:left;
}