@charset "UTF-8";
/* CSS Document */

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:after{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0px;
}
.clearfix{
	display: block;
}
html[xmlns] clearfix{
	height: 1%;
}

body{
	background-color: rgb(34,31,32);
	font-family: 'Voltaire', sans-serif;
	margin: 0 auto;
	width: 960px;
}

header{
	padding: 0 69px;
	margin: 35px auto 20px;
}
headder img{
	padding: 0px 62px;
	border: none;
}

h2{
	text-align:center;
	font-weight:normal;
	color: rgb(255,255,255);
	font-size: 25px;
}

.nivoSlider {
	position:relative;
	width:822px; /* Change this to your images width */
	height:409px; /* Change this to your images height */
	background:url(images/loading.gif) no-repeat 50% 50%;
	margin:30px 71px;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.nivoSlider a {
	border:0;
	display:block;
}
#slider{
	box-shadow: 7px 7px 25px rgba(0,0,0,1);
}

h3{
	background-color: rgb(187,157,86);
	color:rgb(255,255,255);
	font-weight:normal;
	font-size:30px;
	padding: 5px 0px 5px 20px;
	margin: 40px auto;
	width: 860px;
	box-shadow: 7px 7px 25px rgba(0,0,0,1);
}
#service-list{
	width: 600px;
	height: 355px;
	background-color: rgb(34,31,32);
	box-shadow: 7px 7px 25px rgba(0,0,0,1);
	margin:0px 40px 10px 70px;
	float: left;
}
.half-grid-unit{
	width:279px;
	height: 329px;
	margin: 10px;
	float: left;
}
li{
	color: rgb(255,255,255);
	line-height: 30px;
	font-size:18px;
}
#alt-service-list{
	width:600px;
	height:106px;
	background-color:rgb(127,118,95);
	box-shadow: 7px 7px 25px rgba(0,0,0,1);
	margin:27px 40px 10px 70px;
	float: left;
}
.third-grid-unit{
	width: 181px;
	margin: 0px;
	float: left;
	display:block;
}
#direct-billing  li{
	line-height: 20px;
} 
#language  li{
	line-height: 20px;
} 
#handicap li{
	line-height: 20px;
}
#wall-photo img{
	box-shadow: 7px 7px 25px rgba(0,0,0,1);
}
.grid-row-2{
	height:420px;
	width: 825px;
	padding: 0px;
	margin: 0px auto 30px;
}
#personal-photo{
	float:left;
	padding:0;
}
#personal-photo img{
	margin:20px 0px 20px 20px;
}
#business-info{
	background-color:rgb(34,31,32);
	display:block;
	box-shadow: 7px 7px 25px rgba(0,0,0,1);
}
#about-us-text{
	float:left;
	width: 440px;
	height: 400px;
	color:rgb(255,255,255);
	margin: 0px 0px 0px 20px;
	padding: 20px 20px;
}
pre{
	text-align:center;
	font-family: 'Voltaire', sans-serif;
	font-size:14px;
}
#about-us-text p{
	font-size:13.8px;
	margin: 5px 0px 10px;
	
}
h6{
	font-size:20px;
	font-weight:normal;
	margin: 0px 0px 15px;
	text-align:center;
}
#location{
	width: 700px;
	height: 239px;
	padding: 0px;
	margin: 0px 129px 30px;
}
#map{
	float:left;
}
#map img{
	box-shadow: 7px 7px 25px rgba(0,0,0,1);
}
#location-text{
	float: left;
	background-color: rgb(187, 157, 86);
	width: 400px;
	height: 240px;
	padding: 20px 40px;
	margin: 0px 0px 0px 20px;
	box-shadow: 7px 7px 25px rgba(0,0,0,1);

}
h4{
	color:rgb(255,255,255);
	font-size:30px;
	font-weight: normal;
	margin: 0px 0px 10px;
}
h5{
	font-size:24px;
	color:rgb(34,31,32);
	margin: 0px 0px 10px;
	font-weight: normal;
}
#location-text p{
	color: rgb(34,31,32);
	font-size:16px;
	margin: 0px 0px 10px;
	line-height: 16px;
}

#medical-form{
	width: 700px;
	height: 120px;
	padding: 0px;
	margin: 0px 129px 30px;
	background-color: rgb(34,31,32);
	box-shadow: 7px 7px 25px rgba(0,0,0,1);
}
#medical-form-text{
	padding:20px;
	line-height: 25px;
}
#medical-form-text p{
	padding:0px 20px;
	line-height: 10px;
	color:rgb(255,255,255);
}
#medical-form-text a{
color:rgb(187, 157, 86);
}

#medical-form-text a:hover{
color:rgb(127,118,95);
}

footer{
	
	margin: 20px 10px;
}
footer img{
	margin: 0px 450px;
}
footer p{
	text-align:center;
	margin: 5px 0px;
	padding: 0px 146px;
	color:rgb(255,255,255);
	font-size:12px;
	line-height:15px;
}