﻿/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #CCC url(/resources/images/bg.gif) repeat-x;
	font: 12px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #6B4F2E; 
	text-align: center;	
}

/* links */
a, a:visited {	
	color: #BE420D;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-weight: Bold; 	
	padding: 10px;
	color: #444;	
}
h1 {
	font-size: 2.9em;		
}
h2 {
	font-size: 2.5em;
}
h3 {
	font-size: 1.6em;
	font-weight: normal;	
	padding: 16px 10px 4px 0;	
}

/* Paragraph */
p { padding: 12px 10px;	}

/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;	
}
ul { list-style: none; }

/* images */
img.decorated {
	background: #FAFAFA;
    border: 1px solid #d4cc74;
	padding: 8px;
}

img.decoratedfloatleft {
	background: #FAFAFA;
    border: 1px solid #d4cc74;
	padding: 8px;
	float:left;
	margin: 5px 10px 10px 0px;
}

/* form elements */
input, select, textarea {
	padding: 5px;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 
}
option { padding-right: 0.5em; } 

#name, #email, #message, #website{
	width: 455px;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 20px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #A6CD56;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #C4DE8F #8DB836 #8DB836 #C4DE8F;
}

#map 
{
	border:solid #d4cc74 1px;
}

/*-------------------------------------------
   LAYOUT
--------------------------------------------*/ 
#wrap {
	position: relative;
	width: 952px;
	background: #FFF url(/resources/images/wrap.gif) repeat-y center top;
	margin: 40px auto 30px auto;
	text-align: left;	
}
#content {
	clear: both;	
	float: left;	
	width: 952px;						
	padding: 25px 0 60px 0;
}
#header {
	position: relative;
	width: 952px;
	height: 245px;
	background: #fff url(/resources/images/header.jpg) no-repeat;	
	color: #fff;	
	padding: 0;	
	margin: 0;	
}
#header h1#logo-text a {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 50px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	letter-spacing: -5px;
	text-decoration: none;
	color: #4f5d99;
	top: 50px;
	left: 350px;	
}
#header p#slogan {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 15px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #4f5d99;
	letter-spacing: -0.5px;
	top: 115px;
	left: 350px;		
}

#header div#scroller {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 15px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #4f5d99;
	letter-spacing: -0.5px;
	top: 160px;
	left: 350px;
	width:400px;
}

/* Navigation */
#nav {
	clear: both;	
	padding: 0;
	margin: 0;
	width: 952px;
	height: 50px;
	background: #5f9883 url(/resources/images/nav.gif) no-repeat;		
}
#nav ul {
	float: left;	
	list-style: none;	
	margin: 5px 0 0 0;
	height: 45px;
	padding: 0 0 0 40px;					
}
#nav ul li {
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
}
#nav ul li a {
	float: left;
	margin: 0;
	color: #fff;
	padding: 0 15px 0 5px;
	font: bold 15px/45px 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	text-decoration: none;		
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #43569f;	
}

#nav ul li.current {
	background: transparent url(/resources/images/tabl.gif) no-repeat;	
}
#nav ul li a.currentLink {	
	color: #43569f;
	background: transparent url(/resources/images/tabr.gif) no-repeat right top;
}

/* Main Column */
#main {
	float: left;
	width: 535px;
	padding: 0;
	margin: 0 0 0 40px;
	display: inline;	
}
#main h2 {
	font: bold 2.9em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #43569f;
	padding: 10px 0 5px 0;
	margin-left: 0;
	letter-spacing: -2px;
	border-bottom: 1px solid #d4cc74;
}
#main h2 a {
	color: #51432f;
	text-decoration: none;		
}
#main ul li {
	list-style-type:square;
}

#sidebar {
	float: right;
	width: 285px;
	padding: 0; 
	margin: 0 45px 0 0;
	display: inline;
}
#sidebar h2 {
	color: #43569f; 
	font: bold 1.9em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	text-transform: none;
	letter-spacing: -0.5px;
	padding: 15px 0 5px 0; 
	margin: 10px 0 5px 0; 	
	border-bottom: 1px solid #d4cc74;	
}

#sidebar h3 {
	color: #43569f; 
	font: bold 1.2em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	text-transform: none;
	letter-spacing: -0.5px;
	padding: 15px 0 5px 0; 
	margin: 10px 0 5px 0; 	
}

/* Tabs */
#tab {
	clear: both;	
	padding: 0;
	margin: 0;
	width: 535px;
	height: 50px;
	margin-top:4px;
	background: #5f9883;		
}
#tab ul {
	float: left;	
	list-style: none;	
	margin: 5px 0 0 0;
	height: 45px;
	padding: 0 0 0 4px;					
}
#tab ul li {
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
	list-style:none;
}
#tab ul li a {
	float: left;
	margin: 0;
	color: #fff;
	padding: 0 15px 0 5px;
	font: bold 15px/45px 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	text-decoration: none;		
}
#tab ul li a:hover, 
#tab ul li a:active {
	color: #43569f;	
}

#tab ul li.current {
	background: transparent url(/resources/images/tabl.gif) no-repeat;	
}
#tab ul li a.currentLink {	
	color: #43569f;
	background: transparent url(/resources/images/tabr.gif) no-repeat right top;
}


/* footer */
#footer {
	clear: both;
	width: 952px;
	margin: 0;
	padding: 30px 0 25px 0;
	background: #CCC url(/resources/images/footer-bottom.gif) no-repeat left top;			
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-size: 0.95em;
	color: #777;	
	text-align: center;	
	letter-spacing: .2px;
}
#footer p {
	padding:10px 0;
}
#footer a:hover { 
	color: #555; 
	border-bottom: 1px dotted #555;
	text-decoration: none;
}

/* alignment classes */
.float-left  { float: left; }

/* display and additional classes */
.clearer { clear: both; }
.clear { display:inline-block; }

.formRow
{
	width:100%;
	margin-bottom:4px;
	float:left;
}

.formLabel
{
	float:left;
	width:150px;
}

.formField
{
	float:left;
	width:300px;
}

.formDivider
{
	font-weight:bold;
	font-size:110%;
	border-bottom: 1px dotted #d4cc74;
	margin-bottom:4px;
	margin-top:10px;
}

.buttonRow
{
	margin-left:150px;
}

.formLabelShort
{
	float:left;
	width:60px;
}

.formFieldShort
{
	float:left;
	width:220px;
}

.buttonRowShort
{
	margin-left:60px;
}

.divider
{
background-image : url(/resources/images/divider.jpg);
background-repeat : repeat-x;
width : 520px;
height : 5px;
margin-top : 2px;
margin-bottom: 2px;
}

.large
{
	font-size: 1.6em;
	font-weight: normal;
}

.strongLink
{
	text-transform:uppercase;
	font-size:120%;
	font-weight:bold;
}

#imagewrapper
{
	width:170px;
	height:170px;
	float:left;
	margin-right:5px;
	margin-bottom:3px;
}


/* START LIGHTBOX STYLES */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}
	
#lightbox img
{
background: #fff;
padding: 0px
}

#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(/resources/images/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(/resources/images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/resources/images/lightbox/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;
	background-color: #000;
	}
	
/* END LIGHTBOX STYLES */