body {
    background:url('../images/bg.jpg') repeat-x top center #d6d6d6;
    margin:0;
    padding:0;
    font-family:arial, sans-serif;
    font-size:12px;
    color:#000000;
}

img {
    border:0;
}

.clear {
    clear:both;
}

.noborder {
    border:0 !important;
}

.nomargin {
    margin:0 !important;
}

.fleft {
    float:left;
}

.fright {
    float:right;
}

.align_right {
    text-align:right;
}

.first {
    border-left:0 !important;;
}

.last {
    border-right:0 !important;
}

#page {
    width:978px;
    margin:0 auto;
    position:relative;
    padding-top:355px;
    background:url('../images/header-img.jpg') no-repeat 0px 80px;
}


/****** header *******/
#header {
    position:absolute;
    left:0;
    top:10px;
}

#menu {
    background:url('../images/menu.png') no-repeat;
    width:978px;
    height:88px;
}

#menu ul {
    list-style-type:none;
    float:left;
    margin:36px 0 0 27px;
}

#menu ul li {
    float:left;
    padding:0 30px;
    border-right:1px solid #6396ff;
}

#menu ul li.last {
    padding-right:0;
    border:0;
}

#menu ul li a {
    text-decoration:none;
    color:#ffffff;
    font-weight:bold;
}

#menu ul li a:hover {
    text-decoration:underline;
}

#logo {
    text-decoration:none;
    color:#ffffff;
    font-style:italic;
    font-size:33px;
    text-shadow: -1px -1px #777777;
    float:left;
    margin:22px 0 0 30px;
}

#logo:hover {
    color:#fff9ec;
}

/****** footer ******/
#footer {
    padding:20px 0 80px 0;
    font-size:11px;
    line-height:170%;
    width:936px;
    margin:0 auto;
}

#footer span {
    color:#8c8c8c;
    padding:0 6px;
}

#footer a {
    color:#33679d;
    font-weight:bold;
}

#footer a:hover {
    text-decoration:none;
}

#footer_left {
    float:left;

}

#footer_right {
    float:right;
    text-align:right;
}

#footer_right a.nolink {
    font-weight: normal;
    color:#000000;
    text-decoration: none;
}

/******* content ********/
#content_top {
    background:url('../images/content-top.png') no-repeat;
    width:978px;
    height:14px;
}

#content_bottom {
    background:url('../images/content-bottom.png') no-repeat;
    width:978px;
    height:14px;
}


#content {
    background:url('../images/content-bg.png') 0px;
}

#content_right {
    width:560px;
    float:right;
    margin-right:30px;
    padding-bottom:10px;
}

#content_right h1, #content_right .main_title {
    font-size:30px;
    font-family:Tahoma, Arial, sans-serif;
    font-weight:normal;
    padding-top:10px;
    margin:10px 0 15px 0;
}

#content_right h2 {
    font-size:24px;
    font-family:Tahoma, Arial, sans-serif;
    font-weight:normal;
    color:#ff7c00;
}

#content_right h2 a {
    color:#ff7c00;
    text-decoration:none;
    
}

#content_right h2 a:hover {
    border-bottom:1px solid #ff7c00;
}

#content_right ul {
    line-height:170%;
}


#content_right p {
    line-height:170%;
}

#content_right a {
    color:#ff7c00;
    text-decoration: underline;
}

#content_right a:hover {
    text-decoration: none;
}

#content_right .experience {
    width:260px;
    float:left;
    line-height:170%;
    margin-right:40px;
}

#content_right .experience img {
    float:left;
    margin:0 14px 0 0;
}

#content_right .experience .name {
    font-style:italic;
    color:#33679d;
}

#content_right .bold {
    font-size:14px;
    font-weight:bold;
}

#content_left {
    width:320px;
    float:left;
    margin:0 0 0 30px;
}

#content_left h2 {
    font-size:24px;
    font-family:Tahoma, Arial, sans-serif;
    font-weight:normal;
    margin:0;
    padding:28px 0 5px 0;
}

a.right_link {
    float:right;
    font-size:11px;
    color:#33679d;
    text-decoration:none;
    margin:-22px 0 0 0;
}

a.right_link span {
    text-decoration:underline;
}

a.right_link:hover span {
    text-decoration:none;
}


.faq_top {
    background:url('../images/faq-top.png');
    width:320px;
    height:6px;
}

.faq {
    background:url('../images/faq-bg.png');
    margin-bottom:20px;
    line-height:150%;
}

.faq_bottom {
    background:url('../images/faq-bottom.png') no-repeat center bottom;
    padding:20px 20px 33px 20px;
}

.faq_bottom a {
    color:#ff7c00;
}

.faq h3 {
    margin:0;
    font-size:18px;
    color:#33679d;
}

.faq h3 a {
    color:#33679d;
    text-decoration:none;
}

.faq h3 a:hover {
    text-decoration:underline;
}

#request {
    background:#1f4a81;
    width:320px;
}

#request_top {
    background:url('../images/request-top.png') no-repeat center top;
}

#request_inner {
    padding:17px;
    background:url('../images/request-bottom.png') no-repeat center bottom;
    color:#ffffff;
}

#content_left .agreement {
    font-size:10px;
    border-top:1px solid #4c6e9a;
    padding:10px 0 0 0;
    margin:0;
}

#content_left input {
    background:url('../images/input.png') no-repeat;
    width:188px;
    height:36px;
    border:0;
    float:left;
    margin-bottom:14px;
    padding-left:10px;
    padding-right:10px;
}

#content_left label {
    width:76px;
    height:25px;
    float:left;
    margin-bottom:14px;
    padding:11px 0 0 0;
}

.submit {
    background:url('../images/button.png') no-repeat !important;
    width:181px !important;
    height:40px !important;
    font-size:14px !important;
    font-weight:bold !important;
    color:#ffffff !important;
    text-transform: uppercase !important;
    padding:3px 0 !important;
    text-align:center !important;
    line-height:100% !important;
    margin:30px 0 30px 52px !important;
    cursor: pointer !important;
}

.submit:hover {
    color:lightyellow !important;
    color:#333333 !important;
}

.space {
    margin-top:30px;
}

.flash {
    color: black;
    background: #FFF9D7;
    border: 1px solid #E2C822;
    padding: 1em;
    margin: 1em 0;
    font-size: 130%;
    line-height: 130%;
}

#navigation {
    font-size:10px;
    color:#333333;
}

#navigation a {
    color:#ff7c00;
}

.experience_big {
    line-height:170%;
    margin-bottom:40px;
}

.experience_big img {
    float:left;
    margin:0 14px 0 0;
}

.experience_big .name {
    font-style:italic;
    color:#33679d;
}

ol li {
    margin-bottom: 8px;
    line-height: 150%;
}

#header_intro {
    font-size: 13px;
    padding:60px 0 0 520px;
    color:#ffffff;
    line-height: 150%;
}

#header_intro1 {
    font-size: 23px;
    margin-bottom:15px;
}

#header_intro2 {
    font-weight: bold;
    font-size: 26px;
    margin-bottom:20px;
}

#header_intro ul {
    margin:0 0 0 25px;
    padding:0;
    list-style-type: square;
}

/* Tooltip */
 
#tooltip {
    position:absolute;
    z-index:9999;
    color:#333333;
    font-size:10px;
    width:180px;
    font-size: 11px;
    background: #ffffff;
    border:1px solid #999999;
    padding:5px 10px;
}

.checkbox-control {
    width:auto !important;
    margin-right:10px;
    float:left;
    background:none !important;
}

.checkbox-label {
    width:200px !important;
    float:left;
    margin-top:1px;
    
}

.street, .city, .zip, #frmrequestForm-address_street, #frmrequestForm-address_city, #frmrequestForm-address_zip {
    display:none;
}

.street, .submit {
    clear:both;
}

#second-form table {
    width:100%;
}

#second-form table td {
    width:50%;
}

#second-form fieldset {
    border:0;
    margin: 0;
    padding: 10px 0;

}

#second-form fieldset legend {
    font-family:Tahoma, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

#second-form td, #second-form th {
    text-align: left;
}

#second-form input[type='text'] {
    width:70%;
}

#second-form select {
    width:72%;
}

.small {
    font-size: 90%;
}

#form-company, #form-other {
    display:none;
}

.form-submit input[type='submit'] {
    background:url('../images/button.png') no-repeat !important;
    width:181px !important;
    height:40px !important;
    font-size:14px !important;
    font-weight:bold !important;
    color:#ffffff !important;
    text-transform: uppercase !important;
    padding:3px 0 !important;
    text-align:center !important;
    line-height:100% !important;
    cursor: pointer !important;
    border:0;
}

.form-submit input[type='submit']:hover {
    color:lightyellow !important;
    color:#333333 !important;
}

#second-form table td {
    padding-top:3px;
    padding-bottom:3px;
}

#age {
    display:none;
}