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;
}

#top{
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	height:100px;
}

#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{

}
#headerBg{
	background-image:url(../images/search_gradient.png);
	background-repeat:no-repeat;
	border-top:2px solid #333333;
}
#pageTop {
	background-image:url(../images/pageTop.png);
	background-repeat:no-repeat;
	height:70px;
	position:relative;
	top:-38px;
}

#leftCol{
	display:none;
}

#bodyContainer{
	background-color:#CCCCCC;
	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, #contact3 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;
}

#legal p{
	margin-top:5px;
	margin-bottom:0px;
}
#sub{

	padding: 0px; /*adjust as needed*/
	margin: 0px; /*adjust as needed*/
	/* required above ******************************/
	background-color:#333333;
	height:30px;

}

#sub ul {
	list-style: none;
	padding: 0px; /*adjust as needed*/
	margin: 0px; /*adjust as needed*/
	/* required above ******************************/
	margin-left:20px;	

}

#sub li { /* all list items */

	float: left;
	height:21px; /*adjust as needed*/
	position: relative;
	width:auto;
	/* required above ******************************/

	padding-top:5px;
	padding-right:10px;
	margin-bottom:0px;
	margin-top:0px;
	text-align:left;

}



#sub ul li a{/* nav items */

	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}



#sub ul li:hover, #sub ul li.sfhover, #sub ul li a:hover{ /* rollover behavior for nav */

	background-color:#333333;
	color: #FF9900;

}



#sub li:hover ul, #sub li.sfhover ul { /* lists nested under hovered list items */

	display: block;

	/* required above ******************************/

}

#sub ul li ul { /* second-level lists */

	display: none;
	position: absolute;
	padding-top:0px;
	top: 25px; /*adjust as needed*/
	left: -20px; /*adjust as needed*/
	width:150px;

	/* required above ******************************/

	border:1px solid #000000;
	border-bottom:none;


}



#sub ul li ul li{

	float:none;
	height:auto;
	/* required above ******************************/
	border-bottom:1px solid #000000;
	padding-top:2px;
	padding-left:5px;
	padding-right:5px;;
	padding-bottom:2px;
	margin-bottom:0px;
	font-size:10px;
	background-color:#666666;

}



#sub ul li ul li a{/* subav items */

	color:#FFFFFF;
	text-decoration:none;

}



#sub ul li ul li:hover, #sub ul li ul li.sfhover, #sub ul li ul li a:hover{ /* rollover behavior for subnav if desired to overwrite parent*/

	background-color: #333333;
	color:#FFFFCC;

	

}

/********************* template 2 ***************************/


/*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:#b40101;
}

.colorSecondary{
	background-color:#999999;
}
