@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	background: #d49a2c;
	background-image:url(images/layout/gold_bkg.jpg);
	background-repeat:repeat-y;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	}

a:link {
	color: #860312;
	text-decoration: none;
	font-weight: bold;
	}

a:visited {
	color: #ab524f;
	text-decoration: none;
	font-weight: bold;
	}

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

a:active { color: #FFF; }

.floatrightnb {float: right; margin: 0 0 10px 10px; }

.floatleftnb {float: left; margin: 0 10px 10px 0px; }

.oneColFixCtr #container {
	width: 800px;
	background: #FFFFFF;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	}
	
.oneColFixCtr #header {
	width: 800px;
	height: 150px;
	background: #79000f;
	background-image:url(images/layout/red_header_bkg.jpg);
	background-repeat:repeat-x;
	}

.oneColFixCtr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: -5px 0;
	background-image:url(images/layout/flag_bkg.jpg);
	background-repeat:repeat-x;
	}
	
#mainContent h1 {
	font-size: 18px;
	}
	
.oneColFixCtr #navlinks {
	float: left;
	width: auto;
	padding: 5px 10px;
	font-size:16px;
	}

#navlinks a:link {
	font-weight: bold;
	}

#navlinks a:visited {
	font-weight: bold;
	}

#navlinks p {
	margin: 5px 0;
	}
	
.oneColFixCtr #footer {
	width: 800px;
	height: 50px;
	background: #79000f;
	background-image:url(images/layout/red_footer_bkg.jpg);
	background-repeat:repeat-x;
	font-size:12px;
	color: #FFFFFF;
	}

#footer a:link {
	color: #daaf47;
	font-weight: normal;
	}
	
#footer a:visited {
	color: #daaf47;
	font-weight: normal;
	}


#sublinks {
	float: right;
	margin: 0 0 10px 10px;
	border: 3px solid #000000;
	padding:10px;
	background-color:#e2e2e2;
	}
#sublinks p {
	margin: 5px;
	}
	
/* LightBox Photo Gallery */
	
#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;
	}

#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;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	
