@charset "UTF-8";
/* CSS Document */

*{
	padding:0;
	margin:0;
}

body, html{
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
}

.container{
	width: 1130px;
	margin: 0 auto;
}


/******************** HEADER ******************/
#header{
	width: 100%;
	background: url(images/headerBG.jpg) repeat-x top;
}

#header #top{
	height: 153px;
	padding-top: 41px;	
}

#header #top #topMenu{
	float: right;
	padding-top: 25px;
}

#menu{
	clear: both;
}

#topMenu ul,
#menu ul{
	list-style: none;
}

/**** TOP MENU ****/
#header #top ul#menu_main{
	display: none;	
}

#header #top ul li{
	float: left;
	font-size: 12px;
	border-left: 1px solid #767676;
	font-variant: small-caps;
}

#header #top ul li:first-child{
	border-left: none;	
}

#header #top ul li a:link,
#header #top ul li a:visited{
	color: #767676;
	text-decoration: none;
	padding: 0px 10px;
}

#header #top ul li a:hover,
#header #top ul li a:active{
	color: #000;
	text-decoration: underline;
}

/**** MAIN MENU ****/
#menu ul#menu_top{
	display: none;	
}

#menu ul li{
	float: left;
	font-size: 80%;
	font-variant: small-caps;
	text-align: center;
	width: 14%;
}

#menu ul li.sep{
	width: 8px;	
}

#menu ul li a:link,
#menu ul li a:visited{
	display: block;
	height: 50px;
	line-height: 50px;
	padding-left: 4px;
	padding-right: 10px;
	color: #404040;
	text-decoration: none;
	background: none;
}

#menu ul li a:hover,
#menu ul li a:active{
	color: #000;
	background: url(images/menuItemBG_over.png) no-repeat top;
}

#menu ul li img{
	padding-top: 20px;
}

/******************** CONTENT ****************/
#wrapper{
	background: url(images/menuBG.jpg) repeat-x top;
}

#wrapper #main{
	width: 1130px;
	margin: 0 auto;
}

#wrapper #content{
	margin-top: 20px;
	float: left;
}

#wrapper #content #news{
	width: 240px;
	margin: 20px 20px 0px 40px;	
	clear: both;
	float: left;
}

#wrapper #content #news p{
	margin-bottom: 20px;
}

#testimonialsInfo{
	padding: 15px;
	margin: 10px 0px 10px 20px;
	border-left: 5px solid #00a8ed;
}

#testimonials p{
	display: block;
	padding: 5px;
	margin: 5px;
	background-color: #c4eeff;
	border: 1px dashed #00A8ED;
	text-align: center;
}

/************ CONTENT BOX *************/
.content_box{
	float: left;
	margin: 10px;
}
.content_body{
	background: url(images/border_top2.png) repeat-x top;
	padding: 15px 5px;
	margin: 0 16px;
}

.content_body p{
	margin-bottom: 15px;	
}

.content_body ul{
	list-style: square;
	font-size: 12px;
	color: #555;
	margin-left: 25px;	
}

.content_body ul li{
	
}

/********** MEET THE DOCTORS **********/
.doc{
	width: 281px;
	height: 114px;
	background: url(images/docBG.png) no-repeat top;
	margin-top: 15px;
	padding: 11px 12px;
}

.doc img{
	margin-right: 4px;
}

.doc p{
	font-size: 10px;	
}

/********* CONTACT FORM **********/
#contactForm{
	float: left;
}

#contactForm .field{
	clear: both;
	color: #555;
	font-size: 12px;
	margin-top: 8px;
}

#contactForm .label{
	float: left;
	width: 170px;
	text-align: right;
	margin-right: 10px;
}

#contactForm .input{
	float: left;
	width: 300px;
}

#contactForm em{
	color: #0079c2;
}

/**************** PHOTO GALLERY **************/
#photoThumbs{
	margin-top: 50px;
	height: 90px;
    overflow: auto;
    white-space: nowrap;
}

#photoThumbs img{
	height: 60px;
	padding: 2px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	cursor: pointer;
}

#photoThumbs img.Fho{
	border-left: 1px solid #999;
}

#photoThumbs img.after{
	border-right: 1px solid #999;
	margin-right: 20px;
}

#photoThumbs img.before{
	border-left: 1px solid #999;
}

ul.procedures{
	list-style: none;
}

ul.procedures li{
	
}

ul.procedures li a:link,
ul.procedures li a:visited{
	color: #555;
	border-left: 2px solid #999;
	text-decoration: none;
	line-height: 20px;	
	padding-left: 10px;
	display: block;
	height: 20px;
}

ul.procedures li a:hover,
ul.procedures li a:active,
ul.procedures li.selected a{
	color: #000;
	border-left: 2px solid #000;
	text-decoration: none;
}

/******************** FOOTER *****************/
#footer .container{
	border-top: 2px solid #767676;
	margin-bottom: 50px;
}

#footer #copy{
	float: left;
	margin-top: 10px;
}

#footer img{
	margin-right: 20px;	
}

#footer p{
	padding-left: 10px;
}


/******* FOOTER MENU ********/
#footer #footMenu{
	float: right;
}

#footer #footMenu ul{
	list-style: none;	
}

#footer #footMenu ul li{
	font-size: 12px;
}

#footer #footMenu ul li.sep{
	display: none;	
}


#footer #footMenu ul li a:link,
#footer #footMenu ul li a:visited{		
	color: #767676;
	text-decoration: none;
	display: block;
	height: 20px;
	line-height: 20px;
}

#footer #footMenu ul li a:hover,
#footer #footMenu ul li a:active{		
	color: #000;
}

#footer #footMenu ul#menu_top{
	float: left;	
	text-align: right;	
}

#footer #footMenu ul#menu_top li a:link,
#footer #footMenu ul#menu_top li a:visited{
	padding-right: 10px;
	border-right: 1px solid #767676;
}

#footer #footMenu ul#menu_top li a:hover,
#footer #footMenu ul#menu_top li a:active{
	border-right: 1px solid #000000;
}

#footer #footMenu ul#menu_main{
	float: left;	
	text-align: left;	
}

#footer #footMenu ul#menu_main li a:link,
#footer #footMenu ul#menu_main li a:visited{
	padding-left: 10px;
	border-left: 1px solid #767676;
}

#footer #footMenu ul#menu_main li a:hover,
#footer #footMenu ul#menu_main li a:active{
	border-left: 1px solid #000000;
}

/******************** CLASSES ****************/
.fixFF{
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 1px;
}

.left{
	background: url(images/corner_TL2.png) no-repeat;
	float: left;
}

.right{
	background: url(images/corner_TR2.png) no-repeat top right;
	float: right;
}

.bottom{
	clear: both;
	background: url(images/corner_BR2.png) no-repeat bottom right;	
}

.bl{
	float: left;
	background: url(images/corner_BL.jpg) no-repeat top left;
	width: 16px;
	height: 16px;
}

.br{
	float: right;
	background: url(images/corner_BR.jpg) no-repeat top right;
	width: 16px;
	height: 16px;
}

img.pic,
img.homePic,
img.homePicThumb{
	background-color: #FFF;
	padding: 4px;
	border: 1px solid #999;
	margin: 8px;
}

img.homePic{
	width: 123px;
}

img.homePicThumb{
	width: 73px;
	cursor: pointer;
}

#photo img.pic{
	margin: 4px;	
}

.heading{
	float: left;
	width: 266px;
	text-align: center;
}

/******************** TAGS *******************/
a:link, a:visited{
	color: #0079c2;
	text-decoration: underline;
}

a:hover, a:active{
	color: #000;
	text-decoration: none;
}

a img{
	border: none;	
}

h1{
	color: #000;
	font-size: 30px;
	font-weight: normal;
}

h2, h2 a:link, h2 a:visited{
	color: #000;
	font-size: 14px;
	font-variant: small-caps;
	margin-bottom: 12px;
	text-decoration: none;
}

h2 a:hover, h2 a:active{
	text-decoration: underline;
}

h3{
	color: #bbb;
	font-size: 24px;
	font-weight: normal;
	margin: 10px 0px;
}

p{
	font-size: 12px;
	color: #555;
	line-height: 150%;
}

em{
	
}
#siteLinks {
	float: right;
	margin-right: 10px;
	position: absolute;
	top: 0;
	right: 0;
}
#siteLinks em {
	float: left;
	background-image: url(images/siteLinksTabHOME.gif);
	font-size: 70%;
	font-weight: bold;
	font-variant:small-caps;
	color: #CCC;
	line-height: 24px;
	text-decoration: none;
	display: block;
	width: 	175px;
	height: 24px;
	text-align: center;
}
#siteLinks a {
	float: left;
	margin-left: 2px;
	background-image: url(images/siteLinksTab.gif);
	font-size: 80%;
	font-weight: bold;
	font-variant:small-caps;
	color: #FFF;
	line-height: 24px;
	text-decoration: none;
	display: block;
	width: 	135px;
	height: 24px;
	text-align: center;
}

/********************* HOME PAGE GALLERY **********************?

/* container for slides */
.images {
	position:relative;	
	width:300px;
	height: 140px;
	float:left;	
}

/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	width: 300px;
	height:140px;
	cursor: pointer;
}

/* tabs (those little circles below slides) */
.slidetabs {
	clear:both;
}

/* single tab */
.slidetabs a {
	float:left;	
}

/* mouseover state */
.slidetabs a:hover {
	background-color: #e5e5e5; 	    
}

/* active state (current page state) */
.slidetabs a.current {
	background-color: #e5e5e5;    
} 
#social {
	font-size: 12px;
	display: none;
	display: block;
	text-align: right;
	clear: both;	
	padding-top: 30px;
}
#menu #social{
	display: none;	
}
