body,ul,ol,dl,h1,h2,h3,h4,h5,h6,td,th,
caption,pre,p,blockquote,input,textarea {
  font-family: "News Gothic", Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  line-height: 18px;
}
body {
  color: #4D4D4F;
  background-color: #fff;
  background-image: url('/images/simplebg.jpg');
  background-repeat: repeat-x;
}
h1,h2,h3,h4,h5,h6 { 
  font-family: "News Gothic", Arial, Helvetica, Verdana, sans-serif;
  margin: 0; 
  padding: 9px 0;
  color:#1c1c1c; 
  clear:both; 
}
h1 { 
    font-weight: normal;
    font-size: 1.5em;
}
h2 {
    font-weight: normal;
    font-size: 1.4em;
}
h3 {
    font-weight: normal;
    font-size: 1.3em;
}
h4 {
    font-weight: normal;
    font-size: 1.2em;
}
h5 {
    font-weight: normal;
    font-size: 1.1em;
}
h6 {
    font-weight: bold;
    font-size: 1.0em;
}
p           { margin: 0 0 18px 0; text-align:left; }
p.right     { text-align: right; }
p.center     { text-align: center; }
p.last      { margin-bottom:0; }
p img       { float: left; margin: 18px 18px 18px 0; padding:0; }
p img.top   { margin-top:0; } /* Use this if the image is at the top of the <p>. */
ul, ol      { margin: 18px 0 18px 18px; list-style-type:disc; }
li          { line-height:18px; }
ol          { list-style-type: decimal; }
a           { color: #4D4D4F; text-decoration: underline; outline: none; }
a:hover     { color: #4D4D4F; }
a:visited   { color: #4D4D4F; }
blockquote  { margin: 18px 0 18px 23px; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em          { font-style: italic; }
td.right    { text-align: right;}
th.right    { text-align: right;}
td.center   { text-align: center;}
th.center   { text-align: center;}
hr.clear {
	float: none; clear: both;
	visibility: hidden;
	height: 1px; outline: 0; padding: 0; margin: 0;
}
.small, .small p  { font-size: 10px; }
.large, .large p  { font-size: 14px; }
.larger, .larger p  { font-size: 16px; }
.quiet, .quiet p  { color: #666; }
.hide             { display: none; }
.lightblue        { color: #ABE9FE; }
.grey             { color: #333; }
.invisible        { visibility: hidden; }
.right { float: right; }
.left { float: left; }
.none { float: none; }
.cboth { clear: both; }
.cleft { clear: left; }
.cright { clear: right; }

/* BEGIN CUSTOM STYLES */
#notice {
    background-color: #FBFF00;
    border-bottom: 1px solid #FEEB72;
    text-align: center;
    padding: 5px;
    min-width: 950px;
    font-weight: bold;
}
#wrapper {
    text-align: left;
    position: relative;
    padding: 0;
    width: 960px;
    margin: 0 auto;
    /*border: 1px solid #0f3;*/
}
/* Clear fix */
#wrapper:after { 
  content:  "."; 
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#top {
    padding: 0 0 0 0;
    width: 960px; height: 106px;
    /*border: 1px solid #CC00aa;*/
}
#logo {
    float: left;
    width: 207px;
    padding: 26px 0 0 26px;
/*    border: 1px solid #e673ac;*/
}
#title {
    float: left;
    width: 492px;
    text-align: center;
    padding: 24px 0;
/*    border: 1px solid #a7f;*/
}
#title h1 {
    color: #333;
    font-weight: bold;
    font-size: 2.8em;
    margin: 10px 0 16px 0; 
    padding: 0;
}
#title h1.timg {
    color: #333;
    font-weight: bold;
    font-size: 2.8em;
    margin: 4px 0 10px 0;
    padding: 0;
}
#title h1 img {
    vertical-align: text-top;
    margin: 0 8px 0 0;
    padding: 0;
}
#title h2 {
    color: #656565;
    margin: 0; padding: 0;
    font-size: 1.5em;
}
#mainmenu {
    text-align: right;
    float: right;
    padding: 10px 0;
    width: 233px;
/*    border: 1px solid #FF0000;*/
}
#mainmenu div.nav img {
    vertical-align: middle;
    position: relative;
    top: -6px; left: 0;
}
#mainmenu a {
    text-transform: capitalize;
}
#mainmenu div.nav {
    float: left;
    padding: 2px 8px 2px 8px;
    text-align: center;
}
#mainmenu div.border_right {
    border-right: 1px dotted #D0D5DA;
}
#mainmenu div.border_left {
    border-left: 1px dotted #D0D5DA;
}
#mainmenu div.current {
    font-weight: bold;
}
#mainmenu div.tab {
    width: 42px;
}
#mainmenu div.open {
    position: relative;
    top: 0px; left: 0px; 
    width: 60px;
    height: 24px;
    padding: 2px 0;
    background-image: url('/images/nav_openbg.gif');
    background-repeat: no-repeat;
    background-position: 3px 0;
    text-align: center;
}
#mainmenu div.open a {
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}
#main {
    padding: 10px 0 30px 0;
    width: 492px;
    margin: 0 auto;
/*    border: 1px solid #a4d;*/
}
#footer {
    padding: 10px 0 0 0;
    width: 492px;
    margin: 0 auto;
    border-top: 1px solid #d4d4d4;
    text-align: center;
    color: #7e7e7e;
}
#footer ul.nav {
    list-style: none;
    margin: 4px 0 8px 0;
}
#footer ul.nav li {
    display: inline;
    border-right: 1px dotted #D0D5DA;
    text-transform: capitalize;
    padding-right: 8px;
    margin-right: 4px;
}
#footer ul.nav li.last {
    border-right: none;
}
#footer p {
    text-align: center;
}
#login_box_container {
    float: right;
    display: none;
    width: 233px;
    height: 115px;
    position: relative;
    top: 0; left: -30px;
}
#login_box {
    background-image: url('/images/loginbg.jpg');
    background-repeat: no-repeat;
    float: right;
    text-align: left;
    width: 233px; height: 115px;
}
#login_box input {
    margin-bottom: 3px;
}
#login_box div.error_box {
    width: 92px; height: 18px;
    position: relative;
    left: 20px;
    top: 6px;
    margin: 0 auto;
    background-color: transparent;
    border-style: none;
    background-image: url('/images/error_box_sm.gif');
    background-repeat: no-repeat;
    padding: 1px 1px 1px 28px;
    color: #fff;
    font-size: 0.9em;
    text-align: left;
    overflow: hidden;
    display: block;
}
#login_box_message a, #login_box_message a:hover, #login_box_message a:visited {
    color: #EF3638;
    font-weight: bold;
    text-decoration: underline;
    padding: 0;
    text-transform: none;
}
#login_box_body {
  width: 213px; height: 50px;
  padding: 18px 10px;
}
#login_box_bottom {
    width: 213px; height: 22px;
    padding: 4px 10px;
    background-color: #000;
}
#login_box_bottom a {
    text-decoration: none;
}
#login_submit {
    float: right;
}
#forgot_link {
    color: #9c9c9c;
}
#login_email {
    width: 205px;
    border: 1px solid #C4C5C4;
    padding: 2px 4px 2px 4px;
}
#login_password {
    width: 205px;
    border: 1px solid #C4C5C4;
    padding: 2px 4px 2px 4px;
}
#login_email.empty {
    background-image: url('/images/login_email_bg.gif');
    background-repeat: no-repeat;
}
#login_password.empty {
    background-image: url('/images/login_password_bg.gif');
    background-repeat: no-repeat;
}
#whynav {
    width: 702px;
    position: relative;
    left: -40px;
}
#whynav div.item {
    float: left;
    /*width: 158px;*/
    padding: 12px 16px;
    margin-bottom: 18px; 
    border-bottom: 1px solid #B3B7BA;
    font-size: 1.3em;
    text-align: center;
    text-transform: capitalize;
}
#whynav div.item a {
    text-decoration: none;
    color: #B3B7BA;
}
#whynav div.item.current {
    border-bottom: 2px solid #4A4A4C;
    color: #4A4A4C;
}
#whynav div.item.current a {
    color: #4A4A4C;
}

/* FORM ELEMENTS */
fieldset {
    padding: 4px 5px 0 5px;
    border: none;
}
fieldset.bottom {
    text-align: right;
    /*width: 433px;*/
    width: 458px;
}
fieldset label {
    float: left;
    width: 110px; height: 25px;
    padding: 6px 10px 0 0;
    text-align: right;
    font-size: 1.1em;
}
fieldset label.simple {
  width: auto; height: auto;
  padding: 0; margin: 0;
  text-align: left;
  float: none;
}
fieldset input.form_field {
    margin-bottom: 8px;
}
fieldset select {
/*    margin-bottom: 7px;*/
    border: 1px solid #929699;
    padding: 2px;
    height: 22px;
}
fieldset textarea {
    margin-bottom: 8px;
    border: 1px solid #929699;
    width: 306px;
    padding: 4px;
    font-size: 1.1em;
}
div.form_error_box {
    width: 250px;
    background-color: #333;
    background-image: url('/images/errorbg.gif');
    background-repeat: no-repeat;
    background-position: 15px 10px;
    /*background-position: 15px center; */
    padding: 10px 10px 10px 56px;
    margin-left: 125px;
}
div.form_error_box h2,  div.form_error_box h3 {
    color: #fff;
    margin: 0 0 4px 0; 
    padding: 0;
}
div.form_error_box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
div.form_error_box ul li {
    color: #ccc;
}
div.form_error_box p {
    color: #ccc;
    padding: 0; margin: 0;
}
div.error_box {
   padding: 5px;
   background-color: #333333;
   display: none;
}
.form_field_med {
    border: 1px solid #929699;
    width: 150px;
    padding: 2px;
}
.form_field {
    border: 1px solid #929699;
    width: 306px;
    padding: 4px;
    height: 18px;
    font-size: 1.1em;
}
.form_textarea {
    border: 1px solid #929699;
    padding: 2px;
}
.form_submit {
    border: 1px solid #EF3638;
    text-transform: capitalize;
    color: #FFF;
    height: 35px;
    font-size: 1.2em;
    background-color: #EF3638;
    background-image: url('/images/submit_bg.gif');
    padding: 0 14px 0 14px;
    cursor: pointer;
}
.form_submit_small {
    border: 1px solid #EF3638;
    text-transform: capitalize;
    color: #FFF;
    height: 19px;
    font-size: 0.8em;
    background-color: #EF3638;
    background-image: url('/images/submit_small_bg.gif');
    padding: 0 4px 0 4px;
    cursor: pointer;
}
img.valid {
    float: right;
    position: relative;
    top: -5px; left: 6px;
}
a.validated {
    display: block;
    float: right;
    position: relative;
    top: -5px;
    width: 92px; height: 21px;
    background-image: url('/images/submit_validated.gif');
    background-repeat: no-repeat;
    background-position: 0 -31px;
    color: #fff;
    font-size: 1.2em;
    text-transform: capitalize;
    text-decoration: none;
    text-align: center;
    padding: 4px 0 4px 0;    
}
a.validated:hover {
    background-position: 0 -62px;
}
a.validated:active {
    background-position: 0 -93px;    
}
a.disabled {
    display: block;
    float: right;
    position: relative;
    top: -5px;
    width: 92px; height: 21px;
    background-image: url('/images/submit_validated.gif');
    background-repeat: no-repeat;
    overflow: hidden;
    color: #fff;
    font-size: 1.2em;
    text-transform: capitalize;
    text-decoration: none;
    text-align: center;
    padding: 4px 0 4px 0;
}
a.image_submit_disabled {
    display: block;
    float: right;
    width: 83px; height: 19px;
    background-image: url('/images/image_submit.gif');
    background-repeat: no-repeat;
    overflow: hidden;
    color: #B5B5B5;
    text-transform: capitalize;
    text-decoration: none;
    text-align: center;
    padding: 4px 0 4px 0;
}
a.image_submit {
    display: block;
    float: right;
    width: 83px; height: 19px;
    background-image: url('/images/image_submit.gif');
    background-repeat: no-repeat;
    background-position: 0 -28px;
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
    text-align: center;
    padding: 4px 0 4px 0;
}
a.image_submit.left {
    float: left;
}
a.image_submit:hover {
    background-position: 0 -56px;
}
a.image_submit:active {
    background-position: 0 -84px;    
}
a.small_submit {
    background-image: url('/images/image_submit_sm.gif');
    width: 62px; height: 19px;
    padding: 2px 0 2px 0;
}
div.greybox {
    width: 376px;
    background-color: #f2f2f2;
    background-image: url('/images/ic_caution_med.gif');
    background-repeat: no-repeat;
    background-position: 18px 16px;
    /*background-position: 15px center; */
    padding: 10px 10px 10px 56px;
    /*margin-left: 125px;*/
    margin: 0 auto;
}
div.messagebox {
    background-color: #f2f2f2;
    padding: 10px;
}
div.topbuttons {
    float: left;
    width: 492px;
    position: relative;
    top: -20px;
    text-align: center;
}
div.topbutton.first {
    margin-left: 90px;
}
div.topbutton {
    float: left;
    padding: 0 4px;
}
a.padback {
    display: block;
    width: 208px; height: 48px;
    background-image: url('/images/padback.jpg');
    background-repeat: no-repeat;
    text-decoration: none;
    text-align: center;
    margin: 0 auto;
}
a.padback:hover {
    background-position: 0 -48px;
}
a.padback:active {
    background-position: 0 -96px;
}
a.padback.white {
    background-image: url('/images/padback_wht.jpg');
}
a.signup {
    display: block;
    width: 140px; height: 60px;
    background-image: url('/images/signup_grd.jpg');
    text-decoration: none;
}
a.signup:hover {
    background-position: 0 -60px;
}
a.signup:active {
    background-position: 0 -120px;
}
a.tryit {
    display: block;
    width: 140px; height: 60px;
    background-image: url('/images/tryit_grd.jpg');
    text-decoration: none;
}
a.tryit:hover {
    background-position: 0 -60px;
}
a.tryit:active {
    background-position: 0 -120px;
}
a.start {
    display: block;
    width: 92px; height: 35px;
    background-image: url('/images/start.jpg');
    background-position: 0 -36px;
    text-decoration: none;
    margin-left: 200px;
}
a.start:hover {
    background-position: 0 -72px;
}
a.start:active {
    background-position: 0 -108px;
}
a.exit {
    display: block;
    width: 92px; height: 35px;
    background-image: url('/images/exit.jpg');
    background-position: 0 0;
    text-decoration: none;
    margin-left: 200px;
}
a.exit:hover {
    background-position: 0 -36px;
}
a.exit:active {
    background-position: 0 -72px;
}
img.himg {
    float: left;
    position: relative;
    left: -46px; top: 37px;
    vertical-align: middle;
}
div#survey_box {
    width: 744px;
    background-color: #fff;
    margin: 0 auto;
    padding: 10px 10px 10px 30px;
}