﻿/*Universal CSS Styles *****************************************************************************/
body {
	font-family: "lucida grande", arial, helvetica, sans-serif;
	font-size: 0.75em;
}
.clear {
	clear: both;
	visibility: hidden;
}
/*Home Page Background *****************************************************************************/
#home_bg {
	background: url('../../images/home_bg.png') repeat-x;
	width: 100%;
	height: 100%;
	padding-top: 15px;
}
#content_bg {
	background: url('../../images/content_bg.png') repeat-x;
	width: 100%;
	height: 100%;
	padding-top: 15px;
}
/*Main Container ***********************************************************************************/
#wrapper {
	width: 860px;
	margin: 0 auto 40px auto;
}
/*Header Section ***********************************************************************************/
#header {
	height: 116px;
	background: url('../../images/header_bg.png') top center no-repeat;
	overflow: hidden;
}
#logo {
	width: 294px;
	height: 116px;
	float: left;
}
/*Navigation Menu **********************************************************************************/





/*Main Banner *************************************************************************************/
#banner ul, #banner li{
	margin:0;
	padding:0;
	list-style:none;
}
#banner li{ 
	width:860px;
	height:239px;
	overflow:hidden; 
}
#banner {
	clear: both;
	position: relative;
	background: url('../../images/banner_bg.jpg');
}
#banner .banner_text {
	width: 535px;
	float: left;
}
#banner h2 {
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.014em;
	margin: 23px 0 10px 0;
	font-family: "Myriad Pro", arial, helvetica, sans-serif;
}
#banner .sub {
	font-size: 18px;
	line-height: 22px;
	color: #6cbcf5;
}
.banner_download {
		margin: 19px 0 0 0px;
}
.banner_button {
	display: block;
	float: left;
	width: 174px;
	height: 42px;
	background: url('../../images/download1_rollover.png');
}
.banner_button:hover {
	background-position: right;
}
.learn_more {
	padding: 10px 0 0 22px;
	float: left;
	letter-spacing: -0.02em;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	display: block;
}
.learn_more:hover {
	text-decoration: underline;
}
.banner_image {
	float: right;
	width: 311px;
	height: 239px;
}
#title_area {
	height: 66px;
	clear: both;
}
#title_area h4 {
	font-size: 25px;
	font-weight: bold;
	width: 500px;
	padding: 18px 0 0 0;
	color: #fff;
	float: left;
}
.questions {
	float: right;
	padding: 22px 0 0 0;
}

/*Left Column Content ******************************************************************************/
#content {
	padding: 30px 0 0 0;
	width: 860px;
	overflow: hidden;
	background: url('../../images/divider.png') 68% 0 no-repeat;
}
#left_column {
	width: 560px;
	float: left;
	margin-right: 55px;
}
.left_content a
{
    color: #145688;
    text-decoration: underline;
}
.left_content a:hover
{
    color: #b1d235;
    text-decoration: none;
}
.left_content p  {
	margin: 0px 0 15px 0;
	line-height: 20px;
}
.left_content h3
{
    border-bottom: 1px dashed #CCC;
    color: #232323;
    font-size: 20px;
    letter-spacing: -0.002em;
    margin: 0 0 15px 0;
    padding: 7px 0 4px 0;
}
.left_content ul
{
    list-style-image: url(../../images/green-bullet.png);
    margin: 0 0 20px 25px;
}
.left_content ul li
{
    line-height: 24px;
}
.discount 
{
    border: none !important;
	font-size: 20px;
	background: url('../../images/sale.png') top left no-repeat;
	color: #232323;
	margin: 0 !important;
	padding: 7px 0 19px 68px !important;
	letter-spacing: -0.002em;
}
.contact_question {
	background: url('../../images/contactus.png') top left no-repeat;
	color: #232323;
	padding: 7px 0 19px 68px;
	letter-spacing: -0.002em;
	font-size: 20px;
}
.learn_action {
	height: 13px;
	margin: 30px 0 0 0;
	padding: 20px 0 10px 0;
	text-align: right;
	background: url('../../images/divider_horizontal.png') no-repeat;
	clear: both;
}
.learn_action a {
	font-size: 14px;
	text-decoration: none;
	color: #717171;
}
.learn_arrow {
	padding: 5px 0 0 15px;
	background: url('../../images/arrow.gif') 0% 70% no-repeat;
}
.bread_crumbs {
	width: 402px;
	height: 36px;
	margin-bottom: 30px;
	background: url('../../images/crumbs_bg.png') no-repeat;
	clear: both;
}
.crumbs {
	padding: 10px 18px 10px 22px;
	list-style: none;
}
.crumbs li {
	display: inline;
}
.crumbs a {
	display: block;
	float: left;
	font-size: 13px;
	color: #7A7A7A;
	background: url('../../images/crumb_arrow.png') 0% 70% no-repeat;
	text-decoration: none;
	padding: 0 10px 0 19px;
}
.crumbs a:hover {
	text-decoration: underline;
}
.form_field {
	margin: 0 0 0 0;
	width: 480px;
}
.form_field dt {
	margin: 10px 0 10px 0;
}
.textField {
	border: 1px solid #999;
	padding: 4px;
	font-size: 13px;
	color: #121212;
	width: 480px;
}
.submit_button {
	font-size: 14px;
	font-weight: bold;
	background: #CDCDCD;
	border: 1px solid #B6B6B6;
	margin-top: 10px;
	padding: 5px;
}
#form_content {
	width: 480px;
}
.thumb_right {
	float: right;
	margin: 0 0 10px 10px;
}
.thumb_left {
	float: left;
	margin: 0 10px 10px 0;
}

/*Thumbnail Features Section ************************************************************************/
#features_wrapper {
	margin: 43px 0 0 0;
	color: #557f11;
	float:right;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.025em;
	overflow: hidden;
}
#features_wrapper img  {
	margin-bottom: 6px;
	padding: 0px;
}
.image_thumb_left {
	height: 154px;
	width: 266px;
	float: left;
	margin: 0 28px 18px 0;
}
.image_thumb_right {
	height: 154px;
	width: 266px;
	float: left;
	margin: 0 0 18px 0;
}
.image_thumb_right a,.image_thumb_left a
{
    color: #557f11;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.025em;
}

a.freeQuote
{
    background: url(/images/request-quote.gif) top left no-repeat;
    display: block;
    float: left;
    height: 31px;
    margin: 20px 0 20px 20px;
    width: 195px;
}
a.freeQuote:hover
{
    background-position: 0 -31px
}
#map
{
    height: 300px;
    width: 533px;
    margin: 0 0 20px 0;
}

/*Right Column Content ******************************************************************************/
#right_column {
	width: 245px;
	float: left;
}
#right_column p {
	margin: 0 0 24px 0;
	line-height: 22px;
}
#right_column .alert {
	font-size: 20px;
	background: url(/images/alert.png) top right no-repeat;
	color: #232323;
	padding: 7px 0 21px 0;
	letter-spacing: -0.002em;
}
#right_column .ie {
	font-size: 20px;
	background: url('../../images/ie.png') top right no-repeat;
	color: #232323;
	padding: 7px 0 21px 0;
	letter-spacing: -0.002em;
}
#right_column .download {
	font-size: 20px;
	background: url('../../images/left-arrow.png') top right no-repeat;
	color: #232323;
	padding: 7px 0 21px 0;
	letter-spacing: -0.002em;
}
.download2  {
	margin: 35px 0 0 0;
	display: block;
	background-color: #999;
	background: url('../../images/download_rollover.jpg');
	width: 245px;
	height: 46px;
}
.download2:hover {
	background-position: bottom;
}
.column_section {
	margin: 0 0 40px 0;
	clear: both;
}
.column_section ul
{
    list-style-image: url(../../images/green-bullet.png);
    margin: 0 0 0 25px;
}
.column_section ul li
{
    line-height: 24px;
}


/*Footer Content ************************************************************************************/
#footer_bg {
	background: url('../../images/footer_bg.png') repeat-x;
	height: 135px;
	clear: both;
}
#footer {
	margin: 0 auto 0 auto;
	padding: 64px 0 0 0 ;
	clear: both;
	width: 860px;
	background: url('../../images/footer_bg2.png') bottom center no-repeat;
	height: 71px;
}
.footer_menu {
	margin: 35px 0 0 0;
	float: right;
}
.copyright {
	float: left;
	padding: 36px 0 0 0;
}
ul#footer_menu {
	list-style: none;
}
ul#footer_menu li {
	display: inline;
	list-style: none;
}
ul#footer_menu a {
	color: #515151;
	font-size: 14px;
	display: block;
	float: left;
	text-decoration: none;
	padding: 0 10px 0 10px;
}
ul#footer_menu .last_link {
	padding: 0 0 0 10px;
}
.contactForm
{
    margin: 20px 0 0 0;
}