/* CSS FOUNDATION */	

body {
	text-align:center;
	background: #fff;
		}
#frame {
	width:768px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding-top:10px;
	padding-bottom:20px;
	background-image: url(images/bio_bg.jpg);
	background-repeat: no-repeat;
	}

#bio_frame {
	width:768px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding-top:10px;
	padding-bottom:20px;
	background-image: url(images/bio_bg.jpg);
	background-repeat: no-repeat;
	}
		
#topframe {
	width:800px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
	}
	
#leftcontent {
	width:300px;
	padding:0px;
	float:left;
	}
	
	#leftcontenta {
	width:375px;
	padding:0px;
	float:left;
	}

#leftcontent img {
	margin:0px 0px 15px 20px;
	}
	
#rightcontent {
	width:300px;
	padding:0px;
	float:left;
	}

#bottomframe {
	width:700px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	margin-bottom:auto;

	padding:0px;
	text-align:left;
	background-color: #fbf9dc;
	}	
	
	#newsframe {
	width:640px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
	background-color: #fbf9dc;
	}	
	
	
	
	
#contentleft {
	width:230px;
	padding:0px;
	float:left;
	}
	
	#contentleftx {
	width:230px;
	padding:0px 0px 0px 34px;
	float:left;
	}

#contentcenter {
	width:230px;
	padding:0px;
	float:left;
	}

#contentright {
	width:230px;
	padding:0px;
	float:left;
	}
	
	#contentrightx {
	width:230px;
	padding:0px 0px 0px 34px;
	float:left;
	}
	

#contentheader {
	width:700px;
	}
	
p {
	margin:0px 12px 0px 12px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 18px;
	}
	
#contentheader h1 {
	margin:0px 14px  14px;
	padding-top:10px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #869C7F;
	}
	
.grey_rule {
	margin: 0px 14px 4px 14px;
	padding: 0px;
	width: 672px;
	height: 1px;
	background-color: #869C7F;
	}

	
/* GLOBAL STYLES */

a {
	color: #869c7f;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	font-family:  Arial, Helvetica, sans-serif;
}

a:link {
	color: #869c7f;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	font-family:  Arial, Helvetica, sans-serif;

}

a:visited {
	color: #869C7F;
	text-decoration: none;
}

a:hover {
	color: #cbc367;
	text-decoration: underline;
}	

.text{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	}

/* SEARCH AREA */

#search {
	width: 300px;
	margin: 0px 0px 0px 170px;
	padding: 60px 0px 0px 0px;
	}
	
#search dd {
	margin: 0px;
	padding: 0px; 
	}
	
#searchform #search {
	width: 100px;
	margin: 0px;
	padding: 4px;
	}	
	
#searchform input {
	padding: 4px; 
	background-color: #fff;
	border: 1px solid #a6bd9d;
	color: #333333;
	}
	
#searchform .formbutton {
	width: 30px;
	height: 31px;
	cursor: pointer;
	margin: 0px 0px 0px 2px;
	background: url(images/search_icon.jpg) no-repeat left top;
	border-color: #fbf9dc;
}
	
/* MAIN NAVIGATION */	   

#contentheader #main_navcontainer {
	margin: 0px 0px 0px 4px;
	padding: 0px;
	width: 760px;
	height: 24px;
	float: left;
	background-color: #869c7f;
}

#contentheader #main_navlist {
	margin: 0px;
	padding: 5px 0px 3px 0px;
	background-color: #869C7F;
	color:#FFF;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	}

#contentheader #main_navlist a, #contentheader #main_navlist a:link, #contentheader #main_navlist a:visited {
	margin: 0px;
	padding: 5px 10px 3px 10px;
	color: #FFF;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}

#contentheader #main_navlist a:hover, #contentheader #main_navlist a:active, #contentheader #main_navlist a:focus {
	margin: 0px;
	padding: 5px 10px 3px 10px;
	color: #fff;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	background-color: #c6bd58;
	}

#contentheader #main_navlist li {
	display: inline;
	font-size: 13px;
	}

#contentheader #main_navlist ul {
	margin: 0px;
	padding: 0px;
	}

#contentheader #main_navlist #active a { 
	background-color: #c6bd58;
	color: #FFFFFF; 
	}
	
/* WHITE BOX ON TOP */

.roundedcornr_box {
	background: url(images/roundedcornr_tl_white.jpg) no-repeat top left;
}
.roundedcornr_top_white {
	background: url(images/roundedcornr_tr_white.jpg) no-repeat top right;
}
.roundedcornr_bottom_white {
	background: url(images/roundedcornr_bl_white.jpg) no-repeat bottom left;
}
.roundedcornr_bottom_white div {
	background: url(images/roundedcornr_br_white.jpg) no-repeat bottom right;
}
.roundedcornr_content_white {
	background: url(images/roundedcornr_spacer.gif) top right repeat-y;
}

.roundedcornr_top_white div,.roundedcornr_top_white,
.roundedcornr_bottom_white div, .roundedcornr_bottom_white {
	width: 682px; /* this width represents the graphic for top left rounded corner */
	height: 25px;
}
.roundedcornr_content_white, .roundedcornr_bottom_white {
	margin: 0px;
}
.roundedcornr_content_white {
	width: 642px; /* this width represents the content in the box */
	margin: 0px 15px 0px 30px;
	padding: 0px 10px 0px 0px;
}
	
.roundedcornr_content_white img {
	border: 0;
	margin: 6px 20px 10px 0px;
	}


/* THREE BOXES ON THE BOTTOM */

.roundedcornr_box1 {
	background: url(images/roundedcornr_tl_1.jpg) no-repeat top left;
}
.roundedcornr_box2 {
	background: url(images/roundedcornr_tl_2.jpg) no-repeat top left;
}
.roundedcornr_box3 {
	background: url(images/roundedcornr_tl_3.jpg) no-repeat top left;
}
.roundedcornr_top {
	background: url(images/roundedcornr_tr.jpg) no-repeat top right;
}
.roundedcornr_top img {
	margin: 23px 0px 5px 67px;
}
.roundedcornr_bottom {
	background: url(images/roundedcornr_bl.jpg) no-repeat bottom left;
}
.roundedcornr_bottom div {
	background: url(images/roundedcornr_br.jpg) no-repeat bottom right; 
}
.roundedcornr_content {
	background: url(images/roundedcornr_spacer.gif) top right repeat-y;
}

.roundedcornr_top div,.roundedcornr_top,
.roundedcornr_bottom div, .roundedcornr_bottom {
	width: 228px; /* this width represents the graphic for top left rounded corner */
	height: 35px;
}
.roundedcornr_content, .roundedcornr_bottom {
	margin-top: 0px;
}
.roundedcornr_content {
	width: 188px; /* this width represents the content in the box */
	margin: 10px 15px 0px 30px;
	padding: 35px 10px 0px 0px;
	height: 40px;
}


/* Links in bottom boxes */

#navlist_bottom {
	margin: 0px;
	padding: 0px;
	width: 188px;
	}

#navlist_bottom li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #cbc367;
	font-weight: normal;
	text-decoration: none;
	font-family:  Arial, Helvetica, sans-serif;
	line-height: 18px;
}

#navlist_bottom li a { 
	font-size: 12px;
	color: #869C7F;
	font-weight: normal;
	text-decoration: none;
	font-family:  Arial, Helvetica, sans-serif;
	}

#navlist_bottom li a:hover { 
	font-size: 12px;
	color: #cbc367;
	font-weight: normal;
	text-decoration: underline;
	font-family:  Arial, Helvetica, sans-serif;
	}


/* FIND A DOCTOR AREA */

#finddoctor {
	width: 0px;
	margin: top;
	padding: 0px;
	}
	
#finddoctor dd {
	margin: 0px;
	padding: 0px; 
	}
	
#finddoctorform #search {
	margin: 0px;
	padding: 4px;
	}	
	
#finddoctorform input {
	width: 175px;
	padding: 4px; 
	background-color: #fff;
	border: 1px solid #a6bd9d;
	color: #333333;
	}
	
#finddoctorform .formbutton {
	width: 30px;
	height: 31px;
	cursor:pointer;
	margin: 3px 0px 0px 160px;
	background:url(images/search_icon.jpg) no-repeat left top;
	border-color: #fbf9dc;
}

/* INTERIOR PAGE STRUCTURE */

#interior_contentleft {
	width:250px;
	padding:0px;
	float:left;
	}
#interior_contentleft1 {
	width:250px;
	padding:0px 0px 115px 0px;
	float:left;
	margin-bottom:auto;
	}

#interior_contentleft img {
	margin:0px 0px 15px 10px;
	}
	
#interior_contentright {
	width:450px;
	padding:0px;
	float:left;
	margin-bottom:auto;
	}
	
	#interior_boxright {
	width:450px;
	padding:0px;
	float:right;
	}
	
	
#interior_contentright h1 {
	margin:0px 14px 0px 12px;
	padding-top:10px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #869C7F;
	}
	
	#interior_contentright h5 {
	margin:0px 14px 0px 12px;
	padding-top:10px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #869C7F;
	}
	
	
	
	
	#it {
	margin:0px 14px 0px 12px;
	padding-top:10px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #869C7F;
	Font-style: italic;
	}
	
/* BIO PAGE STRUCTURE */

#interior_biocontentleft {
	width:250px;
	padding:0px;
	float:left;
	}

#interior_biocontentleft img {
	margin:0px 0px 0px 25px;
	}
	
#interior_biocontentright {
	width:405px;
	padding:0px;
	float:left;
	}
	
#interior_biocontentright h1 {
	margin:0px 14px 0px 14px;
	padding-top:10px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #333333;
	}

#interior_biocontentright h2 {
	margin:0px 0px 4px 14px;
	padding-top:10px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #333333;
	font-weight: bold;
	}	
	
/* FOOTER/COPYRIGHT */		

#footer {
	width:768px;
	background-color: #FFFFFF;
	height: 50px;
	margin-right:auto;
	margin-left:auto;
	}
	
#footer	#info {
background-color: #FFFFFF;
	margin: 0px;
	padding: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color:#333333;
	text-align: center;
	font-weight: normal;
	}
	
#footer	#info a {
	color: #869C7F;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
}

#footer	#info a:link {
	color: #869C7F;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	}

#footer	#info a:visited {
	color: #869C7F;
	text-decoration: none;
	}

#footer	#info a:hover {
	color: #cbc367;
	text-decoration: underline;
	}

/* NEWS TOP */

.NewsTop, a.NewsTop:link, a.NewsTop:visited   {
	margin:0px 14px 0px 14px;
	padding-top:10px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #869C7F;

}
a.NewsTop:hover, a.NewsTop:active            {
	margin:0px 14px 0px 14px;
	padding-top:10px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #CBC367;
	text-decoration: underline;

}

.Medtext{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color:#333333;
	}
	
.newsP {
	margin:0px 14px 10px 14px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;*
	line-height: 18px;
	
	}
	
	.newsPL {
	margin:0px 14px 10px 14px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;*
	line-height: 18px;
	text-align: left;
	}