/*--------------------- 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;
	margin:15px 0px;
}
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 ------------------------ */

body {
	background:#272727 url("../images/bg-html.jpg") top repeat-x;
	text-align:center;
	font:14px/17px Arial, Helvetica, sans-serif;
	color:#fff;
}
body#index {
	background: #272727 url("../images/bg-html-index.jpg") top repeat-x;
}
#bg {
	background: url("../images/bg-body.jpg") top center no-repeat;
}
blockquote {
	margin-left:30px;
	margin-right:10px;
}
h1 {
	font-size:1.3em;
	color:#fff;
}
h2 {
	font-size:1.3em;
	color:#5b83b8;
	border-top:1px solid #5b83b8;
	padding-top:3px;
}
h3 {
	font-size:1.2em;
	color:#357abf;
}
h1 span, h2 span, h3 span {
	display:none;
}
a:link, a:visited {
	color:#5b83b8;
	text-decoration:underline;
	outline:none;
}
a:hover, a:active {
	color:#2b60a4;
	text-decoration:underline;
	outline:none;
}
/* ------------------------ classes ------------------------ */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */
	

.clear {
	clear: both;
}
div.clear {
	height:.01em;
	clear:both;
	overflow:hidden;
}
div.clear-h2 {
	height:10px;
	clear:both;
	overflow:hidden;
}
p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
}
p.more-info {
	text-align:right;
	display:block;
}
img.img-left {
	float:left;
	margin:0px 5px 5px 0px;
}
img.img-right {
	float:right;
	margin:10px 0px 5px 5px;
}
img.img-border {
	border: 2px solid #fff;
}
img#column-right {
	margin:15px 0px;
}
p.address {
	font-size: .95em;
}
p.address span {
	color: #5b83b8;
	font-size: 1em;
	font-weight: bold;
}
#column-right p.treatment-heading {
	font-weight: bold;
	margin-bottom: 0px;
}
.table {
	float:left;
	margin:5px 10px 10px 20px;
}
strong {
	text-decoration: underline;
}
table.float-right { 
	float:right;
}

/* ------------------------ form elements ------------------------ */
body#index form {
	width:420px;
}
form {
	width: 250px;
	margin:10px 0 15px 0; /* set margin left and right below */
}
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 #404040;
	color:#414141;
	width:272px; /* 5 pixles 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:1.0em;
}
body#index input, body#index textarea, body#index select {
	width: 200px;
}
select {
	width:150px;
	padding:0;
} /* same width as form - !important */
textarea {
	height:70px;
	overflow:auto;
}
#contact_business {
	display: none;
} /* do not remove */
/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main {
	margin:20px 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:175px;
} /* fixes display issue - 5px larger than input field */
#contact-main label textarea {
	height:100px;
	overflow:auto;
}
form div {
	float: left;
	display: inline;
	width: 203px;
	margin-right: 3px;
}
/* ------------------------ submit button form elements ------------------------ */

input.submit, body#index input.submit, input.submit-contact-main {
	width:60px;
	height:22px;
	cursor:pointer;
	padding:0;
}
input.submit-contact-main {
	margin:95px 0 0 243px;
} /* defines placement of contact-main submit button */
/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */

#wrap, div.wrap {
	background:none;
	width:900px;
	margin:0 auto;
	text-align:left;
}
/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:102px;
}
/* index page link within #masthead */		
	#masthead a {
	position:absolute;
	left:10px;
	width:451px;
	top:10px;
	height:82px;
}
#masthead a span {
	display:none;
}
#masthead-bottom {
	background: url("../images/masthead-bottom.jpg");
	height: 22px;
}
/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:300px;
	float:left;
}
body#index div.column-left {
	width:450px;
	float:left;
}
#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl,  div.column-left p, div.column-left h1, div.column-left h2, div.column-left ul {
	margin:0px 20px 10px 0px;
}
#column-left form {
	margin-left:0px;
} /* set form margin here */
/* single column list */
	#column-left ul {
	padding-left:5px;
}
#column-left ul li {
	background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
	padding-left:10px; /* pushes text to the right to display bg img */
}
/* multi column list */
	#column-left ul.multi {
	padding-left:5px;
}
#column-left ul.multi li {
	background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
	padding-left:10px;  /* pushes text to the right to display bg img */
	float:left;
	width:150px; /* sets the width of each column */
	line-height:20px;
}
/* definition list */
	#column-left dl {
	padding-left:5px;
}
#column-left dl dt {
	font-weight:bold;
	color:#99CC00;
}
#column-left dl dd {
	background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
	padding-left:10px;  /* pushes text to the right to display bg img */
	margin-left:5px;
}
/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:600px;
	float:left;
}
body#index div.column-right {
	width:450px;
	float:left;
}
#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right h4, #column-right h5,  #column-right ul, #column-right dl, div.column-right p, div.column-right ul,  div.column-right h1, div.column-right h2 {
	margin:10px 0px 10px 20px;
}

#column-right td p { margin:10px; }

#column-right h2, #column-right h3, div.column-right h1, div.column-right h2 {
	margin:60px 0px 5px 20px;
}
body#voice-swallowing #column-right h4.treatment {
	margin-top:-28px;
}
#column-right form, div.column-right form {
	margin-left:20px;
}
/* single column list */
#column-right ul {
	padding:10px 0px 0px 5px;
}
#column-right ul li {
	/*background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;  0px = horizontal position for left, 6px = vertical position from top */
	list-style: disc inside;
	padding-left:5px;  /* pushes text to the right to display bg img */
	margin-bottom: 2px;
}
#column-right li ul {
	padding:0px;
}
#column-right ul.nasal-airway li {
	margin-bottom:15px;
}
/* multi column list */
	#column-right ul.multi {
	padding-left:5px;
}
#column-right ul.multi li {
	background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
	padding-left:10px;  /* pushes text to the right to display bg img */
	float:left;
	width:150px;
	line-height:20px;
	display: block;
	list-style-position: outside;
}
/* definition list */
#column-right dl {
	padding:0px 0px 0px 5px;
}
#column-right dl dt {
	font-weight:bold;
	margin-top:5px;
	padding-top:15px;
	clear:both;
}
#column-right dl dd {
	background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
	padding-left:10px;  /* pushes text to the right to display bg img */
	margin-left:5px;
	line-height:20px;
}
/* multi column definition list */
#column-right dl.multi {
	padding:0px 0px 0px 5px;
}
#column-right dl.multi  dt {
	font-weight:bold;
	margin-top:5px;
	padding-top:15px;
	clear:both;
}
#column-right dl.multi  dd {
	background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
	padding-left:10px;  /* pushes text to the right to display bg img */
	margin-left:5px;
	float:left;
	width:165px;
	line-height:20px;
	display: block;
}


/* ------------------------ header framework ------------------------ */

#index-btns {
	width: auto;
	background: #3a3a3a url("../images/index-btns-top.jpg") top repeat-x;
}
body#index #content-top {
	background: url("../images/content-index-bg.jpg");
	height:37px;
	clear: both;
}
#content {
	background:url("../images/bg-wrap.jpg") repeat-y;
	float: left;
	width: 900px;
}
body#index #content {
	background:url("../images/bg-wrap-index.jpg") repeat-y;
	float: left;
}
/* ------------------------ subhead framework ------------------------ */
#subhead {
	height:62px;
} /* sets height for all subheads */
body#index #subhead {
	background:url("../images/subhead-index.jpg");
	height: 40px;
}
body#about #subhead {
	background:url("../images/subhead-about.jpg");
}
body#allergy-sinus #subhead {
	background:url("../images/subhead-allergy-sinus.jpg");
}
body#nasal-airway #subhead {
	background:url("../images/subhead-nasal-airway.jpg");
}
body#thyroid-para #subhead {
	background:url("../images/subhead-thyroid.jpg");
}
body#salivary-gland #subhead {
	background:url("../images/subhead-salivary-gland.jpg");
}
body#head-neck #subhead {
	background:url("../images/subhead-head-neck.jpg");
}
body#voice-swallowing #subhead {
	background:url("../images/subhead-voice-swallowing.jpg");
}
body#reconstructive #subhead {
	background:url("../images/subhead-reconstructive.jpg");
}
body#testimonials #subhead {
	background:url("../images/subhead-testimonials.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");
}
#parathyroid {
	margin-top:35px;
}
/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-meet-doc {
	height:55px;
	background:url("../images/subhead-meet-doc.jpg");
}
body#index #title-contact {
	height:145px;
	background:url("../images/title-contact-index.jpg");
}
#title-contact {
	height:177px;
	background:url("../images/title-contact.jpg");
}
body#contact #title-contact, body#thankyou #title-contact {
	height:177px;
	background:url("../images/title-locate.jpg");
}

/* -------- thumbs allergy-sinus ------- */
#allergy-sinus-01 {
	margin:0 15px 0 35px;
	background:url("../images/thumb-allery-01.jpg");
	height:300px;
	width:250px;
	position:relative;
	float:left;
}
	#allergy-sinus-01 a {
		position:absolute;
		top:0;
		left:0;
		height:300px;
		width:250px;
	}
	#allergy-sinus-01 a:hover {
		background: url("../images/enlarge-hover.jpg") 199px 214px no-repeat;
	}
#allergy-sinus-02 {
	margin:0 auto;
	background:url("../images/thumb-allery-02.jpg");
	height:300px;
	width:250px;
	position:relative;
	float:left;
}
	#allergy-sinus-02 a {
		position:absolute;
		top:0;
		left:0;
		height:300px;
		width:250px;
	}
	#allergy-sinus-02 a:hover {
		background: url("../images/enlarge-hover.jpg") 199px 214px no-repeat;
	}
#allergy-sinus-03 {
	margin:0 auto;
	background:url("../images/thumb-allery-03.jpg");
	height:300px;
	width:250px;
	position:relative;
}
	#allergy-sinus-03 a {
		position:absolute;
		top:0;
		left:0;
		height:300px;
		width:250px;
	}
	#allergy-sinus-03 a:hover {
		background: url("../images/enlarge-hover.jpg") 199px 214px no-repeat;
	}
#allergy-sinus-04 {
	margin:0 15px 0 35px;
	background:url("../images/thumb-allery-04.jpg");
	height:300px;
	width:250px;
	position:relative;
	float:left;
}
	#allergy-sinus-04 a {
		position:absolute;
		top:0;
		left:0;
		height:300px;
		width:250px;
	}
	#allergy-sinus-04 a:hover {
		background: url("../images/enlarge-hover.jpg") 199px 214px no-repeat;
	}
#allergy-sinus-05 {
	margin:0 auto;
	background:url("../images/thumb-allery-05.jpg");
	height:300px;
	width:250px;
	position:relative;
	float:left;
}
	#allergy-sinus-05 a {
		position:absolute;
		top:0;
		left:0;
		height:300px;
		width:250px;
	}
	#allergy-sinus-05 a:hover {
		background: url("../images/enlarge-hover.jpg") 199px 214px no-repeat;
	}
#allergy-sinus-06a {
	margin-left:20px;
	background:url("../images/thumb-allery-06a.jpg");
	height:238px;
	width:175px;
	position:relative;
	float:left;
}
	#allergy-sinus-06a a {
		position:absolute;
		top:0;
		left:0;
		height:238px;
		width:175px;
	}
	#allergy-sinus-06a a:hover {
		background: url("../images/enlarge-hover.jpg") 124px 165px no-repeat;
	}
#allergy-sinus-06b {
	margin:0 10px;
	background:url("../images/thumb-allery-06b.jpg");
	height:238px;
	width:175px;
	position:relative;
	float:left;
}
	#allergy-sinus-06b a {
		position:absolute;
		top:0;
		left:0;
		height:238px;
		width:175px;
	}
	#allergy-sinus-06b a:hover {
		background: url("../images/enlarge-hover.jpg") 124px 165px no-repeat;
	}
#allergy-sinus-06c {
	margin:0 auto;
	background:url("../images/thumb-allery-06c.jpg");
	height:238px;
	width:175px;
	position:relative;
	float:left;
}
	#allergy-sinus-06c a {
		position:absolute;
		top:0;
		left:0;
		height:238px;
		width:175px;
	}
	#allergy-sinus-06c a:hover {
		background: url("../images/enlarge-hover.jpg") 124px 165px no-repeat;
	}
#allergy-sinus-07 {
	margin:0 15px 0 35px;
	background:url("../images/thumb-allery-07.jpg");
	height:300px;
	width:250px;
	position:relative;
	float:left;
}
	#allergy-sinus-07 a {
		position:absolute;
		top:0;
		left:0;
		height:300px;
		width:250px;
	}
	#allergy-sinus-07 a:hover {
		background: url("../images/enlarge-hover.jpg") 199px 214px no-repeat;
	}
#allergy-sinus-08 {
	margin:0 auto;
	background:url("../images/thumb-allery-08.jpg");
	height:300px;
	width:250px;
	position:relative;
	float:left;
}
	#allergy-sinus-08 a {
		position:absolute;
		top:0;
		left:0;
		height:300px;
		width:250px;
	}
	#allergy-sinus-08 a:hover {
		background: url("../images/enlarge-hover.jpg") 199px 214px no-repeat;
	}
#allergy-sinus-09a {
	margin-left:35px;
	background:url("../images/thumb-allery-09a.jpg");
	height:366px;
	width:160px;
	position:relative;
	float:left;
}
	#allergy-sinus-09a a {
		position:absolute;
		top:0;
		left:0;
		height:366px;
		width:160px;
	}
	#allergy-sinus-09a a:hover {
		background: url("../images/enlarge-hover.jpg") 102px 293px no-repeat;
	}
#allergy-sinus-09b {
	margin:0 10px;
	background:url("../images/thumb-allery-09b.jpg");
	height:366px;
	width:160px;
	position:relative;
	float:left;
}
	#allergy-sinus-09b a {
	position:absolute;
	top:0;
	left:-1px;
	height:366px;
	width:160px;
	}
	#allergy-sinus-09b a:hover {
		background: url("../images/enlarge-hover.jpg") 103px 293px no-repeat;
	}
#allergy-sinus-09c {
	margin:0 auto;
	background:url("../images/thumb-allery-09c.jpg");
	height:366px;
	width:160px;
	position:relative;
	float:left;
}
	#allergy-sinus-09c a {
		position:absolute;
		top:0;
		left:0;
		height:366px;
		width:160px;
	}
	#allergy-sinus-09c a:hover {
		background: url("../images/enlarge-hover.jpg") 102px 293px no-repeat;
	}
#allergy-sinus-09d {
	margin:0 auto;
	background:url("../images/thumb-allery-09d.jpg");
	height:200px;
	width:512px;
	position:relative;
}
	#allergy-sinus-09d a {
		position:absolute;
		top:0;
		left:0;
		height:200px;
		width:512px;
	}
	#allergy-sinus-09d a:hover {
		background: url("../images/enlarge-hover.jpg") 460px 135px no-repeat;
	}
#nasal-airway-10 {
	margin:0 auto;
	background:url("../images/thumb-nasal-10.jpg");
	height:300px;
	width:250px;
	position:relative;
}
	#nasal-airway-10 a {
		position:absolute;
		top:0;
		left:0;
		height:300px;
		width:250px;
	}
	#nasal-airway-10 a:hover {
		background: url("../images/enlarge-hover.jpg") 199px 214px no-repeat;
	}
#nasal-airway-11 {
	margin:0 auto;
	background:url("../images/thumb-nasal-11.jpg");
	height:300px;
	width:250px;
	position:relative;
}
	#nasal-airway-11 a {
		position:absolute;
		top:0;
		left:0;
		height:300px;
		width:250px;
	}
	#nasal-airway-11 a:hover {
		background: url("../images/enlarge-hover.jpg") 199px 214px no-repeat;
	}
#nasal-airway-12 {
	margin:0px 10px 0 0;
	background:url("../images/thumb-nasal-12.jpg");
	height:250px;
	width:250px;
	position:relative;
	float:left;
}
	#nasal-airway-12 a {
		position:absolute;
		top:0;
		left:0;
		height:250px;
		width:250px;
	}
	#nasal-airway-12 a:hover {
		background: url("../images/enlarge-hover.jpg") 199px 185px no-repeat;
	}
#nasal-airway-13 {
	margin:0px 10px 0 0;
	background:url("../images/thumb-nasal-13.jpg");
	height:211px;
	width:250px;
	position:relative;
	float:left;
}
	#nasal-airway-13 a {
		position:absolute;
		top:0;
		left:0;
		height:211px;
		width:250px;
	}
	#nasal-airway-13 a:hover {
		background: url("../images/enlarge-hover.jpg") 199px 146px no-repeat;
	}
#nasal-airway-14 {
	margin:0px 10px 0 0;
	background:url("../images/thumb-nasal-14.jpg");
	height:145px;
	width:249px;
	position:relative;
	float:left;
}
	#nasal-airway-14 a {
		position:absolute;
		top:0;
		left:0;
		height:145px;
		width:249px;
	}
	#nasal-airway-14 a:hover {
		background: url("../images/enlarge-hover.jpg") 141px 80px no-repeat;
	}
#salivary-gland-16 {
	margin:-10px 10px 0 0;
	background:url("../images/thumb-salivary-16.jpg");
	height:300px;
	width:250px;
	position:relative;
	float:left;
}
	#salivary-gland-16 a {
		position:absolute;
		top:0;
		left:0;
		height:300px;
		width:250px;
	}
	#salivary-gland-16 a:hover {
		background: url("../images/enlarge-hover.jpg") 199px 214px no-repeat;
	}
#salivary-gland-17 {
	margin:0 auto;
	background:url("../images/thumb-salivary-17.jpg");
	height:300px;
	width:250px;
	position:relative;
}
	#salivary-gland-17 a {
		position:absolute;
		top:0;
		left:0;
		height:300px;
		width:250px;
	}
	#salivary-gland-17 a:hover {
		background: url("../images/enlarge-hover.jpg") 199px 214px no-repeat;
	}
#salivary-gland-18 {
	margin:0 auto;
	background:url("../images/thumb-salivary-18.jpg");
	height:300px;
	width:250px;
	position:relative;
}
	#salivary-gland-18 a {
		position:absolute;
		top:0;
		left:0;
		height:300px;
		width:250px;
	}
	#salivary-gland-18 a:hover {
		background: url("../images/enlarge-hover.jpg") 199px 214px no-repeat;
	}
#salivary-gland-19a {
	margin-left:20px;
	background:url("../images/thumb-salivary-19a.jpg");
	height:300px;
	width:250px;
	position:relative;
	float:left;
}
	#salivary-gland-19a a {
		position:absolute;
		top:0;
		left:0;
		height:300px;
		width:250px;
	}
	#salivary-gland-19a a:hover {
		background: url("../images/enlarge-hover.jpg") 199px 214px no-repeat;
	}
#salivary-gland-19b {
	margin-left:20px;
	background:url("../images/thumb-salivary-19b.jpg");
	height:300px;
	width:250px;
	position:relative;
	float:left;
}
	#salivary-gland-19b a {
		position:absolute;
		top:0;
		left:0;
		height:300px;
		width:250px;
	}
	#salivary-gland-19b a:hover {
		background: url("../images/enlarge-hover.jpg") 199px 214px no-repeat;
	}
#salivary-gland-21a {
	margin-left:20px;
	background:url("../images/thumb-salivary-21a.jpg");
	height:300px;
	width:250px;
	position:relative;
	float:left;
}
	#salivary-gland-21a a {
		position:absolute;
		top:0;
		left:0;
		height:300px;
		width:250px;
	}
	#salivary-gland-21a a:hover {
		background: url("../images/enlarge-hover.jpg") 199px 214px no-repeat;
	}
#salivary-gland-21b {
	margin-left:20px;
	background:url("../images/thumb-salivary-21b.jpg");
	height:300px;
	width:250px;
	position:relative;
	float:left;
}
	#salivary-gland-21b a {
		position:absolute;
		top:0;
		left:0;
		height:300px;
		width:250px;
	}
	#salivary-gland-21b a:hover {
		background: url("../images/enlarge-hover.jpg") 199px 214px no-repeat;
	}
#salivary-gland-22 {
	margin:0 auto;
	background:url("../images/thumb-salivary-22.jpg");
	height:300px;
	width:250px;
	position:relative;
}
	#salivary-gland-22 a {
		position:absolute;
		top:0;
		left:0;
		height:300px;
		width:250px;
	}
	#salivary-gland-22 a:hover {
		background: url("../images/enlarge-hover.jpg") 199px 214px no-repeat;
	}
#thyroid-02 {
	margin:0px auto;
	background:url("../images/thumb-thyroid-02.jpg");
	height:300px;
	width:250px;
	position:relative;
}
	#thyroid-02 a {
		position:absolute;
		top:0;
		left:0;
		height:300px;
		width:250px;
	}
	#thyroid-02 a:hover {
		background: url("../images/enlarge-hover.jpg") 199px 216px no-repeat;
	}
#thyroid-03 {
	margin:0px auto;
	background:url("../images/thumb-thyroid-03.jpg");
	height:300px;
	width:250px;
	position:relative;
}
	#thyroid-03 a {
		position:absolute;
		top:0;
		left:0;
		height:300px;
		width:250px;
	}
	#thyroid-03 a:hover {
		background: url("../images/enlarge-hover.jpg") 199px 216px no-repeat;
	}
#thyroid-06 {
	margin:0px 15px 0px 40px;
	background:url("../images/thumb-thyroid-06.jpg");
	height:300px;
	width:250px;
	position:relative;
	float:left;
}
	#thyroid-06 a {
		position:absolute;
		top:0;
		left:0;
		height:300px;
		width:250px;
	}
	#thyroid-06 a:hover {
		background: url("../images/enlarge-hover.jpg") 199px 216px no-repeat;
	}
#thyroid-07 {
	margin:0 auto;
	background:url("../images/thumb-thyroid-07.jpg");
	height:300px;
	width:250px;
	position:relative;
}
	#thyroid-07 a {
		position:absolute;
		top:0;
		left:0;
		height:300px;
		width:250px;
	}
	#thyroid-07 a:hover {
		background: url("../images/enlarge-hover.jpg") 199px 216px no-repeat;
	}
#thyroid-08 {
	
	float:left;
	margin:13px 15px 5px 20px;

	background:url("../images/img-thyroid-fig8.jpg");
	height:122px;
	width:163px;
	position:relative;
}
	#thyroid-08 a {
		position:absolute;
		top:0;
		left:0;
		height:122px;
		width:163px;
	}
	#thyroid-08 a:hover {
		background: url("../images/enlarge-hover.jpg") 112px 99px no-repeat;
	}

#thyroid-09 {
	
	float:left;
	margin:13px 15px 5px 20px;

	background:url("../images/img-thyroid-cancer.jpg");
	height:116px;
	width:127px;
	position:relative;
}
	#thyroid-09 a {
		position:absolute;
		top:0;
		left:0;
		height:116px;
		width:127px;
	}
	#thyroid-09 a:hover {
		background: url("../images/enlarge-hover.jpg") 76px 93px no-repeat;
	}

#thyroid-12 {
	margin:0 auto;
	background:url("../images/thumb-thyroid-12.jpg");
	height:300px;
	width:250px;
	position:relative;
}
	#thyroid-12 a {
		position:absolute;
		top:0;
		left:0;
		height:300px;
		width:250px;
	}
	#thyroid-12 a:hover {
		background: url("../images/enlarge-hover.jpg") 199px 216px no-repeat;
	}
#thyroid-13 {
	margin:0 auto;
	background:url("../images/thumb-thyroid-13.jpg");
	height:300px;
	width:250px;
	position:relative;
}
	#thyroid-13 a {
		position:absolute;
		top:0;
		left:0;
		height:300px;
		width:250px;
	}
	#thyroid-13 a:hover {
		background: url("../images/enlarge-hover.jpg") 199px 189px no-repeat;
	}
	
#thyroid-14 {
	
	float:left;
	margin:13px 15px 5px 20px;

	background:url("../images/img-parathyroidectomy-scar.jpg");
	height:116px;
	width:144px;
	position:relative;
}
	#thyroid-14 a {
		position:absolute;
		top:0;
		left:0;
		height:116px;
		width:144px;
	}
	#thyroid-14 a:hover {
		background: url("../images/enlarge-hover.jpg") 93px 93px no-repeat;
	}
#voice-17 {
	margin:0 15px 0 35px;
	background:url("../images/thumb-voice-17.jpg");
	height:300px;
	width:250px;
	position:relative;
	float:left;
}
	#voice-17 a {
		position:absolute;
		top:0;
		left:0;
		height:300px;
		width:250px;
	}
	#voice-17 a:hover {
		background: url("../images/enlarge-hover.jpg") 199px 216px no-repeat;
	}
#voice-16 {
	margin:0 auto;
	background:url("../images/thumb-voice-16.jpg");
	height:300px;
	width:250px;
	position:relative;
	float:left;
}
	#voice-16 a {
		position:absolute;
		top:0;
		left:0;
		height:300px;
		width:250px;
	}
	#voice-16 a:hover {
		background: url("../images/enlarge-hover.jpg") 199px 216px no-repeat;
	}
#voice-cyst {
	margin:0 auto;
	background:url("../images/thumb-voice-cyst.jpg");
	height:300px;
	width:250px;
	position:relative;
}
	#voice-cyst a {
		position:absolute;
		top:0;
		left:0;
		height:300px;
		width:250px;
	}
	#voice-cyst a:hover {
		background: url("../images/enlarge-hover.jpg") 199px 216px no-repeat;
	}
#voice-polyp {
	margin:0 auto;
	background:url("../images/thumb-voice-polyp.jpg");
	height:300px;
	width:250px;
	position:relative;
}
	#voice-polyp a {
		position:absolute;
		top:0;
		left:0;
		height:300px;
		width:250px;
	}
	#voice-polyp a:hover {
		background: url("../images/enlarge-hover.jpg") 199px 216px no-repeat;
	}
#voice-reflux {
	margin:0 auto;
	background:url("../images/thumb-voice-reflux.jpg");
	height:300px;
	width:250px;
	position:relative;
}
	#voice-reflux a {
		position:absolute;
		top:0;
		left:0;
		height:300px;
		width:250px;
	}
	#voice-reflux a:hover {
		background: url("../images/enlarge-hover.jpg") 199px 216px no-repeat;
	}
#voice-cancer1 {
	margin:0 15px 0 35px;
	background:url("../images/thumb-voice-cancer1.jpg");
	height:300px;
	width:250px;
	position:relative;
	float:left;
}
	#voice-cancer1 a {
		position:absolute;
		top:0;
		left:0;
		height:300px;
		width:250px;
	}
	#voice-cancer1 a:hover {
		background: url("../images/enlarge-hover.jpg") 199px 216px no-repeat;
	}
#voice-cancer2 {
	margin:0 auto;
	background:url("../images/thumb-voice-cancer2.jpg");
	height:300px;
	width:250px;
	position:relative;
	float:left;
}
	#voice-cancer2 a {
		position:absolute;
		top:0;
		left:0;
		height:300px;
		width:250px;
	}
	#voice-cancer2 a:hover {
		background: url("../images/enlarge-hover.jpg") 199px 216px no-repeat;
	}
#voice-nodules {
	margin:0 auto;
	background:url("../images/thumb-voice-nodules.jpg");
	height:300px;
	width:250px;
	position:relative;
}
	#voice-nodules a {
		position:absolute;
		top:0;
		left:0;
		height:300px;
		width:250px;
	}
	#voice-nodules a:hover {
		background: url("../images/enlarge-hover.jpg") 199px 216px no-repeat;
	}
#voice-papilloma {
	margin:0 auto;
	background:url("../images/thumb-voice-papilloma.jpg");
	height:300px;
	width:250px;
	position:relative;
}
	#voice-papilloma a {
		position:absolute;
		top:0;
		left:0;
		height:300px;
		width:250px;
	}
	#voice-papilloma a:hover {
		background: url("../images/enlarge-hover.jpg") 199px 216px no-repeat;
	}
#voice-laryngitis {
	margin:0 auto;
	background:url("../images/thumb-voice-laryngitis.jpg");
	height:300px;
	width:250px;
	position:relative;
}
	#voice-laryngitis a {
		position:absolute;
		top:0;
		left:0;
		height:300px;
		width:250px;
	}
	#voice-laryngitis a:hover {
		background: url("../images/enlarge-hover.jpg") 199px 216px no-repeat;
	}
#voice-granuloma {
	margin:0 auto;
	background:url("../images/thumb-voice-granuloma.jpg");
	height:300px;
	width:250px;
	position:relative;
}
	#voice-granuloma a {
		position:absolute;
		top:0;
		left:0;
		height:300px;
		width:250px;
	}
	#voice-granuloma a:hover {
		background: url("../images/enlarge-hover.jpg") 199px 216px no-repeat;
	}
#voice-aging {
	margin:0 auto;
	background:url("../images/thumb-voice-aging.jpg");
	height:300px;
	width:250px;
	position:relative;
}
	#voice-aging a {
		position:absolute;
		top:0;
		left:0;
		height:300px;
		width:250px;
	}
	#voice-aging a:hover {
		background: url("../images/enlarge-hover.jpg") 199px 216px no-repeat;
	}
#voice-hemorrhage {
	margin:0 auto;
	background:url("../images/thumb-voice-hemorrhage.jpg");
	height:300px;
	width:250px;
	position:relative;
}
	#voice-hemorrhage a {
		position:absolute;
		top:0;
		left:0;
		height:300px;
		width:250px;
	}
	#voice-hemorrhage a:hover {
		background: url("../images/enlarge-hover.jpg") 199px 216px no-repeat;
	}
#voice-sulcus {
	margin:0 auto;
	background:url("../images/thumb-voice-sulcus.jpg");
	height:300px;
	width:250px;
	position:relative;
}
	#voice-sulcus a {
		position:absolute;
		top:0;
		left:0;
		height:300px;
		width:250px;
	}
	#voice-sulcus a:hover {
		background: url("../images/enlarge-hover.jpg") 199px 216px no-repeat;
	}
#voice-fold {
	margin:0 auto;
	background:url("../images/thumb-voice-fold.jpg");
	height:300px;
	width:250px;
	position:relative;
}
	#voice-fold a {
		position:absolute;
		top:0;
		left:0;
		height:300px;
		width:250px;
	}
	#voice-fold a:hover {
		background: url("../images/enlarge-hover.jpg") 199px 216px no-repeat;
	}
#voice-reinke {
	margin:0 auto;
	background:url("../images/thumb-voice-reinke.jpg");
	height:300px;
	width:250px;
	position:relative;
}
	#voice-reinke a {
		position:absolute;
		top:0;
		left:0;
		height:300px;
		width:250px;
	}
	#voice-reinke a:hover {
		background: url("../images/enlarge-hover.jpg") 199px 216px no-repeat;
	}
#voice-paralisys {
	margin:0 auto;
	background:url("../images/thumb-voice-paralisys.jpg");
	height:300px;
	width:250px;
	position:relative;
}
	#voice-paralisys a {
		position:absolute;
		top:0;
		left:0;
		height:300px;
		width:250px;
	}
	#voice-paralisys a:hover {
		background: url("../images/enlarge-hover.jpg") 199px 216px no-repeat;
	}
#voice-swallow-01 {
	margin:0 15px 0 35px;
	background:url("../images/thumb-voice-swallow-01.jpg");
	height:300px;
	width:250px;
	position:relative;
	float:left;
}
	#voice-swallow-01 a {
		position:absolute;
		top:0;
		left:0;
		height:300px;
		width:250px;
	}
	#voice-swallow-01 a:hover {
		background: url("../images/enlarge-hover.jpg") 199px 216px no-repeat;
	}
#voice-swallow-02 {
	margin:0 auto;
	background:url("../images/thumb-voice-swallow-02.jpg");
	height:300px;
	width:250px;
	position:relative;
	float:left;
}
	#voice-swallow-02 a {
		position:absolute;
		top:0;
		left:0;
		height:300px;
		width:250px;
	}
	#voice-swallow-02 a:hover {
		background: url("../images/enlarge-hover.jpg") 199px 216px no-repeat;
	}
#voice-swallow-03 {
	margin:0 15px 0 35px;
	background:url("../images/thumb-voice-swallow-03.jpg");
	height:300px;
	width:250px;
	position:relative;
	float:left;
}
	#voice-swallow-03 a {
		position:absolute;
		top:0;
		left:0;
		height:300px;
		width:250px;
	}
	#voice-swallow-03 a:hover {
		background: url("../images/enlarge-hover.jpg") 199px 216px no-repeat;
	}
#voice-swallow-04 {
	margin:0 auto;
	background:url("../images/thumb-voice-swallow-04.jpg");
	height:300px;
	width:250px;
	position:relative;
	float:left;
}
	#voice-swallow-04 a {
		position:absolute;
		top:0;
		left:0;
		height:300px;
		width:250px;
	}
	#voice-swallow-04 a:hover {
		background: url("../images/enlarge-hover.jpg") 199px 216px no-repeat;
	}
#voice-zenker {
	margin:0 10px 0 20px;
	background:url("../images/thumb-voice-zenker.jpg");
	height:300px;
	width:250px;
	position:relative;
	float:left;
}
	#voice-zenker a {
		position:absolute;
		top:0;
		left:0;
		height:300px;
		width:250px;
	}
	#voice-zenker a:hover {
		background: url("../images/enlarge-hover.jpg") 199px 216px no-repeat;
	}
#voice-endoscopic {
	margin:0 10px 0 20px;
	background:url("../images/thumb-voice-endoscopic.jpg");
	height:300px;
	width:250px;
	position:relative;
	float:left;
}
	#voice-endoscopic a {
		position:absolute;
		top:0;
		left:0;
		height:300px;
		width:250px;
	}
	#voice-endoscopic a:hover {
		background: url("../images/enlarge-hover.jpg") 199px 216px no-repeat;
	}
#voice-obstruction {
	margin:0 0 0 20px;
	background:url("../images/thumb-voice-obstruction.jpg");
	height:300px;
	width:250px;
	position:relative;
	float:left;
}
	#voice-obstruction a {
		position:absolute;
		top:0;
		left:0;
		height:300px;
		width:250px;
	}
	#voice-obstruction a:hover {
		background: url("../images/enlarge-hover.jpg") 199px 216px no-repeat;
	}
#voice-21 {
	margin:0 0 0 20px;
	background:url("../images/thumb-voice-21.jpg");
	height:300px;
	width:250px;
	position:relative;
	float:left;
}
	#voice-21 a {
		position:absolute;
		top:0;
		left:0;
		height:300px;
		width:250px;
	}
	#voice-21 a:hover {
		background: url("../images/enlarge-hover.jpg") 199px 216px no-repeat;
	}
#voice-22 {
	margin-left:20px;
	background:url("../images/thumb-voice-22.jpg");
	height:238px;
	width:175px;
	position:relative;
	float:left;
}
	#voice-22 a {
		position:absolute;
		top:0;
		left:0;
		height:238px;
		width:175px;
	}
	#voice-22 a:hover {
		background: url("../images/enlarge-hover.jpg") 124px 166px no-repeat;
	}
#voice-23 {
	margin:0 10px;
	background:url("../images/thumb-voice-23.jpg");
	height:238px;
	width:175px;
	position:relative;
	float:left;
}
	#voice-23 a {
		position:absolute;
		top:0;
		left:0;
		height:238px;
		width:175px;
	}
	#voice-23 a:hover {
		background: url("../images/enlarge-hover.jpg") 124px 166px no-repeat;
	}
#voice-24 {
	margin:0 auto;
	background:url("../images/thumb-voice-24.jpg");
	height:238px;
	width:175px;
	position:relative;
	float:left;
}
	#voice-24 a {
		position:absolute;
		top:0;
		left:0;
		height:238px;
		width:175px;
	}
	#voice-24 a:hover {
		background: url("../images/enlarge-hover.jpg") 124px 166px no-repeat;
	}
/* ------------------------ title framework with varying heights ------------------------- */

#video-gallery {
	padding-top:34px;
	width: 300px;
	background:url("../images/title-video-gallery.jpg") top no-repeat;
	float: left;
}
#video-gallery p {
	margin: 0px 10px 0px 0px;
}
#video-thumb {
	background: url("../images/video-thumb-inside.jpg");
	height: 155px;
	width: 300px;
}
body#index #video-gallery {
	padding-top:65px;
	width: 188px;
	background:url("../images/title-video-gallery-index.jpg") top no-repeat;
	float: left;
	height: 152px;
}
body#index #video-gallery p {
	margin: 0px 8px 0px 0px;
}
body#index #video-thumb {
	background: url("../images/video.jpg");
	height: 210px;
	width: 262px;
	float: left;
}
#inset-testimonial {
	background: url("../images/inset-testimonial-05.jpg");
	height: 105px;
	clear:both;
	width: 900px;
	padding-top: 50px;
	font-size:.90em;
}
#inset-testimonial p {
	margin: 0px 125px 0px 370px;
}
#inset-testimonial p.testimonial-name {
	text-align: right;
}
#voice-swallowing #inset-testimonial {
	background: url("../images/inset-testimonial-04.jpg");
}
#thyroid-para #inset-testimonial {
	background: url("../images/inset-testimonial-04.jpg");
}
#reconstructive #inset-testimonial {
	background: url("../images/inset-testimonial-02.jpg");
}
#nasal-airway #inset-testimonial {
	background: url("../images/inset-testimonial-04.jpg");
}
#about #inset-testimonial {
	background: url("../images/inset-testimonial-02.jpg");
}
#allergy-sinus #inset-testimonial {
	background: url("../images/inset-testimonial-01.jpg");
}
#head-neck #inset-testimonial {
	background: url("../images/inset-testimonial-01.jpg");
}
#index #inset-testimonial {
	background: url("../images/inset-testimonial-03.jpg");
	height: 105px;
	clear:both;
	width: 900px;
	padding-top: 30px;
	padding-bottom:10px;
}
#inset-testimonial p {
	margin: 0px 125px 0px 370px;
}
#inset-testimonial p.testimonial-name {
	text-align: right;
}
#salivary-gland #inset-testimonial {
	background: url("../images/inset-testimonial-03.jpg");
	height: 105px;
	clear:both;
	width: 900px;
	padding-top: 30px;
	padding-bottom:10px;
}
#inset-testimonial p {
	margin: 0px 125px 0px 370px;
}
#inset-testimonial p.testimonial-name {
	text-align: right;
}
/* ------------------------------------- Buttons ---------------------------------------- */
#click-to-call {
	height:186px;
	display:block;
	background:url("../images/click-to-call.jpg") no-repeat;
	position: relative;
}
#click-to-call a {
	position: absolute;
	top: px;
	left: px;
	width: px;
	height: px;
}
#click-to-call a:hover {
	background:url("../images/click-to-call.jpg") -100px 0 no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
}
#click-to-call span {
	display:none;
}
/*-------------- INSIDE ADDITIONAL BTNS -------------------*/
#inside-additional {
	background:url("../images/inside-additional.jpg") top left no-repeat;
	width:600px;	/* Width of buttons, not entite image (or half of entire image) */
	height:239px;	 /* Height of entire image */
	margin:0;
	padding:0;
	float: left;
}
#inside-additional li span {
	display: none;
}
#inside-additional li {
	float:left;
	list-style:none;
}
#inside-additional li, #inside-additional a {
	height:24px;	/* Each button must have the same height, define it here */
	display:block;
}
/* margin-top to set where the inside-additional should begin */
#inside-additional-01, #inside-additional-02 {
	margin-top:36px;
}
/* margin-top if there is a spacing between each inside-additional button */
#inside-additional-01, #inside-additional-03, #inside-additional-05, #inside-additional-07, #inside-additional-09, #inside-additional-11 {
	width: 285px;
	display: inline-block;
}
#inside-additional-02, #inside-additional-04, #inside-additional-06, #inside-additional-08, #inside-additional-10, #inside-additional-12 {
	width:315px;
	display: inline-block;
}
#inside-additional-01 a:hover {
	background:url("../images/inside-additional.jpg") -0px -276px no-repeat;
}
#inside-additional-02 a:hover {
	background:url("../images/inside-additional.jpg") -285px -276px no-repeat;
}
#inside-additional-03 a:hover {
	background:url("../images/inside-additional.jpg") -0px -300px no-repeat;
}
#inside-additional-04 a:hover {
	background:url("../images/inside-additional.jpg") -285px -300px no-repeat;
}
#inside-additional-05 a:hover {
	background:url("../images/inside-additional.jpg") -0px -324px no-repeat;
}
#inside-additional-06 a:hover {
	background:url("../images/inside-additional.jpg") -285px -324px no-repeat;
}
#inside-additional-07 a:hover {
	background:url("../images/inside-additional.jpg") -0px -348px no-repeat;
}
#inside-additional-08 a:hover {
	background:url("../images/inside-additional.jpg") -285px -348px no-repeat;
}
#inside-additional-09 a:hover {
	background:url("../images/inside-additional.jpg") -0px -372px no-repeat;
}
#inside-additional-10 a:hover {
	background:url("../images/inside-additional.jpg") -285px -372px no-repeat;
}
#inside-additional-11 a:hover {
	background:url("../images/inside-additional.jpg") -0px -396px no-repeat;
}
#inside-additional-12 a:hover {
	background:url("../images/inside-additional.jpg") -285px -396px no-repeat;
}
/*-------------------- BTN SPECIALTIES ----------------------*/
#specialties-imgs {
	background: url("../images/specialties-imgs.jpg");
	height: 158px;
}
#btns-specialties {
	background:url("../images/btns-specialties2.jpg") no-repeat;
	width:900px;
	height:64px;
	margin:0;
	padding:0;
}
#btns-specialties span {
	display: none;
}
#btns-specialties li, #btns-specialties a {
	height:64px;
	display:block;
} /* change height here also */
#btns-specialties li {
	float:left;
	list-style:none;
	_display:inline;
}
#btns-specialties-01, #btns-specialties-02, #btns-specialties-03, #btns-specialties-04 {
	width: 225px;
	margin-left: 0px;
}
/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#btns-specialties-01 a:hover {
	background:url("../images/btns-specialties2.jpg") -0px -65px no-repeat;
}
#btns-specialties-02 a:hover {
	background:url("../images/btns-specialties2.jpg") -225px -65px no-repeat;
}
#btns-specialties-03 a:hover {
	background:url("../images/btns-specialties2.jpg") -450px -65px no-repeat;
}
#btns-specialties-04 a:hover {
	background:url("../images/btns-specialties2.jpg") -675px -65px no-repeat;
}
/* -------------------------- BTN ADDITIONAL AREAS --------------*/

#btns-additional {
	background:url("../images/btns-additional.jpg") no-repeat;
	width:900px;
	height:189px;
	margin:0;
	padding:0;
}
#btns-additional span {
	display: none;
}
#btns-additional li, #btns-additional a {
	height:63px;
	display:block;
} /* change height here also */
#btns-additional li {
	float:left;
	list-style:none;
	_display:inline;
	width: 225px;
}
/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#btns-additional-01 a:hover {
	background:url("../images/btns-additional.jpg") -0px -189px no-repeat;
}
#btns-additional-02 a:hover {
	background:url("../images/btns-additional.jpg") -225px -189px no-repeat;
}
#btns-additional-03 a:hover {
	background:url("../images/btns-additional.jpg") -450px -189px no-repeat;
}
#btns-additional-04 a:hover {
	background:url("../images/btns-additional.jpg") -675px -189px no-repeat;
}
#btns-additional-05 a:hover {
	background:url("../images/btns-additional.jpg") -0px -252px no-repeat;
}
#btns-additional-06 a:hover {
	background:url("../images/btns-additional.jpg") -225px -252px no-repeat;
}
#btns-additional-07 a:hover {
	background:url("../images/btns-additional.jpg") -450px -252px no-repeat;
}
#btns-additional-08 a:hover {
	background:url("../images/btns-additional.jpg") -675px -252px no-repeat;
}
#btns-additional-09 a:hover {
	background:url("../images/btns-additional.jpg") -0px -315px no-repeat;
}
#btns-additional-10 a:hover {
	background:url("../images/btns-additional.jpg") -225px -315px no-repeat;
}
#btns-additional-11 a:hover {
	background:url("../images/btns-additional.jpg") -450px -315px no-repeat;
}
#btns-additional-12 a:hover {
	background:url("../images/btns-additional.jpg") -675px -315px no-repeat;
}
/* ------------------- BTN VIDEO TABS -----------------------------*/
#btns-video {
	background:url("../images/btns-video.jpg") no-repeat;
	width:450px;
	height:187px;
	margin:0;
	padding:0;
}
#btns-video span {
	display: none;
}
#btns-video li, #btns-video a {
	height:62px;
	display:block;
} /* change height here also */
#btns-video li {
	float:left;
	list-style:none;
	_display:inline;
	position:relative;
}
#btns-video-01, #btns-video-02, #btns-video-03, #btns-video-04, #btns-video-05, #btns-video-06 {
	width: 225px;
	margin-left: 0px;
}
/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#btns-video-01 a:hover {
	background:url("../images/btns-video.jpg") -0px -187px no-repeat;
}
#btns-video-02 a:hover {
	background:url("../images/btns-video.jpg") -225px -187px no-repeat;
}
#btns-video-03 a:hover {
	background:url("../images/btns-video.jpg") -0px -249px no-repeat;
}
#btns-video-04 a:hover {
	background:url("../images/btns-video.jpg") -225px -249px no-repeat;
}
#btns-video-05 a:hover {
	background:url("../images/btns-video.jpg") -0px -311px no-repeat;
}
#btns-video-06 a:hover {
	background:url("../images/btns-video.jpg") -225px -311px no-repeat;
}
/* ------------------------footer framework ------------------------ */
#footer {
	width:900px;
	margin:0 auto;
	text-align:center;
	padding-top: 20px;
}
#footer p {
	color:#fff;
	margin-bottom:10px;
}
#footer a:link, #footer a:visited {
	color:#fff;
}
#footer a:hover, #footer a:active {
	color:#5b83b8;
}
#footer ul li a {
	text-decoration: none;
}
#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; /* adjusts the spacing between each li display and border-left */
	display: inline;
	border-left: 1px solid #fff;
}
#footer li.first {
	border: none;
}
/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
/* ------------------------ horizontal sprite nav ------------------------ */
#nav {
	background:url("../images/nav.jpg") no-repeat;
	width:900px;
	height:37px;
	margin:0;
	padding:0;
}
#nav span {
	display: none;
}
#nav li, #nav a {
	height:37px;
	display:block;
} /* change height here also */
#nav li {
	float:left;
	list-style:none;
	_display:inline;
	position:relative;
}
#nav-01 {
	width: 65px;
	margin-left: 19px;
}
#nav-02 {
	width: 162px;
}
#nav-03 {
	width: 130px;
}
#nav-04 {
	width: 149px;
}
#nav-05 {
	width: 130px;
}
#nav-06 {
	width: 104px;
}
#nav-07 {
	width: 130px;
}
/*-------------- (-79px) X position of button / (-37px) height of image from above ------------- */
#nav-01 a:hover {
	background:url("../images/nav.jpg") -19px -37px no-repeat;
}
#nav-02 a:hover {
	background:url("../images/nav.jpg") -84px -37px no-repeat;
}
#nav-03 a:hover {
	background:url("../images/nav.jpg") -246px -37px no-repeat;
}
#nav-04 a:hover {
	background:url("../images/nav.jpg") -376px -37px no-repeat;
}
#nav-05 a:hover {
	background:url("../images/nav.jpg") -525px -37px no-repeat;
}
#nav-07 a:hover {
	background:url("../images/nav.jpg") -652px -37px no-repeat;
}

body#index #nav-01 {
	background:url("../images/nav.jpg") -19px -37px no-repeat;
}
body#about #nav-02 {
	background:url("../images/nav.jpg") -84px -37px no-repeat;
}
body.areas #nav-03 {
	background:url("../images/nav.jpg") -246px -37px no-repeat;
}
body#testimonials #nav-04 {
	background:url("../images/nav.jpg") -376px -37px no-repeat;
}
body#contact #nav-05 {
	background:url("../images/nav.jpg") -525px -37px no-repeat;
}
body#charitable #nav-07 {
	background:url("../images/nav.jpg") -652px -37px no-repeat;
}

/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
	background-color:#fff;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
}
#nav li ul li {
	height:20px; /* Height of each drop down nav item */
	border:1px solid #272727;
	border-top:none;
}
#nav li ul li a {
	width:100%;
	height:20px;	/* Height of each drop down nav item, should match above */
	line-height:20px;	 /* Height of each drop down nav item again, should match above */
}
#nav li ul li a span {
	display:block;
	padding-left:5px;
}
/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#272727;
	text-decoration:none;
}
#nav li:hover ul, #nav li.sfHover ul {
	left: auto;
}
/* Hover styles for drop down items */
#nav-03 ul a:hover {
	background-image:none;
	background-color:#5b83b8;
	color:#FFFFFF;
	text-decoration:none;
}
/* width of drop down nav - choose width that allows items to display on one line */
#nav-03 ul, #nav-03 li {
	width:250px;
}
#column-right2 {
	width:600px;
	float:left;
}
body#index div.column-right2 {
	width:380px;
	height:200px;
	float:left;
	padding-left:40px;
	padding-top:4px;
	margin-left:25px;
	background: url("../images/homepage.png") no-repeat;
}
#spacing5 {
margin-left:10px;
margin-top:20px;
width: 300px;
height:10px;
float:left;
}
#column-right1 {
	width:380px;
	height:320px;
	float:left;
	padding-left:50px;
	padding-top:4px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:50px;
	background: url("../images/new.png") no-repeat;
}

#spacing {
margin-left:10px;
margin-top:10px;
width: 180px;
height:10px;
float:left;
}
#spacing1 {
margin-left:10px;
margin-top:10px;
width: 180px;
height:30px;
float:left;
}
#spacing2 {
margin-left:10px;
margin-top:10px;
width: 180px;
height:60px;
float:left;
}
#spacing3 {
margin-left:10px;
margin-top:10px;
width: 180px;
height:45px;
float:left;
}
#spacing4 {
margin-left:10px;
margin-top:10px;
width: 180px;
height:70px;
float:left;
}

#translate {
 width: 900px;
 position: absolute;
 left: 73%;
 margin-left: -450px;
 margin-top: 70px;
 color: #000;
 z-index: 10;
}

#translate select {
 height: 25px;
 font: normal 13px Arial, Helvetica, sans-serif;
 padding-top: 2px;
}