/* CSS Document */
body{background-color:#8a8988; padding:10px;
font-family:Helvetica, Verdana, Arial, sans-serif;
background-image: url(../images/background.jpg); background-position:center top;}
.clearBoth{clear:both;}
.content{width:760px;}
.content a{font-weight:bold; color:#210f03; text-decoration:none;}
a:hover{text-decoration:underline;}
.content img{ border: solid 1px #210f03}
p, .content ul{
line-height:150%; font-size:12px; text-align:left;}
h1 {
padding-top:15px;
 color:#210f03;
 font-size:16px;
 text-align:left;
}
h2{
	font-size:14px;
	text-align:left;
}
h2 a{ color:#000000; text-decoration:none;}
h2 a:hover{text-decoration:underline}

.showhide{
color:#333333; padding-left:15px;
}

#navCatTabsWrapper {
	padding: 0px;
	margin: 5px 0;
	width:760px;}
#navCatTabs ul li {
	display: inline;
	}
#navCatTabs{background-color:#FFFFFF; display:block;}
#navCatTabs ul  {
	background-color:#FFFFFF;
	list-style-type: none;
	text-align: center;
	margin:0;
	padding:0;
	height:33px;
	display:block;
	}
	#navCatTabs ul li{width:auto; display:inline;}
#navCatTabs ul li a{
	display:block;
	float:left;
	height: 23px;
	border-left: solid 1px #999999;
	padding:10px 16px 0 16px;
	width:auto;
	color:#000000;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	background-color:#FFFFFF;
	}
#navCatTabs ul li a:hover{background-color:#000000; color:#FFFFFF}
#navCatTabs ul li#navCatTabsl a {
	background-position:left;
	background-repeat:no-repeat;
	border-left: none;
}
#navCatTabs ul li#navCatTabsr a {
	border-right: solid 1px #999999;
	padding-right:15px;
}
#navCatright{
	float:left;
	width:390px;
	text-align:right;
	height: 29px;
	padding: 4px 10px 0 0;
}
#arrow{
	background-image:url(../images/arrow.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
}
a:hover#arrow{
	background-image:url(../images/arrow-on.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 5px;
text-decoration: none;
color: black;
text-align:left;
	font-size:11px;
	font-weight:bold;
}

* html .dropmenudiv a{ /*IE only hack*/
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #000000;
color:#FFFFFF;
}




/** Light Box */

#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: 63px;
	height: 32px !important;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink {
	left: 0;
	float: left;
	background-image: url(../images/prevlabel.gif);
	background-position: left 0;
	background-repeat: no-repeat;
	}
#nextLink {
	right: 0;
	float: right;
	background-image: url(../images/nextlabel.gif);
	background-position: right 0;
	background-repeat: no-repeat;
	}

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: hidden;
	width: 100%
	}
#imageData{	padding:0 10px;	color: #666; }
#imageData #imageDetails{ width: 60%; 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;
	}
a.downloadlink{display:block; height:21px; width:113px; background-image:url(../images/download.gif); background-repeat:no-repeat; background-position:0 0;}
a:hover.downloadlink{background-position:0 -21px;}