@charset "UTF-8";
/* CSS Document */
html, body {
	margin:0;
	padding:0;
	height:100%;
	width: 100%;
	background-color:#b1c8d7;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333;
}
#main {
	width: 100%;
	border-top: solid 4px #cfe7f2;
	margin: 0px;
	padding-top: 86px;
}
#content {
	margin-bottom: 14px;
	width: 90%;
	float: right;
}
#main_content {
	float: left;
	margin-left: 46px;
}
#nav {
	width: 100%;
	background-image: url(../site_images/line.gif);
	background-repeat: repeat-x;
	background-position: 0px 16px;
	height: 100px;
}
#sub_nav {
	background-image:url(../site_images/right_bracket.png);
	background-repeat: no-repeat;
	background-position: 60px 6px;
}
#nav_line {
	background-color: #b1c8d7;
	width: 450px;
	height: 70px;
	background-image: url(../site_images/right_bracket.png);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: center;
	padding-right: 24px;
}
.titles_box {
	padding-top: 22px;
	text-align: right;
	font-size: 12px;
	float: left;
	width: 240px;
	line-height: 12px;
}
.date {
	float: left;
	margin-left:6px;
	padding-left: 6px;
}
.article_list {
	width:100%;
	float:left;
	margin-bottom: 12px;
}
.article_title {
	float: left;
	width: 170px;
	text-align: left;
}
A:link {
	color: #06F;
}
A:visited {
	color: #06F;
}
A:active {
	color: #06F;
}
A:hover {
	color: #cfe7f2;
	text-decoration: none;
}
A.nav:link {
	color: #142b3a;
	text-decoration: none;
}
A.nav:active {
	color: #142b3a;
	text-decoration: none;
}
A.nav:visited {
	color: #142b3a;
	text-decoration: none;
}
A.nav:hover {
	color: #cfe7f2;
	text-decoration: none;
}
.img_caption {
	font-size: 12px;
	text-align: center;
	color: #4C4C4C;
	float: left;
	overflow: hidden;
	line-height: 14px;
	margin-right: 14px;
	padding-bottom:6px;
	font-style: italic;
}
.inline_image {
	border: 1px solid #4C4C4C;
}
.feedback {
	height: 1px;
	display: none;
	visibility: hidden;
}
.form_width {
	width:200px;
	font-family:verdana;
	font-size:10px;
	margin-bottom:6px;
}
.article {
	padding-left: 36px;
	margin-left: 36px;
}
#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(../site_images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../site_images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font-family: "Times New Roman", Times, 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; }

.port_thumbs {
	width: 52px;
	border: none;
}
.land_thumbs {
	height: 42px;
	border: none;
}
.thumb_container {
	height: 40px;
	width: 50px;
	overflow: hidden;
	border: solid 1px #cfe7f2;
	float: left;
	margin-right: 4px;
	margin-top: 4px;
	opacity:0.7;
	filter:alpha(opacity=70);
}
a.thumb_container:hover {
	opacity:1;
	filter:alpha(opacity=100);
}
.copy_content {
	text-align: justify;
	margin-bottom:42px;
	font-size: 14px;
	line-height: 20px;
	width:500px;
	float: left;
	background-image: url(../site_images/right_bracket.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.v_14 {
	font-size: 18px;
	text-align: left;
	padding-bottom: 12px;
}
#copyright {
	position: absolute;
	top: 92px;
	right: 0px;
	font-size: 10px;
	color: #cfe7f2;
	margin-right: 12px;
}

