@charset "utf-8";
/* Begin structural styles */

html {
	margin: 0;
	padding: 0;
	}
	
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* This is used to reset pixels as em - 10px equals 1em, 23px equals 2.3em etc. */
	background: #12508f;
	}

#wrapper {
	width: 980px;
	margin: 0 auto;
	}
	
#header {
	width: 980px;
	height: 75px;
	margin: 0;
	padding: 0;
	background: url('images/header.jpg') top left no-repeat;
	}
	
#navbar {
	float: right;
	margin: 0;
	padding: 55px 15px 0 0;
	}
	
#navbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#navbar li {
	display: inline;
	font-size: 10px;
	font-weight: bold;
	margin: 0 10px 0 0;
	}

#navbar li a:link, #navbar li a:visited {
	color: #000;
	text-decoration: none;
	}
	
#navbar li a:hover {
	text-decoration: underline;
	}

#banner {
	width: 980px;
	height: 223px;
	margin: 0;
	padding: 0;
	}
	
#inner_banner {
	width: 980px;
	height: 120px;
	margin: 0;
	padding: 0;
	}

#content_container {
	width: 980px;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	background: url('images/content_bg.jpg') top left repeat-y;
	}	
	
#home_content {
	float: left;
	width: 600px;
	height: auto;
	margin: 0;
	padding: 20px 0 0 40px;
	}
	
#content {
	float: right;
	width: 700px;
	height: auto;
	margin: 0 20px 0 0;
	padding: 20px 0 0 0;
	}	
	
#page {
	width: 600px;
	height: auto;
	margin: 20px 0 0 0;
	padding: 0;
	}	

#home_sidebar {
	width: 290px;
	height: auto;
	margin: 0 0 0 670px;
	padding: 0;
	color: #fff;
	}
	
#sidebar {
	float: left;
	width: 200px;
	height: 300px;
	margin: 0;
	padding: 0 0 0 30px;
	color: #fff;
    background: url('images/sidebar_bg.jpg') right top no-repeat;
	}	
	
#blog_sidebar{
	float: left;
	width: 200px;
	height: 300px;
	margin: 0;
	padding: 0 0 0 30px;
	color: #fff;
    background: url('images/sidebar_bg.jpg') right top no-repeat;
	}		
	
#blog_sidebar li {
	list-style: none;
	}	
	
.nav_categories {
	margin: 0;
	padding: 0;
	}	
	
.nav_categories li {
	margin: 0;
	padding: 0 0 10px 10px;
	list-style: none;
	}
	
#home_btn1 {
	width: 290px;
	height: 205px;
	margin: 25px 0 0 0;
	padding: 0;
	background: url('images/btn_homeowners.jpg') top left no-repeat;
	}	
	
#home_btn1 p {
	width: 240px;
	height: 40px;
	margin: 0;	
	padding: 100px 0 0 30px;
	}
	
#home_btn2 {
	width: 290px;
	height: 205px;
	margin: 25px 0 0 0;
	padding: 0;
	background: url('images/btn_heatsource.jpg') top left no-repeat;
	}	

#home_btn2 p {
	width: 240px;
	height: 40px;
	margin: 0;	
	padding: 100px 0 0 30px;
	}

#home_btn3 {
	width: 290px;
	height: 205px;
	margin: 25px 0 0 0;
	padding: 0;
	background: url('images/btn_commercial.jpg') top left no-repeat;
	}			
	
#home_btn3 p {
	width: 240px;
	height: 40px;
	margin: 0;
	padding: 100px 0 0 30px;
	}
	
#home_btn4 {
	width: 290px;
	height: 205px;
	margin: 25px 0 0 0;
	padding: 0;
	background: url('images/btn_manufacturing.jpg') top left no-repeat;
	}	
	
#home_btn4 p {
	width: 240px;
	height: 40px;
	margin: 0;	
	padding: 100px 0 0 30px;
	}	
	
.home_button_arrows {
	padding: 30px 0 0 256px;
	}	
	
#welcome_text {
	float: right;
	width: 390px;
	height: auto;
	margin: 0 20px 20px 0;
	padding: 0;
	}
	
#welcome_text h1 {
	margin: 20px 0 10px 0;
	}
	
.content_left {
	float: left;
	width: 288px;
	padding: 10px 0 0 0;
	border-top: 3px solid #cacbdc;
	}
	
.content_right {
	float: right;
	width: 288px;
	padding: 10px 0 0 0;
	border-top: 3px solid #cacbdc;
	}	

.latestnews {
	width: 595px;
	height: 200px;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	background: url('images/latest_news_bg.jpg') top right no-repeat;
	border-top: 3px solid #cacbdc;
	}
	
.widediv {
	width: 595px;
	height: auto;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 3px solid #cacbdc;
	}
	
#footer {
	clear: both;
	width: 940px;
	height: auto;
	margin: 0;
	padding: 30px 0 20px 40px;
	color: #fff;
	background: url('images/footer.jpg') top left no-repeat;
	}
	
#footer ul {
	margin: 0;
	padding: 0;
	}	
	
#footer ul li {
	display: inline;
	}
	
#footer a:link, #footer a:hover, #footer a:visited {
	color: #fff;
	}
	
#footer_content {
	float: left;
	width: 560px;	
	}
	
.footer_img {
	float: right;
	margin: 0 10px 0 0;
	}	
	
.clear { /* Use this div class to clear any floating divs */
	clear: both;
	}	
	
p { /* Reset paragraph margins */
	margin: 15px 0 15px 0;
	}	
	
img { /* Remove image margins, padding and borders */
	margin: 0;
	padding: 0;
	border: 0;
	}
	
.home_buttons {
	margin: 20px 0 0 0;
	}
	
.btn_more {
	float: right;
	}
	
#search {
	margin: -10px 0 0 0;
	color: #000;
	}
	
/* Begin font styles */
h1 {
	margin: 0;
	font-size: 1.4em;
	font-weight: bold;
	color: #12508f;
	}
	
h2 {
	margin: 0;
	font-size: 1.3em;
	font-weight: bold;
	color: #12508f;
	}
	
h3 {
	margin: 0;
	font-size: 1.3em;
	font-weight: bold;
	color: #c20000;
	}		
	
.bold { /* A bold class is always good! */
	font-weight: bold;
	}
	
.italic {
	font-style: italic;
	}
	
.underline {
	text-decoration: underline;
	}
	
a:link, a:visited { /* Set defaults for links */
	color: #0000ff;
	text-decoration: underline;
	}
	
a:hover { /* And defaults for hover */
	color: #000099;
	text-decoration: underline;
	}
	
#sidebar a:link, #sidebar a:visited {
	font-size: 1.2em;
	text-decoration: none;
	color: #12508f;
	font-weight: bold;
	}
	
#sidebar a:hover {
	font-size: 1.2em;
	text-decoration: none;
	color: #7699bf;
	font-weight: bold;
	}	
	
#blog_sidebar a:link, #blog_sidebar a:visited {
	font-size: 1em;
	text-decoration: none;
	color: #12508f;
	font-weight: bold;
	}
	
#blog_sidebar a:hover {
	font-size: 1em;
	text-decoration: none;
	color: #7699bf;
	font-weight: bold;
	}		
	
.quote {
	font-weight: bold;
	color: #12508f;
	}
	
.quote_author {
	font-weight: bold;
	color: #c20000;
	}
	
.solutions {
	display: block;
	width: 257px;
	height: 19px;
	padding: 0 0 0 30px;
	background: url('images/solutions_bg.jpg') top left no-repeat;
	}
	
.latest_news_row {
	width: 600px;
	margin: 10px 0 10px 0;
	padding: 0 0 4px 0;
	border-bottom: 1px dashed #ccc;
	}
	
.search_row {
	margin: 0;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #ccc;
	}
	
.case_thumbnail {
	float: left;
	margin: 10px 10px 0 0;
	}
	
.case_main_image {
	float: left;
	margin: 20px 0 0 0;
	}	
	
.case_row {
	margin: 10px 0 0 0; 
	padding: 0 10px 20px 0;
	border-bottom: 1px solid #ccc;
	}
	
.case_content {
	float: left;
	width: 460px;
	margin: 0 0 0 10px;
	}	
	
.case_images {
	margin: 0;
	padding: 10px 10px 10px 0;
	}
	
.case_images img {
	margin: 0 20px 0 0;
	}
	
#home_search_container {
	float: left;
	margin: 20px 0 0 0;
	}
	
#map {
	margin: 10px 0 0 0;
	}
	
#sitemap li {
	margin: 5px 0 5px 0;
	}