/********** global */
html {
	margin: 0px;
	padding: 0px;
}
body {
	background: #D6E3CE url(/images/bg.gif) repeat-x;
	margin: 0px;
}
img {
	border: 0px none;
}
form {
	margin: 0px;
}
p {
    margin-top: 0px;
}
table {
    font: 12px Verdana, Helvetica, sans-serif;
}
select, input {
	font-family: Arial;
	font-size: 11px;
	color: #616161;
}
.content {
    padding: 3px;
    margin: 0px;
    font: 12px Verdana, Helvetica, sans-serif;
}
.header {
    padding: 8px 10px 0 10px;
    vertical-align: top;
    text-align: center;
    width: 120px;
    font: 9px Verdana, Helvetica, sans-serif;
}

#wrapper {
    width: 1000px;
}
.wideArticle {
    width: 980px;
    margin: 0 0 10px 0;
    float:left;
}
.wideArticle h2, .narrowArticle h2 {
    display: inline-block;
    background: #d4e4ca url(/images/title/bg-title-wide.gif) no-repeat;
    background-position: 0 12;
    height: 45px;
    width: 980px;
    margin: 0 0 5px 5px;
    padding: 0;
}
.wideArticle div {
    width: 960px;
    margin-left: 20px;
    font: 12px Verdana, Helvetica, sans-serif;
}
.narrowArticle {
    width: 480px;
    margin: 0 0 10px 0;
    float:left;
}
.narrowArticle h2 {
    width: 480px;
    background: #d4e4ca url(/images/title/bg-title.gif) no-repeat;
    background-position: 0 12;
}
.narrowArticle div {
    width: 460px;
    margin-left: 20px;
    font: 12px Verdana, Helvetica, sans-serif;
}

.footer, .footer A {
    padding: 3px;
    margin: 0px;
    font: 12px Verdana, Helvetica, sans-serif;
    text-decoration: none;
    color: #ececec;
}

/* GALLERY */
.gallery {
    text-align:center;
    width:150px;
    padding:10px;
    background-color:#83aa64;
}
.gallery A {
    color: White;
    font: bold 14px/22px arial;
}
#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(/modules/gallery/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(/modules/gallery/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/modules/gallery/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;
	}