/* Chris Scheufele */
/* 2009  dr daryl allen       */
/* Afterhoursdevelopment.com */

/* Global Reset */	

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, images, ins, kbd,q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
	
	
	ol, ul {
		list-style: none;
	}
	
	table {
		border-collapse: separate; 
		border-spacing: 0;
	}

	caption, th, td {
		text-align: left; 
		font-weight: normal;
	}
	h1, h2, h3, h4, h5, h6 {
		font-weight:normal;
	}
	
/* End Global Reset */

body{
	background: url(/img/bg_topper.png) top repeat-x #e1ded7;
	font: Normal 13px Verdana, Arial, Helvetica, sans-serif;;
	
}

#main{
	width:959px;
	margin-left:auto;
	margin-right:auto;
}

#header{
	width:100%;
	height:171px;
}

#navigation{
	width:132px;
	height:480px;
	position:absolute;
	margin-left:17px;
	background:url(/img/nav_bg.png);
	text-align:center;
}

.nav-item{
	width:100px;
	height:100px;
	background: #ffffff;
	margin:16px 16px 16px 16px;
	text-align:center;
	vertical-align:middle;
}

.nav-item p{
	padding-top:40px;
}


.nav-item a{
	font:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#02bbf1;
	text-transform:uppercase;
	text-decoration:none;
}

.nav-item a:hover{
	color:#b5d568;
}

#header-profile-pic{
	margin-top:7px;
	float:right;
}

#header-profile-pic a img{
	border:0;
}

#header-clinic-name{
	float:left;
}

#header-clinic-name a img{
	margin: 37px 0 0 157px;
	border:0;
}

#blue-stripe{
	height:30px;
	background:url(/img/header_blue_bar.png);
}

#content{
	width:959px;
	height:294px;
	background:url(/img/hp_image.jpg);
}

#marquee1{
	width:290px;
	position:relative;
	top:85px;
	left:400px;
	z-index:5;
	font-size:36px;
	color:#181b36;
	text-align:center;
}

#marquee2{
	width:290px;
	position:relative;
	top:155px;
	left:330px;
	z-index:6;
	font-size:36px;
	color:#181b36;
	text-align:center;
}

#content-info{
	border-left: 1px solid #9fbd56;
	border-right: 1px solid #9fbd56;
	color:#181b36;
	padding: 10px 0 20px;
	background:#ffffff;
	overflow:auto;
}

#content-info p{
	margin: 10px 15px 15px 15px;
}

#content-info strong{
	font-weight:bold;
}

#content-info h2{

	font-size:14px;
	color:#181b36;
	font-weight:bold;
	margin: 25px 15px 0 15px;
}

#block{
	width:140px;
	height:270px;
	padding: 0 10px 10px;
	float:left;
}

.map{
	float:right;
	height:350px;
	margin-right: 20px;
}

#summary{
	background:url(/img/footer_green_bg.png) #9fbd56 repeat-x top;
	padding: 20px 15px 15px 15px;
	color:#181b36;
}

#summary p{
	margin:0 0 10px;
}

#footer{
	padding:20px 20px 20px 20px;
	background:#edeae2;
}

#footer-info{
	width:100%;
	padding:20px 0 20px;
	background:#ffffff;
	text-align:center;
	color:#181b36;
}

#footer-info a{
	color:#006cc;
	text-decoration:none;
}

#footer-info a:hover{
	text-decoration:underline;
}