@charset "UTF-8";
/* CSS Document */

body{
	background-color: #99C3CB;
	font-family:"Trebuchet MS", Arial, "Times New Roman", sans-serif;
	margin-top: 0px;
	}
	
a{
	font-size:13px;
	}
	
/*******************************************

Homepage Divs & Styles

*******************************************/

#bannerText{
	margin-left: 28px;;
	}

#bannerText h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:15px;
	color: #C27E14;
	}
	
#bannerText p{
	font-family:"Trebuchet MS", Arial, "Times New Roman", sans-serif;
	font-size:13px;
	color:#333333;
	line-height:16px;
	}
	
#bannerText a:link, #bannerText a:visited{
	color: #008da9;
	text-decoration:none;
	}
	
#bannerText a:hover{
	color:#b82e26;
	}
	
.logo{
	margin-left: 100px;
	margin-bottom: 20px;
	margin-top: 33px;
	}
	
#hmProcedures{
	width: 403px;
	height:218px;
	background-image:url(../images/hm_procedure_bg.jpg);
	background-repeat:repeat-x;
	font-size:12px;
	color:#333333;
	padding: 8px 0 0 10px;;
	}
	
#hmProcedures h1{
	color:#675380;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	margin:0;
	}
	
#hmProcedures a.viewAll:link, #hmProcedures a.viewAll:visited {
	color: #008da9;
	font-size: 10px;
	font-weight: bold;
	text-decoration:none;
	}
	
#hmProcedures a.viewAll:hover{
	color:#b82e26;
	}
	
#hmProcedures a.proTitle:link, #hmProcedures a.proTitle:visited {
	color: #008da9;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	}
	
#hmProcedures a.proTitle:hover{
	color:#b82e26;
	}
	
#hmContact{
	width: 177px;
	height:161px;
	background-image:url(../images/hm_contact_bg.jpg);
	background-repeat:repeat-x;
	font-size:12px;
	color:#333333;
	padding: 8px 0 0 10px;
	}
	
#hmContact em{
	font-size:11px;
	}
	
.contactBold{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#333333;
	}
	
#hmFooter{
	font-size:11px;
	color:#515e60;
	text-align:center;
	}
	
#hmFooter a:link, #hmFooter a:visited{
	font-size:11px;
	color:#515e60;
	text-decoration:none;
	}
	
#hmFooter a:hover{
	text-decoration:underline;
	}
	
/*******************************************

Interior Divs & Styles

*******************************************/


/*------------Secondary Nav------------*/

#secondaryNav{
	font-size:12px;
	margin-top: 12px;
	text-align:right;
	width:530px;
	}
	
/*#secondaryNav a:link, #secondaryNav a:visited{
	color: #e2d098;
	margin-right: 12px;
	text-decoration:none;
	}
	
#secondaryNav a:hover{
	text-decoration:underline;
	}*/
	
a.secondaryNav1:link, a.secondaryNav1:visited{
	color: #e2d098;
	margin-right: 12px;
	text-decoration:none;
	}
	
a.secondaryNav1:hover{
	text-decoration:underline;
	}
	
a.secondaryNav2:link, a.secondaryNav2:visited{
	color: #e2d098;
	margin-right: 12px;
	text-decoration:none;
	margin-left: 3px;
  	padding: 0 0 0 19px;
    background:url(../images/envelope.gif) no-repeat 0 50%;
	
	
	}
	
a.secondaryNav2:hover{
	text-decoration:underline;
	}
	
a.secondaryNav3:link, a.secondaryNav3:visited{
	color: #e2d098;
	margin-right: 12px;
	text-decoration:none;
	margin-left: 3px;
  	padding: 0 0 0 19px;
    background:url(../images/facebook.png) no-repeat 0 50%;
	}
	
a.secondaryNav3:hover{
	text-decoration:underline;
	}
	
	

	

/*------------Header Bar------------*/
	
.title{
	color:#c27e14;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	font-weight: normal;
	padding-left:26px;
	}
	
	
/*------------Trail Links------------*/
	
#trail{
	color:#666666;
	font-size: 11px;
	padding-left:28px;
	margin-top: 10px;
	}
	
#trail a:link, #trail a:visited{
	color:#008da9;
	font-size:11px;
	text-decoration:none;
	}
	
#trail a:hover{
	color:#b82e26;
	}
	
	
/*------------Left Column------------*/
	
#leftColumn{
	color:#b82e26;
	font-size:9px;
	padding-left:12px;
	}
	
#leftColumn h1{
	color:#999999;
	font-size:11px;
	letter-spacing:1px;
	padding-top: 12px;
	}
	
.careCredit{
	color:#675380;
	font-size:12px;
	}
	
#leftColumn a:link, #leftColumn a:visited{
	color:#008da9;
	font-size:12px;
	text-decoration:none;
	}
	
#leftColumn a:hover{
	color:#b82e26;
	}
	
#leftColumn a.red:link,#leftColumn a.red:visited{
	color:#b82e26;
	}
	
.Over{
	font-size:12px;
	}
	
.overRed{
	font-size:12px;
	color:#b82e26;
	}
	
	

	
/*------------Main Content------------*/
	
#mainContent{
	color:#333333;
	font-size:13px;
	padding-top: 16px;
	padding-left: 14px;
	padding-bottom: 20px;
	padding-right: 14px;
	}
	
#mainContent h1{
	color:#675380;
	font-size: 18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin-top:0px;
	}
	
#mainContent p{
	color:#333333;
	font-size:13px;
	}
	
#mainContent a:link, #mainContent a:visited{
	color: #008da9;
	text-decoration:none;
	}
	
#mainContent a:hover{
	color:#b82e26;
	}
	
	
/*------------Footer------------*/
	
.footer{
	background-image:url(../images/footer_bg.jpg);
	background-repeat:no-repeat;
	}
	
#footer{
	color:#333333;
	font-size:12px;
	padding-top: 16px;
	text-align:center;
	}
	
.tagLine{
	color:#675380;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-style:italic;
	}

.pageInfo{
	color: #515e60;
	font-size:11px;
	}
	
	
/*------------Doctors------------*/

.doctorImg{
	border: 1px solid #008da9;
	height: 154px;
	padding: 3px;
	width: 100px;
	margin-bottom: 6px;
	margin-top: 15px;
	}
	
.doctorImgLg{
	border: 1px solid #008da9;
	float:right;
	height: 200px;
	margin: 20px 20px 30px 20px;
	padding: 3px;
	width: 150px;
	}
	
.doctorTd{
	margin-bottom: 20px;
	margin-left: 125px;
	}
	
/*------------Procedures------------*/
	

#featureProcedure{
	font-size:12px;
	}
	
#featureProcedure h1{
	color:#675380;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	margin:0;
	}
	
.bldBlueG {
	color: #008da9;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	}
	
#featureProcedure a:link, #featureProcedure a:visited {
	color: #008da9;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	}
	
#featureProcedure a:hover{
	color:#b82e26;
	}
	
#missionBox{
	color:#675380;
	font-size:12px;
	font-style:italic;
	line-height: 18px;
	padding: 5px;
	}
	
.missionBoxTitle{
	color:#675380;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	}
	
.beforeAfterImg{
	border: 1px solid #008da9;
	margin: 0px 5px 0px 0px;
	padding: 3px;
	}
	
.beforAfterText{
	color:#675380;
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 5px 0 0 0;
	}
	
a.clickHere:link, a.clickHere:visited {
	color: #008da9;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	}
	
a.clickHere:hover{
	color:#b82e26;
	}
	
.rightColumn{
	margin-top: 8px;
	}
	
	
/*------------Patient Resources------------*/

.pointsBg{
	background-image:url(../images/points_bg.jpg);
	background-repeat:repeat-x;
	}
	
	
/*------------Skin Surgery------------*/

#verticalLine{
	width: 5px;
	height: 615px;
	background-image:url(../images/line_sm_dot_v.gif);
	background-repeat:repeat-y;
	background-position:center;
	margin-left:16px;
	}
	
	
/*------------Contact------------*/

.directionsTable{
	padding-left: 4px;
	padding-bottom: 8px;
	font-size:12px;
	}
	
	
/*------------Sitemap------------*/	
	
#siteMap{
	color:#333333;
	font-size:13px;
	padding-top: 16px;
	padding-left: 14px;
	padding-bottom: 20px;
	padding-right: 14px;
	}
	
#siteMap ul{
	margin: 0;
	padding: 0 0 0 0;
	color:#008da9;
	font-size:10px;
	list-style-type:none;
	}
	
#siteMap li{
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 2px;
	}
	
#siteMap ul ul{
	margin: 0;
	padding-left: 8px;
	list-style-type:none;
	}
	
#siteMap ul ul ul{
	margin: 0;
	padding-left: 20px;
	list-style-type:disc;
	
	}

#siteMap a:link, #siteMap a:visited{
	color: #008da9;
	text-decoration:none;
	}
	
#siteMap a:hover{
	color:#b82e26;
	}
	
	
/*------------Misc------------*/		
	
.purpBold {
	color:#675380;
	font-weight:bold;
	font-size:13px;
	}
	
.lipoTable{
	font-size:11px;
	text-align:center;
	}	
	
.super{
	font-size:10px;
	}
	
.servicesImg{
	border: 1px solid #008da9;
	height: 154px;
	padding: 3px;
	width: 100px;
	margin-bottom: 6px;
	margin-top: 15px;
	margin-left: 20px;
	}
