*{ margin: 0px; padding: 0px; }
body{
  background-color: #141414;
  color: #fff;
  font-size: 80%;
}
p, a, input, textarea, legend, label, li, textarea, td{
  font-family: Arial, sans-serif;
  text-decoration: none;
  line-height: 1.8em;
}
h1, h2, h3{
  font-family: Helvetica, Arial, sans-serif;
}
h1{ font-size: 1.6em;
	}
h2{ font-size: 1.1em; }
p a{ font-size: 1.0em; color: #fff; }
a img{ border: none; }
textarea{ font-size: 1.0em; }

.highlight{ }
.large{ }
.small{ }
.clear{ clear: both; }



/*   Content   */

#contactform div{ clear: left; }
#contactform label{
  width: 110px;
  float: left;
}
#contactform .text{
  width: 330px;
  padding: 0 5px;
  border: none; border-bottom: solid 1px #d0cec8;
  background: #f2efe9;
}
#contactform input.text{ height: 18px; line-height: 18px; }
#contactform .checkbox{ border: none; background: #f2efe9; }



/*   Header / Footer   */

#Logo{ margin: 21px 0 22px 0; }
#Strapline{ margin-top: 37px; float: right; }

#Navigation ul{ list-style-type: none; }
#Navigation ul li{
  padding-left: 18px;
  position: relative;
}
#Navigation ul li a{
  height: 28px; line-height: 28px;
  color: #fff; 
  display: block;
}

#Navigation ul.first{
  width: 180px;
  border: solid 1px #2c2c2c;
  padding: 13px 0;
  position: absolute; left: 0px; top: 0px;
  margin-left: 192px;
  display: none;
  z-index: 10;
  /*background: url('../images/structure/bgFlyout.png');*/
  
  background: rgb(00, 00, 00);  
  background: rgba(00, 00, 00, 0.6); /* RGBa with 0.8 opacity */
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000); /* For IE 5.5 - 7*/  
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)"; /* For IE 8*/
}
#Navigation ul.first li{ padding: 0 13px; }

#Title h1.pageTitle{
  line-height: 40px;
  padding-right: 20px;
  text-align: right;
  border-bottom: solid 1px #000;
  background: url('../images/structure/bgTitle.gif') repeat-x top;
}



div.advert{
  width: 299px; height: 140px;
  background: url('../images/structure/bgAdvert.gif') repeat-x top #000;
  border: solid 0px #2c2c2c;
  padding: 0px 6px 6px 12px;
  margin-left: 8px;
  margin-top:4px;
  position: relative; float: left;
}
#div.advert h1{ text-transform: lowercase; }
#div.advert p{ width: 220px; }
#div.advert p a{ color: #7a7a7a; }
#div.advert img.icon{ position: absolute; bottom: 6px; right: 6px; }
div.advert.first{ margin-left: 0px; }

#Dentata{
  width: 320px; height: 78px;
  background: url('../images/structure/bgDentata.gif') no-repeat left;
  margin-top: 18px;  
  float: left;
}
#Dentata p{ margin: 55px 0 0 92px; }
#Kimbolton{
  width: 217px; height: 90px;
  background: url('../images/structure/bgKimbolton.gif') no-repeat right;
  margin-top: 10px;
  float: right;
}
#Kimbolton p{ margin: 63px 0 0 58px; }

#Footer div.block{
  padding-left: 15px;
  margin-left: 110px;
  background: url('../images/structure/bgFooterBlock.gif') repeat-y left;
  float: left;
}
#Footer div.block.first{ margin-left: 0px; }
#Footer ul{ list-style-type: none; }
#Footer ul li a{
  color: #505050;
}

#Social{ float: right; }
#Social img{ margin-left: 10px; }



/*   Structure   */

#SiteWrapper{
  width: 974px;
  margin: 0 auto;
}

#Header{
  height: 140px;
}
#Navigation{
  width: 193px;
  border: solid 1px #2c2c2c;
  margin-right: 12px; padding: 12px 0;
  z-index: 10;
  float: left;
}
#Title{ width: 767px; float: left; }
#Banner{
  width: 767px; height: 392px;
  margin: 12px 0 13px 0;
  z-index: 1;
}

#Content{
  border: solid 1px #2c2c2c;
  margin-bottom: 15px;
  padding: 20px 0 12px 0;
  clear: both;
}
#Left{
  width: 454px;
  padding: 0px 20px 0px 15px;
  background: url('../images/structure/bgLeft.png') repeat-y right;
  float: left;
}
#Right{
  width: 450px;
  margin-left: 18px;
  float: left;
}
div.tail{ height: 1px; line-height: 1px; clear: both; }

#Footnote{
  height: 116px;
  margin-top: 14px;
  border-top: solid 1px #2a2a2a;
  border-bottom: solid 1px #2a2a2a;
}
#Footer{ padding-top: 26px; margin-bottom: 25px; }


/*  EDIT: Contact Form - Select Practice  */

.prac_check {position:relative; right:40px; top:7px;}
.newmar {left:-1px;}
.kimbol {left:-9px;}





