/* CSS Document */

#main {
	width: 989px; position:relative; margin: 0 auto; text-align: left; z-index: 1;
}

#contentCont {
	width: 989px; left: 0px; top: 0px; position:absolute; z-index: 2;
	background-image: url(images/contentBg.jpg); background-repeat: repeat-y; background-position:center;
}

#header {
	width: 975px; height: 190px; left: 7px; top: 0px; position:absolute; z-index: 3;
}

#nav {
	width: 208px; height: 400px; left: 7px; top: 190px; position:absolute; z-index: 4;
}

#pgTitle {
	width: 566px; height: 40px; top: 173px; left: 392px; position:absolute; z-index: 5;
}

#content {
	width: 725px; min-height:350px; height:auto !important; height:350px; margin-top: 232px; margin-left: 229px;
}

#footer {
	width: 989px; height: 125px; text-align: center; background-color:#F0E29F;
}

#homepagetext {
	width: 989px; height: 125px; margin-bottom:30px; text-align: center; background-color:#F0E29F;
}

#homepageleft {
	width:50%; float:left; margin-left:20px;
}

#homepageright {
	width:45%; float:right;
}


body {
        background-color:#F0E29F;
		margin: 0 auto;
		padding: 0;
		text-align: center;
}


/* This is the CSS for the general text size and style */

.genText {
		font-family: Arial, Helvetica, Serif;
		font-size: 13px;
		color: #000000;
}

.genText A:visited {
	color:#660000;
	text-decoration: none;
}

.genText A:link {
	color:#660000;
	text-decoration: none;
}

.genText A:hover {
	color:#000066;
	text-decoration: none
}

/* This is the CSS for any unordered lists */

.genList A:visited {
	color:#660000;
	text-decoration: none;
}

.genList A:link {
	color:#660000;
	text-decoration: none;
}

.genList A:hover {
	color:#000066;
	text-decoration: none
}

.genList li {
	padding-bottom: 3px;
}

/* This is the CSS for the secondary navigation */
/* and copyright information at the bottom */

.footText {
		font-family: Arial, Helvetica, Serif;
		font-size: 11px;
		color: #000000;
}

.footText A:visited {
	color:#660000;
	font-weight: bold;
	text-decoration: none;
}

.footText A:link {
	color:#660000;
	font-weight: bold;
	text-decoration: none;
}

.footText A:hover {
	color:#000066;
	font-weight: bold;
	text-decoration: none
}



.subTitle {
        font-family : Helvetica, Arial, Verdana, sans-serif;
        font-size: 20px;
        color : #000000;
		font-weight: bold;
		padding:0px;
		margin:0px;
}

#backLink {
	width: 740px; height: 20px; text-align: right; padding:15px 0px 15px 0px;
}


/* This is the CSS for form elements */

.formBox {
	background-color:#FAFAFA;
	border: 1px solid #810000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 3px 0px 10px 0px;
}

.formButton {
	background-color:#FAFAFA;
	border: 1px solid #810000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #810000;
}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


#gallery, #gallery a {
	display:block;
	width:400px;
	height:240px;
	margin:0 0 15px 0;
	}
#gallery a { background:url(../img/laser-before-after.jpg) no-repeat 0 0; }

#gallery a:link, #gallery a:visited { background:url(/img/laser-before-after.jpg) no-repeat 0 0; }
#gallery a:hover, #gallery a:active { background:url(/img/laser-before-after.jpg) no-repeat 0 -250px; }
