@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #E3E6EA;
	font-family: Verdana;
	margin-top: 15px;
	background-image: url(/images/bk.jpg);
	background-repeat: repeat;
}
h1 {
	color: #30719B;
	text-align: center;
	font-size: 1.1em;
}
h2 {
	color: #F00;
	font-size: 16px;
}
h3 {
	text-align: left;
	margin: 0px;
	color: #30719B;
	font-style: italic;
	font-weight: bold;
	padding: 5px;
}
h4 {
	color: #30719B;
	text-align: center;
	font-size: 12px;
}
h5 {
	display: inline;
	color: #E5753C;
	font-size: 1em;
	font-weight: bold;
	text-transform: capitalize;
	letter-spacing: 1px;
}
h6 {
	color: #30719B;
	margin-top: 5px;
	text-align: left;
}
hr {
	background-color: #30A3DF;
	color: #3071AC;
}
p {
	text-indent: 20px;
	color: #666666;
	text-align: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
}
#wrapper {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	background-color: #FFF;
}
#wrapper #header {
	background-image: url(images/header.png);
	height: 125px;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: top;
}
#wrapper #header #logo {
	float: left;
	width: 140px;
}
#wrapper #header #navigation {
	margin-top: 75px;
	float: right;
}
#wrapper #header #navigation #menu {
	list-style-type: none;
}
#wrapper #header #navigation #menu li {
	display: inline;
}
#wrapper #header #navigation #menu a {
	text-decoration: none;
	color: #FFF;
	text-align: center;
	text-transform: capitalize;
	padding-top: 7px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	background-image: url(../images/tab.png);
	background-repeat: repeat-x;
	background-position: top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
}
#wrapper #header #navigation #menu a:hover {
	color: #FFF;
	background-image: url(/images/button_over.png);
	background-repeat: repeat-x;
	background-position: center;
	padding-top: 5px;
}
#wrapper #header #navigation #menu .active {
	color: #FFF;
	background-image: url(/images/button_over.png);
	background-repeat: repeat-x;
	background-position: center;
	padding-top: 5px;
}
#wrapper #content {
}
#wrapper #content #list {
	text-align: center;
	float: left;
	width: 150px;
	background-image: url(/images/items.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#wrapper #content #list #items {
	list-style-type: none;
	margin-bottom: 45px;
}
#wrapper #content #list #items li {
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
	font-style: normal;
	text-transform: capitalize;
	font-weight: bold;
}
#wrapper #content #list #items li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 97px;
	background-image: url(/images/button.png);
	background-repeat: repeat-x;
	background-position: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-color: #333;
	text-align: center;
	padding-right: 22px;
	padding-left: 20px;
}
#wrapper #content #list #items li a:hover {
	color: #FFF;
	background-image: url(/images/button_over.png);
	background-repeat: repeat-x;
	background-position: center;
	font-style: italic;
	text-align: right;
}
#wrapper #content #list #items li .active2 {
	color: #FFF;
	background-image: url(/images/button_over.png);
	background-repeat: repeat-x;
	background-position: center;
	font-style: italic;
	text-align: right;
}
#wrapper #content #list #adspace {
	text-align: center;
	width: 140px;
}
#wrapper #content #main {
	margin-left: 165px;
	text-align: center;
	margin-right: 25px;
}
#wrapper #content #main p a {
	font-size: 11px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
#wrapper #content #main p a:hover {
	color: #30719B;
	text-decoration: underline;
}
#wrapper #content #main .floatLeft {
	float: left;
	margin-top: 15px;
	margin-right: 20px;
	margin-left: 20px;
}
#wrapper #content #main .floatRight {
	margin: 20px;
	float: right;
}
#wrapper #content #main #box {
}
#wrapper #content #main #box #info {
	float: right;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #30719B;
	padding-left: 15px;
	margin-top: 45px;
	margin-right: 20px;
	margin-bottom: 25px;
	margin-left: 15px;
}
#wrapper #content #main #box a {
	color: #30719B;
	text-transform: capitalize;
	font-size: 0.7em;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	margin-bottom: 15px;
}
#wrapper #content #main #box a:hover {
	color: #E5753C;
}
#wrapper #content #main form {
	text-align: center;
}
#wrapper #content #main #wood {
	font-size: 0.7em;
	color: #9AAFBE;
	text-align: left;
	clear: right;
	margin-left: 200px;
}
#wrapper #content #main .clear  {
	clear: both;
}

#wrapper #content #clear {
	clear: both;
	background-image: url(images/yaquinahead.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 120px;
	text-align: center;
}
#wrapper #content #clear a {
	font-size: 0.7em;
	text-decoration: none;
	color: #30719B;
}
#wrapper #content #clear a:hover {
	font-weight: bold;
	color: #E5753C;
}
#wrapper #footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
#footer {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	color: #30719B;
	text-align: center;
	line-height: 20px;
	margin-bottom: 15px;
	background-image: url(/images/footer.png);
	background-repeat: no-repeat;
	border: 1px solid #000;
	background-position: center bottom;
	height: 22px;
	font-weight: bold;
}
#footer a {
	color: #333;
	text-decoration: none;
	margin-left: 50px;
	letter-spacing: 1px;
}
#footer a:hover {
	color: #30719B;
	text-decoration: underline;
}
#thumbBox { /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	visibility: hidden;
	z-index: 10;
	cursor: pointer;
	padding-top: 10px;
	border: 1px solid #000000;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(images/zoom.png);
	background-repeat: repeat;
	background-position: left bottom;
	background-color: #CCC;
}
#thumbBox .footerbar { /*Footer DIV of thumbbox that contains "close" link */
	line-height: 1em;
	color: #E1E1E1;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	letter-spacing: 3px;
}
#thumbBox #thumbImage { /*DIV within thumbbox that holds the enlarged image */
	background-color: white;
}
#thumbLoading { /*DIV for showing "loading" status while thumbbox is being generated*/
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	background-color: #EFEFEF;
	padding: 5px;
	z-index: 5;
}
form {
	font-size:11px;
	text-align:center;
	font-family: Tahoma, Geneva, sans-serif;
}
form legend {
	border:0px;
}
form fieldset {
	width:540px;
	border:1px solid #999;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-left: auto;
	margin-right: auto;
}
form legend {
	padding:10px;
}
form label {
	width:140px;
	font-weight:bold;
	float:left;
	text-align:right;
	padding:0 0px 0 0;
}
form label strong {
	color:#C30;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
form .input {
	width:380px;
	border:1px solid #ccc;
	margin:0 0 10px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
form textarea {
	width:380px;
	height:80px;
	border:1px solid #ccc;
	margin:0 0 10px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#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(../gallery/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(../gallery/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../gallery/images/nextlabel.gif) right 15% no-repeat; }


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

#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;
	}