/* CSS Document */
html{
  background: url(../images/background.png) repeat-x top left #309dcf;
}


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

/* canvas */
img, div , h2{ behavior: url(iepngfix.htc) }

#canvas {
  width: 960px;
  padding: 0;
  margin: 0 auto;
  background: transparent url(../images/headerback.png) no-repeat top center;

  }
    
/* elements */

* {
  margin: 0;
  padding: 0;
  }
  
p {
  padding: 6px 12px 12px 8px;
}

b {
  font-weight: bold;
  color: #4483af;
}

ul {
  list-style: none;
}
  
/* header */

#header {
  width: 960px;
  height: 175px;
 
} 
  
#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: 15px 0 0 45px;
}

#header #logo a, #header_ty #logo a {
  width: 310px;
  height: 63px;
  display: block;
  text-indent: -9999px;
  margin: 40px 0 0 40px;
  background: transparent url(../images/logo.gif) left top no-repeat;
}

/* content */

h2#secondchance{
  background: url(../images/second.png) no-repeat top left;
  float: right;
  width: 364px;
  height: 86px;
  margin: 35px 70px 0 0;
  text-indent: -9999px;
}

#col-left {
  width: 303px;
  float: left;
  background: url(../images/sidebar-bottom.png) no-repeat left bottom;
  margin: -30px 0 0 9px;
  padding: 0 0 20px 0;
}

#colright {
  width: 553px;
  float: left;
  margin: 0;
  padding: 0;
}


#protect {
  padding: 30px 0 0 30px;
}

#protect h3{
  text-indent: -9999px;
  width: 327px;
  height: 407px;
  float: left;
  background: transparent url(../images/protect.jpg) left top no-repeat; 
}

#evalForm{
  height: 450px;
  width: 550px;
  float: left;
  margin: 5px 0 30px 10px;
}

#realsol{
  width: 100%;
  clear: both;
  height: 100px;
  text-indent: -9999px;
  background: url(../images/bankruptcy.png) center top no-repeat;
}

/* 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: 12px;
  color: white;
  margin: 0;
  padding: 8px 0 0 0;  
  }

#footerinside{
  width: 960px;
  margin: 10px auto;
}

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

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

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

#footer #links {
  text-align: right;
  padding: 15px 28px 0 0;
  }
  
#footer #disclaimer p {
  text-align: left;
  line-height: 18px;
  padding: 30px 30px 0 30px;
}  
  


  



  
