@charset "utf-8";
/* CSS Document */
html, body{
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	border-left:0;
	height:100%;
} 


body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
}

body{
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
	height:100%;
	margin-top:0px;
	margin-bottom:0px;
	
}

a img{
	border:0px;
}

.container{
	width:846px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	
	position:absolute;
	top:0px;
	left:135px;

}

.header{
	
}

.header_left{
	float:left;
	width:36px;
	height:180px;

}
.header_center{
	float:left;
	width:774px;
	height:180px;
	background-color:#FFF;
}
.header_right{
	float:left;
	width:36px;
	height:180px;

}

.content{
	background-image:url(images/content_bg.png);
	
	width:846px;
	min-height:1000px;
	background-repeat:repeat-y;
	padding-bottom:0px;
	margin-bottom:0px;
}

.copyright{
	background-image:url(images/content_bg.png);
	text-align:center;
	width:846px;
	height:15px;
	padding-left:25px;
	background-repeat:repeat-y;
	padding-bottom:0px;
	margin-bottom:0px;
}


.image{
	padding-top:0px;
	margin-top:0px;
}
.content_center{
	width:800px;
	background-color:#FFF;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
}

.midsection{
	width:846px;
	margin-left:15px;
	margin-right:15px;
	height:100%;
	margin-bottom:0px;
}

.midsection2{
	width:775px;
	margin-left:30px;
	margin-right:25px;
	height:110%;
	margin-bottom:0px;
	padding-bottom:15px;
}

.midsection2 h1{
	padding-top:5px;
}

.foot{
	width:846px;
	margin:auto;
	height:38px;
	margin-top:0px;
	margin-bottom:0px;
	position:relative;
}

.patients{
	background-image:url(images/media/patients_bg.jpg);
	width:342px;
	color:#FFF;
	float:left;
	margin-right:35px;
}

.inner{
	color:#fff;
	margin-left:30px;
	margin-right:15px;
	height:65px;
	padding-top:5px;
	padding-bottom:5px;
}

.inner2{
	color:#fff;
	margin-left:30px;
	margin-right:15px;
	height:35px;
	padding-top:5px;
	padding-bottom:5px;
}

.media_container{
	background-color:#000;
}
.mediabox{
	width:298px;
	float:left;
	padding-left:40px;
	padding-right:40px;
}

.physicians{
	background-image:url(images/media/physicians_bg.jpg);

	width:324px;
	color:#FFF;
	float:left;

}


.physcontainer{
	padding-top:0px;
	margin-top:0px;
	background-image:url(images/media/physicians_bg.jpg);
	width:324px;
	color:#FFF;
	float:left;
	position:relative;
	top:-3px;
	padding-bottom:15px;
	margin-bottom:0px;
}

/* NAV */
#menuwrapper {
	width:100%;
	float:left;
	margin-bottom:0px;
	padding-bottom:0px;
	height:49px;
}

#menubar {
height:49px;

}
#menubar, #menubar ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
#menubar a {
	display: block;
	text-decoration: none;
	margin-bottom:0px;
	padding-bottom:0px;

}
#menubar a.trigger {
	margin-bottom:0px;
	padding-bottom:0px;

}
#menubar li {
	float: left;
	margin-bottom:0px;
	padding-bottom:0px;
}
#menubar li {position: relative;}

/* hide from IE mac \*/
#menubar li {position: static; width: auto;}
/* end hiding from IE5 mac */

#menubar li ul, #menubar ul li  {
	/*width: 12em;*/
	width:190px;
}
#menubar ul li a  {
	color: #565656;
	border-right: 0;
	padding: 3px 12px 3px 16px;
}
#menubar li ul {
	position: absolute;
	top:+229px;
	display: none;
	background-color: #FFFFFF;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	
}
#menubar li:hover a, #menubar a:focus,
#menubar a:active, #menubar li.hvr a {
	color: #000000;
}
#menubar li:hover ul, #menubar li.hvr ul {
	display: block;
}
#menubar li:hover ul a, #menubar li.hvr ul a {
	color: #000000;
	background-color: transparent;
}
#menubar ul a:hover {
	background-color: #606060!important;
	color: #FFFFFF !important;
}

/* END NAV */



table, td, tr{
	font-size:12px;
}

#language {
margin-top: 5px;
margin-right: 5px;
text-align: right;
font-family: century gothic;
font-size: 12px;
color: #888888;

}

#language a {
font-family: century gothic;
font-size: 12px;
color: #888888;
}

#language a:hover {
font-family: century gothic;
font-size: 12px;
color: #A10000;
}

a:link {
	color: #F00;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #F00;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
a:active {
	text-decoration: underline;
	color: #F00;
}

