body {text-align: center;
background: #5ba2d5;
color: #304b52;
font: .7em verdana, arial, sans-serif; line-height: 20px;
margin: 0; }

img { border: 0; }

#wrapper { margin: 0 auto; text-align: left; position: relative;  background:#fff url(../images/bluefadetop.jpg) repeat-x; }
#innerwrapper { width: 1000px; margin: 0 auto; text-align: justify;  background:#fff; }
#top { clear: both; background: url(../images/top.jpg) no-repeat #6099d9; color: #fff; height: 95px; padding: 160px 0 0 775px; font: 1.7em "Trebuchet MS", arial, sans-serif; font-weight: 500; }
#main { width: 780px; float: left; padding: 20px 0 0 20px; text-align: justify; }
#inner { padding: 18px 20px 10px 0; width: 420px; float: left; }
#inner1 { padding: 10px 20px 10px 0; width: 380px; float: left; } /* For all other pages apart from the home page */
#left { width: 200px; float: left; padding: 45px 0 0 0; }
#right { width: 340px; float: left; padding-top: 20px; }
#right1 { width: 380px; float: left; padding-top: 10px; } /* For all other pages apart from the home page */
#footer { clear: both; height: 110px; background: url(../images/bluefade.jpg) repeat-x; text-align: right; padding: 50px 120px 0 0; }

#people {
	width: 150px;
	height: 330px;
	float: left;
	margin-right: 20px;
}

#eggs {
	width: 150px;
	height: 330px;
	float: left;
}
h1 { font: 1.2em verdana, arial, sans-serif; font-weight: 700; }
h2 { font: 1.4em verdana, arial, sans serif;  font-weight: 700; border-bottom: solid 1px #cecece; margin-bottom: 20px; }
h3 { font: 1.1em verdana, arial, sans serif; color: #fff; padding: 5px 0 0 5px; background: url(../images/bluefade1.jpg) repeat-x; height: 30px; font-weight: 700; margin: 0; }

.paddingpic { padding: 90px 0 0 0; }
.picright { float: right; margin: 0 0 0 10px; }
.picleft { float: left; margin: 0 10px 0 0; }
.paddingtop { padding-top: 20px; }

div#nav a { font: 1.2em "Trebuchet MS", arial, sans-serif; color:#4d85bf; text-decoration: none; background: transparent; font-weight:700;  padding: 6px 10px 6px 10px; }
div#nav a:visited { font: 1.2em "Trebuchet MS", arial, sans-serif; color:#4d85bf; text-decoration: none; background: transparent; font-weight:700;  padding: 6px 10px 6px 10px; }
div#nav a:hover { font: 1.2em "Trebuchet MS", arial, sans-serif; color:#4d85bf; text-decoration: none; background: #e8f4f9;  font-weight:700; padding: 6px 10px 6px 10px; }


a:link { color: #398fcb; text-decoration: underline; background: transparent; font-weight: 500; }
a:visited { color: #398fcb; text-decoration: underline; background: transparent; font-weight: 500;}
a:hover { color: #398fcb; text-decoration: underline; background: #f2f2de; font-weight: 500; }

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

a.link3:link { color: #398fcb; text-decoration: none; background: transparent; font-weight: 500; }
a.link3:visited { color: #398fcb; text-decoration: none; background: transparent; font-weight: 500; }
a.link3:hover { color: #398fcb; text-decoration: underline; background: transparent; font-weight: 500; }

.nolink { font: 1.1em "Trebuchet MS", arial, sans-serif; color:#fff;  background: #4d85bf; font-weight:700;  padding: 6px 10px 6px 10px; }

.bold { font-weight: 700; }
.dots { background-image: url(../images/dots.gif); background-repeat: repeat-x; height: 1px; }
.line { background: #053905; height: 1px; clear: both; padding: 0; margin: 0 0 10px 0; }
.border { border: solid 1px #c7e3c7; }

.clear { clear: both; }
.left { float: left; }
.right { float: right; }

.leftgallery { float: left; padding: 5px; border: solid 1px #d7c5d7; margin: 5px; background-color: #e5dbe5; }
.galleryback { width: 400px; }
.background { background-color: #f7f9f8; padding: 10px 0; }
.dots { background-image: url(../images/dots.gif); background-repeat: repeat-x; height: 1px; text-align: right; margin-bottom: 8px; padding-bottom: 20px; }


/*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;
	}