@charset "utf-8";
/* CSS Document */
/* @reset
-------------------------------------------------------*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, table, th, td {margin: 0; padding: 0;}
html {overflow-y: scroll;}
h1, h2, h3, h4, h5, h6 {font-size: 100%;}
img {border: 0;}
a {outline: none;}
/*Old CSS*/
body {background: url(images/bg.jpg); color: #292622; font: 12px/14px Georgia, Georgia, serif;}
img {border: 0px;}
/* Text */
h1, h2, h3, h4, h5, h6 {padding-bottom: 10px;}
h1 {font-size: 22px; line-height: 24px; color: #591b06; font-variant: small-caps; border-bottom: 1px solid #591b06; padding-bottom: 10px; margin-bottom: 10px;}
h2 {font-size: 18px; line-height: 20px; color: #330f02;}
h3 {font-size: 16px; line-height: 18px; color: #330f02; font-style: italic; }
h4 {font-size: 14px; line-height: 16px; color: #67200c; font-variant: small-caps;}
h5 {color: #330f02; font-style: italic;}
h6 {color: #67200c; font-variant: small-caps;}
p {padding-bottom: 15px;}
.large {font-size: 14px; color: #8c3210; line-height: 12px;}
address {font-size: 12px; padding-bottom: 10px; color: #292622; font-style: normal;}
a:link {color: #591b06;}
a:visited {color: #591b06;}
a:hover {color: #8c3210;}
ul {list-style: circle outside url(images/bullet.gif); font-size: 12px; margin-left: 35px; padding-bottom: 15px;}
li {padding-bottom: 3px;}
.ProgramH1 {font-size: 16px; line-height: 18px; color: #591b06; border-bottom: 1px solid #591b06; padding-bottom: 10px;}
.ProgramH2 {font-size: 14px; line-height: 16px; border-bottom: 0px; padding-bottom: 0px; padding-top: 10px;}
/* Layout */
.wrapper {
	width: 855px;
	margin: 0px auto; padding-bottom: 99px;
	position: relative;
	background: url(images/content-bg.jpg) repeat-y;
}
.flash {
	width: 779px; height: 496px;
	margin: 0px auto;
	/* background: url(images/flash-holder.jpg); */
}
.content {
	width: 700px;
	margin: 20px auto 10px auto;
	font-size: 12px;
}
.content .right1 {
	width: 220px; float: right;
	margin-left: 24px;
}
.content .left1 {

}
.content .right2 {
	margin-left: 250px;
}
.content .left2 {
	width: 220px; float: left;
	margin-right: 24px;
}
.footer {
	width: 855px; height: 99px;
	position: absolute; bottom: 0px; left: 0px;
	background: url(images/footer.jpg) no-repeat;
}
.footer p{
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
}
.footer p.nav {
	padding: 10px 0px 5px 0px;
}
.footer p.copy {
	font-size: 10px;
	color: #ccc8bd;
}
.footer p a:link {color: #FFFFFF; text-decoration: none;}
.footer p a:visited {color: #FFFFFF; text-decoration: none;}
.footer p a:hover {color: #FFFFFF; text-decoration: underline;}

.footer p.links {
	bottom: 5px;
	font-size: 8px;
	left: 350px;
	margin: 0;
	padding: 0;
	position: absolute;
}
.footer p.links a {color: #CEC7BD;}

.mapdiag {
	width: 200px; padding-right: 10px; text-align: center;
}
#map2 {
	width: 400px; height: 200px; margin: 10px auto 0px auto; border: 1px dashed #b9ada1
}

/*------------ css for lightbox javascript effect on Facility page ---------------*/
#lightbox{
	position: absolute;
	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/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink, #prevLink:visited { background: url('images/lightbox/prevlabel.gif') no-repeat left 15%; }
#nextLink, #nextLink:visited { background: url('images/lightbox/nextlabel.gif') no-repeat right 15%; }

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#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;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
