/* CSS Document */

body {
  background: #fff;
  font: 13px/22px tahoma, verdana, arial, helvetica, sans-serif;
  color: #363636;
}

/* canvas */

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

  }
    
/* elements */

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

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

ul {
  list-style: none;
}
  
a:focus, a:active{
    outline: none;
}  
  
/* header */

#header {
  width: 775px;
  height: 296px;
  background: transparent url(../images/header.jpg) left top no-repeat;
} 
  
#header #logo{
  float: left;
  margin: 15px 0 0 45px;
}

#header #logo a{
  width: 200px;
  height: 170px;
  display: block;
  text-indent: -9999px;
  background: transparent;
}

/* content */

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

#colright {
  float: right;
}

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

/* Footer */

#footer {
  clear: both;
  font-size: 10px;
  color: #5e5e5e;
  width: 775px;
  height: 75px;
  background: transparent url(../images/footer.gif) left top no-repeat;   
  }

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

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

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

#footer #links {
  text-align: right;
  padding: 4px 28px 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 6px;
 text-align:justify;
}

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

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

#disclaimer strong{
 color:#5c5c5c;	
}

/* Exit Modal */

#simplemodal-overlay {background-color:#aaaaaa; cursor:wait;}

#simplemodal-container {height: 384px; width: 475px; background: transparent url(http://assets.clearbankruptcy.com/affiliates/ls/images/exit-bg.png) }
#simplemodal-container a.modalCloseImg {background:url(http://assets.clearbankruptcy.com/affiliates/ls/images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:2px; left:2px; cursor:pointer;}
#simplemodal-container #basicModalContent {padding:0;}

#simplemodal-container #text { padding: 35px 0 0 29px; text-align: left; width: 350px; height: 295px;float: left;}
#simplemodal-container a#bookmark { float: right; height: 30px; line-height: 30px;background: transparent url(http://assets.clearbankruptcy.com/affiliates/ls/images/bookmark.gif) no-repeat left bottom; text-align:right; padding: 0 107px 0 0;text-indent: 30px;color:#47735a;text-decoration: underline;}


#simplemodal-container #text h1 { font: 17px/20px Helvetica, "Trebuchet MS", Arial, sans-serif;color: #363636; background: none;font-weight: bold;padding:4px 0 4px 0; margin: 0;}

#simplemodal-container #text h2 { font: 15px/19px Helvetica, "Trebuchet MS", Arial, sans-serif;color: #bb2222; background: none;font-weight: normal;padding:4px 0 4px 0;margin: 0;}

#simplemodal-container #text h2 span {font-weight: bold;font-size: 16px;}

#simplemodal-container #text p { font: 12px/18px Helvetica, "Trebuchet MS", Arial, sans-serif;color: #363636;width: 300px;padding:4px 0 6px 0;}

#simplemodal-container #text a:hover { text-decoration: none;}
	

#simplemodal-container #text a#exit-button {float: left; width:252px; height:63px; background: transparent url(http://assets.clearbankruptcy.com/affiliates/ls/images/exit-button.png) no-repeat 50px top; text-indent:-9999px;display: block; cursor: pointer; }

#simplemodal-container #text a:hover#exit-button {background: transparent url(http://assets.clearbankruptcy.com/affiliates/ls/images/exit-button.png) no-repeat 50px bottom;


  

