/* CSS Document */

body {
  background: #fff;
  font: 13px/22px tahoma, verdana, arial, helvetica, sans-serif;
  color: #363636;
  background: url(../images/background.jpg) no-repeat top center;
}

/* canvas */

#canvas {
  width: 940px;
  margin: 0 auto;

  }
    
/* elements */

* {
  margin: 0;
  padding: 0;
  }
  


b {
  font-weight: bold;
  color: #4a725d;
}

ul {
  list-style: none;
}

#evalForm{
  margin: 10px 0 0 0;
  width: 650px;
  height: 290px;
}
  
/* header */

#header {
  width: 940px;
  height: 296px;
  background: transparent url(../images/header.jpg) right top no-repeat;
} 
  
#header_ty {
  width: 775px;
  height: 296px;
  background: transparent url(../images/header_ty.jpg) left top no-repeat;
}   

#header #logo, #header_ty #logo {
  float: left;
  margin: 50px 0 0 5px;
}

#header #logo a, #header_ty #logo a {
  width: 200px;
  height: 170px;
  display: block;
  text-indent: -9999px;
  background: transparent url(../images/logo.png) no-repeat left top;
}

/* content */

#col-left {
  width: 240px;
  float: left;
}

#second{
  padding: 0 0 0 15px;
  border-left: 3px solid #c25914;
}

#real{
  margin: 20px 0 0 0;
  padding: 0 0 0 15px;
  border-left: 3px solid #c2b414;
}

h2#secondchance{
  width: 228px;
  height: 74px;
  background: url(../images/secondchance.png) no-repeat left top;
  text-indent: -9999px;
}

h2#realsol{
  width: 233px;
  height: 96px;
  background: url(../images/realsol.png) no-repeat left top;
  text-indent: -9999px;
}

#colright {
  width:650px;
  float: left;
  border-left: 3px solid #14b0c2;
  margin: 0 0 0 30px;
  padding: 0 0 0 10px;
}

h2#form-header{
   font-family: verdana;
   font-weight: normal;
   font-size: 28pt;
   color: #007bb9;
}

#protect {
  width: 230px;
  height: 226px;
  background: transparent url(../images/protect.gif) left top no-repeat;   
  text-indent: -9999px;
  display: none;
}

/* thankyou */

#content_ty p {
  padding: 6px 18px 6px 18px;  
}

#content_ty h1 {  
  color: #4a725d;
  padding: 6px 18px 12px 18px;
  font-size: 16px;  
}

#content_ty h2 {  
  padding: 6px 18px 12px 18px;
  font-size: 14px;  
}

#content_ty a {
  color: #4a725d;
  text-decoration:underline;
}

#content_ty a:hover {
  color: #4a725d;
  text-decoration:underline;
}

#content_ty .col2 {
  float: left;
  width: 250px;
}

#content_ty .col2 b {
  padding: 0 0 0 18px;
}

/* newsletter */

#NewsLetterSignup {
  margin: 0 0 0 18px;
}


/* Footer */

#footer {
  clear: both;
  font-size: 10px;
  color: #5e5e5e;
  width: 940px;
  padding: 0 0 0 0;
  float: left;
  margin: 30px 0 20px 0;
  border-left: 3px solid #b1da8a;
  }

#footer a {
  color: #4b725d;
  text-decoration: underline;
  }

#footer a:hover {
  text-decoration: none;
  }

#footer #copy {
  float: left;
  padding: 4px 0 0 15px;
  }

#footer #links {
  text-align: right;
  padding: 4px 28px 0 0;
  }
  
 p#whatsbillslabel{
  margin: -20px 0 0 0;
}


/* DISCLAIMER */

#disclaimer {
  text-align: center;
  line-height: 16px;
  font-size:12px;
  margin: 20px 15px;
  color: #5c5c5c;
  }

#disclaimer p{
 margin:0 0 10px 0;
 padding:0 0 0 0;
 text-align:justify;
}

#disclaimer a {
  color: #5c5c5c;
  text-decoration: underline;
}

#disclaimer a:hover {
  text-decoration: none;
}

#disclaimer strong{
 color:#5c5c5c;	
}


