* { 
	margin:0; 
	padding:0; 
}

html{
	width: 100%;
}

body{
	font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, Geneva, sans-serif;
	width: 100%;
}

h1{
	font-size: 30px;
	color: #7b796a;
	padding: 15px 0 15px 0;
	font-weight: 100;
}

h2{
	font-size: 30px;
	font-weight: 100;
}

h3{
	font-size: 16px;
	font-weight: 100;
}

h4{
	font-size: 24px;
	font-family: Arial;
	font-weight: 100;
	line-height: 45px;
	padding: 10px 0;
}

h5{
	font-size: 10px;
	padding: 5px 0;
}

p{
	color: #6a6a6a;
	font-size: 14px;
	line-height: 30px;
	padding: 10px 0 10px 0;
}

ul{
	margin-left:30px;
	color: #6a6a6a;
	font-size: 14px;
	line-height: 30px;
}

img{
	border: none;
	background: none;
}

.sidebar {
	margin:0;
	list-style: none;
	color: #6a6a6a;
	font-size: 14px;
}

.sidebar li {
	padding: 15px 0 15px 0;
	font-size: 18px;
}

#header{
	height: 121px;
	width: 100%;
	background: #2d2d35;
	
}

#menu{
	width: 950px;
	position: relative;
	margin: auto;
}

#menu div{
	height: 121px;
	float: left;
}

#nav_logo{
	background: url(../images/navigation/nav_logo.jpg) top right no-repeat;
	width: 371px;
	padding-top: 20px;
	letter-spacing: 2px;
	color: #ccc;
	line-height: 30px;
}

#nav_home{
	background: url(../images/navigation/home_over.jpg) top left no-repeat;
	width: 61px;
}

#nav_expertise{
	background: url(../images/navigation/expertise_over.jpg) top left no-repeat;
	width: 101px;
}

#nav_credentials{
	background: url(../images/navigation/credentials_over.jpg) top left no-repeat;
	width: 120px;
}

#nav_press{
	background: url(../images/navigation/press_over.jpg) top left no-repeat;
	width: 178px;
}

#nav_patients{
	background: url(../images/navigation/patients_over.jpg) top left no-repeat;
	width: 119px;
}

#white_head{
	width: 950px;
	height: 200px;
	margin: auto;
	clear: both;
	
}

#white_left{
	width: 500px;
	float: left;
}

#white_right{
	width: 250px;
	float: right;
	text-align: right;
}

#content_bg{
	background: url(../images/bg_paper_middle.jpg) repeat;
	width: 100%;
}

#content_head{
	background: url(../images/bg_paper_top.jpg) top center no-repeat;
	width: 100%;
	height: 55px;
}

#content{
	width: 950px;
	margin: auto;
}

#left{
	text-align: justify;
	width: 525px;
	float: left;
	min-height: 500px;
}


#right{
	width: 300px;
	float: right;
}

#content_foot{
	background: url(../images/bg_paper_bottom.jpg) bottom center no-repeat;
	width: 100%;
	height: 51px;
}

#footer{
	color: #666;
	font-size: 14px;
	width: 950px;
	margin: auto;
	position: relative;
}

#footer p{
	padding: 10px 0;
	color: #666;
}

#footer_bg{
	background: #2d2d35;
}

#note{
	position: absolute;
	bottom:50px;
	right:50px;
}



.gall_img{
	margin-right: 36px;
	margin-top: 30px;
	float: left;
	background: #232429;
	
	
}

.gall_img p{
	color: #fff;
	font-size: 10px;
	padding: 5px;
	line-height: 15px;
}

.red{
	color: #660000;
}

a:link {
		color: #ffffff;
		text-decoration: none;
		background: #949280;
		padding: 2px;
	}

a:active {
		color: #ffffff;
		text-decoration: none;
		background: #949280;
		padding: 2px;
	}
	
a:visited {
		color: #ffffff;
		text-decoration: none;
		background: #949280;
		padding: 2px;
	}

a:hover {
		color: #ffffff;
		text-decoration: none;
		background: #7b796a;
		padding: 2px;
	}


.nav a, .nav a:link, .nav a:visited{
	display: block;
}

.nav a:hover img{
	visibility: hidden;
}

.footer a:link {
		color: #ffffff;
		text-decoration: none;
		background: none;
	}

.footer a:active {
		color: #ffffff;
		text-decoration: none;
		background: none;
	}
	
.footer a:visited {
		color: #cccccc;
		text-decoration: none;
		background: none;
	}

.footer a:hover {
		color: #2d2d35;
		text-decoration: none;
		background: #ffffff;
	}

a.feature:link{
	background: none;
	border: none;
	padding: 0;
}

a.feature:active{
	background: none;
	border: none;
	padding: 0;
}

a.feature:visited{
	background: none;
	border: none;
	padding: 0;
}

a.feature:hover{
	background: none;
	border: none;
	padding: 0;
}

#radio_list li{
	padding: 15px 0;
}

#nav_logo{
	font-family:Times, "Times New Roman", serif;
	white-space: nowrap;
}

span.label,span.spacer,span.multiple span {width:120px;float:left;} 
span.multiple {float:left;} 
span.button {padding-left:120px;} 
div.clear {clear:both;padding-top:5px;} 
input{padding: 5px; outline: none; border: none; margin: 5px;}

#badge{
	position: absolute;
	background: #7b451a;
	top: 0;
	right: 0;
	width: 100px;
	height: 45px !important;
}

#badge p{
	color: #fff;
	line-height: 18px;
	font-size: 12px;
	text-align: center;
	padding-top: 4px;
}