/* GENERAL */
/******************/

*{
	margin: auto;
	padding: auto;
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  color: #5b5b5b;
  line-height: 20px;
  background-color: #FFFFFF;
  margin-top: 6px;
}

a:link, a:visited,  a:active {
  text-decoration: none;
  color: #878700;
}

a:hover {
  color: #d5d500;
  text-decoration:underline;
}


.head-01 {
	font-size: 11px;
	font-weight: bold;
	color: #878700;
}

.head-02 {
	font-size: 11px;
	font-weight: bold;
	color: #d5d500;
}



.bullet-01 {
  font-weight:bold;
  font-size:12px;
  color: #d5d500;
}


.bullet-02 {
  font-weight:bold;
  font-size:12px;
  color: #cccccc;
}


.image {
	border: solid 1px;
	border-color:#c6c6c6;
}


.img-left {
	border: solid 1px;
	border-color:#c6c6c6;
	margin-right:40px;
	margin-left: 4px;
	}


.img-right {
	border: solid 1px;
	border-color:#c6c6c6;
	margin-right: 6px;
	margin-left: 16px;
}


ul {
  list-style: disc;
  padding-left: 20px;
}


/* MAIN */
/*******/

div#contentcontainer {
  width: 960px;
  border: none;
  background-color:#FFFFFF;
}


div#header {
	width: 960px;
	height: 113px;
	background-image:url(../img/layout/header-960x113.jpg);
}


div#footer {
  clear: both;
  background-image:url(../img/layout/footer-960x24.jpg);
  background-repeat:no-repeat;
  width: 960px;
  height: 26px;
  font-weight:normal;
  font-size:10px;
}



/* NAVIGATION */
/*************/

#navigation {
	background-image:url(../img/layout/navbg-960x236.jpg);
	background-repeat:no-repeat;
	height: 236px;
	width: 960px;
}


#navigation-v {
	padding-left: 260px;
	font-family: "Tahoma", Verdana, Geneva, Arial, helvetica, sans-serif;
  	font-size:12px;
	font-weight:bold;
  	line-height: 19px;
}

#navigation-v a {
	text-decoration: none;
  	color: #FFFFFF;
} 

#navigation-v a:hover {
	color: #878700;
}






/* CONTENT */
/**********/

div#content {
  width: 936px;
  border: 1px solid #c6c6c6;
  height: auto;
/*  margin: 0px 0px 0px 0px;*/
  background-color:#f6f6f6;
}

div#text {
  width: 700px;
  margin-bottom:10px;
  padding-top: 12px;
  margin-left:6px;
  float:left;
}


div#banner {
  width: 212px;
  margin-top: 12px;
  margin-left: 10px;
  float:left;
/*  background-color:#F6F6F6;*/
}




/* FORM */
/*******/


.form{
border-color:#878700;
border: 1px solid;
background-color:#FFFFFF;
}


.formfield{
width: 200px;
height: 20px;
background-color:#FFFFFF;
border-color:#878700;
border: 1px solid;
font-size:11px;
color:#000000;
}


.button{
width: 16px;
height: 16px;
border-color:#878700;
border: 1px solid;
}


.textbox{
width: 240px;
height: 80px;
background-color:#FFFFFF;
border-color:#878700;
border: 1px solid;
font-size:11px;
color:#000000;
}





.submit{
width: 140px;
height: 24px;
background-color:#878700;
border-color:#000000;
border: 1px solid;
font-weight:bold;
color:#FFFFFF;
}


/* LIGHTBOX */
/***********/

#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;
	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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}



/* MENU */
/*********************/

#submenu {
width: 217px;
}

#submenu ul {
margin: 0; 
padding: 0;
padding-left: 22px;
list-style-type: none;
font-size: 9px;
font-weight:bold;
}

#submenu li {
margin: 2px 0 0;
} 


#submenu a {
display: block;
width:128px;
padding: 2px 2px 2px 30px;
background: #cccccc;
text-decoration: none;
} 

#submenu a:link, #submenu a:active, #submenu a:visited {
color: #000000;
}

#submenu a:hover {
border: none;
background: #98999a;
color: #000000;
} 