/* Start of CMSMS style sheet 'Main' */
* {
	margin: 0;
	padding: 0;
}

html {
	background: #312f00 url(uploads/www/img/bg.gif) top left repeat-x;
	height: 100%;
}

body {
	height: 100%;
	background: url(uploads/www/img/bg-image.jpg) top center no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14pt;
	font-size: 9pt;
	color: #3b4421;
}

a {
	color: #3b4421;
}

#container {
	position: relative;
	width: 697px;
	margin: 0 auto;
	padding-top: 50px;
}

#topholder {
	position: relative;
	width: 100%;
	height: 296px;
	background-position: bottom left;
	background-repeat: no-repeat;
}

#header {
	width: 479px;
	height: 291px;
	padding: 5px 0 0 20px;
}

#menuholder {
	position: absolute;
	bottom: 0;
	right: 0;
}

#menu {
	width: 178px;
	margin-right: 15px;
	background-position: bottom left;
	background-repeat: repeat;
}

#menu ul {
	padding: 5px 5px 3px 0;
	list-style-type: none;
}

#menu li {
	background-color: #283121;
	margin-bottom: 3px;
}

#menu a {
	position: relative;
	display: block;
	height: 20px;
	padding: 5px 5px 5px 15px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #c3d000;
	text-decoration: none;
}

#menu a:hover {
	background-color: #394525;
}

#contentholder {
	width: 100%;
	padding-top: 5px;
	background-position: top left;
	background-repeat: repeat-y;
}

#title {
	position: relative;
	height: 28px;
	margin-left: 20px;
	margin-right: 15px;
	padding: 8px 8px 0px 12px;
	background-color: #bec37b;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #3b4421;
}

#leftcolumn {
	position: relative;
	width: 450px;
	margin-left: 20px;
	padding: 15px 17px 10px 10px;
}

#rightcolumn {
	position: relative;
	width: 163px;
	float: right;
	margin-right: 15px;
	padding: 8px;
	background-color: #e5e8b1;
}
* html #rightcolumn {
	margin-right: 8px;
}

#contentholder ul {
	margin-left: 15px;
}

#footer {
	width: 100%;
	background-position: top left;
	background-repeat: no-repeat;
	color: #666d00;
}

#footer a {
	color: #666d00;
	text-decoration: none;
}

#footer a:hover {
	color: #666d00;
	text-decoration: underline;
}

.copyright {
	padding: 8px 20px 20px 20px;
	position: relative;
}


/* Clearing floats */
* html .clearfix {
	height: 1%;
}
.clearfix {
	/*display: inline-block;*/
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
/* End of 'Main' */

/* Start of CMSMS style sheet 'lightbox' */
#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(uploads/www/img/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(uploads/www/img/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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/* End of 'lightbox' */

