/*Formatting by Tim Anderson*/

/*Container Stuff*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #585B4A;
	text-align: center;
	margin: 0px;
	color: #000000;
	background-repeat: repeat-y;
	background-position: center center;
}
#container {
	padding: 0px;
	height: 900px;
	width: 700px;
	background-color: #999999;
	text-align: left;
	position: absolute;
	background-image: url(images/backgroundtest-v2_02.gif);
	background-repeat: no-repeat;
	background-position: center top;
	left: 150px;
	top: 0px;
	margin: 0px;
}
/*Main Navigation Menu stuff*/
#nav_main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: absolute;
	height: 300px;
	width: 200px;
	left: 10px;
	top: 220px;
	margin: 0px;
	padding: 0px;
}
#navigation {
	padding: 0;
	margin: 0;
	width: 100%;
}
/*This is controlling all the list entry stuff (border, align, etc.)*/
#navigation ul {
	display: inline;
}
#navigation li {
	list-style: none;
	margin: 4px 0 0;
	text-align: right;
	color: #CDD7DD;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5A594A;
	border-right-color: #5A594A;
	border-bottom-color: #5A594A;
	border-left-color: #5A594A;
}
/*this is controlling the resting background*/
#navigation li a {
	display: block;
	padding: 10px;
	border-right: 6px solid #5A594A;
	background-color: #CECBCE;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	font-size: 16px;
	text-decoration: none;
}
/*This controls the rollover*/
#navigation li a:hover {
	background-color: #fff;
	border: #5A594A;
}
#navigation li a:active {
	background-color: #666666;
}
/*Secondary Menu stuff*/
#nav_sec {
	background-color: #CCCCCC;
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: 300px;
	width: 200px;
	position: absolute;
	left: 10px;
	top: 530px;
	border: 1px solid #FFFFFF;
	background-image: url(images/nav_sec.gif);
}
#content {
	background-color: #CCCCCC;
	border: 1px solid #FFFFFF;
	position: absolute;
	height: 610px;
	width: 470px;
	left: 220px;
	top: 220px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/content.gif);
}
#masthead {
	background-color: #666666;
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 680px;
	position: absolute;
	left: 10px;
	top: 10px;
	border: 1px solid #FFFFFF;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/masthead_use.jpg);
}
#footer {
	background-color: #666666;
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 680px;
	position: relative;
	top: 740px;
	border: 1px solid #FFFFFF;
	left: 10px;
}
#contain {
	padding: 0px;
	height: 900px;
	width: 1000px;
	position: relative;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#back1 {
	background-image: url(images/backgroundtest-v2_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 900px;
	width: 150px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#back2 {
	background-image: url(images/backgroundtest-v2_03.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 0px;
	height: 900px;
	width: 150px;
	position: absolute;
	left: 850px;
	top: 0px;
	right: 0px;
}

/*Menu Formats*/
#mast_text {
	display: none;
}
h1,h2,h3 {
	font-family: "Trebuchet MS", verdana;
	color: #000000;
}
.content_text {
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: auto;
	font-size: 14px;
	color: #000000;
}
#menu_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-right: 5px;
	padding-left: 10px;
	font-size: 14px;
	padding-top: 10px;
	color: #000000;
}
#menu_text a:link {
	color: #880000;
	text-decoration: none;
}
#menu_text a:visited {
	color: #666666;
	text-decoration: none;
}
#menu_text a:hover {
	color: #660000;
	text-decoration: underline;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #880000;
}
#valtags {
	position: absolute;
	margin: 0px;
	padding: 0px;
	bottom: 5px;
	left: 5px;
}

/*Lightbox css*/

#lightbox{
	position: absolute;
	top: 40px;
	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(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(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;
	}

#imageData{
	padding:0 10px;
	}
#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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
