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

body{
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	font-size: 12px;
}
img{
	border: 0;
}
a:link {
	text-decoration: underline;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.header{
	background: url(images/header-background.png) repeat-x;
	height: 141px;
	position: relative;
	z-index: 2;
}
.header #logo{
	width: 937px;
	text-align: left;
	padding-top: 20px;
}
.page{
	position: relative;
	margin-top: -5px;
	z-index: 1;
	width: 100%;
}
.banner{
	background: #e2e2e2;
	height: 289px;
}
.banner #menu{
	background: url(images/menu-background.png) repeat-x;
	height: 35px;
	width: 100%;
	position: relative;
	z-index: 2;
}
.banner #menu a:link,
.banner #menu a:visited{
	color: #000000;
	display: inline-block;
}
.banner #menu a:hover{
	color: #000000;
	margin: 10px 8px 0 8px;
	padding: 0 0 5px 0;
	border-bottom: 3px solid #ffffff;
	position: relative;
}
.banner #menu a:active{
	color: #000000;
}
.banner #current{
	border-bottom: 3px solid #163180;
	margin: 10px 8px 0 8px;
	padding: 0 0 5px 0;
}
.banner #notcurrent{
	border-bottom: 0px solid #163180;
	margin: 10px 8px 0 8px;
	padding: 0 0 8px 0;
}
.images{  
    height:  289px;  
    width:   937px;  
	position: relative;
	z-index: 1;
    padding: 0;
	margin-top: -35px;
	border-bottom: 4px solid #600;
} 
.aboutusimages{  
    height:  230px;  
    width:   291px;  
    padding: 0;
} 
.clinicalservicesimages{  
    height:  150px;  
    width:   180px;  
    padding: 0;
} 
.serviceteamimages{  
    height:  145px;  
    width:   200px;  
    padding: 0;
} 
.images img {    
    top:  0; 
    left: 0 
}
.footer{
	background: #f1f1f1;
	text-align: left;
	padding: 20px;
	color: #8d8d8d;
	font-size: 12px;
	width: 897px;
}
.content{
	width: 897px;
	padding: 20px;
	text-align: left;
	padding-bottom: 20px;
}
.content #side{
	float: left;
}
.welcome{
	line-height: 17px;
}
.contacts{
	font-size: 11px;
	line-height: 17px;
	color: #646464;
}
.address{
	color: #000000;
	font-size: 12px;
	line-height: 17px;
}
.gray{
	color: #666;
}