﻿h1 {
}
h2 {
    color: #000;
    font-size: 16px;        
}
h3 {
    color: #000;
    font-size: 12px;        
}
img {
    border:0;
}
p, td {
    font-family: Verdana;
    font-size: 13px;
    text-align: left; 
}
a:hover {
    color: #D61;
    text-decoration: none;
}
/* = login form */
#wf-login table {
    border-collapse: collapse;
    padding:0;
}
#wf-login td { 
    padding: 0;
    text-align:left;
}
#wf-login label,
#wf-login a { 
    font-size: 10px;
}

.wf-cta-login {
    margin: 0 0 0 6px;
    padding:0 0 0 0;
}

/* = Layout A to F*/
#wf-container {    
    overflow:hidden;    
    text-align: left;
    *zoom:1;
}
/*right sidebar*/
#wf-sidebar {
    margin:0;
    padding:0;
    background:url(../wf_img/wf_steps_col_bg.jpg) 0 150px repeat-x;
    float: left;
    position:relative;
    width:250px;    
}
#wf-sidebar > .wf-padding {
    padding:0 20px;
}
#wf-main-content {    
    float: left;
    width:730px;
}
#wf-main-content > .wf-padding {        
    padding:0 0 0 20px;
/*border:1px solid red;    */
}
/* = Head Intro Area*/
#wf-content-head {    
    position: relative;    
    *margin-top:14px;
}
#wf-content-head h2 {
}
#wf-content-head p {
    line-height: 1.3em;
    width:450px;
}
.wf-guarantee {
    display:block;
    position: absolute;
    top:0; right:65px;    
    width: 128px; height: 128px; 
}
/* = Qualify form */
.wf-qualify {       
    margin-top: 26px;
    padding-left: 20px;
    position:relative;
    width:680px;    
}
.wf-cols-wrap {
    overflow:hidden;
    width:670px;    
    *zoom:1;    
}
.wf-cols-left{
    float: left;
    width:455px;
}
.wf-cols-right{
    float: right;
    width:210px;
}
.wf-qualify h2 {    
    margin-bottom: 2px;
}
.wf-qualify p {    
    margin:0;
}
#wf_state {
    width:155px;
}
.wf-qualify table { 
    margin-top: 10px;
    width:450px;
}
.wf-qualify td  {
    vertical-align: top;
}
.wf-qualify .wf-col1 {
    padding:0 20px 20px 0;
    width:55%;
}
.wf-footnote {
    color:#333;    
    font-size:10px;
    margin:0;
}
#wf-steps-vertical {
    background:url(../wf_img/wf_steps123_vertical2.png) no-repeat;       
    position:absolute;
    top:-6px; left:-256px;
    width:261px; height:255px;            
    z-index: 1000;            
}
#wf-common-questions {}
/* = Content Bottom*/
#wf-content-bottom {
    background:url(../wf_img/wf_vline_bg.png) repeat-x;
    margin-top:20px;    
    overflow: hidden;
    width:690px;        
}
#wf-content-bottom > .wf-padding {
    padding:0 20px 40px 0;
}
#wf-content-bottom h2{
    margin-top: 16px;
    padding:0;
}
#wf-content-bottom p{}
/* = Testimonial*/
.wf-testimonial {
    margin-top: 290px;
    padding-bottom: 30px;
    width:208px;
}
.wf-testimonial blockquote{
    font-size: 12px;
    font-style: italic;
    line-height: 1.4em;
    margin:0;
    padding:0;
}
.wf-testimonial cite{
    display: block;
    margin-top:10px;
    padding-left:10px;
}
/* = Buttons, Calls to Action*/
.wf-cta-continue {
    background:url(../wf_img/wf_cta_continue.png) no-repeat;   
	display: block;
    line-height: 0;    
    margin-top:20px;
    text-indent: -9999px;    	
	width:190px; height:35px; 
}
.wf-cta-continue:hover {
    background-position:0 -55px;
}
.wf-cta-find-out {
    background:url(../wf_img/wf_cta_find_out.png) no-repeat;   
	display: block;
    line-height: 0;    
    margin-top:20px;
    text-indent: -9999px;    	
	width:190px; height:35px; 
}
.wf-cta-find-out:hover {
    background-position:0 -55px;
}
.wf-cta-start-now {
    background:url(../wf_img/wf_cta_start_now.png) no-repeat;   
	display: block;
    line-height: 0;    
    text-indent: -9999px;    	
	width:190px; height:58px; 
}
.wf-cta-start-now:hover {
    background-position:0 -78px;
}
/* Green Help Box Container Styles*/
.wf-help-box {
    background: #FFF;
    border:2px solid #9FC558;
    width:204px;
    -moz-border-radius-topleft:4px 4px;
    border-top-left-radius:4px 4px;
}
.wf-help-box h6 {
    color:#FFF;
    background:#9DC354;
    font-size: 13px;
    font-weight: bold;
    height: 23px;
    line-height: 23px;
    margin:0;
    padding:0 0 0 8px;
    text-transform: uppercase;    
}
.wf-help-box ul {
    margin:0;
    padding:0 8px 10px;
}
.wf-help-box li {
    padding:0;
    margin:10px 0 0 0;
    list-style-type: none;
}