/* CSS RESET
----------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, fieldset, legend, 
dl, dt, dd, ol, ul, li, 
form, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}


/* BASIC HTML ATTRIBUTES
----------------------------------------------------------------- */

body {
  background: #A5801D url(/im/bg/body.gif) repeat-x 0 0;
	margin: 0;
	padding: 0;
	color: #000;
}

a {
	color: #996600;
}

a:hover {
  text-decoration: none;
}

a:visited {
  color: #996633;
}

h1 {
  font-size: 2em;
	color: #000;
	margin-bottom: 0.3em;
  letter-spacing: -.05em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
  font-size: 1.4em;
	margin-bottom: 1.2em;
	color: #A5801D;
	border-bottom: 1px dotted #A5801D;
}

h3 {
  font-size: 1.4em;
	margin-bottom: 1.2em;
}

h4 {
  font-size: 2.0em;
	color: #000;
	margin-bottom: 0;
	font-family: Geneva, "Times New Roman", Times, serif;
}

p {
  margin-bottom: 1.4em;
}

ul {
	margin: 0 0 1.4em 1.4em;
}


/* SITE STRUCTURE
----------------------------------------------------------------- */

#outerContainer {
  width: 760px;
	margin: 0 auto;
}

#contentContainer {
  background-color: #FFF;
	padding: 15px;
	font: 0.75em Arial;
}

#mainNav {
  margin: 0;
}

#mainNav li {
  float: left;
	list-style-type: none;
	margin: 0 2px 0 0;
	padding: 0;
}

#mainNav li a {
	background: transparent url(/im/bg/nav.gif) no-repeat 0 0;
	height: 20px;
	width: 120px;
	text-align: center;
	display: block;
	padding: 10px 0 0 0;
	text-decoration: none;
	font: bold 1em Georgia, "Times New Roman", Times, serif;
	letter-spacing: -2px;
}

#mainNav li a:hover {
  color: #e5f99f;
}

.photoWrapper {
  overflow: hidden;
	width: 730px;
	position: relative;
}

.photoCover {
  background: transparent url(/im/bg/imageCover.png) no-repeat 0 0;
	height: 310px;
	width: 248px;
	position: absolute;
	z-index: 1;
	left: 6px;
	top: 6px;
}

.ie6 .photoCover {
  background: transparent url(/im/bg/imageCover.gif) no-repeat 0 0;
}

.photoCover div {
  margin-top: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	padding: 15px;
	padding-top: 200px;
	font-weight: bold;
	
}

#map {
  height: 320px;
}

.copyContainer {
	background: #C6E358 url(/im/bg/copyTop.gif) no-repeat top;
	margin-top: 12px;
	padding: 10px 15px 15px 15px;
}

.facilities {
  margin-bottom: 20px;
}

.facilities ul {
  margin: 0;
}

.facilities li {
  float: left;
	width: 200px;
	margin-right: 10px;
	background: transparent url(/im/bg/sprite.gif) no-repeat 0 -55px;
	padding: 0 0 5px 22px;
	list-style-type: none;
	list-style-image: none;
}

.ie6 .facilities li {
	margin-left: 0;
}

#footer {
  background-color: #1d5c0d;
	margin: 12px 0 0 0;
	padding: 10px;
	color: #FFF;
	font-size: 0.9em;
}

#footer a {
  color: #CCCCCC;
}

.header {
  position: relative;
	height: 50px;
}

.header address {
	font-style: normal;
	position: absolute;
	right: 0;
	top: 10px;
	text-align: right;
	font-size: 0.7em;
}



/* CLASSES AND IDs
----------------------------------------------------------------- */

.floatClear {
	border: none;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	height: 0;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	visibility: hidden;
	width: 0;
}

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

.ie6 .floatFix {
  height: 1%;
}

.ie7 .floatFix {
  display: inline-block;
}

.lightbox {
  border: 1px solid #e1ef95;
	padding: 4px;
	margin: 0 5px 5px 0;
	float: left;
	display: block;
}

.lightbox:hover {
	background-color: #FFF;
}

.last {
  margin-bottom: 0;
	margin-right: 0;
}


#gallery {
  margin-bottom: 15px;
}

/* CONTACT FORM
----------------------------------------------------------------- */

label {
  width: 190px;
  float: left;
	padding: 2px 20px 0 0;
	text-align: right;
}

legend {
  font: bold 14px Arial;
	color: #996600;
	border-bottom: 1px dotted #996600;
	margin-bottom: 20px;
}

.contactBox input,
.contactBox select,
.contactBox textarea {
  width: 200px;
	margin-bottom: 10px;
	font: 12px Arial;
	padding: 1px 0 2px 3px;
	border: 1px solid #003300;
}

.contactBox textarea {
  width: 400px;
	height: 150px;
}

.contactBox input.short {
  width: 93px;
	margin-right: 10px;
}

input:focus,
select:focus,
textarea:focus {
  background-color: #FFFF99;
}

.alert input,
.alert textarea {
  background-color: #FDF5F5;
  border-color: #FF0000;
}

.alert label,
h3.alert {
  font-weight: bold;
	color: #FF0000;
}

.buttonSubmit {
  margin: 15px 0 0 210px;
	font-weight: bold;
	padding: 6px 8px;
}

.contactBox strong {
  color: #FF0000;
	font: bold 14px Arial;
}


/* JQUERY LIGHTBOX
----------------------------------------------------------------- */

#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(/im/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(/im/lightbox/prev.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/im/lightbox/next.gif) right 50% no-repeat; }

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{
  color: #FF9834;
  font-weight:bold;
  text-decoration: none;
}

#nextLinkText{
  padding-left: 20px;
}

#prevLinkText{
  padding-right: 20px;
}

/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/

#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;	}
#imageData #helpDisplay {clear: left; float: left; display: block; }

#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; */
	display: none;
}


/* FLASH siFr TEXT REPLACEMENT
----------------------------------------------------------------- */

/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	/*visibility: hidden;*/
}
/*
.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
*/

