/* general look of document - fonts, background, etc */
body{
	font-family: Arial,sans-serif;
	font-size:16px;
	color:#333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
}
/* the way the links behave */
a:link, a:visited, a:hover {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #000;
}

h2{
 font-size: 114%;
 color: #000;
}

h3{
 font-size: 100%;
 color: #000;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #000;
}

h5{
 font-size: 100%;
 color: #000;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	width: 100%;
}
/* style and position of the content box */
#content{
	position:absolute;
	top:125px;
	right:15px;
	bottom:50px;
	left:165px;
	min-height:200px;
	min-width:575px;
	overflow:auto;
	margin: 0 5px 0 0;
	padding: 0 3% 0 0;
	border:2px solid gray;
	background-color: #D8F3F8;
	z-index:99;
}

/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

/************* #siteInfo styles ***************/
/* the text links on the bottom */
#siteInfo{
	position:absolute;
	left:170px;
	bottom:7px;
	font-size: 75%;
	color: #666666;
	padding: 10px;
	margin-top: 0px;
}

#siteInfo a:link,a:visited {
	color: #666666;
	text-decoration: none;
}

#siteInfo a:hover {
	color: black;
	text-decoration: underline;
}


/************** #images **************/


#logo {
	border:0px none;
	height:118px;
	width:390px;
	background:url(images/logo.gif);
	margin-left:20px;
	margin-top:10px;
	display:block;
	text-indent:-9999px;
	z-index:2;
}

#ds {
	border:0px none;
	height:260px;
	width:190px;
	background:url(images/ds.gif) bottom left no-repeat;
	display:block;
	overflow:hidden;
	position:fixed;
	left:10px;
	top:400px;
	text-indent:-9999px;
	z-index:2;
	filter:alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;
}
#services {
	border: 0px none;
	height: 26px;
	width: 167px;
	position:absolute;
	top:127px;
	left:0px;
	text-indent: -9999px;
}
a#services {
	background: url("images/services.gif");
	text-decoration: none;
	display: block;
}
a#services:hover {
	background-position: -167px 0;
}
#beforeandafter {
	border: 0px none;
	height: 34px;
	width: 167px;
	position:absolute;
	top:153px;
	left:0px;
	text-indent: -9999px;
}
a#beforeandafter {
	background: url("images/beforeafter.gif");
	text-decoration: none;
	display: block;
}
a#beforeandafter:hover {
	background-position: -167px 0;
}
#testimonials {
	border: 0px none;
	height: 30px;
	width: 167px;
	position:absolute;
	top:187px;
	left:0px;
	text-indent: -9999px;
}
a#testimonials {
	background: url("images/testimonials.gif");
	text-decoration: none;
	display: block;
}
a#testimonials:hover {
	background-position: -167px 0;
}
#feesandpolicies {
	border: 0px none;
	height: 32px;
	width: 167px;
	position:absolute;
	top:217px;
	left:0px;
	text-indent: -9999px;
}
a#feesandpolicies {
	background: url("images/feespolicies.gif");
	text-decoration: none;
	display: block;
}
a#feesandpolicies:hover {
	background-position: -167px 0;
}
#contact {
	border: 0px none;
	height: 27px;
	width: 167px;
	position:absolute;
	top:249px;
	left:0px;
	text-indent: -9999px;
}
a#contact {
	background: url("images/contact.gif");
	text-decoration: none;
	display: block;
}
a#contact:hover {
	background-position: -167px 0;
}
#links {
	border: 0px none;
	height: 31px;
	width: 167px;
	position:absolute;
	top:276px;
	left:0px;
	text-indent: -9999px;
}
a#links {
	background: url("images/links.gif");
	text-decoration: none;
	display: block;
}
a#links:hover {
	background-position: -167px 0;
}

/* ================ LIGHTBOX STUFF ==================== */
/* do no edit below this line - before and after image effects here */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(./images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(./images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(./images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

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

* html&gt;body .clearfix {
	display: inline-block; 
	width: 100%;
	}

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