body {text-align: center;
background: #94c4e8 url(../images/bg.jpg) repeat-x;
color: #1e4b6e;
font: 11px verdana, arial, sans-serif; line-height: 18px;
margin-top: 0; }

#wrapper { width: 762px; margin: 0 auto; text-align: left; position: relative;  background:#cfe7cf; border: solid 1px #5a91c0; }
#top { clear: both; background: #5b91c0 url(../images/top.jpg) no-repeat; height: 90px; width: 747px; padding: 30px 0 0 15px; }
#top1 { clear: both; }
#firstcolumn { width: 204px; float: left; padding: 0 12px; background: #d2cbdb; }
#secondcolumn { width: 534px; float: left; }
#footer { clear: both; background: url(../images/obanmontage.jpg) #5a91c0 no-repeat; color: #fff; height: 59px; text-align: right; font-size: 12px; padding: 8px 20px 0 0; font-weight: 700; }
.inner { border: 1px solid #ddcfe2; background-color: #fff; padding: 0 15px 25px 15px; margin: 15px 20px 20px 20px; }

h1 { font: 14px verdana, arial, sans-serif; font-weight: 700; color: #c16891; margin: 20px 0 0 20px; }
h2 { font: 19px "trebuchet ms", verdana, arial, sans serif; color: #5a91c0; margin: 20px 10px 0 10px; 0; font-weight: 700; }
h3 { font: 16px "trebuchet ms", verdana, arial, sans serif; color: #fff; padding: 5px 0 0 5px; background-image: url(../images/bluefade.jpg); background-repeat: repeat-x; height: 30px; font-weight: 700; margin: 0; }

.paddingpic { margin: 10px 0; border: solid 1px #fbf1d9; }
.padding { padding-top: 40px; }
.image { border: 1px solid #fbf1d9; margin-top: 3px; }

div#nav a { font: 12px verdana, arial, sans-serif; color:#fbf1d9; text-decoration: none; font-weight:700; }
div#nav a:visited { font: 12px verdana, arial, sans-serif; color:#fbf1d9; text-decoration: none; font-weight:700; }
div#nav a:hover { font: 12px verdana, arial, sans-serif; color:#ffdc87; text-decoration: none; font-weight:700; }

ul { font-weight: 700; }

a:link { color: #fff; text-decoration: underline; background: transparent; font-weight: 700; }
a:visited { color: #fff; background: transparent; font-weight: 700;}
a:hover { color: #fff; font-weight: 700; }

a.link2:link { color: #fff; text-decoration: none; background: transparent; font-size:10px; font-weight: 500; }
a.link2:visited { color: #fff; background: transparent; text-decoration: none;  font-size:10px; font-weight: 500; }
a.link2:hover { color: #fff; background: transparent;  text-decoration: underline; font-size:10px; font-weight: 500; }

a.link3:link { color: #af4577; text-decoration: underline; background: transparent; font-weight: 700; }
a.link3:visited { color: #af4577; background: transparent; text-decoration: none; font-weight: 700; }
a.link3:hover { color: #b4b25d; background: transparent;  text-decoration: underline; font-weight: 700; }

a.link4:link { font: 11px verdana, arial, sans-serif; color: #1e4b6e; text-decoration: underline; background: transparent;  font-weight: 700; }
a.link4:visited { font: 11px verdana, arial, sans-serif; color: #1e4b6e; background: transparent; text-decoration: underline;; font-weight: 700; }
a.link4:hover { font: 11px verdana, arial, sans-serif; color: #af4577; background: transparent; text-decoration: underline;  font-weight: 700; }

.nolink { font: 12px verdana, arial, sans-serif; text-transform:uppercase; color: #fbf1d9; background: transparent; font-weight: 700; }

.dark { color: #1a2434; }
.dots { background-image: url(../images/dots.gif); background-repeat: repeat-x; height: 1px; }

.clear { clear: both; }


/*Lightbox enlarging images effect */
#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;
	}