html { font-size:100.01%; }

body {
    margin:0px; 
    padding:0px;
    text-align:center;
    font-size: 62.5%;
    color: #494949; 
    background: #FFF url('/images/homepage/body_bg_stripes4.jpg') repeat-x;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

h1 { 
    line-height: 1; 
    margin-bottom: 0.5em; 
    color: #494949; 
    font-weight: bold;
  
}

h2 { margin-bottom: 1em; color:#A0C203;}

a {color:#494949; text-decoration: none;}

a:hover {text-decoration: underline; color: #A0C203;}

a.orange {color:#F7941E;}

a.green {color: #A0C203;}
    
#wrapper {
    width:980px;
    margin:0px auto;
    text-align:left;
}

#stage {
    padding: 80px 0px 0px 60px;
    background: transparent;
    height: 390px;
}

#stage h1{
    width: 410px;
    margin:0px;
    font-size: 4.5em;
    letter-spacing: -0.5px;
    line-height: 55px;
    
    margin-bottom: 15px;
}

#stage h2{width: 535px; font-size: 2em;letter-spacing: -0.3px;}

.accessForm form input.textfield{
    width: 270px;
    margin-bottom: 15px;
    height: 35px;
    background: #ffffff url('/images/homepage/input_bg_focus.png') repeat-x 0 12px;
    border: 1px solid #cccccc;
    font-size: 2.5em;
    padding: 3px 0px 0px 3px;
    color: #666;
    -moz-border-radius-bottomleft:4px;
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-topleft:4px;
    -moz-border-radius-topright:4px;
    
}



.accessForm form input.textfield:focus{
    width: 270px;
    margin-bottom: 15px;

    background: #ffffff url('/images/homepage/input_bg.png') repeat-x;}

.accessForm form input.password{
    width: 260px;
    margin-bottom: 10px;

    background: #ffffff url('/images/homepage/input_bg.png') repeat-x;
    border: 1px solid #cccccc;

    padding: 3px 0px 0px 3px;
    -moz-border-radius-bottomleft:4px;
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-topleft:4px;
    -moz-border-radius-topright:4px;
}

.accessForm {width: 300px;}

.accessForm form input.login_btn{
    background: transparent url('/images/homepage/btn_sprite_login.png') no-repeat;
    width: 95px;
    height: 29px;
    border-style:none;
    font-size: 14px;
    font-weight: bold;
    margin: 15px 0px 15px 185px;
    color:white;
    cursor: pointer;
    padding-left: 18px;
}

.accessForm form input.login_btn:hover{
    background: transparent url('/images/homepage/btn_sprite_login.png') no-repeat 0px -51px;
    
}

.accessForm form input.signup_btn{
    background: transparent url('/images/homepage/btn_sprite_signup.png') no-repeat;
    width: 105px;
    height:32px;
    border-style:none;
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0px 0px 175px;
    color:white;
    cursor: pointer;
    padding-left: 25px;
}

.accessForm form input.signup_btn:hover{
    background: transparent url('/images/homepage/btn_sprite_signup.png') no-repeat 0px -51px;
}

.accessForm p{
    text-align: right;
    margin-top: 0px;
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 0px;
}

#signupForm p.conditions{
    text-align: left;
    font-weight: normal;
    margin-bottom: 5px;
    color: #777;
}

h4 {
    margin: 0px 0px 1.33em 0px;
}

#stage label {
    font-weight: bold; padding-left: 1px;font-size: 1.2em;
}

.leftCol {float:left;}

.rightCol {
    float:left; 
    margin-left:80px;
    margin-top: 0px;
}

.teaser {
   /* float: right;
    margin: 40px 60px 0px 0px;*/
}

#masthead img {margin:20px 0px 0px 10px;border:0; float:left;}

#masthead {
  margin-top: 25px;
    
}

#footer {
    text-align: left;
    width:910px;
    margin:0px auto;
    background:transparent;
    color: #494949;
    padding: 20px 0px 0px 78px;
    height: 140px;
    font-size: 1.2em;
   
}
.footerSeparator {
    border-top:1px dotted #ccc;
    padding-top: 20px;
    padding-left:0px;
    margin-left: -0px;
    
}

#footer .col1 {width: 240px; float: left; margin-right: 60px;}
#footer .col2 {width: 170px; float: left; margin-right: 60px;}
#footer .col3 {width: 170px; float: left; margin-right: 60px;}
#footer .col4 {width: 115px; float: left;}

.clear {clear:both;}

ul, li {
    list-style: none;
    margin: 0;
    padding:0;
}

li.head {font-weight: bold;}

li.highlight {
    color: #A0C203;
    margin-bottom: 5px;
}

ul.push {margin-right: 30px;}

fieldset {border:1px solid #A0C203; margin:0;padding:15px;}

fieldset.signUpFieldset {
    border-color: #F7941E;
}

legend {color:#A0C203;font-size: 1.6em;}

legend.signUpLegend {
    color: #F7941E;
}

/* Used for toggling the login or signup dependent on a parent class selector */
div.login div#signupForm {
    display:none;
}
div.signup div#loginForm {
    display:none;
}

p.loginError {
    text-align: left;
    color:red;
    margin-bottom: 10px;
}

.formError {
    color:red;
    text-align:right;
    margin-top: 0px;
}


#stage ul li {
    float:left;
    font-size: 1.6em;
}

h3 {
    font-size: 18px;
    padding-bottom: 0px;
    margin-bottom: 10px;
    margin-top: 5px;
}

h4 {
    font-size: 12px;
    color:#666;
}

.one {
    width: 165px;
    margin-right: 10px;
}

.two {
    width: 135px;
    margin-right: 30px;
}

.three {
    width: 145px;
}

#stage li.hint{
    font-size: 1.2em;
    font-weight: bold;
    line-height: 16px;
}

ul.headers {
    padding-bottom: 2.5em;
}

ul.desc {
    padding-top: 0.5em;
}

.surveyLink {
    float: right;
    padding: 30px 5px 20px 50px;
    background: url('/images/homepage/surveyBG.png') no-repeat 0px 22px;
    width: 152px;
    display: none;
}

.surveyLink a{
    font-size: 12px;
    color: white;
    font-weight: bold;
}

.surveyLink a:hover {
    color:white;
    text-decoration: underline;
}

.makeGray {
    color: #ccc;
}


/*===================================================================================*/

#contentArea {
    margin-bottom:40px;
}

#contentArea h1 {
    margin:0px;
    font-size: 35px;
    letter-spacing: -0.5px;
    line-height: 55px;
    margin: 20px 0px 0px 0px; 
    text-align: center;   
}

#contentArea .subHeader {
   
       text-align: center;
}

#contentArea h2 { 
    color: #666;
    margin: auto;
    font-size: 18px;
}

#contentArea .leftCol {
    width: 425px;
    height: 344px;
   
}

#contentArea .leftCol {
    margin: 30px 40px 0px 20px;
}



#contentArea .rightCol {
    margin: 15px 0px 0px 0px;
}

#footer.bg-footer {
    /*background: url(/images/homepage/bg-footer.png) no-repeat;*/
 
    height: 300px;
    padding-left: 0px;  
}

#footer.bg-footer.footerSeparator {

}


a.btnSignUp {
    background:  url(/images/homepage/signUpLink.png) no-repeat;
    padding: 7px 30px 9px 18px;
    color: white;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 0px;
    display: block;
    float: right;
}


#contentArea #loginForm {
    width: 425px;
}

#contentArea #signupForm {
    width: 480px;
}

#contentArea #signupForm legend {
    font-size: 2.5em;
    display: none;  
}

#contentArea #signupForm fieldset {
 /*   -moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:8px;
-moz-border-radius-bottomright:8px;
-moz-border-radius-topleft:8px;
-moz-border-radius-topright:8px;
background-color:#f2f2f2;
border:7px solid #ccc;*/
/*height: 285px;*/
}

#contentArea #loginForm label{
    font-weight: bold;
    font-size: 14px;
}


#contentArea #loginForm input.textfield{
    width:385px;
}

#contentArea .accessForm form input.login_btn {
    margin-left: 298px;
}

#contentArea .accessForm form input.textfield {
      width:445px;
}

#contentArea .accessForm label {
    font-size: 14px;
    font-weight: bold;
}

#contentArea label.signupEmail {
    margin-top: 30px;
}


#contentArea .accessForm form input.signup_btn {
    margin-left: 288px;
}



#footer.bg-footer .col1 {width: 170px; float: left; margin-right: 30px;margin-left: 70px;}
#footer.bg-footer .col2 {width: 170px; float: left; margin-right: 30px;}
#footer.bg-footer .col3 {width: 170px; float: left; margin-right: 30px;}
#footer.bg-footer .col4 {width: 115px; float: left; margin-right: 30px;}
#footer.bg-footer .col4 {width: 115px; float: left;}

.bg-footer h4 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 0px;
   
}

.bg-footer .news h4 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 0px;
  
    
}

.news {
    width: 425px;
    float: left;
    margin-right: 0px;
}


.services {
    width: 220px;
    margin-right: -40px;
    float: right;
}

.userSay {
    float: left;
    width: 220px;
    margin-left: 60px;
    height: 160px;
}


.news p {
    float: left;
}

#footer.bg-footer {
    padding-top: 10px;
}

#footer.bg-footer, #footer.bg-footer .footerSeparator  {
    border-top: 1px solid #ccc;
    width: 940px;
}

    .news p.newsBlurb {
    width: 275px;
    margin-left: 20px;
    font-size: 14px;
    text-align: left;
    line-height: 20px;
}

.news span.newsHeader {
    font-weight: bold;
    font-size: 14px;
}

.diaryInLove {
    background: url(/images/homepage/icn-Love.png) top right no-repeat;
    padding-right: 40px;
}

#contentArea fieldset.signUpFieldset {
    border:none;
}

#contentArea legend {
    font-weight: bold;
    color: #494949;
    padding: 0px 10px 15px;
}

#contentArea #signupForm input.textfield {
    margin-bottom: 0px;
}


.signUpInputFields{
    padding: 3px; 
    border: 1px solid #ccc;
    margin-bottom: 15px;
    background-color: #fff;
}

#miniLogin {
    float:right; margin-top:35px; 
    margin-right: 20px;
}

.rememberForgot {
    margin-left: -5px;
}

.screenCast {
    width: 425px;
    height: 340px;
    margin-top: 0px;
    border: 1px #ccc dotted;
    cursor: pointer;
  
}


#contentArea .accessForm form input.signup_btn{
    background: transparent url('/images/homepage/btn_sprite_signup_bigger.png') no-repeat 0px 6px;
    width: 455px;
    height:75px;
    border-style:none;
    font-size: 35px;
    font-weight: normal;
    margin: 0px 0px 0px 0px;
    color:white;
    cursor: pointer;
    padding: 3px 0px 0px 25px;
}

#contentArea .accessForm form input.signup_btn:hover{
    background: transparent url('/images/homepage/btn_sprite_signup_bigger.png') no-repeat 0px -84px;
}

#contentArea a.link {
    color: #a0c203;
}

.services ul {
    margin-top: 15px;
}

.services ul li {
    float: left;
    margin-right: 20px;
}

.services img {
    border: 0;
}



.bqstart {
     float: left;
     height: 45px;
     margin-top: -20px;
     padding-top: 45px;
     margin-bottom: -50px;
     font-size: 70px;
     color: #ccc;
 }

 .bqend {
     float: right;
     height: 25px;
     margin-top: 0px;
     padding-top:0px;
     font-size: 70px;
     color: #ccc;
 }
 
blockquote {
    font-size:130%;
    font-style:normal;
    line-height:160%;
    margin:0;
    padding:0;
    margin-top: 0px;
}

blockquote {


margin-bottom:0;
padding:0;}

.quotePara {
    padding-top: 20px;
    padding-left: 30px;
    font-size: 14px;
   line-height: 110%;
   font-style: italic;
   width: 180px;
   color: #666;
   font-family: Georgia, serif;
}

.rememberME {
    margin-right: 72px;
}

#screenCastVideo a {
    color: #a0c203;
}

#screenCastVideo {
    text-align: center;
}

#screenCastVideo img {
    border: 0;
}


#screenCastVideo p.flashPrompt {
    font-size: 16px;
    margin: 15px 0px 75px 0px;
}

#contentArea.jobs {
    width: 500px;
    padding-left: 210px;
}

#contentArea.jobs h1 {
    text-align: left;
}

#contentArea.jobs  {
    font-size: 12px;
}

#contentArea.jobs ul li{
    list-style: disc;
    margin-left: 30px;
}


#contentArea.jobs {
     background: transparent url('/images/homepage/manpower.png') no-repeat 20px 0px;
}

#footer span.newApp {
    color: red;
    font-weight: bold;
}

a.feedbackLink {
    color: #a0c203;
}