 @import url(htc.css);
 
 @charset "utf-8";
/**********************************************/
/* GENERAL STYLES */
/**********************************************/

*{ margin:0; padding:0; }

body { 
	background: #660000 url(/images/brickBG.jpg);
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #333333;
	}

a:link { color:#660000; } 
a:visited { color:#660000; } 
a:hover { color: #CC0000; } 
a:active { color:#660000; } 


#outerWrapper { width:100%; text-align:center; }
#clear { clear:both; height:15px; }

/**********************************************/
/* SPLASH PAGE STYLES */
/**********************************************/

#splashDIV { 
	width:990px;
	margin: 15px auto; 
	}
#splashContent {
	width:540px;
	height:273px;
	background:url(/images/splash06.jpg) no-repeat top left; 
	font: normal 14px Arial, Helvetica, sans-serif;
	line-height:2em;
	color:#000000;
	text-align:left;
	vertical-align:middle;
	}
	#splashContent p{ padding: 18px 10px 0px 75px; text-align:left; }



/**********************************************/
/* CONTENT PAGE STYLES */
/**********************************************/

#headBarDIV { 
	width:990px;
	margin: 0 auto; 
	}
#logo { display:inline-block; float:left; }
	
#contentDIV { 
	width:990px;
	background:url(/images/navcntbg.png) repeat-y top left; 
	/*IE 6 Hack - Repeating PNG wont work in 6, so use the less cool JPG instead*/
	_background: url(/images/contentbg.jpg) repeat-y top left;
	margin: 0 auto;
	text-align:left;
	}

#leftCol { width:660px; float:left; padding-left:50px; text-align:left; }
	#leftCol h1 { 
		font: bold 20px Georgia, "Times New Roman", Times, serif;
		color:#660000;
		border-bottom:1px dotted #9D784F;
		margin:0 0 25px 0;
		}
	#leftCol p { margin:15px 5px;}
	
	.homeContent { 
		margin: 15px 5px 15px 20px !important;
		font: normal 13px Arial, Helvetica, sans-serif;
		line-height: 30px;
		}

#rightCol { width:260px; float:right; text-align:left; /*margin-right:28px;*/ }	
	#rightCol img { display:block; }	

.homeImg { display:block; }
.homeTitle { display:block; margin-top:20px; }
	
#footBarDIV { 
	width:990px;
	height:83px;
	background:url(/images/navfooterbg.png) no-repeat top left;
	margin: 0px auto 20px auto;
	text-align:left;
	padding:0;
	}
#footBarDIV p { font:bold 13px Arial, Helvetica, sans-serif; color:#660000; margin-left:65px; padding-top:15px; }

.mapLink { 
	font: bold 11px Arial, Helvetica, sans-serif; 
	}

#contactPg {}
	#contactPg h3{ font:bold 18px Georgia, "Times New Roman", Times, serif; color:#660000; margin: 0 0 10px 0; }
	#contactPg p{ font: normal 15px Arial, Helvetica, sans-serif; color:#333; margin: 0 0 15px 5px; }	
	

.MenuHeader { font:bold 16px Georgia, "Times New Roman", Times, serif; color:#990000; }
.MenuSubTxt { font: normal 11px Arial, Helvetica, sans-serif; }
.MenuSubTxtwPad { font: normal 11px Arial, Helvetica, sans-serif; padding-left:16px; }
.MenuListing { font:bold 12px Arial, Helvetica, sans-serif; }
.MenuListingLrg { font:bold 14px Arial, Helvetica, sans-serif; }
.MenuHighlight { font:bold 15px Georgia, "Times New Roman", Times, serif; color:#990000; font-style:italic; line-height:20px; }

#printLink {
	margin:-20px 0px 20px 0px;
	text-align:right;
	font-size:11px;
	}
