body {
	font: Arial;
}
#wrapper {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	width:940px;
	margin-left:auto;
	margin-right: auto;
	text-align:left;
	background-color:#636363;
	text-decoration:none;
}
#header_detail{
	height:232px;
	background-image:url(images/detail_header_bkg.jpg);
	background-repeat:repeat-x;

}
#header{
	z-index: 2;
	height:454px;
	background-image:url(images/main_bg.jpg);
	background-repeat:repeat-x;
}
#contactNum_banner{
	color: #a1a1a1;
	text-align: right;
	padding-right: 15px;
	height:15px;
	padding-top: 3px;
	font-size:10px;
}
#menu{
	float: right;
	height: 34px;;
	margin-top: 20px;
	z-index: 1000;
}
#detail_body{
}
#sidebar{
	width:229px;
	float:left;
}

/*CHANGE FONTS HERE FOR DETAIL PAGES*/
#main{ 
	width:690px;
	float:right;
	margin-left:15px;
}
#content{
	z-index:3;
	background-color: white;
}
#header_banner{
	height: 68px;
	width: 900px;
	clear: both;
}
#logo{
	float:left;
	width: 268px;
	margin-top:21px;
	margin-left:12px;
}


#splash_detail{
	height:132px;
}
#splash{
	height: 371px;
	z-index:10;
}
#highlights{
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:940px;
	text-align: center;
}
.highlight{
	}
hr{
	height:1px;
}
.hide_me{
	clear:both;
	visibility:hidden;
}
.highlight{
	margin-top:5px;
	margin-bottom:10px;
	float:left;
	width:231px;
	height:194px;
	overflow:hidden;
}
.sideBar_header{
	height:20px;
	padding-top: 5px;
	padding-left: 5px;
	color:white;
	background-color:#666666;
	font-weight: bold;
}
.sideBar_menu{
	text-decoration:none;
	padding-top: 8px;
	padding-left: 5px;
	padding-bottom: 8px;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:gray;
	font-size:12px;
	
}
.sideBar_menu_current{
	text-decoration:none;
	padding-top: 8px;
	padding-left: 5px;
	padding-bottom: 8px;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:gray;
	font-size:12px;
	background-color: #eee;
}
.sideBar_menu:hover {
	background-color: #eee;
}
.sideBar_menu a:hover, a:link, a:visited{
	text-decoration: none;
	color: #666666;	
}
 
#sideBar_menus{
	color:#666666;
	margin-bottom:5px;
}
#footer{
	color: silver;
	
	height:150px;
	background-image:url(images/footer_bg.jpg);
	background-repeat:repeat-x;
	padding-top:10px;
	
	font-size: 9px;
}
.red_font{
	color:#FF0000;
}
.green_font{
	color:green;
}
.dark_font a:link, a:hover, a:visited{
	color:#666666;
}
.footer_menu{
	float: right;
	text-transform: uppercase;
	padding-right: 8px;
	color:#ccc;
}
.footer_menu a:hover, a:link, a:visited{
	text-decoration: none;
	color: #ccc;	
}
.footer_menu_off{
	float: right;
	text-transform: uppercase;
	padding-right: 10px;
	color:#ccc;
	font-size:8px;
}
#company_info{
	float: left;
	padding-left: 10px;
	color: #ccc;
}

