@charset "ISO-8859-1";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #222222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #DDDDDD;
	background-image: url(../image-files/bkg.jpg);
}

html, body {
	height: 100%;
	width: 100%;
}

img {
	border: 0;
}

.clear {
	clear: both;
}
.dots {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
	margin-left: 15px;
	margin-right: 15px;
}
.r_ttl {
	font-family: arial;
	font-size: 22px;
	color: #1f95c2;
	line-height: 27px;
	font-weight: bold;
}
.b_f {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
}

.call_bg {
	background-image: url(../image-files/call.jpg);
	background-repeat: no-repeat;
	height: 121px;
	background-position: right;
}

a {
	color: #0F8DBE;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #09F;
}

#container  {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}

#innerContainer {
	position: relative;
	height: 100%;
}

#header  {
	width: 1000px;
	margin: 0px;
	padding: 0;
}

#logo {
	float: left;
	width: 400px;
	margin: 5px 0 10px 0;
}

#header h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#mainContent  {
	float: left;
	margin-left: 220px;
	padding: 15px;
	width: 510px;
	border-right: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
	top: 10px;
	line-height: 1.4em;
}

#mainContent .halfLeft {
	width: 230px;
	float: left;
	margin-right: 10px;
	padding: 0 15px 0 5px;
	}

#mainContent .halfRight {
	width: 230px;
	float: left;
	padding: 0 5px 0 15px;
	}

.heading {
	background-image: url(../image-files/heading_bg.gif);
	height: 54px;
	font-family: "century gothic";
	font-size: 32px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 50px;
	padding-left: 20px;
}

#mainContent h1 {
	font-size: 23px;
	color: #0f8dbe;
	line-height: 1.2em;
}
#mainContent h2 {
	font-size: 18px;
	color: #0f8dbe;
	line-height: 1.2em;
}
#mainContent h3 {
	font-size: 1.2em;
	color: #444444;
	border-bottom: 1px solid #BBBBBB;
	line-height: 1.2em;
}
#mainContent h4 {
	color: #777777;
	padding: 0px;
	margin: 0px 0px -15px 0px;
}

#mainContent .subhead {
	font-size: 18px;
	color: #449b23;
	line-height: 1.2em;
	margin: 5px 0 10px 0;
}

#mainContent img {
	padding: 0px;
}

#homeQuoteForm {
	width: 510px;
	height: 320px;
	background: url(../image-files/prequal_form_bg.jpg);
}

.imageLeft {
	margin-right: 20px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.imageRight {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 20px;
}

#mainContent a:hover {
	text-decoration: underline;
}

li {
	padding-bottom: 5px;
}

#mainContent blockquote {
	font-style: italic;
	border-top: 2px dotted #888888;
	border-bottom: 2px dotted #888888;
	margin: 0px 60px 0px 30px;
	background-image: url(../image-files/quote_up.gif);
	background-repeat: no-repeat;
	font-size: .9em;
	padding: 15px 0px;
}
/*This class can be used to add extra white space to the main content column when the left or right column starts to overlap the footer*/
.extraSpace {
	margin-bottom: 500px;
}

#horizNav {
	width: 1000px;
	background-image: url("../image-files/nav-bkg.jpg");
	background-repeat: repeat-x;
	height: 35px;
	margin: 0px;
}

#horizNav ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#horizNav li {
	list-style-type: none;
	float: left;
	line-height: 30px;
	border-right-width: 3px;
	border-right-style: groove;
	font-weight: bold;
	border-right-color: #EEEEEE;
	font-size: 12px;
	display: block;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	text-transform: uppercase;
	letter-spacing: .05em;
	}

#horizNav li.last {
	border: none;
	}

#horizNav li a    {
	display: block;
	text-decoration: none;
	padding-top: 0.2em;
	padding-right: 1em;
	padding-left: 1em;
	background-image: url(../image-files/nav-bkg.jpg);
	color: #445b91;
	font-weight: bold;
}
#horizNav li a:hover	{
	color: #1693c1;
	background-image: url(../image-files/nav-bkg-hover.jpg);
	text-decoration: none;
	}

#horizNav li a.current, #horizNav li a.current:hover {
	color: #445b91;
	background-image: url(../image-files/nav-bkg-hover.jpg);
	text-decoration: none;
}
.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #888888;
	background-image: url(../image-files/quote_up.gif);
	text-align: center;
	background-repeat: no-repeat;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 1em;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}

#sidebar1  {
	float: left;
	width: 190px;
	padding: 5px 14px 15px 20px;
	margin-top: 10px;
	margin-left: -765px;
}

#sidebar1 h3 {
	font-size: 1em;
	line-height: 30px;
	color: #FFFFFF;
	background-image: url(../image-files/head2-bkg.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	margin: 15px 0 5px 0;
}
#sidebar1 h2 {
	font-size: 1em;
	color: #5F86AB;
}
#sidebar1 h4, #sidebar2 h2 {
	font-size: 18px;
	color: #449B23;
	margin-bottom: 10px;
}
#sidebar1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#leftNav ul {
	margin: 0px;
	width: 200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#leftNav ul li ul {
	padding: 0 0 0 25px;
	margin-top: 3px;
	width: 180px;
}

#leftNav ul li ul li {
	font-size: .9em;
	width: 175px;
}

#leftNav li {
	text-decoration: none;
	list-style-type: none;
	font-size: .9em;
	line-height: 1.5em;
	width: 200px;
	margin: 8px 0;
	padding: 0;
}

#leftNav li a {
	text-decoration: none;
	color: #222222;
	display: block;
	padding: 3px 0 3px 10px;
}

#leftNav a:hover {
	color: #EEEEEE;
	background-color: #0f8dbe;
	display: block;
}
#leftNav li a.current {
	color: #5F86AB;
	display: block;
}
#sidebar2  {
	float: left;
	width: 204px;
	padding: 5px 14px 15px 20px;
	margin-top: 20px;
}
#sidebar2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#sidebar2 h3 {
	color: #FFFFFF;
	background-image: url(../image-files/head-bkg.gif);
	background-repeat: no-repeat;
	font-size: 1em;
	line-height: 30px;
	padding-left: 10px;
}
#sidebar2 h4 {
	font-style: italic;
	line-height: 1.4em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 0.95em;
	color: #777777;
}
#sidebar2 a:hover {
	color: #888888;
	text-decoration: none;
}
#sidebar2 select {
	font-size: 12px;
	font-family: arial;
}
#sidebar2 .r_ttl a {
	color: #1f95c2;
}

#footer  {
	width: 736px;
	text-align: center;
	margin-top: 50px;
	margin-left: 125px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
}

#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.8em;
}

#footer a:hover {
	text-decoration: underline;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#addSiteTo {
width:90%;
font-size:85%;
text-align:center;
padding:8px 0;
border: none;
margin:12px auto;
}

#addSiteTo p {
padding:2px 2px 4px;
margin:0;
}

#addSiteTo img {
width:91px;
border:0;
padding:1px 0;
}
/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

 /* the section below is for images in the main content that you want to have a caption underneath */

.Caption {
font-size: 85%;
font-weight: bold;
color: #000;
display: block;
line-height: 150%;
margin-bottom:10px;
}

.ItemRight {
float: right;
margin: 2px 0 12px 18px;
text-align: center;
}

.ItemCenter {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 2px 18px 12px 0;
text-align: center;
}



 /* the section below is for the rounded corner box */

.sidebox {
	width: 220px;
	font-size: 100%;
	background-image: url(../image-files/sbbody-r.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 10px;
	padding: 0px;
	left: -20px;
	position: relative;
	display: block;
}
.boxhead {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(../image-files/sbhead-r.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.boxhead h2 {
	margin: 0;
	padding: 22px 30px 5px;
	color: #5F86AB;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
	background-image: url(../image-files/sbhead-l.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.boxbody {
	margin: 0;
	padding: 5px 30px 31px;
	background-image: url(../image-files/sbbody-l.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.breakerNone {
	clear: both;
}

.breakerSuperMin {
	clear: both;
	padding-bottom: 5px;
}

.breakerMin {
	clear: both;
	padding-bottom: 15px;
}

.breakerMax {
	clear: both;
	padding-bottom: 25px;
}

.breakerSuperMax {
	clear: both;
	padding-bottom: 35px;
}

.authorPic {
	width: 125px;
	float: right;
	margin: 15px 0px 15px 15px;
}

.authorPic p {
	font-size: 11px;
	margin: 10px 0px 10px 10px;
	color: #0F8DBE;
	line-height: 16px;
}

.homePic {
	float: left;
	margin: 10px 10px 10px 0;
}

.homePic p {
	font-size: 10px;
	margin: 10px 0px 10px 10px;
	color: #0F8DBE;
	line-height: 1.2em;
}

.byline {
	font-style: italic;
	font-size: 10px;
}

.mainImg img {
	border: 1px solid #0f8dbe;
}

.mainImg p.caption {
	margin-left: 15px;
	font-size: 10px;
	line-height: 1.3em;
}

.autoTbl {
	border-left: 1px solid #0f8dbe;
	border-top: 1px solid #0f8dbe;
}

.autoTbl td {
	border-right: 1px solid #0f8dbe;
	border-bottom: 1px solid #0f8dbe;
	padding: 5px;
	font-size: 11px;
	color: #666;
	text-align: center;
}

.autoTbl td.label {
	background-color: #0f8dbe;
	color: #ffffff;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.autoTbl td.last {
	border-right: none;
	border-bottom: none;
}

.formbody {
	font-size: 11px;
	margin-left: 10px;
}

.POM_blue {
	color: #0f8dbe;
}

.POM_green {
	color: #449b23;
}

.grey {
	color: #666;
}

.bold {
	font-weight: bold;
}

.topMarg {
	margin-top: 20px;
}

.topMargSm {
	margin-top: 5px;
}

.topMargNone {
	margin-top: 0;
}

.rightMarg {
	margin-right: 25px;
}

.rightMargSm {
	margin-right: 10px;
}

.leftMarg {
	margin-left: 25px;
}

.leftMargLG {
	margin-left: 75px;
}

.bottomMarg {
	margin-bottom: 25px;
}

.bottomMargSm {
	margin-bottom: 10px;
}

ul.sitemap {
	padding-left: 0;
	margin-left: 0;
	}

ul.sitemap li {
	font-size: 16px;
	margin: 5px 0 0 0;
	list-style: none;
}

ul.sitemap li ul li {
	font-size: 14px;
	margin: 5px 0 0 -15px;
	padding-bottom: 0;
	list-style: disc;
	color: #0f8dbe;
}

ul.sitemap li ul li ul li {
	font-size: 12px;
}

ul.sitemap li ul li a {
	font-weight: normal;
	color: #449b23;
}

ul.sitemap li ul li ul li a {
	font-weight: normal;
	color: #0f8dbe;
}

ul.reasons {
	margin-top: 0;
}

ul.reasons li {
	list-style: none;
	margin-left: 55px;
	text-indent: 0;
}

ul.checkbox li {
	list-style: none;
	list-style-image: url(../image-files/checkbox.gif);
}

ul.checkbox li ul li {
	list-style: disc;
	list-style-image: none;
}

ul.checkbox li ol li {
	list-style: decimal;
	list-style-image: none;
}

ul.reg li {
	list-style: circle;
	list-style-image: none;
	}

ol.reg li {
	list-style-image: none;
	}

.matrixLeft {
	float: left;
	width: 219px;
	margin-right: 5px;
	padding: 15px;
	border-right: 1px solid #0f8dbe;
}

.matrixRight {
	float: left;
	width: 220px;
	margin-left: 5px;
	padding: 15px;
}

.keyline {
	border-bottom: 1px solid #0f8dbe;
	clear: both;
}

.keylineGrey {
	border-bottom: 1px solid #ccc;
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

#comingSoon {
	background-color: #0f8dbe;
	padding: 10px 0;
	width: 1000px;
	color: #FFF;
	font-size: 15px;
	text-align: center;
}

#comingSoon a {
	color: #FFC;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.large {
	font-size: 18px;
}

.small {
	font-size: 90%;
}

.center {
	text-align: center;
}

ul.arrow li {
    list-style: none outside none;
    margin-left: -1em;
    text-indent: -1em;
}

#cse-search-results {
	width: 510px;
}

#cse-search-results iframe {
	width: 510px !important;
}

.blueText {
	color: #0f8dbe;
}

label.previewLabel {
	display:block;
}
	
.elementPad {
	padding: 5px 0;
}
	
.formContainer {
	padding: 0 15px;
	text-align:right;
	font-weight:normal;
	font-size:11px;
	font-family:Verdana, sans-serif;
	line-height: 125%;
}

.formContainerSm {
	padding: 0;
	text-align:left;
	font-weight:normal;
	font-size:10px;
	font-family:Verdana, sans-serif;
	line-height: 125%;
	background:url("../image-files/prequal_form_bg_sm.jpg") top right no-repeat;
}

#frmPrequal input.submit {
	background:url("http://forms.aweber.com/images/auto/gradient/button/07c.png") top left repeat-x #0057ac;
	border:1px solid #0057ac;
	color:#FFFFFF;
	font-size:14px;
	}

.clearfix:after {
   content: ".";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

/* Landing Page ********************************************************/

#landingHeader {
	margin: 0;
	padding: 0;
	width: 1000px;
	/*background: url(../image-files/landing_header_bg.jpg) repeat-x left bottom;*/
}

#landingLogo {
	float: left;
	margin: 5px 0 0 15px;
}

/*
#twoColLeft {
	float: left;
	width: 300px;
	height: 365px;
	padding: 10px 15px 10px 360px;
	margin: 15px 15px 0 15px;
	background: url(../image-files/STOP_graphic_landing_v3.jpg) no-repeat left top;
}

#twoColRight {
	float: left;
	width: 280px;
	padding: 15px 15px 0 0;
	border: 2px solid #0f8dbe;
}
*/

#twoColLeft {
	float: left;
	width: 749px;
	height: 350px;
	padding: 0;
	margin: 15px 0 0 15px;
}

#twoColRight {
	float: left;
	width: 200px;
	padding: 0;
	margin: 15px 15px 0 15px;
	border: 2px solid #0f8dbe;
}

#singleCol {
	width: 950px;
	padding: 15px 25px;
}

#singleColHeader {
	width: 970px;
	padding: 15px 15px 0 15px;
}

#singleColNoTop {
	width: 950px;
	padding: 0 25px;
}

#lowerColLeft {
	float: left;
	width: 500px;
	padding-right: 25px;
}

#lowerColRight {
	float: left;
	width: 425px;
	padding: 0;
	background-color: #E1F4FD;
}

/*
.landingCallout {
	float: left;
	margin-right: 25px;
	width: 270px;
	padding: 15px 15px 0 15px;
	background: url(../image-files/landing_callout_bg_green.jpg) top no-repeat;
}

.landingCalloutLast {
	float: left;
	margin-right: 0;
	width: 270px;
	padding: 15px 15px 0 15px;
	background: url(../image-files/landing_callout_bg_green.jpg) top no-repeat;
}
*/

p.landingBtn {
    background-image: url(../image-files/head2-bkg.gif);
    background-repeat: no-repeat;
    font-size: 1em;
    line-height: 30px;
    margin: 15px 0 5px;
    padding-left: 10px;
}

p.landingBtn a {
	width: 190px;
	height: 30px;
    color: #FFFFFF;
    font-size: 1em;
    line-height: 30px;
    margin: 15px 0 5px;
    padding-left: 10px;
}


/* jQuery dropdown menu ********************************************************/

ul.dropdown                         { position: relative; background: url(../image-files/topnav_bg.jpg) top left repeat-x; width: 960px; height: 31px; padding-left: 40px; margin-bottom: 0; }
ul.dropdown li                      { font-weight: bold; float: left; zoom: 1; list-style: none; padding-bottom: 0; }
ul.dropdown a:hover		            { color: #FFF; }
ul.dropdown li a                    { display: block; padding: 4px 30px 5px; border-right: 1px solid #CCC; color: #FFFFFF; text-decoration: none; font-size: 18px; }
ul.dropdown li.endTop a             { border-right: none; }
ul.dropdown li.hover,
ul.dropdown li:hover                { background: url(../image-files/topnav_bg_alt.jpg) top left repeat-x; color: #FFF; position: relative; }


/* 

LEVEL TWO
*/
ul.sub_menu 						{ width: 200px; visibility: hidden; position: absolute; top: 31px; left: 0; padding: 0 15px; background: #e6e6e6; 
                                      border-left: 1px solid #666; border-right: 1px solid #666; border-bottom: 1px solid #666; }
ul.sub_menu li 					    { border-bottom: 1px solid #ccc; float: none; }
ul.sub_menu li.end                  { border-bottom: none; }

ul.sub_menu li.hover,
ul.sub_menu li:hover                { background: none; position: relative; }
									  
                                    /* IE 6 &amp; 7 Needs Inline Block */
ul.sub_menu li a					{ border-right: none; width: 100%; display: inline-block; font-size: 15px; color: #666666; padding: 6px 0 7px; }
ul.sub_menu li.hover a              { color: #449B23; }


/* fat footer ********************************************************/

#fatFooter_outer_top {
    border-top: 1px solid #FFFFFF;
    display: block;
    width: 100%;
	clear: both;
}

#fatFooter_inner_top {
    border-top: 1px solid #006DCC;
	background-color: #00A3E4;
    width: 100%;
}

#fatFooter_top {
    margin: 0 auto;
    padding: 15px 0;
    text-align: left;
    width: 970px;
}

#fatFooter_outer_bottom {
    border-top: 1px solid #FFFFFF;
    display: block;
	color: #FFFFFF;
    width: 100%;
	clear: both;
}

#fatFooter_inner_bottom {
    border-top: 1px solid #666666;
	background-color: #333333;
    width: 100%;
}

#fatFooter_bottom {
    margin: 0 auto;
    padding: 15px 0;
    text-align: left;
    width: 970px;
}

.footer_row {
    float: left;
    margin-bottom: 1.5em;
    width: 100%;
	clear: both;
}

ul.footer5, ul.footer6 {
	float: left;
	padding-left: 15px;
}

ul.footer5 li {
    display: block;
    float: left;
    width: 17%;
	margin-right: 25px;
}

ul.footer6 li {
    display: block;
    float: left;
    width: 13%;
	margin-right: 35px;
}

ul.footer5 li a, ul.footer6 li a {
    font-weight: bold;
	color: #FFFFFF;
}

ul.footer5 li ul, ul.footer6 li ul {
    margin-left: 0;
    margin-top: 3px;
    width: 99%;
	padding-left: 3px;
}

ul.footer5 li li, ul.footer6 li li {
    padding: 0;
    width: 99%;
	line-height: 100%;
	margin-top: 2px;
}

ul.footer5 li ul li a, ul.footer6 li ul li a {
    font-weight: normal;
    font-size: 80%;
	color: #FFFFFF;
}

