/* CSS Document */

html { 
overflow: -moz-scrollbars-vertical; 
}

body {
	background-color: #877449;
	background-image: url("images/bg.jpg");
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0px 10px 0px;
}

a {
	color: #00573D;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.site_main {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
}

.site_main #header {
	background: #005C39;
	background-image: url("images/header.jpg");
	background-repeat: no-repeat;
	background-position: center;
	height: 150px;
	padding: 0px;
}

.site_main #nav {
	background: #942824;
	border-top: 2px solid #D04640;
	border-bottom: 2px solid #611310;
	height: 29px;
	text-align:	center;
	text-transform: uppercase;
}

.site_main #nav a{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border-left: 1px solid #D04640;
	border-right: 1px solid #611310;
	padding: 7px 25px;
}

.site_main #nav a:hover{
	background: #84201c;
	color: #FFFFFF;
}

.site_main #nav ul{
	list-style: none;
	padding: 4px 0px 5px 0px;
	margin: 0px;
	
}

.site_main #nav li{
	display: inline;
	margin: 0px -2px;
}

/* Content Table */

.site_content {
	background-color: #FFFFFF;
	background-image: url("images/main_bge.jpg");
	background-repeat: repeat-y;
	padding: 10px;
	font-size: 12px;
}

.site_content table {
	border-collapse: collapse;
	width: 100%;
	height: 308px;
}

.site_content table tr {
	vertical-align: top;
}

.site_content #border img {
	border: 1px solid #003422;
}

.site_content h1 {
	font-size: 15px;
	color: #00573D;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin: 0px 0px 10px;
}

.site_content h2 {
	font-size: 22px;
	color: #00573D;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin: 0px 0px 10px;
	font-weight: bold;
}

.site_content h3 {
	font-size: 15px;
	color: #00573D;
	text-transform: uppercase;
	margin: 0px 0px 10px;
}

.border {
	border: 1px solid #003422;
}

.site_content ul {
	background: #ecdcb8;
	border: 1px solid #c0af88;
	color: #483812;
	padding: 10px;
	margin: 10px 340px 10px 10px;
}

.site_content li {
	margin: 5px 10px;
}

/* End Content Table */

.site_footer {
	background: #942824;
	border-top: 2px solid #D04640;
	border-bottom: 2px solid #611310;
	font-size: 10px;
	font-weight: bold;
	height: 22px;
	padding: 8px 10px 0px;
}

.site_footer #copy {
	color: #FFFFFF;
	float: left;
}

.site_footer #author {
	float: right;
	text-align: right;
}

.skiva {
	color: #D04640;
}

.site_footer #author a {
	font-size: 12px;
	color: #611310;
	text-decoration: none;
}

.fltrt {
	float: right;
	border: 0px;
	margin: 10px;
}

.fltlft {
	float: left;
}

a.img_link:hover img {
filter:alpha(opacity=90);   
-moz-opacity: .90;   
opacity: .90;
}

/* LIGHTBOX ENLARGE PHOTO */

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

/* END LIGHTBOX ENLARGE PHOTO */
