/*--------------------- Last Modified --> 2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  Copyright Einstein Industries 2006. Used with Permission.                             
  May not be duplicated or reproduced.
  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari
  CSS Document - layout.css
/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
html {
	background:#cbcbcb url("../images/bg-html.jpg");
	width:100%;
	}

body { 
	background:url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/15px Arial, Helvetica, sans-serif; 
	color:#525355;
	}

blockquote { 
	margin-left:25px; 
	margin-right:25px; 
	}

h1	{ font-size:1.2em; color:#525355; }
h2	{ font-size:1.1em; color:#525355; }
h3	{ font-size:1.0em; color:#525355; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#c45613; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#c45613; text-decoration:underline; outline:none; }

/* ----- classes ----- */

.clear {
	clear:both;
	}

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	}
	
p.txt-14 {
	font-size:14px;
	line-height:17px;
	}
	
	
img.img-left { 
	float:left; 
	margin:0; 
	}
	
img.img-right { 
	float:right; 
	margin:0; 
	}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

.bold-italic { font-weight:bold; font-style:italic; }

.italic { font-style:italic; }

.bold { font-weight:bold; }

.img-about { margin:0 0 10px 16px; }

.img-map { margin:0 0 0 16px; }

.img-staff { margin-left:10px; }
	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
	
/* ----- global form elements ----- */ 

form {
	width:224px;
	margin:0 0 18px 0;
	}

form label	{ font-size:.95em; }

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#FFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #414141;
	color:#414141;
	width:219px; /* 5 pixels smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
	}
	
select { width:224px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact-business { display: none; } /* do not remove */ 


/* ----- main contact form ----- */ 
 
#contact-main { margin:0 0 10px 0; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select { width:177px; }
	
#contact-main label textarea { height:100px; overflow:auto; }

#contact-business-main { display: none; } /* do not remove */ 


/* ----- submit button form elements ----- */ 

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:85px 0 5px 243px; }


/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:774px;
	margin:0 auto;
	text-align:left;
	}
	
#call-stats {
	background:url("../images/img-callstats2.jpg");
	height:55px;
	}
	
#header-graphic {
	position:relative;
	background:url("../images/header-graphic.jpg");
	height:217px;
	}
	/* index page link within #masthead */		
	#header-graphic a {	
		position:absolute;
		left:51px;
		width:158px;
		top:50px;
		height:107px; 
		}
	#header-graphic a span {
		display:none;
		}

/* ----- column-left ----- */

#column-left {
	width:488px;
	float:left;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0 18px 18px 18px;
		}
	#column-left form { margin-left:5px; }
	
	/* single column list */
	#column-left ul { padding-left:25px; }
		#column-left ul li {
			list-style-type:disc;
			margin-bottom: 3px; 
			}
			
	#column-left ul li ul { margin:0 0 0 5px; }
	
	/* definition list */
	#column-left dl { padding-left:5px; }
		#column-left dl dt {
			font-weight:bold;
			}
		#column-left dl dd {
			list-style-type:disc;
			margin-left:10px;
			}
			
/* ----- column-right ----- */

#column-right {
	width:286px;
	float:left;
	color:#fff;
	}
	
	#column-right a { color:#fff; }

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 38px 18px 20px;
		}
		
	#column-right form { margin-left:20px; }
	 
	/* single column list */
	#column-right ul { padding-left:25px; }
		#column-right ul li {
			list-style-type:disc; 
			}

	#column-right ul li ul { margin:0 0 0 5px; }

	/* definition list */
	#column-right dl { padding-left:25px; }
		#column-right dl dt {
			font-weight:bold;
			}
		#column-right dl dd {
			list-style-type:disc;
			margin-left:10px;
			}
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:32px;
	clear:both;
	width:100%; 
	}

	
/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead { height:58px; } /* sets height for all non-flash subheads */

	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#hearing-services #subhead { background:url("../images/subhead-services.jpg"); }
	body#hearing-aids #subhead { background:url("../images/subhead-aids.jpg"); }
	body#faqs #subhead { background:url("../images/subhead-faqs.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }


/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-audiologist {
	height:34px;
	background:url("../images/subhead-audiologist.jpg") ;
	}

/* ------------------------ title framework with varying heights ------------------------- */
#title-qcontact {
	height:78px;
	background:url("../images/title-qcontact.jpg") ;
	}

body#contact #title-qcontact, body#thankyou #title-qcontact {
	height:78px;
	background:url("../images/title-location.jpg") ;
	}

#title-commitment {
	height:93px;
	background:url("../images/title-commitment.jpg") left no-repeat ;
	}


/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:774px;
	margin:0 auto;
	text-align:center;
	color:#2c4260;
	padding-top:20px;
	}
	
	#footer a { color:#2c4260; }

#footer p {
	margin:0 20px 18px 20px;
	}

#footer ul {margin-bottom:10px;}

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 5px 0 7px;
	display: inline;
	border-left: 1px solid #2c4260;
	}

	#footer li.first { border: none; }

/* Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:774px; 
	height:39px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:39px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width: 89px;}
#nav-02 { width: 97px;}
#nav-03 { width: 141px;}
#nav-04 { width: 119px;}
#nav-05 { width: 206px;}
#nav-06 { width: 122px;}


/*-------------- (-79px) X position of button / (-39px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -0px -39px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -89px -39px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -186px -39px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -327px -39px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -446px -39px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -652px -39px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#index #nav-01 { background:url("../images/nav.jpg")  -0px -39px no-repeat; }
body#about #nav-02 { background:url("../images/nav.jpg") -89px -39px no-repeat; }
body#hearing-services #nav-03 { background:url("../images/nav.jpg") -186px -39px no-repeat; }
body#hearing-aids #nav-04 { background:url("../images/nav.jpg") -327px -39px no-repeat; }
body#faqs #nav-05 { background:url("../images/nav.jpg") -446px -39px no-repeat; }
body#contact #nav-06 { background:url("../images/nav.jpg") -652px -39px no-repeat; }


/*-------------- Blurb on aids, specials, and faqs on index page ------------- */

#title-blurb {
	background:url("../images/title-blurb.jpg");
	height:67px;
	}
	
#wrap-blurb {
	background:url("../images/bg-blurb.jpg");
	width:100%;
	color:#fff;
	}
	
	#bg-blurb {
		background:url("../images/bg-blurb-btm.jpg") bottom no-repeat;
		width:100%;
		}
		
#btn-learn {
	background:url("../images/btn-learn.jpg");
	height:38px;
	position:relative;
	}
	
	#btn-learn a.link-aid {
		position:absolute;
		width:250px;
		height:32px;
		left:2px;
		top:0px;
		}

	#btn-learn a.link-specials {
		position:absolute;
		width:250px;
		height:32px;
		left:262px;
		top:0px;
		}

	#btn-learn a.link-faqs {
		position:absolute;
		width:250px;
		height:32px;
		left:522px;
		top:0px;
		}

	#btn-learn span { display:none; }
		
#mod-aid {
	width:258px;
	float:left;
	}
	
	#mod-aid p {
		margin:0 96px 18px 23px;
		}

#mod-specials {
	width:258px;
	float:left;
	}

	#mod-specials p {
		margin:0 30px 18px 23px;
		}
	
#mod-faqs {
	width:258px;
	float:left;
	}
	
	#mod-faqs p {
		margin:0 102px 18px 27px;
		}
	