/* CSS Document */

html, body, form, img {margin:0; padding:0; border:0}
html {font-size:100%}
body {
	font:.75em/1.4 verdana,arial,sans-serif;
	background:#9fbec1 url(../images/body_bg.gif) repeat-x 0 0;
	color:#000}

/* Universal Properties ----------------------------------------------- */
p, ul, li, h1, h2, h3 {margin:0 10px 1em; padding:0}

abbr, acronym {cursor:help}

/* ---- links ---- */
a:hover {text-decoration:none}

/* ---- lists ---- */
ul {margin-left:35px}
li {margin-right:0; margin-bottom:5px}
ul li ul {margin-top:10px}

/* ---- headings ---- */
h1 {
	font-size:1.8em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#7a8500;
	border-bottom:2px solid #4b5200;
}

h2 {
	font-size:1.3em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#7a8500;
	font-style:italic
}
h3 {font-size:1.2em}

/* ---- container ---- */

#container {
	margin:0 auto;
	width:770px;
	background:url(../images/container_bg.gif) repeat-y 0 0;
}

#wrapper {}

/* --- top area ---- */

#top {
	width:758px;
	height:113px;
	margin-left:6px;
	color:#4b5200;
	background:#FFF;
}

#top a {color:#4b5200;}

#navigation {
	width:758px;
	height:36px;
	margin-left:6px;
	background:url(../images/navigation_bg.gif) repeat-x 0 0;
}

/* ---- main navigation ---- */

.h_nav {
	font-weight:bold;
	color:#FFF;
}

.h_nav ul {
	margin:0;
	padding:0;
	float:left;
	position:relative;
	left:16px;
	width:84%;
}

.h_nav ul li {display:inline; margin:0}

.h_nav ul li a {
	float:left;
	color:#FFF;
	padding:7px 18px;
	text-decoration:none;
}

.h_nav ul li a:visited {color:#FFF}

.h_nav ul li a:hover, .h_nav ul li.selected a {
	color:#FFF !important;
	background:url(../images/navigation_bg.gif) repeat-x 0 -36px;
}

/* ---- test size ---- */

.text_menu {
	float:right;
	top:0;
	right:0;
}

.text_menu, .text_menu ul, .text_menu li {
	margin:0;
	padding:0;
	border:0;
	display:block;
	list-style:none}

.text_menu li {
	width:95px;
	font-weight:bold;
	margin:0 0 0 -1px;
	border-left:1px solid #FFF;
	float:left;
	position:relative;
	z-index:5}
	
.text_menu li li {
	width:94px;
	margin:-1px 0 0 -1px;
	border:none;
	float:left;
	border:1px solid #4b5200;
	position:relative;
	display:block;
	z-index:5}

.text_menu li:hover {
	z-index:10000;
	white-space:normal}

.text_menu ul {
	visibility:hidden;
	position:absolute;
	z-index:10;
	left:0;
	top:0;
	margin:1px 0 0 -20px;
	padding:0 0 20px 20px;
	/* background:#F00; /* uncomment this if you want to see the "safe" area */
	background-image:url(../images/empty.gif)}

.text_menu ul ul {
	margin:-20px 0 0 1px;
	padding:20px 20px 20px 0;
}

.text_menu li:hover>ul {visibility:visible; top:100%}
.text_menu li li:hover>ul {top:0; left:100%}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.text_menu:after, .text_menu ul:after {content:"."; height:0; display:block; visibility:hidden; overflow:hidden; clear:both}
.text_menu, .text_menu ul {min-height:0}	/* IE7 float clear: */
/* -- float.clear.END --  */

.text_menu a {
	padding:7px 8px;
	text-decoration:none;
	color:#FFF;
	background:#7a8500 url(../images/textsize_arrowup.gif) no-repeat 74px 11px;
	display:block;
}

/* Text Size selected colors */
.text_menu li li a.size_M {background:#7a8500}
.text_menu li li a.size_L {background:#4b5200}
.text_menu li li a.size_XL {background:#4b5200}

/* .menu a:hover {} */
.text_menu li:hover>a:hover {background:#4b5200 url(../images/textsize_arrowover.gif) no-repeat 74px 11px; color:#FFF} /* parent on parent-hover */
.text_menu li li:hover>a:hover {background:#7a8500; color:#FFF} /* child on child-hover */
.text_menu li:hover>a {background:#4b5200 url(../images/textsize_arrowover.gif) no-repeat 74px 11px; color:#FFF} /* parent on child-hover */

/* ---- content area ---- */

#middle {
	width:758px;
	height:198px;
	margin-left:6px;
	background:url(../images/middle_bg.gif) repeat-x 0 0;
}

#facility {
	width:392px;
	height:191px;
	float:left;
	clear:left;
	background:url(../images/facility_pic.gif) no-repeat 0 0;
}

#testimony {
	width:366px;
	height:191px;
	float:right;
	clear:right;
}

.testimony_00 {width:366px; height:191px; background:url(../images/testimony_00.gif) no-repeat 0 0;}
.testimony_01 {width:366px; height:191px; background:url(../images/testimony_01.gif) no-repeat 0 0;}
.testimony_02 {width:366px; height:191px; background:url(../images/testimony_02.gif) no-repeat 0 0;}
.testimony_03 {width:366px; height:191px; background:url(../images/testimony_03.gif) no-repeat 0 0;}
.testimony_04 {width:366px; height:191px; background:url(../images/testimony_04.gif) no-repeat 0 0;}
.testimony_05 {width:366px; height:191px; background:url(../images/testimony_05.gif) no-repeat 0 0;}

#header {
	width:722px;
	min-height:55px;
	height:auto !important;
	height:55px;
	padding:27px 24px 0 24px;
}

#content {
	width:484px;
	min-height:300px;
	height:auto !important;
	height:300px;
	padding-left:24px;
	float:left;
	font:1.1em/1.6 Verdana, Arial, Helvetica, sans-serif;
}

#content a, #sidebar a {color:#7a8500}

.sig {margin-left:280px; font-style:italic}

hr {
	color:#007783;
	height:1px;
	background:#007783;
	width:96%;
	border:0;
	margin:20px 0
}

#sidebar {
	width:229px;
	height:300px;
	float:left;
	padding-right:24px;
}

#sidebar img.bigpic {border:4px solid #007783; margin-top:4px}
#sidebar img.smallpic {border:2px solid #007783}

#footer {
	width:738px;
	height:38px;
	border:10px solid #FFF;
	margin-left:6px;
	clear:both;
	text-align:center;
	font-size:.9em;
	line-height:1.4em;
	color:#FFF;
	padding-top:5px;
	background:#007783;
}

#footer a {color:#FFF}

/* ---- Forms ---- */
fieldset {display:inline; border:none}
fieldset p {margin-left:0; margin-right:0}
fieldset span {color:#F00; font-weight:bold}
fieldset dl {margin:0; padding:0}
fieldset dt {margin:13px 0 1px; font-weight:normal}

label {cursor:pointer}
input, textarea, select {
	width:350px;
	padding:4px;
	border:1px solid #CCC;
	font:1em verdana,sans-serif;
	border-top-color:#a1a592;
	border-left-color:#a1a592;
	background:#FFF;
	color:#333}
textarea {overflow:auto}

input:hover, textarea:hover, select:hover {
	border:1px solid #602C05;
	background:#FFF}
input:focus, textarea:focus, select:focus {
	border:1px solid #303f00;
	background:#FFF;
	color:#000}
input.radio, input.check {
	width:auto;
	margin:0 5px -3px;
	border:none;
	background:none}

input.submit, input.reset {cursor:pointer; margin:2em 0 0; width:130px}
input.submit {margin-right:51px; background:#007783 url(../images/submit.gif) repeat-x 0 0; color:#FFF}
input.reset {background:#bdc1b0}

input.submit:hover, input.reset:hover, input.submit:focus, input.reset:focus {border:1px solid #007783; background:#00A8B8; color:#FFF}
input.submit:hover, input.reset:hover {border-top-color:#000; border-left-color:#000}
input.submit:focus {background:#007783}
input.reset:hover {background:#E0E2DA; color:#000}
input.reset:focus {background:#E0E2DA; color:#000}

input#city {width:244px}
input#state {width:30px}
input#zip {width:46px}

input.validation-failed, textarea.validation-failed, select.validation-failed {
	border:1px solid #F00;
	color:#F00}
.validation-advice {
	margin:0 0 5px;
	padding:4px;
	background:#ECF1DC;
	font-size:.9em;
	color:#F00;
	width:307px}
html>body .validation-advice {background:transparent}

/* ---- Lightbox 2.02 ---- */

#lightbox {
	position:absolute;
	top:40px;
	left:0;
	width:100%;
	z-index:100;
	text-align:center}

#outerImageContainer {
	position:relative;
	background:#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/lightbox_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/lightbox/lightbox_prev.gif) left 15% no-repeat}
#nextLink:hover, #nextLink:visited:hover {background:url(../images/lightbox/lightbox_next.gif) right 15% no-repeat}


#imageDataContainer {
	margin:0 auto;
	font-size:.8em;
	background:#FFF}

#imageData {padding:0 10px}
#imageData #imageDetails {width:70%; float:left; text-align:left}
#imageData #caption {font-weight:bold}
#imageData #numberDisplay {font-size:.9em; display:block; clear:left; padding-bottom:1.0em}
/*#imageData #bottomNavClose {width:66px; float:right; padding-bottom:0.7em}*/
#imageData #bottomNavClose {	
	position:relative;
	left:70px;
	margin:4px 0;
	width:66px;
	height:27px;
	background:url(../images/lightbox_close.gif) no-repeat 100% 0;
}
		
#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>body .clearfix {
	display:inline-block; 
	width:100%}

* html .clearfix {
	/* Hides from IE-mac \*/
	height:1%;
	/* End hide from IE-mac */
	}

/* ---- photo tour ---- */

ul#tour {margin:0 0 1em 10px; padding:2em 0 0; list-style:none}
ul#tour li {margin:0 16px .25em 0; padding:0; float:left; display:inline}
html>body ul#tour li {margin-bottom:2em}
ul#tour li.last {margin-right:0} /* this class is added using js */
ul#tour a {
	display:block;
	padding:5px;
	background:#7a8500}
ul#tour a:hover {
	background:#a8b800;
	border:0}