@charset "utf-8";
/* CSS Document */
body {
    background: #FFFFFF url(/images/bg-repeater.png) repeat-x;
    margin: 0;
    padding: 0;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666;
}

textarea{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

a {
    color: #666666;
    font-weight: bold;
}
a:link, a:visited, a:active {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a.site_map {
    color: #666666;
    font-weight: normal;
}

#main {
    width: 960px;
    height: auto;
    margin: 0 auto;
}

#header {
    width: 960px;
    height: 110px;
}
#logo {
    border: 0;
    float: left;
}

#flashcontent {
    width: 380px;
    height: 54px;
    float: right;
    margin-top: 56px;
}

#navigation {
    height: 60px;
    width: 960px;
    background: url(/images/nav-bg.png) no-repeat;
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #666;
}

#navigation a {
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #999;
    text-decoration: none;
}

#navigation a:hover {
    text-decoration: underline;
}

ul.nav {
    padding: 0;
    margin: 0;
    height: 31px;
    padding-top: 9px;
    list-style: none;
}

li.nav {
    display: inline-block;
    float: left;
    text-align: center; /*width: 120px;*/
}

.navigation-colour {
    width: 960px;
    height: 20px; /*margin-top:9px;*/
    background: #f6b443 url(/images/form-top.png) right no-repeat;
    clear: left;
}
.navigation-colour-full-form {
    width: 960px;
    height: 20px; /*margin-top:9px;*/
    background: #f6b443;
    clear: left;
}


#left {
    width: 610px; /*height: 510px;*/
    float: left;
    background: url(/images/side-shadow.png) no-repeat left top #fff;
}

#feature {
    width: 600px;
    float: left;
    clear: right;
    background: url(/images/feature-image.jpg) no-repeat;
    height: 240px;
}

#feature-number {
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    margin-top: 206px;
    display: block;
    text-indent: 20px;
}

#home-h-tags {
    width: 580px;
    padding-top: 17px;
    padding-left: 20px;
    height: 73px;
    float: left;
    clear: both;
}
#h-tags {
    width: 580px;
    padding-top: 17px;
    padding-left: 20px;
    height: 36px;
    float: left;
    clear: both;
}

#content {
    padding: 0px 30px 20px 30px;
    width: 540px;
}

/*contact-form*/
.h-tags {
    width: 580px;
    padding-top: 17px;
    padding-left: 20px;
    height: 73px;
    float: left;
    clear: both;
}

.content {
    padding: 0px 30px 20px 30px;
    width: 540px;
}

#bullets {
    height: 150px;
    width: 600px;
    background: url(/images/bullet-header-bg.png) repeat-x;
    float: left;
}

#bullets .set {
    width: 180px;
    margin-left: 20px;
    float: left;
    padding-top: 10px;
    background: url(/images/bullet-arrow.png) no-repeat;
    background-position: 120px 80px;
}

#right {
    width: 350px;
    background-color: #FFFFFF;
    height: 510px;
    float: right;
}

#form-bg {
    width: 350px;
    height: 480px;
    background: #f6b443 url(/images/form-bg.png) no-repeat;
}

#full-form-info-bg {
    width: 350px;
    height: 480px;
    background: #f6b443 url(/images/right-bg.png) no-repeat;
}


#form {
    width: 280px;
    float: left;
    margin-left: 35px;
    margin-top: 74px;
}

#full-form-info {
    width: 280px;
    float: left;
    margin-left: 24px;
    margin-top: 58px;
    color: #ea453f;
    font-size: 12px;
}

#full-form-info-header {
    margin-left: 24px;
    font-weight: bold;
    font-size: 14px;
}

#full-form-info a {
    color: #ea453f;
}

#form-fields {
    padding: 10px;
    font-size: 12px;
    color: #ea453f;
    font-weight: bold;
}

.form-field {
    border: 3px #eaeaea solid;
    width: 253px;
    font-size: 11px;
    color: #666;
    margin-bottom: 5px;
}

.form-field-full {
    width: 253px;
    font-size: 11px;
    color: #666;
    margin-bottom: 5px;
    margin-top: 1px;
}

input.form-field-full {
    width: 253px;
    font-size: 11px;
    color: #666;
    margin: 0;
    padding: 0 0 0 3px !important;
    border: solid 1px #999;
}
textarea.form-field-full {
    width: 253px;
    font-size: 11px;
    color: #666;
    margin: 0;
    padding: 0 0 0 3px !important;
    border: solid 1px #999;
}
select.form-field-full {
    width: auto;
    font-size: 11px;
    color: #666;
    margin-bottom: 5px;
    margin-top: 1px;
    border: solid 1px #999;
}
select.form-field-full option {
    border: solid 1px #999;
}

.send-button {
    margin-top: 13px;
}


#footer {
    border-top: #ccc 1px solid;
    width: 920px;
    clear: both;
    padding: 30px 20px 30px 20px;
    margin: 0 auto;
    color: #999;
}

#footer a {
    color: #f6b342;
}

/*	TEXT
__________________________________________________________*/

h1, h2 {
    margin: 0;
    padding: 0;
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

h1 {
    font-size: 22px;
    color: #ea453f;
}

h2 {
    font-size: 20px;
    color: #f6b342;
}

.subheader {
    color: #ea453f;
    font-weight: bold;
    font-size: 14px;
}

.white {
    color: #fff;
    font-weight: bold;
}

.white-16 {
    color: #fff;
    font-size: 16px;
}

.grey-10, .grey-10 a {
    font-size: 10px;
    color: #666666;
    font-weight: normal;
}

.yellow-24 {
    color: #f6b342;
    font-size: 24px;
    font-weight: bold;
}

.red-11 {
    color: #ea453f;
    font-weight: bold;
}

.form_section_title {
    font-weight: bold;
    font-size: 12px;
}

.previous_button {
    width: 248px;
    float: left;
    text-align: right;
}
.button_spacer {
    width: 4px;
    float: left;
}
.next_button {
    width: 258px;
    float: left;
}


/* how it works ******************/
div.how_it_works_step_item {
    clear: both;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    border-top: #e8e8e8 1px solid;
    vertical-align: top;
    margin-top: 4px;
}
div.how_it_works_step_item_bullet {
    margin-top: 0;
    float: left;
    width: 31px;
    height: 35px;
}
div.how_it_works_step_item_title {
    float: left;
    width: 450px;
    vertical-align: middle;
    color: #ea453f;
    font-size: 14px;
    height: 23px;
    margin-top: 8px;
    margin-bottom: 0;
    margin-left: 8px;
    font-weight: bold;
}
div.how_it_works_step_item_descr_open {
    margin-top: 0;
    display: block;
    clear: both;
    width: 490px;
    padding-left: 40px;
    padding-bottom: 5px;
}
div.how_it_works_step_item_descr_closed {
    margin-top: 0;
    display: none;
    clear: both;
    width: 490px;
    padding-left: 0;
    padding-left: 40px;
    padding-bottom: 0;
}

hr.how_it_works {
    color: #ccc;
    height: 1px;
    margin-bottom: 6px;
}

hr.how_it_works_2 {
    color: #e8e8e8;
    height: 1px;
}

div.how_it_works_congrats {
    margin-left: 20px;
}
span.how_it_works_congrats {
    font-size: 14px;
    font-weight: bold;
    color: #f6b342;
}
img.how_it_works_opener {
    float: right;
    cursor: pointer;
}
/* end how it works ******************/


div.full-form-label, div.full-form-label-2, div.full-form-label-3 {
    width: 240px;
    margin-top: 3px;
    clear: both;
    float: left;
    padding-right: 20px;
}
div.full-form-input, div.full-form-input-2, div.full-form-input-3 {
    width: 260px;
    float: left;
}

div.full-form-label {
    height: 22px;
}
div.full-form-input {
    height: 25px;
}

div.full-form-label-2 {
    height: 34px;
}
div.full-form-input-2 {
    height: 37px;
}

div.full-form-label-3 {
    height: 46px;
}
div.full-form-input-3 {
    height: 49px;
}
div.full-form-info-text{
    font-weight: normal;
    margin-left: 25px;
}

ol.privacy{
    list-style-type: lower-alpha;
    }
    
table.full-form-table{
    border: solid 0 #cccccc;
    border-collapse: collapse;
}

td.full-form-table-input input, td.full-form-table-input select, td.full-form-table-input textarea {
    margin: 0;
    padding: 0;
    }

td.full-form-table-label{
    width: 240px;
    border: solid 1px #cccccc;
    padding-left: 5px;
}
td.full-form-table-input{
    width: 275px;
    border: solid 0 #cccccc;
    padding-left: 5px;
    vertical-align: top;
    padding-top: 1px !important;
}