html {
	background:#12314C;
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 14px 8px;
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	color: #5E5E5E;
}

img {
	border: none;
}


/*----GLOBAL POSITIONING----*/

.hide_left {
	position: absolute;
	left: -10000px;
}


/*----GLOBAL TEXT----*/

a:link{
	color: #2978F0;
}

a:visited{
	color: #6699CC;
}

a:hover{
	color: #003366;
}

h1 {
	font: normal 227% Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0;
	padding: 12px 20px 4px;
	color: #fff;
	background-color: #859EB5;
	
}

li {
	margin-bottom: 7px;
}


/*----PAGE STRUCTURE----*/

#wrapper {
	background: #C7D2DC;
	margin:0 auto 0 auto;
	width:742px;
	padding: 4px;
}

/*----BANNER----*/

#banner {
	background: #fff;
	text-align: right;
}

#banner img {
	vertical-align:bottom;
	float: left;
}

#yo_banner {
	vertical-align:bottom;
}


/*----PAGE CONTENT----*/

#page_content {
	background: #fff url(../img/hom_kids.jpg) bottom left no-repeat;
	padding: 25px 25px 30px 25px;
	border: 2px solid #5E7C98;
}

#page_content p {
	line-height: 185%;
	margin: 0 0 .9em 0;
}

#left_col {
	float: left;
	width: 345px;
}

#right_col {
	margin-left: 360px;
}

.disclaimer {
	font-size: 90%;
	font-style: italic;
	color: #A1A1A1;
}

/*----EVENTS----*/
#events {
	width: 320px;
	background: #FAF9EE url(../img/event_ft_bg.gif) bottom left no-repeat;
	padding-bottom: 8px;
}

#events h2 {
	font: bold 120% Verdana, Helvetica, sans-serif;
	color:#295273;
	padding: 12px 16px 0;
	margin: 0;
	background: url(../img/event_hd_bg.gif) top left no-repeat;
}

#events h3 {
	font: normal 100% Verdana, Arial, Helvetica, sans-serif;
	padding: 1.1em 7px .4em;
	margin: 0;
	border-left: 9px solid #E4E2D0;
}

#events p {
	color: #A8A88F;
	padding: 0 7px .8em;
	margin: 0;
	border-left: 9px solid #E4E2D0;
	line-height: 120%;
}

/*----FOOTER----*/

#footer {
	color: #5A738A;
	margin: 15px 0;
	font-size: 90%;
	text-align: center;
}

#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer li {
	display: inline;
	margin: 0 3px 1px 0;
	padding: 0 7px 0 0;
	/*border-right: 1px solid #2978F0;*/
}

#footer li.last_footer_item {
	border-right: none;
}

#footer p {
	margin: 3px 0 0 0;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/lightbox/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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

