/* dui1 */
body {
  font-family: arial, verdana, sans-serif;
  margin: 0px;
  padding: 0px;
  color: #000;
  font-size: 12px;
  background-image: url(background.gif);
  background-repeat: repeat-x;
  background-position: left top;
  background-color: #c5c5c5;

}
a, a:link, a:visited, a:hover, a:active {
  color: #006;
}


/************** container **************/
#container {
  border: 0px solid;
  width: 760px;
  margin: 0 auto;
  position: relative;
}
#header {
  border: 0px blue solid;
}


/************** header **************/
#headerimage {
  border: 0px red solid;
  background-image: url(header.jpg);
  background-repeat: no-repeat;
  height: 149px;

}
#headerimage h1 {	
  border: 0px white solid;
  position: absolute;
  top: 36px;
  left: 15px;
  width: 600px;
  margin: 0px;
  padding: 0px;
  font-size: 26px;
letter-spacing:-1px;

  color: #fff;
}
#headerimage h2 {
  border: 0px yellow solid;
  position: absolute;
  top: 5px;
  left: 440px;
  width: 280px;
  margin: 0px;
  padding: 0px;
  font-size: 22px;
  color: #ebe046;
letter-spacing:-1px;
  text-align: right;
}
#headerimage h3 {
  border: 0px black solid;
  position: absolute;
  top: 76px;
  left: 100px;
  width: 600px;
  margin: 0px;
  padding: 0px;
  font-size: 24px;
letter-spacing:-1px;
  color: #000;
}
#lcRated {
  border: 0px blue solid;
  background-image: url('lc_rated_c_watermark2.png');
	background-repeat: none;
  position: absolute;
  top: 345px;
  left: 300px;
  width: 377px;
  height: 441px;
}
#freeConsultation {
  border: 0px blue solid;
  background-image: url('free_consultation1.gif');
  background-repeat: none;
  position: absolute;
  top: 0px;
  left: 585px;
  width: 168px;
  height: 15px;
}

/************** navigation **************/
#nav {
  border: 0px orange solid;
  position: absolute;
  left: 188px;
  top: 118px;
  width: 530px;
  text-align: center;
  margin: 10px;
  padding: 0px;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
}
#nav ul {
  border: 0px blue solid;
  margin: 0px;
  padding: 0px;
}
#nav li {
  border: 0px red solid;
  display: inline;
  list-style-type: none;
  margin-right: 15px;
  padding-left: 15px;
}
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
  color: #fff;
}
#nav a:hover {
  text-decoration: none;
}



/************** main body / content **************/
#main {
  border: 0px green solid;
  background-image: url('mid.gif');
  background-repeat: repeat-y;
  background: #e5e5e7;
  margin: 0px;
  padding: 0px;
  padding-bottom: 10px;
  width: 760px
}


/************** content container **************/
#content {
  border: 0px blue solid;
  /* float: right; */
  float: right;
  width: 500px;
  clear: both;
  display: inline;
  margin: 0px 0px 20px 0px;
  padding: 0px;
  padding-bottom: 5px;
  line-height: 1.7;
  overflow: hidden;
}

/************** tagline **************/
#tagline {
  border: 0px red solid;
  border-bottom:1px solid #ddd;
  border-top:1px solid #ddd;
  color:#000;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size:1.4em;
  font-style: italic;
  letter-spacing: -1px;
  line-height:1.1;
  padding: 10px 5px;
  margin: 5px 6px 0px 0px;
  width: 490px;
}
#tagline h1 {
  border: 0px green solid;
  margin: 0px;
  padding: 0px;
  font-size: 20px;
}


/************** actual content **************/
.contentPad, #contentAddress {
  border-bottom: 1px black dotted;
  margin: 0px 6px 0px 0px;
  padding: 5px;
  display: block;
  line-height: 25px;
}
.contentPad h3 {
  border: 0px yellow solid;
  margin: 0px;
  margin-bottom: 6px;
  padding: 0px;
  width: 450px;
  font-size: 16px;
}
.contentPad p  {
  border: 0px blue solid;
  margin: 0px 0px 15px 0px;
}
p#websiteImage{
  border: 0px blue solid;
  float: left;
  margin: 0px 5px 5px 0px;
  display: none;
}
p#website{
  border: 0px red solid;
}
p#aboveContact{
  border: 0px green solid;
}

div.divider {
  border: 0px orange solid;
  background-image: url(divider.gif);
  background-repeat: no-repeat;
  background-position: center;
  height: 16px;
  margin: 20px 0px;
}


/************** contact form **************/
#contact {
  border: 0px red solid;
  float: left;
  /* float: right; */
  width: 200px;
  /*color: #fff;*/
  margin: -0px 0px 0px 0px;
  padding-top: 25px;
}
#contacta {
  border: 0px yellow solid;
  /*background-image: url(contact.gif);
  background-repeat: no-repeat;
  height: 100px;*/
}
#above {
  border: 0px blue solid;
  margin: 5px 4px;
}
#contact h4 {
 border: 0px red solid;
  margin: 0px 20px 5px 8px;
  padding: 0px;
  font-size: 12px;
  font-style:italic;
  display:block;
  line-height:18px;
  border-bottom: 1px black dotted;
}


/************** contact form elements from inbox include **************/
#contactform {
  border: 0px green solid;
  margin: 0px 20px 0px 8px;
  font-style:italic;
  display:block;
  line-height:18px;
   width: 180px;
}
#contactrequired {
  border: 0px yellow solid;
  text-align: right;
}
.contactquestion {
  border: 0px blue solid;
  margin: 5px 0px;
  padding: 0px;
}
#contactbottom {
  border: 0px red solid;
  text-align: center;
}
/************** END - contact form elements from inbox include **************/

#terms {
  border: 0px orange solid;
  margin: 0px 0px;
  text-align: center;
}
#terms input {
  width: 165px;
}
#paidAd {
  border: 0px blue solid;
  font-weight: bold;
}
#below {
  border: 0px grey solid;
  margin: 5px 4px;
}
#contactb {
  border: 0px yellow solid;
  /* background-image: url(contact_foot.gif);
  background-repeat: no-repeat;
  height: 114px; */
}
#contact form {
  border: 0px blue solid;
  margin: 0px;
  padding: 0px 4px;
}
#contact input, textarea, p, select {
  margin: 0px;
  padding: 0px;
  font-family: arial, verdana, sans-serif;
  font-size: 12px;
}

#contact input, textarea, select {
  font-weight: normal;
}
#contactrequired p {
	margin: 0;
	padding: 0;
	margin-left: 12px;
	padding-top: 0px;
	padding-bottom: 4px;
	font-size: 11px;
	font-style: italic;
	line-height: 115%;
	}
#contact textarea {
  width: 165px;
}


/************** leadcounsel **************/
#paidAd p {
    padding:35px;}

#leadcounsel {
  border: 0px blue solid;
  display: none;

}
#leadcounsel p {
  border: 0px yellow solid;
}
#leadcounsel ol {
  border: 0px green solid;
}
#leadcounsel li {
  border: 0px red solid;
}


/************** misc. elements **************/
#boardcertfied, #returnLink, #disclaimerLink {
  clear: both;
  border: 0px red solid;
  text-align: center;
  margin-left: 215px;
  width: 540px;
}
#disclaimer {
  display: none;
  border: 0px blue solid;
  font-size: 10px;
  margin-left: 215px;
  padding: 5px;
  width: 530px;
}
p#disclaimerheader {
  border: 0px red solid;
  margin: 0px;
  padding: 0px;
  font-size: 11px;
  font-weight: bold;
  text-decoration: underline;
}
#disclaimer p {
  border: 0px green solid;
  color: #000;
  font-style:italic;
  display:block;
  line-height:25px;
    border-bottom: 1px black dotted;

}


/************** extra elements **************/
#extraDiv1, #extraDiv2, #extraDiv3, #extraDiv4, #extraDiv5, #extraDiv6 {
  display: none;
}

/************** footer **************/
#footer {
  border: 0px red solid;
  /* background-image: url(footer.gif);
  background-repeat: no-repeat; */
  height: 0px;
}
#footernav, #footernav a {
  border: 0px green solid;
  text-align: center;
  margin: 0px 0px 10px;
  padding: 0px;
  font-size: 10px;
}





#contactbottom input {
	width: 55px;
	}
padd {
	font-size: 11px;
	}
#captchaT {
	width:37px;
	}
.contactquestion .checkbox{
	font-size: 11px;
	margin-left:0px;
	width:10px;
	text-align:left;
	border: 0pt solid Orange;
	}
.contactquestion .radio{
	font-size: 11px;
	margin-left:0px;
	width:10px;
	text-align:left;
	border: 0pt solid Orange;
	}