@charset "UTF-8";
/* CSS Document */

:focus {outline: none;}

a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #79b10f;
}

img {
	border: 0;
}

html, body, #container {
	height: 100%;
	margin: 0 auto;
}

body {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #FFF;
}

#container {
	width: 950px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
}

#header {
	height: 95px;
}

#header img { /* site logo */
	width: 227px;
	height: 51px;
	margin-top: 25px;
	float: left;
	margin-left: 15px;
}

#header_phone {
	float: left;
	margin-left: 500px;
	font-size: 18px;
	margin-top: 43px;
	font-weight: bold;
}

#navigation {
	height: 35px;
	background: transparent url('/images/nav_bg.png') top left no-repeat;
}

#navigation a {
	display: block;
	float: left;
	line-height: 35px;
	font-weight: bold;
	color: #333;
	font-size: 13px;
	background: transparent url('/images/nav_link_bg_and_dark_spacer.png') top right no-repeat;
}
#navigation a:hover {
	background-position: center right;
	color: #fff;
}
#navigation a.first:hover {
	background-position: center left;
}
#navigation a.active {
	background-position: bottom right;
	color: #FFF;
}
#navigation a span {
	padding: 0 14px;
	display: block;
	line-height: 35px;
	background: transparent url('/images/nav_link_spacer_light.png') top left no-repeat;
}
#navigation a:hover span, #navigation a.active span {
	background: none;
}
#navigation a.first span {
	background: none;
}
#navigation a.first.active {
	background-position: bottom left;
}
#navigation a.last {
	background: transparent url('/images/nav_link_spacer_light.png') top left no-repeat;
}

#splash {
	width: 950px;
	height: 350px;
	margin: 15px 0;
}

/* bubbles */

#bubbles {
	float: left;
	width: 950px;
}

#bubbles a {
	width: 207px;
	display: block;
	height: 118px;
	background: transparent url('/images/bubble_bg_gray.png') top left no-repeat;
	margin-right: 14px;
	float: left;
	padding: 14px 8px 14px 12px;
	color: #333;
}
#bubbles a.last {
	margin-right: 0;
}
#bubbles a:hover .link {
	color: #fff;
}
#bubbles .heading {
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	letter-spacing: -0.2pt;
}
#bubbles .text {
	font-size: 11px;
	line-height: 15px;
	margin-top: 7px;
	letter-spacing: -0.1pt;
}
#bubbles .link {
	font-weight: bold;
	margin-top: 16px;
}

/* submenu */
#submenu {
	float: left;
	width: 210px;
	padding-left: 15px;
	padding-right: 30px;
	margin-top: 30px;
}
#submenu .category {
	border-bottom: 1px solid #BBB;
	font-size: 18px;
	padding-bottom: 10px;
	font-weight: bold;
}
#submenu a {
	line-height: 28px;
	border-bottom: 1px solid #BBB;
	display: block;
}
#submenu a.active {
	font-weight: bold;
}

/* content */
.content {
	float: left;
	width: 630px;
}

.content .category {
	font-size: 28px;
	font-weight: bold;
	margin-top: 26px;
}
#content {
	margin-top: 35px;
	float: left;
	width: 950px;
	padding-bottom: 15px;
}
#why_turn {
	float: left;
	width: 330px;
	padding-right: 35px;
	padding-left: 15px;
}
#why_turn .heading {
	font-size: 30px;
	font-weight: bold;
}
#why_turn .text {
	font-size: 16px;
	line-height: 25px;
	margin-top: 8px;
}
#why_turn .text.green {
	font-weight: bold;
}
#blurb {
	float: left;
	width: 300px;
	padding-right: 70px;
	line-height: 18px;
}
#subscribe {
	float: left;
	width: 185px;
	padding-right: 15px;
}
#subscribe .heading {
	font-size: 15px;
	font-weight: bold;
}
#subscribe .text {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
}
#subscribe input[type=text] {
	border: 1px solid #a9a9a9;
	width: 176px;
	padding: 3px;
	margin-bottom: 5px;
}
#subscribe a {
	display: block;
	float: right;
	width: 110px;
	background: transparent url('/images/subscribe_button_bg.png') top right no-repeat;
	font-weight: bold;
	color: #333;
	cursor: pointer;
	font-size: 13px;
	line-height: 20px;
}
#subscribe a:hover {
	background-position: bottom right;
}
/* footer */
#footer {
	border-top: 1px solid #BBB;
	height: 50px;
	margin-top: -51px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	clear: both;
	width: 920px;
	line-height: 50px;
	font-size: 11px;
	padding: 0 15px;
}


#footer .right {
	float: right;
	width: 200px;
	text-align: right;
}

#footer .right img {
	margin-left: 5px;
	vertical-align: middle;
}
#footer .sitemap {
	margin-right: 15px;
}
/* CLEAR FIX*/
#main { padding-bottom: 51px;}
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.green {
	color: #79b10f;
}

/* contact form */

#contact_form .req {
	color: #79b10f;
	font-weight: bold;
	font-size: 18px;
	vertical-align: middle;
	margin-left: 5px;
}
#contact_form .opt {
	color: #666;
	padding-left: 5px;
}
#contact_form td {
	padding-bottom: 5px;
}
#contact_form td.top_align {
	vertical-align: top;
	padding-top: 3px;
}
#contact_form .checklist td {
	padding-bottom: 2px;
	vertical-align: middle;
}
#contact_form .checklist input[type=checkbox] {
	margin-right: 6px;
}
#contact_form input[type=text] {
	border: 1px solid #a9a9a9;
	width: 250px;
	padding: 3px;
}
#contact_form textarea {
	border: 1px solid #a9a9a9;
	width: 250px;
	padding: 3px;
}
#contact_form a {
	display: block;
	float: right;
	width: 85px;
	background: transparent url('/images/subscribe_button_bg.png') top right no-repeat;
	font-weight: bold;
	color: #333;
	cursor: pointer;
	font-size: 13px;
	line-height: 20px;
}
#contact_form a:hover {
	background-position: bottom right;
}
