/* Define HTML tags */
body {
padding:0;
margin:24px 0px;
background-image:url(/assets/15/bg_body.gif);
background-repeat:repeat-x;
background-color:#ada86b;
}

h1, .head {
font-family: Arial, Helvetica;
font-size: 14px;
font-weight:bold;
color:#246049;
height:20px;
width:auto;
margin:0;
padding:0 0 6px 0;
}

input, textarea, select {
font-family: Arial, Helvetica;
font-size: 12px;
color:#000000;
border-style:solid;
border-width:1px;
border-color:#CCCCCC;
margin-bottom:6px;
padding:2px;
}

.ipt {
font-family: Tahoma, Arial, Helvetica;
font-size:11px;
font-style:normal;
color:#FFFFFF;
background-color:#246049;
border-style:outset;
border-width:1px;
border-color:#999999;
padding:2px;
}

p 
{
	margin:0;
}

.img {
border-style:solid;
border-width:1px;
border-color:#246049;
margin-bottom:2px;
padding:2px;
}

.line {border-bottom-width:1px;border-bottom-color:#EEEEEE;border-bottom-style:dashed;width:auto;margin:24px 0px 16px 0px}

#image-panel {
text-align:center;
float:right;
margin:6px 0px 0px 16px;
font-size:9px;
}

/* Define div containers */
#container-outer {
font-family: Arial, Helvetica;
width:780px;
margin: 0 auto;   /* align for good browsers */
text-align: left; /* counter the body center */
}

#banner {
float:none;
width:780px;
height:99px;
}

#lower-banner {
float:none;
font-family: Tahoma, Arial, Helvetica;
font-size:11px;
text-align:right;
padding:8px 22px 0px 22px;
color:#FFF;
width:736px;
margin-top:0px;
height:24px;
background-image:url(/assets/15/vbw_lower_banner.gif);
background-repeat:repeat-x;
}

#container-content {
width:780px;
padding:0px;
margin:0px;
float:none;
background-image:url(/assets/15/bg_content.gif);
background-repeat:repeat-y;
}

#container-content ul {
margin:0px;
padding:10px 0px 10px 20px;
list-style-image:url(/assets/15/icon_bullet.gif);
}

#container-content li{
font-size:12px;
padding-bottom:2px;
}

#content {
width:507px;
padding:22px;
float:left;
margin:0px;
font-size:12px;
line-height:18px;
color:#000000;
}

#content a {
color:#246049;
text-decoration:underline;
}

#content a:hover {
text-decoration:underline;
}

#panel {
margin:0px;
width:229px;
padding:0px;
float:left;
}

#panel-menu {
margin:0px;
width:207px;
padding:22px 0px 0px 22px;
float:left;
font-size:11px;
line-height:16px;
color:#FFFFFF;
text-align:left;
}

#menu {
float:none;
}

#menu ul {
margin:0px;
padding:2px 0px 2px 20px;
list-style-image:url(/assets/15/icon_bullet.gif)
}

#menu li a{
font-size:11px;
padding-bottom:2px;
color:#246049;
text-decoration:none;
font-weight:normal;
}

#menu li a:hover{
text-decoration:underline;
}

#footer {
float:none;
text-align:left;
width:736px;
height:23px;
padding:9px 22px 0px 22px;
margin:0px 0px;
font-size:11px;
color:#246049;
background-color:#FFFFFF
}

#footer a {
color:#246049;
text-decoration:none;
}

#footer a:hover{
color:#8f9355;
text-decoration:underline;
}

/* Define CSS for lightbox javascript */
#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(/includes/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(/includes/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/includes/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 */
	}	
