/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	font-family: georgia, verdana, sans-serif;
	font-size: 100%;
	text-align: center; /* IE Fix */
	margin: 0;
	padding: 0;
	color: #000000;
	background-repeat: repeat;
	}
/*acronym { cursor: help; border-bottom: 1px dashed #999; }
a { text-decoration: none; color: #369; border-bottom: 1px dashed #369; }
a:hover { border-bottom: 1px dashed #49515C; color: #49515C; } */
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	width: 770px;
	border: 1px solid #ddd;
	text-align: left; /* Cancel IE Fix */
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding: 5px;
	background-color: #0033cc;
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	background-color: #ffff00;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
	padding-top: 35px;
	padding-right: 30px;
	padding-bottom: 75px;
	padding-left: 12px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #0033cc;
	}	
#header h1 {
	margin: 0;
	color: #0033cc;
	font-size: 1.7em;
	font-weight: bold;
	cursor: default;
	}	

/*------------------------------------------------------------*
**  CSS Drop Down Menu
**------------------------------------------------------------*/
#menuh-container
	{
	position: relative;
	width: 770px;
	float: left;
	background-color: #0033cc;
	padding-bottom: 5px;
	}

#menuh
	{
	font-size: .8em;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	background-color: #fff;
	border: 1px solid #FFFFFF;
	}
		
#menuh a {
	text-align: center;
	display:block;
	border: 1px solid #FFFFFF;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: 0033cc;
	background-color: #BFCCF2;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: #4066D9;
	}	
			
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:7.5em;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/*------------------------------------------------------------*
**  Navigation Bar
**------------------------------------------------------------*/
#navbar {
	width: auto;
	text-align: left;
	background-color: #fff;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}	

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	width: auto;
	text-align: left;
	background-color: #fff;
	padding: 5px;
	}	

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	border-top: 5px solid #0033cc;
	text-align: center;
	color: #0033cc;
	font-size: 0.9em;
	padding: 10px;
	clear: both;
	background-color: #ffff00;
	}
	
#footer a { text-decoration: none; color: #A2AFBF; border-bottom: 1px dashed #A2AFBF; }
#footer a:hover { border-bottom: 1px dashed #fff; color: #fff; }

/*------------------------------------------------------------*
**  Miscellaneous
**------------------------------------------------------------*/
img.floatLeft {
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
}

img.floatRight {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}

.brclear { /* Use a break with this class to clear float containers */
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0;
}

p.announcement {
	BACKGROUND: #809AE6;
	COLOR: #000000;
	border: 1px solid #000000;
	padding: 3px;
	font-size: 1.1em;
	font-weight: bold;
}

h4 {
	margin: 0px;
	padding: 0px;
}

/**************** Photo Thumbnails and Captions *******************/
#photos dl {text-align:center;font-size:.95em;margin-top:25px;}
#photos dt,#photos dd {width:8.0em;float:left;}
#photos dt {margin-bottom:5.5em;}
#photos dd {margin:90px 0 0 -8.0em;}
#photos img {vertical-align:bottom;border:1px solid #999;padding:2px;background:#fff;}
#photos dl a:hover img,photos dl a:active img,photos dl a:focus img {background:red;}
#photos em {display:block;font-weight:bold;margin-bottom:5px;}
#photos p {border-bottom:1px dotted #666;padding-bottom:15px;}

/******************* Lightbox Slideshow Styles *********************/
#lightbox{
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	color:#151410;
	}

#lightbox a, #lightbox a:hover {
	border-bottom:none;
	color:#151410;
	text-decoration:underline;
}

#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;
	}
#loadingLink {
	display:block;
	margin:0 auto;
	padding:0;
	width:32px;
	height:32px;
	background:url("images/loading.gif") center center no-repeat;
	text-indent:-9999px;
}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLinkImg, #nextLinkImg{
	width: 49%;
	height: 100%;
	background: transparent url("images/blank.gif") no-repeat; /* Trick IE into showing hover */
	display: block;
	text-indent:-9999px;
	}
#prevLinkImg { left: 0; float: left;}
#nextLinkImg { right: 0; float: right;}
#prevLinkImg:hover, #prevLinkImg:visited:hover { background: url("images/prevlabel.gif") left 15% no-repeat; }
#nextLinkImg:hover, #nextLinkImg: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;
	}
#imageDetails{ width: 70%; float: left; text-align: left; }	
#caption{ font-weight: bold;	}
#numberDisplay{ display: block; clear: left; }			
#detailsNav{ display: block; clear: left; padding:0 0 10px 0;	}	
#prevLinkDetails { margin:0 8px 0 0; }		
#nextLinkDetails { margin:0 8px 0 0; }		
#closeLink {
	display:block;
	margin:0;
	padding:0 0 10px 0;
	text-decoration:none;
	float:right;
	width:66px;
	height:28px;
	background:url("images/closelabel.gif") no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #151410;
	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 */
	}	
	
