/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #c25b20;
	}


#topCenter {
	width: 100%;
	float:left;
	background-color:#FFFFFF;
	}
	
#containerLeft {
	background-image:url(../images/bg_tile_left.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	}

#containerRight {
	background-image:url(../images/bg_tile_right.gif);
	background-repeat:repeat-x;	
	background-color:#FFFFFF;
	}

#container {
	float:none;
	width:760px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/leftCol_bg_tile.gif);
	background-repeat:repeat-y;
	/*background-color: #FF0000;
	border: #FF0000 solid 1px;*/
	}


#header {
	float:left;
	width: 760px;
	height: 317px;
	background-color: #FFFFFF;
	}
	
	
		


#mainNav {
	float:left;
	width: 760px;
	height: 109px;
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
	}


			#logo {
				float:left;
				width: 166px;
				height: 94px;
				position: relative;
				top: 15px;
			
				
				
				/*background-color: #336666;*/
				}

			#navContainer {
				float:left;
				width: 460px;
				height: 32px;
				position:relative;
				top: 72px;
				left: 130px;
				/*background-color: #CC0000;	*/
				}
				
					#nav01Who {
						float:left;
						width: 83px;
						height: 32px;
						/*background-color: #66CC99;*/		
						}
						
					#nav02What {
						float:left;
						width: 81px;
						height: 32px;
						margin-left: 19px;
						/*background-color: #66CC99;	*/		
						}
				
					#nav03News {
						float:left;
						width: 126px;
						height: 32px;
						margin-left: 18px;
						/*background-color: #66CC99;*/			
						}
						
					#nav04Contact {
						float:left;
						width: 103px;
						height: 32px;
						margin-left: 16px;
						/*background-color: #66CC99;	*/		
						}
				
				
#banner {
	float:left;
	width: 760px;
	height: 208px;
	/*background-color: orange;*/
	}


#contentContainer {
	float:left;
	width: 760px;
	}


#leftCol  {
	float:left;
	width: 202px;
	background:url(../images/leftCol_bg_tile.gif);
	background-repeat:repeat-y;
	display:inline;
	/*background-color: #green;
	border: #00FF00 solid 1px;*/
	}
	
	
		#leftNav {
			float:left;
			margin-top: 15px;
			margin-left: 25px;
			margin-right: 10px;
			margin-bottom: 25px;
			font:Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-weight: bold;
			display:inline;
			/*background-color: #blue;*/
			}


			
				#leftNav ul
						{
						list-style-type: none;
						text-align: left;
						margin: 0px;
						padding: 0px;
						}
						
				#leftNav ul li a
						{
						text-align: left;
						font: bold 11px arial, verdana, lucida, sans-serif;
						text-decoration: none;
						color: #eedc87;
						line-height: 24px;
						}
						
				#leftNav ul li a:hover
						{
						color: #fff;
						}
						
				#leftNav ul li a#current
						{
						color: #fff;
						}
						
			    #leftNav ul li ul {
				        width:210px;
				}		
			
		#leftRule {
			float:left;
			width: 202px;
			margin-top: 20px;
			}
			
		#leftQuote  {
			float:left;
			margin-top: 6px;
			}


#content {
	float:left;
	width: 503px;
	background-color: #fff;
	padding-top: 23px;
	padding-left: 25px;
	padding-right: 30px;
	padding-bottom: 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #402f14;
	line-height: 18px;
	}
	
	
				#content p{
					margin: 12px 0 5px 0;
					padding: 0px;
					}
				
				#content  a {
						text-align: left;
						font: bold 11px arial, verdana, lucida, sans-serif;
						text-decoration: none;
						color: #c25b20;
						}
				
				#content a:hover	{
						text-decoration:underline;
						}
						
				.subHeader {
					font-size:12px;
					font-weight:bold;
					}


				#content ul
						{
						list-style-type: disc;
						text-align: left;
						margin: 0 0 0 15px;
						padding: 0px;
						font-weight:normal;
						}
						
				#content ul li 
						{
						text-align: left;
						margin: 10px 0 0 0;
						padding: 0 0 0 0;
						line-height: 14px;
						}

#footer {
	float:left;
	width: 100%;
	height: 40px;
	background-color: #c25b20;
	padding-top: 20px;
	}

#footernav {
	float:none;
	height: 20px;
	/*background-color:#660066;*/
	margin-left:auto;
	margin-right:auto;
	font: bold 11px arial, verdana, lucida, sans-serif;
	color:#FFFFFF;
}

	#footernav  a {
			text-align: left;
			font: bold 11px arial, verdana, lucida, sans-serif;
			text-decoration: none;
			color: #fff;
			line-height: 24px;
			}
	
		#footernav a:hover	{
			text-decoration:underline;
			}
						
		.footerPipe {
			color: #85461a
			}
			
			.highlightedRed {
			background-color:#990000;}