body {
	font-size: 62.5%;  /* 16px × 62.5% = 10px */
	color: #888;
	background-color: white;
	line-height: 1.1em;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* thumb shadow */

.blur{
	background-color: #ccc; /*shadow color*/
	color: inherit;
	margin: 4px 8px 8px 4px;
	width: 204px;
	float: left;
}

.shadow, .content{
	position: relative;
	bottom: 2px;
	right: 2px;
}

.shadow{
	background-color: #979797; /*shadow color*/
	color: inherit;
	width: 203px;
}

.content{
	background-color: #fff; /*background color of content*/
	color: #000; /*text color of content*/
	border: 1px solid #aaa; /*border color*/
	padding: 2px 1px;
	width: 200px;
}


/* Set the page width */

#wrapper-menu-top, #header, #wrapper-content {
	width: 81%;
	margin: 0 auto;
	text-align: left;
}

#wrapper.footer {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

#wrapper-menu-top {
	background: white url('images/bg02-white-left.png') no-repeat left top;
}

#menu-top {
	background: transparent url('images/bg02-white-right.png') no-repeat right top;
	overflow: hidden;
/*

no idea why this works, but it fixes a FF problem */
}

#menu-top ul {
	margin: 0 20px;
	padding: 1em 0 0 0;
	list-style: none;
	font-size: 1.2em;
	float: left;
}

#menu-top li {
	display: inline;
	float: left;
}

#menu-top a {
	float: left;
	background: url(images/menuleft.png) no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
	line-height: 1.5em;
}

#menu-top a span {
	background: transparent url(images/menuright.png) no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #5b8fbe;
	display: block;
	float: left;
	cursor: pointer;
/* I

E doesnt display the hand when you roll over the link for some reason. This fixes it */
}

#menu-top a:hover {
	background-position: 0% -42px;
}

#menu-top a:hover span {
	background-position: 100% -42px;
}

#wrapper-header {
	background: transparent url('images/bg.png') top center repeat-x;
	height: 192px;
}

#wrapper-header2 {
	background: transparent url('images/bg02-orange-left.png') top left no-repeat;
	height: 192px;
}

#wrapper-header3 {
	background: transparent url('images/bg02-orange-right.png') top right no-repeat;
	height: 192px;
}

#header h1 {
	margin: 0 40px 0 0;
	padding: 130px 0 0 0;
	/*line-height:270px;*/
	color: #fff;
	font-size: 2.1em;
	font-family: impact, arial narrow, arial, verdana, tahoma;
	text-align: right;
	letter-spacing: 0.05em;
	filter:alpha(opacity=50);	opacity: 0.8;	-moz-opacity:0.8;
	font-weight: normal;
}

#header p {
	margin: 10px 40px 0 0;
	padding: 0 0 14px 0;
	color: #fff;
	font-size: 1.50em;
	font-family: arial, verdana, tahoma;
	text-align: right;
	letter-spacing: 0.03em;
	filter:alpha(opacity=50);	opacity: 0.8;	-moz-opacity:0.8;
}

.submenu {
	text-align: center;
	font-family: arial, verdana, tahoma;
	font-size: 1.2em;
	color:#888;
	margin: -1px 0 10px -2px;
	width: 516px;
}

/* #submenu a:link, #submenu a:active, #submenu a:visited{
	text-align: center;
	background: white url('images/knapp.gif') no-repeat left top;
	width: 172px;
	height: 35px;
	display: block;
	float: left;
	color:#888;
	padding: 6px;
	margin: 0 0 0 -8px;
} */

a#knapp {
display: block;
width: 172px;
height: 29px;
background-image: url('images/knapp.gif');
background-position: center 0;
background-repeat: no-repeat;
color:#888;
text-decoration:none;
float:left;
text-align:center;
padding-top: 6px;
padding-bottom: 2px;
margin: 0 0 0 -8px;
}

a#knapp:hover {
background-position: center -37px;
color:#ff9c01;
}


.tablecenter{
margin: 0 auto 0 auto;
}


#wrapper-content {
	background: white url('images/bg02-white-left.png') no-repeat left top;
}

* html #wrapper-content {
	height: 1%;
}

#content {
	background: transparent url('images/bg02-white-right.png') no-repeat right top;
	padding: 1px 245px 5px 40px;
}

#content ul li {list-style:none;
background:url(images/li2.gif) no-repeat 0.2em 0.4em;
padding-left:1.3em;
margin-left:0.7em;
}

#wrapper-menu-page {
	float: right;
	width: 200px;
	margin: 20px 30px 3em 2em;
	background: transparent url('images/menu.gif') no-repeat;
	line-height: 140%;
	font-family: "Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
}

* html #wrapper-menu-page {
	margin-right: 15px;
}

#menu-page {
	padding-top: 5px;
}

#menu-page ul, #menu-page p {
	margin: 0;
	padding: 5px 8px 0 10px;
	font-size: 1.2em;
}

#menu-page ul li {
list-style:none;
background:url(images/li.gif) no-repeat 0.2em 0.3em;
padding-left:1.3em;
margin-left:0;
}


#menu-page h3 {
	font-size: 1.4em;
	font-family: arial, verdana, tahoma;
	text-transform: uppercase;
	text-align: center;
	margin: 1em 0 0.3em 0;
	color: #fe9c00;
	font-weight: bold;
	letter-spacing: 0.35em;
}

#menu-page a:link, #menu-page a:visited {
	color: #888;
}

#menu-page a:hover {
	color: #5b8fbe;
}

#wrapper-footer {
	margin-top: 1em;
	text-align: center;
}

#footer {
	margin: 0 20px 20px 20px;
	background-color: #fe9c00;
	border: 2px solid #ae5f17;
	clear: both;
	color: #fff;
	font-size: 1.2em;
	font-family: arial, verdana, tahoma;
	line-height: ;
	display: block;
	height: 1.6em;
	padding-top: 0.8em;
}

#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #ffe7d2;
	text-decoration: underline;
}


p, ul {
	font-size: 1.3em;
	line-height: 1.4em;
	font-family: georgia, verdana, arial, tahoma;
}

h2 {
	font-size: 2.4em;
	line-height: 1.5em;
	font-family: arial, verdana, tahoma;
}

h3 {
	font-size: 1.5em;
	font-family: arial, verdana, tahoma;
}

a:link, a:visited {
	color: #5b8fbe;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: none;
}

/* clearfix hack
----------------------------------------------- */
.clearfix:after {content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {height:1%;
}
.clearfix {display:block;}

/*--- Lightbox JS ---*/

#lightbox{
	position: absolute;
	top: 40px;
	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;
	}
#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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}



