#home_page_header {
	height: 200px;
	background: #e76f00 url(home_page_header.gif) repeat-x;
	margin: 10px 0;
	position: relative;
	}
	
#home_page_header_image {
	width: 500px;
	height: 200px;
	}
	
#home_page_header_image img {
	display: block;
	}
	
#home_page_header_content {
	position: absolute;
	padding: 25px;
	width: 200px;
	bottom: 0;
	right: 0;
	}
	
#home_page_header_content h2 {
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	}
	

/*** Sidebar Areas ***/
	
#sidebar {
	float: right;
	}
	
#sidebar img {
  margin: 0 0 0 20px;
}
	
#sub_menu_container,
#quote_button
 {
	display: none;
	}
	
#featured_home {
	background: #5c5c5c;
	min-height: 280px;
	margin-top: 40px;
	padding: 10px;
	color: #eee;
	}

* html #featured_home {
	height: 280px;
	}
	
#featured_home img {
	display: block;
	margin: -10px -10px 0;
	height: 150px;
	width: 250px;;
	position: relative
	}
	
#featured_home h4 {
	margin: 15px 0 5px;
	color: #fff;
	background: url(featured_home_h4.gif) no-repeat right center;
	}
	
#featured_home p {
	line-height: normal;
	margin: 5px 0;
	}
	
#featured_home a {
	color: #fff;
	}
	
#featured_home a strong {
	font-weight: normal;
	color: #e76f00;
	}
	
#featured_home .more_links {
	border-color: #777;
	margin-top: 20px;
	color: #ccc;
	}
/*** Content Areas ***/

#content {
	float: left;
	}
		
#services {
	min-height: 1px;
	margin: 20px 0;
	position: relative;
	text-align: right;
	}
	
#services:after {
	content: ".";
	visibility: hidden;
	display: block;
	clear: both;
	height:0;
	}
	
* html #services {
	height: 1px;
	margin-right: 0px;
	}
	
.service {
	width: 240px;
	margin: 0 0 10px 0;
	position: relative;
	text-align: left;
	}
	
.service a {
	display: block;
	color: #666;
	font-size: 11px;
	padding: 10px;
	height: 80px;
	margin: 0;
	}
	
.service a:hover {
	background: #e76f00 url(service_hover.gif);
	text-decoration: none;
	color: #fff;
	}
	
.service strong {
	display: block;
	color: #e76f00;
	font-size: 12px;
	background: url(service_strong.gif) no-repeat left center;
	padding-left: 20px;
	margin-bottom: 5px;
	}
	
.service a:hover strong	{
	color: #fff;
	}
	
.service em {
	color: #e76f00;
	font-style: normal;
	display: block;
	padding-top: 2px;
	border-top: 1px solid #e7ab74;
	position: absolute;
	left: 10px;
	bottom: 5px;
	width: 220px;
	font-size: 10px;
	text-transform: uppercase;
	cursor: pointer;
	}
	
.service a:hover em {
	color: #fff;
	border-top: 1px solid #ee9543;
	}