body {
	margin: 0px;
	padding: 0px;
	background-color: #E9E9E9;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	text-decoration: none;
	color: #0060B6;
}

a:visited {
	text-decoration: none;
	color: #48A8FF;
}

a:hover {
	text-decoration: underline;
	color: #0060B6;
}

a:active {
	text-decoration: underline;
	color: #FFC70A;
}

.graylink{
	text-decoration: none;
	color: #333333;
	margin-top: 0px;
}

.graylink a{
	text-decoration: none;
	color: #333333;
}

.graylink a:visited{
	text-decoration: none;
	color: #333333;
}

.graylink a:hover{
	text-decoration: none;
	color: #0060B6;
}

.graylink a:active{
	text-decoration: none;
	color: #0060B6;
}

h3{
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 5px;
}

/* Layout */

.container {
	width: 780px;
	height: 100%;
	background-color: #fff;
	color: #333;
	margin: 0px;
	border-right: 1px solid #000;
}

.container2 {
	position:relative;
	width: 780px;
	background-color: #fff;
	color: #333;
	margin: 0px;
	border-right: 1px solid #000;
}

/* Header */

.header {
	width: 780px;
	height: 100px;
	margin: 0px;
	padding: 0px;
	top: 0px;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
}

.funcmenu {
	position: absolute;
	width: 200px;
	top: 58px;
	left: 630px;
	margin: 0px;
	padding: 0px;
}

.funcmenu ul {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	list-style-type: none;
}

.funcmenu li {
	display:inline
}

.funcmenu a{
	float:left;
	width:auto;
	padding:2px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
	text-align: right;
}

.funcmenu img{
	vertical-align: middle;
}

/* Global Menu */

.mainmenu {
	position: absolute;
	width: 780px;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 85px;
	background-color: #FFFFCC;
	border-bottom: 1px solid #000;
}

.mainmenu ul{
	float:left;
	width:100%;
	padding:0;
	margin: 0px;
}

.mainmenu li{
	display:inline
}

.mainmenu a{
	float:left;
	width:auto;
	padding:2px 8px;
	background-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	color:#000;
	border-right: 1px solid #000;
}

.mainmenu a:visited{
	background-color: #ffffcc;
	text-decoration: none;
	color: #000;
}

.mainmenu a:hover{
	background-color: #ffffcc;
	text-decoration: none;
	color: #0060B6;
}

.mainmenu a:active{
	background-color: #ffffcc;
	text-decoration: none;
	color: #0060B6;
}

.mainmenuactive{
	color: #000;
	background-color: #ffffcc;
	text-decoration: none;
	border-bottom: 3px solid #3380BA;
}

.breadcrumbs{
	width: 765px;
	font-size: 10px;
	padding-top: 10px;
	padding-left: 10px;
}

/* Left Area */

.left{
	float:left;
	width:140px;
	margin:0;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 5px;
}

.left h1{
	font-size: 11px;
	font-weight: bold;
	color: #0060B6;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.left2{
	padding-top: 10px;
	padding-left: 10px;
}

.leftmenu h1{
	font-size: 11px;
	color: #333333;
	padding-bottom: 2px;
	border-bottom: 1px solid #000;
	margin: 0px;
	font-weight: normal;
	width: 125px;
}

.leftmenu ul{
	font-size: 11px;
	color: #333333;
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	width: 125px;
}

.leftmenu li{
	border-bottom: 1px solid #000;
	background-color: #EBEBEB;
	margin: 0px;
	padding: 3px 0px 3px 5px;
	color: #0060B6;
}

.leftmenu a{
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.address{
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #333;
}

.doctor{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 11px;
	color: #333;
}

.doctor ul{
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	width: 125px;
}

.doctor li{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 2px;
}

.relatedlink{
	margin: 0px;
	padding: 0px;
	width: 125px;
	font-size: 11px;
	color: #333;
	position: absolute;
	left: 10px;
	vertical-align: middle;
}

.relatedlink ul{
	padding: 0px;
	list-style-position: outside;
	list-style-image: url(images/arrow_solid_blue.gif);
	margin: 0px 0px 0px 20px;
}

.relatedlink li{
	margin: 0px;
	padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.relatedlink a{
	margin: 0px;
	padding: 0px;
}

/* Right Area */

.homecontent{
	margin-left:150px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 15px; border:0px solid #FF0000; height:500px
}

.secondcontent{
	font-size: 13px;
	line-height: 160%;
	padding: 10px 15px 10px 10px;
	width: 614px;
	color: #333;
}

.secondcontent h2{
	font-size: 24px;
	font-weight: normal;
	color: #0066CC;
}

.secondcontent ul{
	list-style-position: outside;
	list-style-type: disc;
	padding: 0px;
	margin: 0px 0px 0px 20px;
}

.secondcontent ol{
	list-style-position: outside;
	list-style-type: decimal;
	padding: 0px;
	margin: 0px 0px 0px 30px;
}

.sitemaphr{
	color: #333;
	background-color: #333;
	height: 1px;
	width: 60%;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: left;
}

.arrowsolid{
	vertical-align: middle;
	margin-right: 5px;
}

.pagetop{
	font-size: 10px;
	float: right;
}

.homeimg{
	float:left;
	margin-top: 5px;
	position: absolute;
	top: 120px;
}

.homenews{
	float:left;
	position: absolute;
	top: 310px;
	background-color: #F6F6F6;
	width: 610px;
	padding: 8px;
	margin-bottom: 10px;
}

.homenews ul{
	font-size: 11px;
	list-style-position: inside;
	list-style-type: disc;
	padding: 0px;
	margin-top: -7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

.photodiscription{
	font-size: 11px;
	font-weight: normal;
}

.newstitle{
	font-size: 20px;
	font-weight: normal;
	color: #0066CC;
}

.serviceleft{
	float: left;
	width: 190px;
	font-size: 11px;
	line-height: normal;
	position: absolute;
	left: 150px;
	top: 310px;
}

.serviceleft h3{
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	height: 35px;
	width: 190px;
	margin-bottom: 5px;
	background-image: url(images/arrow_solid_blue.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 16px;
}

.servicemiddle{
	float: left;
	width: 190px;
	font-size: 11px;
	line-height: normal;
	position: absolute;
	left: 365px;
	top: 310px;
}

.servicemiddle h3{
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	height: 35px;
	width: 190px;
	margin-bottom: 5px;
	background-image: url(images/arrow_solid_blue.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 16px;
}

.serviceright{
	float: right;
	width: 190px;
	font-size: 11px;
	line-height: normal;
	position: absolute;
	left: 580px;
	top: 310px;
}

.serviceright h3{
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	height: 35px;
	width: 190px;
	margin-bottom: 5px;
	background-image: url(images/arrow_solid_blue.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 16px;
}

.divisionimg{
	margin-bottom: 5px;
}

.teamphoto{
	float: right;
	height: 160px;
	width: 120px;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
}

.teamtitle{
	font-size: 13px;
	font-style: normal;
	color: #0060B6;
	vertical-align: bottom;
}

/* Footer */

.footer{
	width: 780px;
	font-size: 10px;
	background-color: #C8DCFF;
	clear:left;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	bottom: 0px;
	padding-top: 2px;
	padding-bottom: 2px; height:20px
}

.footer img{
	vertical-align: middle;
}

.footer2{
	width: 780px;
	background-color: #C8DCFF;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 10px;
	height: 16px;
}

.footer2 img{
	vertical-align: middle;
}

.lhchome {
	float: left;
	margin-left: 10px;
	text-decoration: none;
	color: #333;
}

.lhchome a{
	text-decoration: none;
	color: #333;
}

.lhchome a:visited{
	text-decoration: none;
	color: #333;
}

.lhchome a:hover{
	text-decoration: none;
	color: #0060B6;
}

.lhchome a:active{
	text-decoration: none;
	color: #0060B6;
}

.copyright {
	float: right;
	margin-right: 10px;
}

/* Popup Window */

.newwindow {
	font-size: 13px;
	line-height: 160%;
	color: #333;
	margin: 0px;
	padding: 10px;
}

.newwindow h2{
	font-size: 24px;
	font-weight: normal;
	color: #0066CC;
}

.newwindow ul{
	list-style-position: outside;
	list-style-type: disc;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

.newwindowfooter{
	width: 600px;
	background-color: #C8DCFF;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 10px;
	height: 16px;
}
