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

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,span{
	margin:0;
	padding:0;
}

body {
	background-color:#666;
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper {
	/* @NOTE: Site is based off of the 960 Grid System (960.gs) */
	text-align: left;
	width: 860px;
	width: 100%;
	position: relative;
	margin:auto;
}

#header_wrapper, #content, #footer_wrapper {
	display: block;
	width: 100%;
}

/***BEGIN HEADER STYLES***/
#header_wrapper {
	margin: 0 auto;
	width:860px;
}

#header {
	height:120px;
	position:relative;
}

#header h1 {
	display:block;
	height:54px;
	width:564px;
	text-indent:-9999px;
	position:absolute;
	background-image:url(../_images/name.png);
	bottom:0;
	left:0;
}


/***BEGIN MAIN CONTENT STYLES***/

#content {
	margin:0 auto;
	width:860px;
	height:auto;
	background-color: #EEE;
	border:2px solid #333;
	position:relative;
	padding-bottom:20px;
}

#main_nav {
	height:100px;
	position:relative;
	width:100%;
}

#page_content {
	padding-left:20px;
	padding-right:20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#555;
	font-size:15px;
	line-height:1.4em;
	margin-top:-30px;
}

#w {
	font-size:150%;
	color:#0099ff;
}

#blue {
	color:#0099ff;
}

h3 {
	margin-left:5px;
}

#home_paragraph2 {
	width:350px;
	margin-left:10px;
}

#home_paragraph3 {
	width:425px;
	margin-left:10px;
}

#home_paragraph4 {
	margin:0;
	padding:0;
	text-align:center;
	font-weight:bold;
}

#home_ul {
	margin-left:35px;
	list-style-image:url(../_images/bullet.png);
	text-decoration:none;
}

#home_ul a{
	text-decoration:underline;
	color:#555;
}

#home_img {
	position: static;
	margin-top:10px;
	margin-right:5px;
	border:1px solid #003;
	padding:3px;
	background:#EEE;
	float:right;
}

#doctors_img {
	position:relative;
	float:left;
	border:1px solid #003;
	padding:3px;
	background:#eee;
}

#doctors_ul {
	margin-left:35px;
	margin-right:35px;
	list-style-image:url(../_images/bullet.png);
}

#audiologists_ul {
	margin-left:35px;
	margin-right:35px;
	list-style-image:url(../_images/bullet.png);
}

#doctors_ul li{
	margin-left:183px;
}

#hours_paragraph1 {
	width:450px;
}

#hours_paragraph2 {
	margin-left:30px;
}

#hours_img1 {
	position:static;
	float:right;
	margin-top:-30px;
	margin-right:20px;
	border:1px solid #003;
	padding:3px;
}

#hear_paragraph2 {
	width:450px;
	margin-left:35px;
}

#post_op_list {
	font-weight:bold;
}

#post_op {
	font-weight:500;
}

#postop_ul {
	margin-left:35px;
	list-style-image:url(../_images/bullet_grey.png);
}

#postop_links {
	text-align:center;
}

#bottom_nav {
	height:30px;
	border-bottom:1px solid #fff;
}

#allergy_img {
	position:static;
	float:right;
	margin-right:0;
	margin-top:-40px;
	padding:3px;
	background:#fff;
	border:1px solid #003;
}

#allergy_paragraph {
	width:360px;
}

#audiology_img {
	position:static;
	float:right;
	margin-right:0;
	margin-top:-30px;
	padding:3px;
	background:#fff;
	border:1px solid #003;
}

#surgery_img {
	position:static;
	float:right;
	margin-right:0;
	margin-top:-30px;
	margin-left:25px;
	padding:3px;
	background:#fff;
	border:1px solid #003;
}

#hear_img {
	position:static;
	float:right;
	margin-right:25px;
	margin-top:-30px;
	padding:3px;
	background:#fff;
	border:1px solid #003;
}

/***BEGIN MAIN NAV STYLES***/

#main_nav_left {
	position:absolute;
	width:14px;
	height:34px;
	background:url(../_images/main_nav_left.png) no-repeat top left;
	left:103px;
	top:10px;
	margin:0;
	padding:0;
}

#main_nav_right {
	width:14px;
	height:34px;
	background:url(../_images/main_nav_right.png) no-repeat top left;
	margin:0;
	position:absolute;
	top:10px;
	left:746px;
	padding:0;
	z-index:1;
}

/***BEGIN FOOTER STYLES***/

#footer {
	width:100%;
	height:auto;
	background: #666;
	text-align:center;
	color:#CCC;
	font-size:12px;
	padding:0px 0 10px 0;
}

#footer_content {
	width:960px;
	height:auto;
	margin:0 auto;
}

#footer h4 {
	width:159px;
	height:40px;
	text-indent:-9999px;
	background:url(../images/logo_small.png);
	margin-left:400px;
	margin-bottom:-5px;
	float:none;
}

#footer_nav {
	text-align:center;
	color: #ccc;
	font-size:12px;
	margin:10px 0 10px 0;
}

#footer_nav a {
	text-decoration:none;
	color:#ccc;
}

#footer_nav a:hover {
	text-decoration:underline;
}

#base {
	margin-top:20px;
	text-align:center;
	color: #ccc;
	font-size:12px;
}

#base a {
	text-decoration:none;
	color:#ccc;
}

#base a:hover {
	text-decoration:underline;
}