* {
	margin: 0;
	padding: 0;
}
html {
	font-size: 100%;
}
body {
	background-color: #FFF;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	color: #666666;
	font-size: 11px;
}
#container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

#header {
	position: absolute;
	top: 0;
	width: 950px;
	height: 155px;
	background-image: url(../images/bkg_header.jpg);
}
#header p {
	padding: 40px 235px 0 44px;
	height: 89px;
	color: #b6b5b5;
	font-size: 12px;
}
html>body #header p {
	height: 49px;
}
#header ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0 0 0 128px;
}
#header ul li {
	margin: 0;
	padding: 0;
	float: left;
}

#content {
	position: absolute;
	top: 155px;
	width: 950px;
}
#content div#information {
	background-image: url(../images/bkg_main.jpg);
	background-repeat: repeat-y;
}
#content div#information div#wrapper {
	background-image: url(../images/bkg_wrapper.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	margin: 0 5px 0 0;
	padding: 0 43px 30px 128px;
	display: block;
	height: 100%;
}

#content div#information div#wrapper div#colLeft {
	float: left;
	width: 365px;
}
#content div#information div#wrapper div#colRight {
	float: right;
	width: 365px;
}
div#colLeft, div#colRight {
	line-height: 1.8em;
}

#content div#footer {
	background-image: url(../images/bkg_footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#content div#footer ul {
	margin: 0;
	padding: 12px 0 0 20px;
	list-style: none;
	list-style-image: none;
	height: 52px;
}
html>body #content div#footer ul {
	height: 40px;
}
#content div#footer ul li {
	padding: 0 8px;
	margin: 0;
	display: inline;
	font-weight: bold;
}
#content div#footer ul li a {
	color: #e92c1f;
	text-decoration: none;
}
#content div#footer ul li a.active, #content div#footer ul li a:hover {
	color: #6c6d6f;
}
#content div#footer p {
	text-align: right;
	padding: 0 20px 6px 0;
	font: 10px Tahoma, Arial, sans-serif;
	color: #666666;
}
#content div#footer p a {
	color: #666666;
}
#content div#footer p#webheads {
	color: #959595;
}
#content div#footer p#webheads a {
	text-decoration: none;
	color: #959595;
}
#content div#footer p#webheads a:hover {
	color: #666666;
}


/* common styles */

p.caption {
	background-color: #ee3124;
	padding: 8px 15px;
	margin: 0 0 15px 0;
	color: #FFF;
	font-size: 12px;
}

.clear {
	clear: both;
}
html>body .clear {
	height: 1px;
	display: block;
}

/* general tags */

h1 {
	font-size: 18px;
	padding: 0 0 15px 0;
	line-height: 24px;
}
h2 {
	font-size: 12px;
	padding: 0 0 15px 0;
}
h3 {
	font-size: 11px;
	padding: 0 0 15px 0;
}
ul {
	margin: 0 0 0 30px;
}
p {
	padding: 0 0 15px 0;
}
a {
	color: #ee3124;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}


/* Light Box pop up */

#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;
	}