/* CSS Document */

/******************* Body and Background *************/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #bebebe;
	background-image: url(images/page_background.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;
}
a:link {
	color: #00614d;
}
.h_image {
	position: absolute;
	left: 127px;
	top: 0px;
	width: 725px;
	height: 104px;
	z-index: 1;
	background-image: url(header_logo.jpg);
}

.left {
	text-align: left;
}

p, a, li { text-align: left; }
.background {
	position: absolute;
	left: 127px;
	top: 104px;
	width: 725px;
	height: 178px;
	z-index: 2;
	background: #FFFFFF;
}
.footer {
	position: absolute;
	left: 127px;
	top: 280px;
	width: 725px;
	height: 28;
	z-index: 3;
	background-image: url(footer.png);
}
/************ H Settings *************************/
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 16px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 12px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
}
.titles {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	text-align: left;
}
p.color {
	color: #ffffff;
	padding: 0px 15px;
}
.breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
/*****************small grey box******************/
#sml_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-left: 5px;
	padding-right: 5px;
}
/*.li {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
/******************* Floats *********************/
img.floatright {
	float: right;
	padding-left: 10px;
	padding-top: 10px;
}
img.floatright2 {
	float: right;
	padding-left: 10px;
}
img.floatright3 {
	float: right;
	padding: 10px;
}
/**************** Header Images *****************/
#main_header {
	background-image: url(welcome_main_img.jpg);
	position: relative;
	height: 134px;
	width: 574px;
}
#img2 {
	background-image: url(header_patientcenter.jpg);
	position: relative;
	height: 134px;
	width: 573px;
}
#doctors {
	background-image: url(header_doctors.jpg);
	position: relative;
	height: 136px;
	width: 574px;
}
#resources {
	background-image: url(header_resources.jpg);
	position: relative;
	height: 136px;
	width: 574px;
}
#offices_header {
	background-image: url(header_office.jpg);
	position: relative;
	height: 136px;
	width: 574px;
}
#services_header {
	background-image: url(header_services.jpg);
	position: relative;
	height: 136px;
	width: 574px;
}
#news_header {
	background-image: url(header_news.jpg);
	position: relative;
	height: 136px;
	width: 574px;
}
#testimonials_header {
	background-image: url(header_testimonial.jpg);
	position: relative;
	height: 136px;
	width: 574px;
}
#orthopaedics_header {
	background-image: url(ortho_header.jpg);
	position: relative;
	height: 136px;
	width: 574px;
}
#seminars_header {
	background-image: url(header_seminars.jpg);
	position: relative;
	height: 136px;
	width: 574px;
}
#orthopaedics_header_b {
	background-image: url(header_orthpaedics_b.jpg);
	position: relative;
	height: 136px;
	width: 574px;
}
#workers_header {
	background-image: url(header_workers.jpg);
	position: relative;
	height: 136px;
	width: 574px;
}
/****************** Navigation ******************/
#menu3 {
	width: 138px;
	margin: 0px;
	}
	
#menu3 li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	font-size: 12px;
  	height: 20px;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	}	
	
#menu3 li a:link, #menu3 li a:visited {
	color: #888;
	display: block;
	background: url(menu3b.gif);
	padding: 8px 0 0 30px;
	}
	
#menu3 li a:hover, #menu3 li a:active {
	color: #283A50;
	background: url(menu3b.gif) 0 -32px;
	padding: 8px 0 0 30px;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
/************************ UL Style *************/
.li_style {
	list-style: inside;
	list-style-image: dot;
}

/********************* tables ************/
table.doctors tbody tr td {
	border-bottom: 4px solid #65a088;
	padding: 10px 10px 0px 0px;
	margin-right: 20px;
	text-align: left;
}

table.doctors tbody tr td.color2 {
	border-bottom: 4px solid #c88d52;
}

table.doctors tbody tr td.color3 {
	border-bottom: 4px solid #5887bc;
}

table.doctors tbody tr td p {
font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 12px;
	font-weight: normal;
	margin: 4px 0px;
}

table.doctors img {
	margin: 0px 10px 0px 0px;
	float: left;
	border: none;
	vertical-align:bottom;
}

table.doctors tbody tr td h3 {
	margin: 2px 0px;
	color: #333333;
	font-size: 14px;
}

table.main tbody tr td p {
font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size: 12px;
	font-weight: bold;
	margin: 2px 10px;
}

.style1 {font-family: Arial, Helvetica, sans-serif}
.style3 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.style4 {font-size: 10px; color:ffffff; }
.style5 {font-size: 12px; }
.zero_marg {
	margin-top:0px;
}

.neg_marg {
	margin-top:-7px;
}


.seminar {
	padding-top: 10px;
}

.seminar img {
	margin-left: 13px;
}

.seminar p {
	padding: 2px 10px;
	font-size: 11px;
	line-height: 14px;
	margin:0px;
	color: #fff;	
}

.seminar img.dro {
	margin:5px 0px 2px 6px;
}

.seminar div.text {
	background: #79b09d;
	margin:0px 14px 0px 13px;
	color:white;	
}

div.center {
	position: relative;
	margin:0px auto;
	width:724px;
}

#popup {
	width:510px;
	height:610px;
	background: url(images/fmi_popup.jpg) no-repeat;
	position: absolute;
	left:100px;
	top:50px;
	display: none;
	z-index: 2000;
}

div#overlay {
	background: black;
	width:100%;
	height:100%;
	position:absolute;
	z-index: 1000;
	top:0px;
	left:0px;
}



