body { 
margin:0px;
padding: 0px;
font-family:Arial,Geneva, Helvetica, sans-serif;
font-size:12px;
color: #000;
background-image: url(../images/bg.jpg);
background-position: top;
background-repeat: repeat-x;
background-color:#e8e8e8;
}
a:link, a:visited{
	color: #067DAF;
	text-decoration: none;
}
a:hover{
text-decoration: underline;
}
a:active, a:focus{
	outline: none;
}
h1,h2,h3,h4,h5{
	color:#000; padding: 0px; margin: 0px;
}
h1{
	font-size:20px;
	margin:0px;
	color: #005998;
}
h2{
	font-size:14px;
	color: #067DAF;
	margin-top:0px;	
}
h3{
	font-size:14px;
	margin:0px 0px 10px 0px;
}
.fix{
	clear: both;
}
/* *********************** Image Border Fix ****************************/
a:link img, a:visited img { border-style: none } /* no border on img links */

a img { color: white; background-color: transparent; }        /* trick to hide the border in Netscape 4 */

@media all {                   /* hide the next rule from Netscape 4 */
  a img { color: inherit; }    /* undo the color change above */
    a:hover img{ color: inherit; background-color: White; } 
}

th, td { /* ns 4 */
 font-family: "trebuchet MS", Georgia, Verdana, sans-serif;
}
/* *********************** Image Border Fix ****************************/
/* ******************  print  ************** */
@media print {
   h1, h2, h3,
   h4, h5, h6    { page-break-after: avoid; page-break-inside: avoid }
   blockquote,
   pre           { page-break-inside: avoid }
   ul, ol, dl    { page-break-before: avoid }
   .navbar       { background-color: #fff; color: #000; border-color: #000; border-width: 1px; }
   a.tnav, a.bannerLink     { font-weight: normal }
}
/* ******************  speech  ************** */
@media aural {
   h1, h2, h3,
   h4, h5, h6    { voice-family: paul, male; stress: 20; richness: 90 }
   h1            { pitch: x-low; pitch-range: 90 }
   h2            { pitch: x-low; pitch-range: 80 }
   h3            { pitch: low; pitch-range: 70 }
   h4            { pitch: medium; pitch-range: 60 }
   h5            { pitch: medium; pitch-range: 50 }
   h6            { pitch: medium; pitch-range: 40 }
   li, dt, dd    { pitch: medium; richness: 60 }
   dt            { stress: 80 }
   pre, code, tt { pitch: medium; pitch-range: 0; stress: 0; richness: 80 }
   em            { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
   strong        { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
   dfn           { pitch: high; pitch-range: 60; stress: 60 }
   s, strike     { richness: 0 }
   i             { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
   b             { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
   u             { richness: 0 }
   a:link        { voice-family: harry, male }
   a:visited     { voice-family: betty, female }
   a:active      { voice-family: betty, female; pitch-range: 80; pitch: x-high }
}
/* ******************  speech ends************** */
.container{
	width: 784px;
	text-align: center;
	margin:0px auto;
	
}
.logo{
background-image: url(../images/logo_img.jpg);
background-position: top left;
background-repeat: no-repeat;
height: 128px;
border: 1px solid #fff;
text-align: left;
}
.logo h2{
	font-size: 28px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color:#067daf;
	margin:55px 0px 0px 55px;
}
.logo h2 a:link, .logo h2 a:visited{ 
 color: #067DAF;
}
.banner{
	background-image: url(../images/plastic-surgeons.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 225px;
	border-left:3px solid #bbbbbb;
	border-right:3px solid #bbbbbb;
}
.content{
  width: 778px;
  text-align: justify;
  background-color: #fff;
  border-left:3px solid #dad9d9;
  border-right:3px solid #dad9d9;
}
.contentbox{
	width:515px;
	float: left;
	margin:8px 0px 0px 8px;
}
.contentbox p{
	margin:0px 0px 10px 0px; 
}
.leftbox{
	width: 235px;
	float: right;
	background-color:#f6f6f6;
	border: 1px solid #cfcfcf;
	margin: 8px 8px 8px 0px;
}
.leftbox ul{
	margin:10px 0px 20px 0px;
	padding: 0px;
	list-style: square;
}
.leftbox li{
	margin-left:25px;
	font-weight: bold;
	line-height: 18px;
}
.leftbox li a:link{
		color: #067DAF;
}
.leftbox h2 {
background:#3EDBD4;
border:1px solid #04a090;
color:#dcfdfa;
display:block;
font-size:20px;
margin:6px 8px;
padding:0 0 0 20px;
}
.footer{
	clear: both;
	text-align: center;
	background-color:#14C9C0;
	border: 1px solid #fff;
	line-height: 20px;
	color:#026056;
}
.footer a:link,.footer a:visited{
	color: #fff;
}
.contactfrm{
  	text-align: center;
	border:1px solid #DADADA; 
	background:#fff;
	padding: 8px;
	margin: 8px;
	/*font-family: "Trebuchet MS", "Lucida Grande",  Verdana, Geneva, serif;*/
  font-size:12px;
}
