@import url(reset.css);
@import url(type.css);

/* DEFAULT STYLES FOR (X)HTML ELEMENTS
-------------------------------------------------------------------------------- */
body,ul,ol,dl,h1,h2,h3,h4,h5,h6,td,th,caption,pre,p,blockquote,input,textarea {
  font-family:Helvetica, Arial, sans-serif;
}
p {
  font-family:Verdana, sans-serif;
}



/* START SIGNUP CSS
-------------------------------------------------------------------------------- */
body  {
  background:url(../images/signup/background.jpg) repeat-x 0 0 #FFF;
  padding-top:7px;
}
.container { 
  width:950px;
  margin: 0 auto;
  border-left: 1px solid #939093;
  border-right: 1px solid #939093;
  text-align: left;
} 
#header { 
  height:108px;
} 
#header .logo {
  float:left;
  margin:24px 0 0 32px;
}



/* NAVIGATION */
#navigation {
  float:right;
  margin-top:60px;
}
#navigation ul {
  float:left;
  margin:0;
  padding: 0;
  list-style: none; 
}
#navigation ul li {
  position:relative;
  float:left;
  display: inline; 
}
#navigation ul li a,
#navigation ul li.active,
#navigation ul li.nonactive {
  float: left;
  background:#FFF94C;
  padding: .35em 1.3em .2em 1.3em;
  margin-left:2px;
  text-decoration: none;
  color:#000;
  font-size:1.5em;
  font-weight:bold;
}
#navigation ul li a:hover,
#navigation ul li a:active {
  text-decoration: none;
  background:#CD4425;
  color:#FFF;
  }
#navigation a.signup {
  background:#C94024;
  color:#FFF;
  border-right:solid 4px #8A2E19;
}
#navigation a.signup:hover {
  background:#B2EE75;
  color:#000;
}



/* HOME PAGE CALL TO ACTION */
#callToAction {
  border-top:solid 1px #939093;
  border-bottom:solid 1px #939093;
  background:#E5FCC3;
}
#callToAction h1 {
  font-size:2.54em;
  letter-spacing:-.03em;
  line-height:1.2em;
  margin:21px 0 0 42px;
  padding:0;
}
#callToAction .content {
  width:950px;
  margin: 0 auto;
  border-left:solid 1px #939093;
  border-right:solid 1px #939093;
}
#callToAction .left {
  float:left;
  width:430px;
}

#callToAction .left h1 a {
  background:#FFF94C;
  color:#000;
}
#callToAction .left h1 a:hover {
  background:#FFC;
  color:#000;
  text-decoration:none;
}
#callToAction .left h2 {
  font-size:1.5em;
  margin:8px 0 0 42px;
  padding:0;
}
#callToAction .left p {
  font-size:12px;
  margin:0 0 8px 42px;
  padding:0;
}
#callToAction .right {
  float:right;
  width:506px;
}

#callToAction .full {
  padding:14px 36px;
}
#callToAction .full h1,
#callToAction .full h4 {
  padding:0;
  margin:0;
  text-align:center;
}
#callToAction .full h4 {
  margin:0 20px;
  font-weight:100;
}
#signup_for_free {
  margin-top:8px;
  margin-left:40px;
}


#featureHighlight {
  padding:8px 12px 4px 21px;
  background:#FDFBEE;
  border-bottom:solid 1px #939093;
}
#featureHighlight h3 {
  color:#534E3E;
  padding:3px 0;
  margin-top:8px;
}
#featureHighlight h3 .light {
  color:#6B6965;
}
#featureHighlight a img,
#featureHighlight img {
  border:solid 1px #817D5F;
  border-bottom:solid 4px #222;
}
#featureHighlight a:hover img {
  border:solid 1px #817D5F;
  border-bottom:solid 4px #BB3F22;
}
#featureHighlight p {
  color:#6A6864;
  font-size:11px;
  margin:4px 42px 16px 2px;
}



/* TOUR AND SIGNUP AREA FOR SITE */
.tourSignup {
  background:#FFF94E;
  text-align:center;
  padding:12px;
  border-bottom:solid 1px #939093;
}
.tourSignup h4 {
  font-size:2em;
  line-height:1.2em;
}
.tourSignup h4 a {
  padding:3px 5px;
  background:#C94024;
  color:#FFF;
}
.tourSignup h4 a:hover {
  background:#FFC;
  color:#CD4425;
  text-decoration:none;
}






#mainContent {
  margin:0 36px;
}
#mainContent h1 {
  font-size:1.4em;
  padding:4px 0;
}
#mainContent p {
  font-size:1em;
  line-height:1.6em;
}


#mainContent .left {
  float:left;
  width:410px;
  margin:28px 0;
}
#mainContent .right {
  float:right;
  width:410px;
  margin:28px 0;
}

#mainContent .legal {
  padding:16px 0;
}
#mainContent .legal ul,
#mainContent .legal ol {
  margin:0 0 12px 0;
}
#mainContent .legal p,
#mainContent .legal ul,
#mainContent .legal ol {
  font-size:12px;
  font-family:Verdana, sans-serif;
}
#mainContent .legal h3 {
  font-size:16px;
}


#grid table {
  width:100%;
}
#grid .title {
    width:266px;
    border-right:solid 1px #999;
    border-bottom:solid 1px #999;
    text-align:right;
    padding:14px;
    padding-left:36px;
    vertical-align:top;
}
#grid .title h1 {
  font-size:1.8em;
  line-height:1.2em;
}
#grid .title p {
  font-size:1.1em; 
}
#grid .content {
    text-align:left;
    padding:14px;
    border-bottom:solid 1px #999;
    vertical-align:top;
}
#grid .content p {
  font-size:1.17em; 
}
#grid .center {
  text-align:center;
}


#grid .signup {
  background:url(../images/signup/grid_background.jpg) repeat-x 0 0;
}
#grid .signup h3 a {
  background:blue;
  color:#FFF;
  padding:4px 8px;
}
#grid .signup h3 a:hover {
  background:green;
  text-decoration:none;
}
#grid td.list {
  font-family:Verdana, sans-serif;
  font-size:1.1em;
  border-bottom:solid 1px #999;
  padding:8px 12px;
  font-size:1em;
}
#grid .divider {
  background:#EBFAC9;
  color:#3F5424;
  font-size:13px;
  padding:3px 36px;
  border-bottom:solid 1px #939093;
}
#grid img.border {
  border:solid 1px #CCC;
  padding:1px;
}



#footer { 
  border-top:solid 1px #939093;
}
.footer_float {
  width:950px;
  margin:0 auto;
  border-left: 1px solid #939093;
  border-right: 1px solid #939093;
  text-align: left;
}
.footer_content {
  background:#252525;
  padding:21px 0;
  color:#FFF;
}
.footer_content .left {
  padding:0 12px 0 72px; 
  vertical-align:middle;
}
.footer_content .right {
  border-left:solid 1px #CCC; 
  padding-left:12px; 
  vertical-align:middle;
}
.footer_content p,
.footer_content a {
  color:#CCC;
  line-height: 18px;
  font-size:11px;
}
.footer_content a {
  color:#FFF;
  padding:1px 2px;
}
.footer_content a:hover {
  background:#FFF;
  color:#000;
  text-decoration:none;
}

/* Miscellaneous classes for reuse */
.clearfloat {
  clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}

.note {
  color:blue;
}












/* SIGNUP AREA */
table.form th, table.form td {
  padding: 5px;
}

table.form th {
  width:10em;
}
.required {
  font-weight:bold;
}



#errorExplanation {
  border: 3px solid red;
  background: #fdd;
  color: #CE4538;
  padding: 10px;
  margin-bottom:24px;
}
#errorExplanation h2 {
  font-size:16px;
}
#errorExplanation ul {
  margin:0;
}
.fieldWithErrors {
  background:red;
  padding:2px;
  float:left;
}

div.area {
  margin-bottom: 20px;
  color: #333 !important;
  font-size: 110%;
}

p.info {
  margin-bottom: 5px;
  color: #555;
}

p.info a {
  font-weight: bold;
  text-decoration: underline;
  color: #333;
}

#signupArea h3 {
  display: block;
  padding: 5px;
  font-size: 140%;
  margin: 40px 5px 10px 0;
  font-weight: normal;
  color: #CA4738 !important;
  border-bottom: 2px solid #E1E1E1;
}



.form {
  width: 100%;
  background:none;
  padding:0;
  margin:0;
}

.form td, 
.form th {
  padding: 10px 5px !important;
  border-bottom: 1px solid #eee;
}
.form th {
  text-align: right;
}
.form td input,
.form td select {
  font-size: 1.3em;
}
#signupArea {
  background:#F1F5F9;
  padding:21px 36px 28px 36px;
  margin:0 26em 0 0;
  color: #222;
  border-right:solid 1px #CCC;
}
#signupTips {
  float:right;
  width:23em;
  padding:21px 18px;
}


input.button {
  margin-top:24px;
  font-size:16px;
}


#quickSignupForm {
  background:#F7FFD7;
  padding:12px;
  font-size:1.1em;
}

#quickSignupForm h3 {
  color:#BB3F22;
}
#quickSignupForm label {
  font-weight:bold;
  line-height:2em;
}
#quickSignupForm input {
  width:96%;
  font-size:16px;
}