﻿body {
  margin: 0;
  padding: 0;
  font: 1em/1.4em Arial, Helvetica, sans-serif;
  color:#FFFFFF;
  background: #6b6b6b;
}

#containerHome {
	position: relative;
	width: 1013px;
	font-size: 80%;
	margin: 0px auto 0px auto;
	height: 804px;
}

#homeHeight {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 1px;
}

#homeHeader {
	position: absolute;
	top: 37px;
	right: 106px;
	left: 87px;
	height: 65px;
}

#headerTable {
	width:100%;
}

#headerLogo {
}

#headerNav {
	width:100%;
	text-align:right;
	font-weight:bold;
	color: white;	
}

a.homeNavLink:link, a.homeNavLink:active, a.homeNavLink:visited {
	margin-left: 9px;
	margin-right: 9px;
	color: white;
	font-weight: bold;
}

a.homeNavLink:hover {
	margin-left: 9px;
	margin-right: 9px;
	color: #fcb615;
	font-weight: bold;
}

#audioMonitor {
	position: absolute;
	top: 131px;
	left: 595px;
	width: 300px;
	/*font-size: 12px;
	line-height: 15px;*/
	height: 250px;
}

/*#audioMonitorLinkDiv {
	margin-top: 7px;
	clear: both;
}*/

#testHearing {
	position: absolute;
	top: 410px;
	left: 233px;
	width: 185px;
	font-size: 12px;
	line-height: 15px;
}

#testHearingHeader {
	font-weight: bold;	
}

#testHearingContent {
	margin-top: 4px;
}

#testHearingLink {
	margin-top: 7px;
	font-weight: bold;
}

#soundPortHeader {
	font-weight: bold;
	margin-bottom: 4px;
}

#soundPort {
	position: absolute;
	top: 410px;
	left: 672px;
	width: 210px;
	font-size: 12px;
	line-height: 15px;
}

#soundPortContent {
	margin-top: 2px;
}

#footer {
	position: absolute;
	top: 514px;
	right: 120px;
	width: 800px;
	text-align: right;
	font-size: 90%;
}

a.footerLinks:link, a.footerLinks:visited, a.footerLinks:active {
	color: #989898;	
}

a.footerLinks:hover {
	color: white;	
}


#privacy {
	float: right;
	color: #989898;
	clear: none;
}

#tagline {
	float: left;
	font-size: 110%;
	clear: none;
	margin-left: 26px;
}

hr {
	height: 1px;
	color: #6b6b6b;
	background-color: #6b6b6b;
	clear: both;
	margin: 5px 0px 5px 0px;
	width: 100%;
	padding: 0px 0px 0px 0px;
}

/*
 *=LINKS
 */

a { color: #fcb615; text-decoration:none;}
a:hover { color: #FFFFFF; }


/*
 *=UTILITY
 */

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px 0;
}

h1 { font-size: 140%; }
h2 { font-size: 120%;}
img { border: 0; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

form, p, ul, li, div, table {
  margin: 0;
  padding: 0;
}


/*
 *=HEADER
 */
#header h1 {
  font-size: 140%;
  color: #fff;
  padding: 0;
  margin: 0;
}

#header h1 a {
  color: #fff;
  text-decoration: none;
}

#header h1 a:hover {
  background: transparent;
}

#subtitle {
  font-size: 80%;
  font-style: italic;
  margin: 0;
  padding: 0;
  color: #FFFFFF;
}
