
body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	background-image: url(images/background.png);
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
}

h1 {
	font-size: 197%;
	color: #0066cc;
}

h2 {
	font-size: 130%;
	color: #6da5d9;
}

h3 {
	font-size: 120%;
	color: #6da5d9;
}

a {
	text-decoration: none;
	}


p, ol, ul {
	line-height: 150%;
	padding-right: 15px;
}


ol {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

ul li {
	padding-left: 15px;
}

blockquote {
	margin: 0;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 150%;
	color: #0066cc;
	background: transparent url(images/quote.png) no-repeat;
}

img.left {
	float: left;
	margin: 3px 15px 0 0;
}

img.right {
	float: right;
	margin: 3px 0 0 15px;
}

hr {
	display: none;
}

/* Header */

#header {
	background-color: #0066cc;
	width: auto;
	height: 367px;
	margin: 0 auto;
	background: #0066cc url(images/header.png) center no-repeat;
	text-align: center;
}

/* Menu */

#menu {
	padding-top: 8px;
	background-color: #0066cc;
}

#menu ul {
	margin: 0;
	padding: 25px 0 0 0;
	padding-bottom: 25px;
	line-height: normal;
	text-align: center;
	list-style-type: none;
}

#menu li {
	display: inline;
	margin: 0;
	padding: 0;

}

#menu a {
	padding: 0 20px;
	text-decoration: none;
	font-size: 125%;
	text-transform: none;
	color: #6da5d9;
}

#menu a:hover {
	font-weight: bold;
	color: #ffffff;
}

#menu .active a {
	color: #FFFFFF;
	font-weight: bold;
}

/* Page */

#page {
	width: 845px;
	margin: 0 auto;
	padding: 30px 0;
}

/* Content */

#content {
	float: left;
	width: 550px;
	padding-top: 8px;

	border-right: 1px solid #999999;
}

#content a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover {
	color: #ff7d0a;
	text-decoration: none;
}


#content li {
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0;
	padding-left: 15px;
	line-height: 150%;
	}


.twocols {
}

.twocols .title {
	padding-bottom: 10px;
	border-bottom: 1px solid #97C984;
}

.twocols .col1, .twocols .col2 {
	width: 250px;
}

.twocols .col1 {
	float: left;
}

.twocols .col2 {
	float: right;
}

.twocols ul {
}

.twocols ul li {
	padding-left: 0;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 255px;
	background: url(images/sidebar_photo/starsback.png) center top no-repeat;
}

#sidebar a {
	color: #0066cc;
	text-decoration: none;
	font-size: 130%;
	font-weight: bold;
	}

#sidebar a:hover {
	color: #ff7d0a;
	text-decoration: none;
}

/* Footer */

#footer {
	height: 120px;
	padding: 10px;
	background: #0066cc url(images/starsfoot.png) center no-repeat;
	
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: 135%;
	font-size: 85%;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	color: #ff7d0a;
	text-decoration: none;
}


/*Lightbox*/


#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:imagebox/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(imagebox/prevlabel.gif) left 15% no-repeat; }

#nextLink:hover, #nextLink:visited:hover {
background: url(imagebox/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; }

