@charset "utf-8";
/* CSS Document */

/* defaults */
html {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
}
body {
	text-align: center;
	min-width: 760px;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color:#333333;
	background-color:#FFFFCC;
	line-height: 133%;
 }

form {
	margin:0;
	padding:0;
}
ul{
	margin:0;
	padding:0;
	list-style-position: inside;
}
h1{
	padding:0;
	font-family: "Trebuchet MS", Helvetica, Arial, Verdana, serif;
	font-size: 36px;
	color:#000000;
	font-weight:normal;
	margin: 25px 0px;
	margin-bottom:45px;
}
h2{
	margin:0;
	padding:0;
	font-family: "Trebuchet MS", Helvetica, Arial, Verdana, serif;
	font-size: 28px;
	font-weight:normal;
	line-height:120%;
	margin-bottom:20px;
}
h3{
	margin:0;
	padding:0;
	font-family: "Trebuchet MS", Helvetica, Arial, Verdana, serif;
	font-size: 20px;
	font-weight:normal;
	
}
h4{
	margin:0;
	padding:0;
	font-family: "Trebuchet MS", Helvetica, Arial, Verdana, serif;
	font-size: 16px;
	font-weight:normal;
}

img { 
	border:0;
}

fieldset { 
	border:0;
}
caption,th {
	text-align:left;
}



/* ID's */


#nav_replacement{
 	width:100%;
	height:4px;
	background-color:#436D27;
	font-size:1px;
 }

 #wrapper {
	text-align: left;
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background-color: #FFFFFF;
	border:solid 1px #9e9e9e;
 }

#header{

}

#header #logo{
	float:left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#header #topNav{
	float:right;
	font-family: "Trebuchet MS", Helvetica, Arial, Verdana, serif;
	font-size:11px;
	color:#909090;
	padding-top: 1em;
	padding-right: 1em;
}
#header #topNav a{
	color: #333333;
	font-family: "Trebuchet MS", Helvetica, Arial, Verdana, serif;
	font-size:11px;
	color:#909090;
	text-decoration: none;
	text-transform:uppercase;
}
#header #topNav a:hover{
	text-decoration: underline;
	
}
#content {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#333333;
	line-height: 175%;
	padding:16px;
}
#content a{
	color: #006699;
	text-decoration: none;
}
#content a:hover{
	text-decoration: underline;
}
#CTM {
	text-align:left;
	float: right;
}

#footer{
	width:955px;
	padding: 2em 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#2c2c2c;
	line-height: 125%;
	margin:auto;
	text-align:center;

}
#footer #copyright{
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#2c2c2c;
	line-height: 125%;
	float: left;
}
#footer a{
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 9px !important;
	color:#2c2c2c !important;
	line-height: 125% !important;
	text-decoration: none !important;
}
#footer #copyright a:hover{
	text-decoration: underline;
}
.clear{
	clear:both;
}
.float_left{
	float:left;
}

.float_right{
	float:right;
}

#nav{
	background-image:url(/images/09/nav_bg.gif);
	height:46px;
	background-repeat:repeat-x;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #65A639;
	border-bottom-color: #436D27;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #65A639;
	border-left-color: #65A639;
	
}

#nav ul {
	margin:0px;
	padding:0px;
	list-style-type: none;	
}

#nav ul li {
	float:left;
	color:#FFFFFF;
	text-transform: uppercase;
	background-repeat:no-repeat;
	background-position:left;
	height:46px;
	display:block;
	background-image: url(/images/09/nav_seperator.gif);
}

#nav ul li a{
	display:block;
	line-height:46px;
	padding-left: 53px;
	padding-right: 53px;
	text-decoration:none;
	font-family: "Trebuchet MS", Helvetica, Arial, Verdana, serif;
	font-size:17px;
	color:#ffffff;
	height:46px;
	float:left;
}
#nav ul li a:hover{
	text-decoration:none;
	color:#ffffff;
	/*background-image:url(/images/new_design/backgrounds/main_nav_reverse.png);*/
}
.CTML_01 {
	border: 1px solid #E8E8E8;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 24px;
	padding-left: 12px;
	
}
.CTML02{
}
.CTML02 dl {
	width: 330px;
	font-size: 80%;
}
.CTML02 dt {
	float: right;
	width: 190px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.CTML02 dd {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
}
.CTML02 {
	float: left;
}


.footer_links {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	font-size:11px;	
}

.footer_links a{
	padding: 0px 9px;
	text-decoration:none;
	color:#666666;
}

.footer_links a:hover{
	text-decoration:none;
	color:#666666;
}


#sample_image{
	padding-top:20px;
}



/************************************/
/****** PAGE CONTENT
/************************************/

div .padded_container{
	width:100%;	
}

.teaser_list{
	font-size:17px;
	font-weight:bold;
	font-family: "Trebuchet MS", Helvetica, Arial, Verdana, serif;
	list-style-type: none;
	list-style-position: outside;
}

.teaser_list li{
	background-image: url(/images/09/circle_check.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 45px;
	padding-bottom: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 135%;
}
#fp_bottom_calc_btn {
	text-align: center;
	padding: 0px;
}

div .main_column{
	width: 620px;
	float: left;
}

.calculator_cta{
	margin: 15px auto;
	text-align:center;
}

div .supporting_box{
	width:266px;
	float:right;
	background-color:#efefef;
	background-image:url(/images/new_design/backgrounds/support_box.png);
	background-repeat:no-repeat;
	background-position:top;
}

div .additional_content{
	width:266px;
	float:right;
	padding:15px;
}

div .supporting_box div{
	padding:40px 15px;
}

div .supporting_box div div{
	padding:0px 0px;
}

/***** home page ******/

.teaser_list{
	width:455px;
	float:left;
}

.highlight_box{
	width:395px;
	height:475px;
	background-image:url(/images/new_design/backgrounds/highlight_box.png);
	float:right;
	padding-left: 20px;
	background-repeat:no-repeat;
}

/***** why buy now page ******/

.altRow {
	background-color: #E4E4E4;
}
.FeaturesTitle {
	color: #FFF;
	background-color: #70B541;
	font-size: 18px;
}
.alt2 {
	background-color: #F5F5F5;
}
.border_right{
	border-right:solid 1px #ffffff;
}

/***** forms ******/

input, textarea, select {
	background:#FFFFFF url(/images/new_design/backgrounds/inputBg.gif) no-repeat scroll left top;
	border:1px solid #AAAAAA;
	margin-top:2px !important;
	padding:2px !important;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif !important;
	font-size:22px !important;
}

input, textarea{
	width:300px;
}

textarea{
	height:150px;
}

.small{
	width:120px !important;
}

.medium{
	width:180px !important;
}


.form_table{
	font-size:18px;
}

.checkbox{
	width:20px !important;
	background:none !important;
	border:none !important;
}

.clear_height_width{
	background-image:none !important;
	border:none !important;
	height:auto !important;
	width:auto !important;
	padding:0px !important
}


/**** checkout  ***/

.shopping_cart{
	border:1px solid #AAAAAA;
	background:#FFFFFF url(/images/new_design/backgrounds/inputBg.gif) no-repeat scroll left top;
}




/************************************/
/****** CLEAR FIX 
/************************************/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


/************************************/
/****** Helpers
/************************************/

.no_background{
	background-image: none !important;
}

.text_padding{
	padding:10px;
}
.highlight_box h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000;
}

.full_size{
	width:100% !important;
}

div .horizontal_divider{
	margin-top:20px;
	font-size:1px;
	height:1px;
	width:100%;
	background-color:#666666;
}

.important_caption{
	font-style:italic;
	font-weight:bold;
	color:#fca036;
}

.legal_text{
	font-size:9px;
	font-style:italic;
	color:#666666;	
}

.border_image{
	border:4px solid #F4911F;
}

.lighten{
	color:#666666;	
}
.indent{
	text-indent:15px;
}

.button_click{
	cursor:pointer;
}

.valid{
	color:#009900;
}

.valid a{
	color:#009900 !important;
	text-decoration:underline !important;
}

.alert{
	color:#990000;
}

.alert a{
	color:#990000 !important;
	text-decoration:underline !important;
}

.dynamic_content{
	color:#0397d6;
}

.dynamic_content a{
	color:#0397d6 !important;
	text-decoration:underline !important;
}

.float_left{
	float:left;
}

.float_right{
	float:right;
}






/* CTM Table */
.CTM_Table{

}

.CTM_Table th{
	background-image: url(/images/ctmtabletitle.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C2C2C2;
	text-align: left;
	padding-right: 10px;
	padding-left: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.CTM_Table td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	text-align: left;
	padding-right: 10px;
	padding-left: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.CTM_Table td a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration:underline;
}
.CTM_Table td a:hover{
	color: #1D96D4;
	text-decoration: none;
}
.CTM_Table th a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	font-weight: normal;
	text-align: right;
	text-decoration: underline;
}
.CTM_Table th a:hover{
	color: #0066CC;
	text-decoration: underline;
	font-weight: normal;
}
.CTM_Table tr{

}
.CTM_Table tr:hover{
	background-color: #F2F2F2;
}


/****** LIVE VALIDATION ******/

.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field, input.LV_valid_field:hover, input.LV_valid_field:active, textarea.LV_valid_field:hover, textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, input.LV_invalid_field:hover, input.LV_invalid_field:active,textarea.LV_invalid_field:hover, textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}



.tickercontainer { /* the outer div with the black border */
border-bottom: 1px solid #000;
color:#555555;
font-family: "Trebuchet MS", Helvetica, Arial, Verdana, serif;
font-size:12px;
font-weight:bold;
background: #fff; 
width: 955px; 
height: 27px; 
margin: 0; 
padding: 0
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
top: 8px;
width: 945px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 970px;
font: bold 10px Verdana;
list-style-type: none;
margin: 0;
padding: 0;
 
}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
background: #fff;

}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #006699;
font: bold 10px Verdana;
margin: 0 50px 0 0;

} 
ul.newsticker a:hover {
		text-decoration:none;
	}
ul.newsticker span {
margin: 0 10px 0 0;
color:#000000;
} 




#pscroller1{
line-height:27px;
text-indent:10px;
border-bottom: 1px solid #000;
color:#555555;
font-family: "Trebuchet MS", Helvetica, Arial, Verdana, serif;
font-size:12px;
font-weight:bold;
background: #fff; 
width: 955px; 
height: 27px; 
margin: 0; 
padding: 0;
overflow: hidden; 

}

#pscroller1 span {
margin: 0 10px 0 0;
color:#000000;
} 

#pscroller1 a {
white-space: nowrap;
padding: 0;
color: #006699;
font: bold 10px Verdana;
margin: 0 50px 0 0;

} 
#pscroller1 a:hover {
		text-decoration:none;
	}
	
/* BEGIN: GREEN YELLOW RED page updates */

.red{	
	width:926px;
	height:429px;
	background-image: url(/images/new_design/backgrounds/house_caution.png);
	position:relative;
}

.yellow{	
	width:927px;
	height:439px;
	background-image: url(/images/new_design/backgrounds/house_question.png);
	position:relative;
}

.yellow.long{	
	width:926px !important;
	height:607px !important;
	background-image: url(/images/new_design/backgrounds/house_question_long.png) !important;
}

.green{
	background-image: url(/images/new_design/backgrounds/house_math.png);
	width:912px;
	height:594px;
	position:relative;
	font-family: "Trebuchet MS", Helvetica, Arial, Verdana, serif;
}

.red .text, .yellow .text{		
	position:absolute;
	width:520px;
	top:45px;
	left:30px;
	font-style:italic;
	font-family: "Trebuchet MS", Helvetica, Arial, Verdana, serif;
	font-size:16px;
}

.yellow.long .text{
	font-size:14px;
}

.red h1, .yellow h1, .green h1{
	font-size:22px;
	line-height:133%;
	margin:0px;
}

.red h2, .yellow h2{
	font-size:16px;
	line-height:150%;
	margin:0px;
	font-weight:bold;
	margin-top:30px;
}

.red .text ul, .yellow .text ul{
	list-style-position:outside;
	width:385px;
	margin:20px 0px;
	margin-left:60px;
}

.red .text p, .yellow .text p{
	width:385px;
	margin-left:10px;
}

.yellow.long ul{
	margin:30px 0px;
	margin-left:30px;
}

.green .main_header{
	padding-left:25px;
	padding-top:18px;
}

.green .accessor{
	position:absolute;
	top:106px;
	left:26px;
	width:240px;
}

.green .market_value{
	position:absolute;
	top:106px;
	left:335px;
	width:240px;
}

.green .difference{
	color:#ffffff;
	position:absolute;
	top:106px;
	left:650px;
	width:240px;
}

.green .sub_text{
	position:absolute;
	left:50px;
	top:483px;
}

.green .sub_text ul{	
	font-size:16px;
	list-style-position:outside;
}


.green .accessor .title, .green .market_value .title{
	color:#545454;
	font-size:12px;
	text-align:center;
	margin-bottom:5px;
}

.green .accessor .price, .green .market_value .price{
	color:#383838;
	font-size:22px;
	text-align:center;	
}

.green .accessor h1, .green .market_value h1{
	text-align:center;
	font-weight:bold;	
}

.green .difference h1{
	color:#ffffff;
	text-align:center;
	font-weight:bold;
	margin-top:10px;
}

.green .difference .price{
	color:#ffffff;
	font-size:22px;
	text-align:center;
}

.green .difference .title{
	text-align:center;
	margin-top:35px;
}

.green .difference .savings{
	margin-top:5px;
	text-align:center;
	font-size:36px;
}

.green .difference .button{
	margin-top:72px;
}

.register{
	width:920px;
	color:#545454;
	position:relative;
}

.register h1{
	font-size:36px;
	margin:0px;
	padding-left:25px;
	padding-top:50px;
}

.register h2{
	font-size:22px;
	margin:0px;
	padding-left:25px;
	margin-top:8px;
	margin-bottom:8px;
}

.register .divider{
	background-image:url(/images/new_design/backgrounds/divider.png);
	height:2px;
	background-repeat:repeat-x;	
	width:560px;
	margin-left:25px;
}

.register .vertical_divider{	
	background-image:url(/images/new_design/backgrounds/vertical_divider.png);
	position:absolute;
	width:2px;
	height:336px;
	top:272px;
	left:461px;
	z-index:10;
	
}

.register h3{
	font-size:18px;
}

.register p{
	line-height:175%;	
	width:560px;
	padding-left:25px;
}

.register .header{
	width:920px;
	height:281px;
	background-image:url(/images/new_design/backgrounds/big_green_top.png);
	background-repeat:no-repeat;	
}

.register .content{
	width:920px;
	background-image:url(/images/new_design/backgrounds/big_green_repeatable.png);
	background-repeat:repeat-y;	
}

.register .bottom{
	width:920px;
	height:13px;
	background-image:url(/images/new_design/backgrounds/big_green_bottom.png);
	background-repeat:repeat-x;	
}




/* END: GREEN YELLOW RED page updates */



