/***** Common Formatting *****/

body{
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;	
	font-size:12px;
}

#wrapper{
	
	margin:0 auto;
	width:965px;
	background-color:#FFFFFF;
	border:1px solid white;
	background-image:url(../images/subnav_bg.jpg);
	background-repeat:repeat-y;
	margin-top:5px;
}


#header{
	
}

#kwLogo{
	float:right;
	margin-right:100px;
	margin-top:-10px;
	display:none;
}

#headerArea{
	border-bottom:1px solid white;
	width:965px;
	
}

#headerLeft{
	float:left;
	height:60px;
}
#headerArea #headerLeft h2{
	font-size:1.8em;
	color:white;
	font-weight:bold;
	padding-left:20px;
	padding-top:10px;

}

#headerArea #headerLeft h3{
	font-size:1.4em;
	color:white;
	padding-left:20px;
}
#headerRight{
	float:right;
	width:350px;
	color:white;
	padding-left:20px;
	height:60px;
	padding-bottom:14px;
	
}

#photo{
	background-image:url(../images/header_bg.jpg);
	background-repeat:no-repeat;
	height:120px;
	width:965px;

	border-top:1px solid white;
}

#leftCol{
	width:150px;
	float:left;
	margin-top:8px;
}


#rightCol{
	display:none;
}

#mainCol{
	margin-left:150px;
	border-left:1px solid white;
	width:805px;
}



.content, #content{
	padding:10px;
	_margin-top:15px;
}




#mainTitle{

	background-image:none;
	background-repeat:no-repeat;
	background-color:black;
	height:20px;
	width:814px;
	_width:810px;
	_position:absolute;
	_margin-top:0px;
	
}


#mainTitle h3{
	display:none;
	
}
#contactInfo{
	margin-left:620px;
	color:#FFFFFF;
}

#contactInfo2{
	text-align:center;
	float:left;
	padding-top:20px;
	width:150px;
	color: #000000;

}

#contactInfo #contact1, #contact2, contact3{
	color: #000000;
}
#contactInfo2 #contact1, #contact2,contact3{
	color: #000000;
	padding-top:10px;
}

#eOffice{
	padding-top:20px;
}

#contactArea{
	
}
#footer{
	background-color: #000000;
	
	padding: 2px;
	height: 17px;
	width:961px;
	clear:both;
}

#legal{
	text-align:center;
	font-size:10px;
	color:white;
}
#legal a{
	
	color: #FF9900;
}
#legal p{
	margin-top:5px;
	margin-bottom:0px;
	
}
/*secondary page*/
#photo{
	background-image:url(../images/header_bg.jpg);
	background-repeat:no-repeat;
	height:120px;
	width:965px;
	clear:both;
	border-top:1px solid white;
}


#searchBoxArea{
	display:none;
}


#searchArea{
	display:none;
}


/** utility **/
.colorPrimary{
	background-color:#990100;
}

.colorSecondary{
	background-color:#5A0000;
}

.color3{
	background-color:#333333;
}
.clearboth{
clear:both;}

.tableContact th{
	text-align:right;
	padding-right:4px;
}