/* CSS Document */
body{
	margin:0;
	padding:0;
	background-image:url(../images/bg_body.jpg);
	background-repeat:repeat-x;
	background-color:#495e11;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
a{
	color:#00FF00;
}

h1{
	margin:10px 0;
	padding:0;
	font-size:17px;
	border-bottom:1px solid #FFFFFF;
}

h2{
	margin:10px 0;
	padding:0;
	font-size:14px;
}

h4{
	margin:10px 0;
	padding:0;
	font-size:14px;
}

h4 a{
	color:#ffe80b;
}
p{
	margin:10px 0;
	padding:0;
}

.header{
	background-repeat:no-repeat;
	width:765px;
	margin:0;
	padding:0 0 0 13px;
}

.main{
	margin:0;
	padding:0 0 50px 31px;
	float:left;
	width:778px;
}

.left_col{
	margin:0;
	padding:0;
	background-image:url(../images/bg_left_col.jpg);
	background-repeat:repeat-x;
	background-color:#ffe80b;
	width:220px;
	float:left;
}

.right_col{
	margin:0 0 0 3px;
	padding:0;
	background-color:#FFFFFF;
	float:left;
	width:507px;
}

.wrapper{
	margin:0;
	padding:0;
	background-image:url(../images/bg_main.jpg);
	background-repeat:repeat-y;
	width:778px;
	float:left;
}
.super_wrapper{
	margin:0 auto;
	padding:0;
	background-image:url(../images/bg_main.jpg);
	background-repeat:repeat-y;
	width:778px;
}
.blustory{
	padding:10px;
	margin:5px;
	background-image:url(../images/bg_toptext.jpg);
	background-repeat:repeat-x;
	background-color:#3c4d95;
	border:1px solid #3c4d95;
	color:#FFFFFF;
}
.buttons{
	margin:3px;
	padding:0;
	float:left;
}

/*---------Menu---------*/

.wireframemenu{
font: normal 17px Tahoma;
width: 220px;
text-align:right;
margin:0;
padding:0;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 164px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: normal 17px Tahoma;
padding: 4px 10px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #FFFFFF;
text-decoration: none;
border-bottom: 1px solid #333333;
}

.wireframemenu a:visited{
color: #FFFFFF;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #fccd0f;
color: black;
}

/*---------End Menu---------*/
/*-------lightbox css-------*/

#lightbox{
	position: absolute;
	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; 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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 