@charset "utf-8";


page, body{
	text-align: center;
	margin:0;
	padding:0;
	background: url(images/page_bg.jpg) top left repeat-x #EDECEA;
}
/*TEXT BASICS*/
p {
	margin-left: 20px;
	margin-right: 20px;
	font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 11px;
}
p.small {
	font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 10px;
}
p.copy {
	font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color:#eaeaea;
	margin-top:10px;
}
a.copy {
font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color:#eaeaea;
	margin-top:10px;
}

a {
	color:#990000;
	text-decoration: none;
}
h2 {
	font-family:"Times New Roman", Times, serif; 
	font-size: 16px ;
	margin: 10px 15px 0 10px;
	padding-left: 15px;
	color:#282935;
	border-top: #CCCCCC solid 1px;
	border-bottom: #cccccc solid 1px;
	background: #fff;
}
h3 {
	font-family:"Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif; 
	font-size: 12px ;
	margin: 10px 15px 0 10px;
	padding-left: 15px;
	color:#282935;
	border-top: #CCCCCC solid 1px;
	border-bottom: #cccccc solid 1px;
	background: #fff;
}
h5 {
	font-family:"Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif; 
	font-size: 12px ;
	margin: 10px 15px 0 10px;
	padding-left: 15px;
	color:#7D1729;
	background: #fff;
}
h6 {
	font-family:"Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif; 
	font-size: 12px ;
	margin: 10px 15px 0 10px;
	padding-left: 15px;
	color:#7D1729;
}
	
h1.ad {
	font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font: 20px normal;
	margin: 6px 0 0 150px;
	color: #DADADA;
}
h4.cv a{
	font-family:"Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 11px;
	height: 30px;
	width: 110px;
	margin: 5px 5px 5px 5px;
	padding: 12px  0 0 20px;
	color:#282935;
	background:#64B1FF url(images/doc_icon.jpg) left center no-repeat;
	left: 352px;
	top: 319px;
	border: #999999 solid 1px;
	float: right;
	}
	
	h4.gp a{
	font-family:"Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 11px;
	height: 30px;
	width: 110px;
	margin: 5px 5px 5px 20px;
	padding: 12px  0 0 20px;
	color:#282935;
	background:#64B1FF url(images/doc_icon.jpg) left center no-repeat;
	left: 352px;
	top: 319px;
	border: #999999 solid 1px;
	float: left;
	}
/*END TEXT BASICS*/
/*BASIC DIVISIONS*/
#container {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: left;
	margin-left:auto;
	margin-right: auto;
	width: 990px;
}
#masthead {
	position: relative;
	background: url(images/masthead.jpg) top left no-repeat;
	margin: 0;
	padding: 0;
	width: 990px;
	height: 170px;
}
#header {
	width: 990px;
	margin: 0;
	padding: 0;
}
#titleBar {
	margin:0;
	padding:0;
	background-color: #000;
	border-top: #F3C64E 3px solid;
	border-bottom: #F3C64E 5px solid;
	width: 990px;
	height: 30px;
}
#content {
	margin:0;
	padding:0;
	background-color: #fff;
	width: 990px;
	overflow: hidden;
}
#copyright {
	margin:0;
	padding:0;
	border-top: 3px #f3c64e solid;
	background-color:#000 ;
	width: 990px;
	height: 30px;
	overflow: hidden;
}
#footer{
	position:relative;
	margin: 0;
	padding: 0;
	width: 990px;
	background: url(images/footer.jpg) top left no-repeat;
	height: 100px;
	overflow: hidden;
}
#footer ul{
	width:638px;
	display:block;
	position:absolute;
	left:167px;
	top:29px;
	padding:0;
	list-style:none;
}

#footer li{
float:left;
 font-family:"Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
 border-right: 1px solid #eaeaea;
 font-size: 10px; 
 font-weight:normal;
 }
#footer ul li a{padding:0 15px 0 12px; color:#fff; text-decoration:none;}
#footer ul li a:hover{text-decoration:underline;}
#footer li.home{border-left: 1px solid #eaeaea;}
/*END BASIC DIVISIONS*/

/*COLUMN LAYOUT*/
.container_3c {
position: relative;
	margin: 0;
	padding: 0;
	text-align: left;
	margin-left:auto;
	margin-right: auto;
	width: 990px;
	/*background: #fff url(images/three_column_bg.jpg);*/
}

/*.three {
	float: left;
	width: 33%;
}*/

/*END COLUMN LAYOUT*/	



/*FORM */
.form {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background: url(images/form_bg.jpg) top right no-repeat;
	border: 1px #999999 solid;
	
}
.campaign {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background: url(images/campaign.jpg) bottom left no-repeat;
	border:#CCCCCC 1px  solid;
	
}
.form h2 {
	font-family:"Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif; 
	font-size: 12px ;
	margin: 10px 15px 0 10px;
	padding-left: 15px;
	color:#282935;
	border-top: none;
	border-bottom: none;
	background: none;
}
.form p {
font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
font-size: 10px;
color:#282935;
margin-top: 0px;
margin-left: 5px;
}
.form input{
	font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
font-size: 10px;
width: 100px;
}	
/*END FORM */

/*PROCEDURES LIST*/
.procedure ul {
	background: #eaeaea url(images/list_bg_bw.jpg) top center no-repeat;
	display: block;
	margin-left:10px;
	border: solid #ccc 1px;
	width: 280px;
	padding: 10px;
	list-style: none;
	font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color:#24171C;
}
/*END PROCEDURE LIST*/

/*MAIN MENU*/
#menu {
	position: absolute;
	top: 109px;
	left: 277px;
	height: 42px;
	width: 698px;
}
#menu ul{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li {
	float: left;
	font: 11px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu a {
	background: url("images/menu_back.jpg") bottom right no-repeat;
	color:#EBEBEB;
	display: block;
	float: left;
	margin: 0;
	padding: 15px 15px 8px 15px;
	text-decoration: none;
	font-weight:normal;
	height: 15px;
}
#menu a:hover {
	background:  url("images/menu_pick.jpg") bottom right no-repeat;
	color: #fff;
}

#menu .highlight {
	background:  url("images/menu_pick.jpg") bottom right no-repeat;
	color: #fff;
}	                                
/* END MAIN MENU*/

/*IMAGE TAGS*/
.img_leftasps {
	margin-left: 60px;
	margin-right: 5px;
}
.img_left_bdr {
	float: left;
	margin: 5px;
	padding: 3px;
	border: 1px solid #CCCCCC;
}
.img_left {
	float: left;
	margin: 5px;
	padding: 3px;
}
.img_right_bdr {
	float: right;
	margin: 5px;
	padding: 3px;
	border: 1px solid #CCCCCC;
}
.img_right {
	float: right;
	margin: 5px;
	padding: 3px;
	
}
.img_bdr {
	margin: 5px;
	padding: 3px;
	border: 1px solid #CCCCCC;
}

/*END IMAGE TAGS*/

/*PROCEDURE PAGES*/

.procedures {
	margin:0;
	padding-top:150px;
	background: #fff url(images/tag_procedures.jpg) top left no-repeat;
	width: 990px;
	overflow: hidden;
}

.one_column {
padding:0;
margin-left:30px;
width:750px;
}

.two_wide {
	margin-left: 265px;
	
}
.two_narrow {
	float:left;
	width: 260px;
}
.privacy {
margin:0;
	padding:0;
	background: #fff url(images/tag_privacy.jpg) top left no-repeat;
	width: 990px;
	overflow:hidden;
}
.doctors {
margin:0;
	padding:0;
	background: #fff url(images/tag_doctors.jpg) top center no-repeat;
	width: 990px;
}
.office {
margin:0;
	padding-top: 150px;
	background: #fff url(images/tag_office.jpg) top center no-repeat;
	width: 990px;
}
.testimonial {
margin:0;
	padding-top: 150px;
	background: #fff url(images/tag_testimonial.jpg) top center no-repeat;
	width: 990px;
	overflow:hidden;
}
.before_after {
margin:0;
	padding-top: 150px;
	background: #fff url(images/tag_before_after.jpg) top center no-repeat;
	width: 990px;
	overflow:hidden;
}
.awards{
margin:0;
	padding-top: 150px;
	background: #fff url(images/tag_awards.jpg) top center no-repeat;
	width: 990px;
	overflow:hidden;
}
.get_info {
margin:0;
	padding-top: 150px;
	background: #fff url(images/tag_get_info.jpg) top center no-repeat;
	width: 990px;
	overflow:hidden;
}
p.procedure {
	margin-left: 20px;
	margin-right: 250px;
	font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
h2.procedure {
	font-family:"Times New Roman", Times, serif; 
	width: 400px;
	font-size: 16px ;
	margin: 10px 250px 0 20px;
	padding-left: 30px;
	color:#282935;
	border-top: #CCCCCC solid 1px;
	border-bottom: #cccccc solid 1px;
	background: #fff;
	}

/*PROCEDURE MENU*/
#sidebar {
	margin-left: 7px;
	background:none;	
	padding: 0;
	
}
#sidebar ul {
	list-style: none;
}
#sidebar li {
	font: 12px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#sidebar a {
	background:#F5F5F5;
	border-bottom:#DDDDDD 1px solid;
	color: #666;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
	width:180px;
}
#sidebar li a:hover {
	background:#C9C9C9 /*url("images/hover.gif") left center no-repeat*/;
	color: #fff;
	padding-bottom: 8px;
	width:180px;
}

#sidebar .highlight {
	background:#B20016 url("images/hover.gif") left center no-repeat;
	color: #fff;
	padding-bottom: 8px;
	}
/*END PROCEDURE MENU*/
/*END PROCEDURE PAGES*/
