﻿@import url("layout.css");
body {
	font-family: 'Lucida Sans Unicode','Lucida Grande',sans-serif;
	font-size: .9em;
	background-color: #f2f2f7;
	background-image:url('../img/ap_bg.gif');
	background-repeat: repeat;
	background-attachment: fixed;
}

#container {
	width: 827px;
	margin: 0px auto;
	border:1px solid black;
}


#content {
	float: left;
	width: 807px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 10px;
	background-color: #fff;
	text-align:justify;
}
#footer {
	text-align: center;
	clear: both;
	width: 827px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #fefeff;
}
/* Masthead Styles */

#masthead {
	background: white;
	text-align: center;
	height: 80px;
	width: 827px;
	background-color: #fff;
	background-image:url('http://www.hearinghaven.com/img/hearing_haven.png');
	background-repeat:no-repeat;
}


#masthead h1 {
	color: #3d6c87;
}
#masthead h3 {
	text-align:left;
	margin-top: 10px;
	margin-left: 10px;
	color: #5f8ea9;
}

/* Content Styles */

h6 {
	color: #3d6c87;
}
h5 {
	color: #3d6c87;
}
h4 {
	color:#006699;
	font-size:x-large;
	padding-top:10px;
	margin:0px;
}

h4 a {
	text-decoration:none;
}

h3 {
	color:#663300;
	text-align:left;
	font-size:20px;
	font-weight:300;
	margin-bottom:0px;
	font-variant:small-caps;
}

.h3 {
	color:#663300;
	text-align:left;
	font-size:20px;
	font-weight:300;
	margin-bottom:0px;
	font-variant:small-caps;

}

h2 {
	color:#3366CC;
	font-size: 22px;
	text-align: left;
	font-weight:100;
	font-variant:small-caps;
}


.header_center {
	text-align:center!important;
	margin-top:0px;
	margin-bottom:7px;
	
}

#content h1 {
	color:#0033aa;
	font-family: 'Lucida Sans Unicode','Lucida Grande',sans-serif;
	font-size: 24px;
	line-height: 34px;
	text-align: center;
	margin: 0px;
	font-weight:200;
	font-variant:small-caps;
	}
	

/* Footer Styles */

#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #5f8ea9;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	color: #0033CC;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
	}

	
.style_img_left {
	padding: 5px;
	border: 1px solid #808080;
	margin-left: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	float:left;
	clear:left;
	}

.style_img_right {
	padding: 5px;
	border: 1px solid #808080;
	margin-left: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	}

.style_img {
	padding: 5px;
	border: 1px solid #808080;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	}

.style_header_info {
	font-size:large;
	padding-top:10px;

}

	
.style_center_text {
	text-align: center;
}

.style_bold {
	font-weight: bold;
}

.largetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	color:#CC6600;
	margin:0px;
}

.attention {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: normal;
	color: #990000;
	text-decoration: underline;
}


.style_italic {
	font-style: italic;
}

.big_centered_link {
	color: blue;
	font-size:large;
	text-align:center;

}


/* menu styles */

.menu{
	clear:left;
	min-width: 827px;
	max-width: 827px;
	border:none;
	border:0px;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	}
.menu ul{
	background:#333333;
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a{
		background:#333333 url('../img/seperator.gif') no-repeat right bottom;
		color: white;
		display:block;
		font-weight:normal;
		line-height:35px;
		margin:0px;
		padding:0px 25px;
		text-align:center;
		text-decoration:none;
		}
		.menu ul li:hover a{
			background: #2580a2 url('../img/hover.gif') no-repeat center bottom;
			color: white;
			text-decoration:none;
			}
		.menu li a:hover{
			background: #2580a2 url('../img/hover.gif') no-repeat center bottom;
			color:#FFFFFF;
			text-decoration:none;
			}
	.menu li ul{
		background:#333333;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		background:url('../img/sub_sep.gif') no-repeat left bottom;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:35px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul li:hover a{
			border-style: none;
	border-color: inherit;
	border-width: 0px;
	background: #2580a2 url('../img/hover_sub.gif') no-repeat left 50%;
	color:#ffffff;
				text-decoration:none;
			}
		.menu li ul a:hover{
			border-style: none;
	border-color: inherit;
	border-width: 0px;
	background: #2580a2 url('../img/hover_sub.gif') no-repeat left 50%;
	color:#ffffff;
				text-decoration:none;
			}
	.menu p{
		clear:left;
		}	

		