body
{
	/*background-image:url('images/b-grd.jpg');*/
	background:#999;
	background-repeat:repeat;
	background-attachment: scroll;
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000;
	font-size: 12px;
}

header bkgrd col
{background:#CCC;
}


.header {
	color: #000033;
	font-size: 16px; 
}

.foot {
	color: #FFFFFF;
	font-size: 10px; 
}

/* Link Elements  General body text*/
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}


/*LINK ELEMENTS FOR FOOTER*/
.foot a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.foot a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.foot a:hover {
	color: #0086c5;
	text-decoration: underline;
}
.foot a:active {
	color: #FFFFFF;
	text-decoration: none;
}


.content { background:#3C424C; margin:0 10px 0 10px;}
.content .indent { margin:0 50px 0 50px; padding:10px 10px 10px 10px;}



/* End */


/* ######### Light box Pop up code ######### */


#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/lightbox/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/lightbox/prev.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lightbox/next.gif) right 50% no-repeat; }

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{
color: #000033;
font-weight: none;
text-decoration: none;
}
#nextLinkText{
padding-left: 20px;
}
#prevLinkText{
padding-right: 20px;
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/

#imageDataContainer{
	font: 9px 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;	}
#imageData #helpDisplay {clear: left; float: left; display: block; }

#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;
	display: none;
	}
	

.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 */
	}	
	
	
	
	.solidblockmenu{
margin: 0 0 0em 0;
}

	
/* End */



/* Link Elements  Nav bar & Navigation Bar*/

.jqueryslidemenu{
font: bold 12px Helvetica;
background: #000000;
width: 100%;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
width: 124px; /*width of menus*/
background: #000033; /*background of tabs (default state)*/
color: black;
padding: 4px 3px;
border-right: 1px solid #ffffff;
color: white;
text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
}

.jqueryslidemenu ul li a:hover{
background: #0086c5; /*tab link background during hover state*/
color: #000000;
text-decoration: none;
}
	
/*1st sub level menu c1d846 */
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 12px Helvetica;
width: 140px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0px;
border-bottom: 0px WHITE;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #c8c8c4;
color: #c1d846;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 6px;
right: 33px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}


	
/* End */

