/***
 * CSS code to support http://www.drkooistra.com
 * Last updated: May 8, 2010
 * XHTML/CSS programmed by Mindutopia
 * Contact Info:
 *		E-mail  	brain@mindutopia.com
 *		Website		http://www.mindutopia.com
 ***/
 
 
/*** Defaults ***/
 
*{
	margin: 0 auto;
	padding: 0;
	line-height:1.5em;
}

body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#333;
	margin: 0 auto;
	background:url(images/bg.gif) repeat-x #fff;
	line-height:1.5em;
}

ul{
	line-height:1.45em;
	margin-left:0px;
}

li{
	margin-left:15px;
}

img{
	border:0;
}

p{
	margin-bottom:9px;
}

a{
	color:#599EB0;
	text-decoration:none;
}

a:hover{
	border-bottom:1px solid;
}


/*** Global Classes ***/

#header{
	width:940px;
	margin-top:20px;
	height:245px;
	margin-bottom:50px;
}

.logo{
	float:left;
	width:250px;
	margin-left:5px;
	margin-top:50px;
}

.photo{
	width:620px;
	height:230px;
	float:right;
	margin-top:5px;
	margin-right:5px;
	background:#fff;
	box-shadow: 0px 2px 5px #ccc;
	-webkit-box-shadow: 0px 2px 5px #ccc;
	-moz-box-shadow: 0px 2px 5px #ccc;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#ccc, offX=0, offY=2, positive=true);
}

.main_picture{
	width:600px;
	height:210px;
	margin-top:10px;
}

.nav{
	float:left;
	margin-top:54px;
	width:300px;
	clear:left;
	margin-left:5px;
}

.nav a{
	border-bottom:none;
}

.nav ul{
	display: block;
	float: left;
}

.nav li{
	display: block;
	float: left;
	list-style: none;
	margin-right:13px;
	margin-left:13px;
}

.nav li img{
	padding-bottom:6px;
}

.selected img{
	border-bottom:3px solid #DFF2F6;
}

#main_content{
	width:930px;
	clear:both;
}

#sidebar{
	float:left;
	width:266px;
}

.servicesbar{
	width:241px;
	height:300px;
	background:url(images/sidebar.gif) no-repeat;
	padding:10px;
	padding-left:15px;
	float:left;
}

.servicesbar a{
	color:#000;
	text-decoration:none;
}

.text{
	float:right;
	width:615px;
	margin-right:5px;
	margin-bottom:50px;
}

.headline{
	margin-bottom:10px;
}

#footer{
	clear:both;
	border-top:1px solid #ccc;
}

.footer_text{
	width:920px;
	font-size:10px;
	color:#999;
	padding-top:15px;
	padding-bottom:20px;
}

.footer_text a{
	color:#999;
}

.footer_text a:hover{
	border-bottom:1px solid;
}

.footer_copyright{
	width:300px;
	float:right;
	text-align:right;
}


/*** About ***/

.team{
	margin-top:18px;
	height:100px;
}

.team_photo{
	float:left;
	width:100px;
}

.team_bio{
	float:left;
	width:500px;
	margin-left:15px;
}

.team_bio img{
	margin-bottom:5px;
}

#hours{
	width:615px;
	float:left;
}

.hours_left{
	width:200px;
	float:left;
	margin-left:15px;
}

.hours_right{
	width:350px;
	float:left;
	margin-left:15px;
}

.arrow{
	border:none;
	margin-left:3px;
}

.arrow img{
	border-bottom:0px;
	text-decoration:none;
}

.arrow a:hover{
	border-bottom:none;
}
