/* GLOBAL */
* {
	padding:				0;
	margin:					0;
}

body {
	background-color:		#ffffff;
	font-family:			verdana;
	font-size:				14px;
	color:					#305024;
}

/* MAIN WRAPPER */
#wrap {
	width:					900px;
	margin:					0 auto;
	border:					2px solid #669933;
	position:				relative;
}

#content {
	min-height:				400px;
	position:				relative;
	background:				#ffffff url(./images/nav-bg.jpg) 0 0 no-repeat;
}

/* HEAD CONTENT - HEADER */
#head {
	background:				#ffffff url(./images/head-bg.jpg) 0 0 no-repeat;
	height:					127px;
	position:				relative;
	text-align:				right;
	color:					#ffffff;
	font-size:				16px;
	font-style:				italic;
	padding-right:			20px;
}

#head h3 {
	text-decoration:		none;
	font-style:				normal;
	color:					#305024;
}

/* LEFT CONTENT - NAVIGATION */
#left {
	float:					left;
	width:					175px;
	text-align:				center;
	color:					#000000;
	font-weight:			bold;
	font-size:				16px;
}

a.menu, a:hover.menu, a:visited.menu {
	display:				block;
	overflow:				hidden;
	width:					175px;
	height:					25px;		/* remember to take the padding into account */
	padding-top:			5px;
	background:				#669933 url(./images/nav.jpg);
	color:					#ffffff;
	text-decoration:		none;
	font-weight:			bold;
	text-align:				center;
}

a:hover.menu  {
	background:				#669933 url(./images/nav.jpg);
	color:					#ffffff;
}

a.active-menu, a:hover.active-menu , a:visited.active-menu {
	display:				block;
	overflow:				hidden;
	width:					175px;		
	height:					25px;		/* remember to take the padding into account */
	padding-top:			5px;
	background:				#ffffff;
	color:					#669933;
	text-decoration:		none;
	font-weight:			bold;
	text-align:				center;
}

#left-ek {
	text-align: center;
	position:				absolute;
	bottom:					0;
	left:					0;
	width:					175px;
	padding-top:			10px;
	height:					20px;
	background:				#AB9169;
	font-size:				10px;
	color:					#ffffff;
}

#left-ek a, #left-ek a:hover, #left-ek a:visited {
	font-weight:			bold;
	color:					#ffffff;
	text-decoration:		none;
}

/* RIGHT CONTENT - MAIN BODY */
#right {
	float:					right;
	width:					725px;		/* wrap width - left width */
}

#right div {
	padding:				20px;
	padding-top:			10px;
}

#right div ul{
	margin-left:			40px;
}

#right div li{
	margin-bottom:			10px;
}

#right a , #right a:hover , #right a:visited{
	color:					#305024;
	font-weight:			bold;
	text-decoration:		none;
}

#right a:hover{
	text-decoration:		underline;
}

#right table {
	width:					100%;
	border:					0;
	border-collapse:		collapse;
}

#right td {
	vertical-align:			top;
	padding: 10px;
}

#welcomepack {
	border:					2px solid #669933;
	background:				#FAFAF9;
	padding:				10px!important;
	font-style:				italic;
}
}

/* odds bits */
img {
	border:					0;
}

.clr {
	clear:					both;
	padding:				0!important;
	margin:					0!important;
}

ul, li {
	list-style:				square;
	color:					#305024;
}

/* form styles */
table.form {
	width:					440px!important;
}

input , textarea{
	padding:				5px;
	color:					#305024;
	font-size:				12px;
	border:					2px solid #305024;
	font-family:			verdana;
}

input.btn {
	background:				#305024;
	color:					#ffffff;
	font-weight:			bold;
}

/* lightbox 2.04 */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
