body{
	background-color:#333333;
	background-image:  url("../images/body_bg.jpg");
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;	
	font-size:12px;
}

#wrapper{
	margin:0 auto;
	width:825px;
	background-color:#FFFFFF;
	border:1px solid black;
	background-image:url(../images/wrapper_bg.jpg);
	background-repeat:repeat-y;
}

#kwLogo{
	display:none;
}

#top{
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	height:100px;
	width:825px;
	_background-image:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/header.png", sizingMethod="image");
}

#top h3{
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	padding-left:30px;
	padding:15px;
	width:650px;
}
#top h4{
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	padding-left:15px;
	margin-top:-15px;
	font-style:italic;		
	width:500px;
}
#headerArea{
	height:337px;
	width:825px;
}
#header{

}
#header .photo{
	background-image: url(../images/homepic-sub.jpg);
	background-repeat:no-repeat;
	border-right: solid 2px white;
	height:237px;
	width:436px;
	float:left;
}

#headerBg{
	background-image:url(../images/search_gradient.png);
	background-repeat:no-repeat;
	border-top:2px solid #333333;
	width:825px;
	height:236px;
	_background-image:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/search_gradient.png", sizingMethod="image");
}



#pageTop {
	background-image:url(../images/pageTop.png);
	background-repeat:no-repeat;
	height:70px;
	position:relative;
	top:-38px;
	_background-image:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/pageTop.png", sizingMethod="image");
}

#leftCol{
	display:none;
}

#bodyContainer{
	background-color:#F7F7F4;
	background-image:url(../images/pageBg-wide.gif);
	background-repeat:repeat-y;
	position:relative;
	top:-45px;
}

#contactInfo{
	text-align:center;
	color: #000000;
}
#contactInfo #contact1, #contact2, #contact3{	
	color: #000000;

}
	
#contactInfo #contact1, #contact2 a{
	color: #000000;

}	


#rightCol{
	display:none;
	width:175px;
	padding-right:5px;
	float:right;
}

#mainCol{
	padding:10px;
	margin-left:0px;
	width:805px;
}
	
#footer{
	position:relative;
	top:-45px;
	clear:both;
}

#footerArea{
	padding: 2px;
	height: 17px;
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	height:55px;
	margin-bottom:-45px;
}

#legal{
	text-align:center;
	font-size:10px;
	color:white;
}
#legal a{
	text-decoration:underline;
	color:#9EA088;
}

#legal p{
	margin-top:5px;
	margin-bottom:0px;
}

/*subpage changes*/
#searchArea{
	display:none;
}
#searchBoxArea{
	display:none;
}
#header .photo{
	background-image: url(../images/homepic-sub.jpg);
	background-repeat:no-repeat;
	border-right:none;
	height:120px;
	width:824px;
}

#headerArea{
	height:220px;
}


/**  begin utility css **/
.clearBoth{
	clear:both;
}

.colorPrimary{
	background-color:#43271b;
}

.colorSecondary{
	background-color:#999999;
}
