/* Standard CSS to reset all margins and padding to zero ---------------------------*/
* { 
	padding:0;
	margin:0;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, blockquote, form, label, fieldset, address {
	margin-bottom: 1em;
}
html {
	 /* to force scrollbars in all browsers */
	height:100%; 
	margin-bottom: 1px; 
}
/* End of standard CSS ------------------------------------------------------------*/

body { 
	background:#0e1528;
	margin-top:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:110%;
	color:#000;
}
#latestnews {
	/* background:#a6baf7; */
	background:url(images/infobox.gif) repeat-y;
	font-size:0.8em;
	border:1px solid #0e1528;
	padding:5px 10px;
}
#latestnews ul {
	list-style: disc none outside;
	margin-left:2em;
	margin-bottom:0;
}
#latestnews li {
	margin-bottom:4px;
	padding-left:10px;
}
#latestnews p {
	margin-bottom:5px;
	letter-spacing:3px;
}

.container {
	margin:0 auto;
	width:800px;
}
.banner {
	width:800px;
	height:119px;
	background:#2f55a9 url(images/banner_top.gif);
	cursor:pointer;
}
.content {
	width:660px;
	background:#c4d1f7 url(images/banner_content.gif) repeat-y left;
	text-align:left;
	padding: 0 80px 0 60px;
}
.navigation {
	position:relative;
	top:-10px;
	width:660px;
	padding:3px 0 3px 0;
	margin-bottom:10px;
	background:#c4d1f7 url(images/menu.gif) no-repeat left;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#c4d1f7;
}
.navigation2 {
	position:relative;
	top:-10px;
	width:660px;
	padding:3px 0 3px 0;
	margin-bottom:10px;
	background:#c4d1f7 url(images/menu2.gif) no-repeat left;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#c4d1f7;
}
.footer {
	width:800px;
	height:66px;
	background:#476dd5 url(images/banner_bottom.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	color:#fff;
	text-align:center;
	clear:both;
	color:#fff;
}
.infobox {
	width:350px;
	background:#95aef7 url(images/infobox.gif);
	padding:15px;
}
.slideshow220 {
	width:220px;
	background: #fff;
	float:right;
	margin:0 0 0 15px;
	border:2px solid #0e1528;
	text-align:center;
	font-size:10px;
}
a, a:visited, a:active {
	text-decoration:underline;
	color:#476dd5;
}
a:hover {
	color:#fff;
}
a.nav, a:visited.nav, a:active.nav {
	text-decoration:none;
	color:#fff;
	padding:3px 10px;
}
a:hover.nav { 
	background:#fff;
	color:#230672;
}
a.nav_bottom, a:visited.nav_bottom, a:active.nav_bottom {
	text-decoration:none;
	color:#fff;
	padding:2px 5px;
}
a:hover.nav_bottom { 
	background:#fff;
	color:#230672;
}
img.left {
	float:left;
	margin:0 15px 0 0;
	border:2px solid #0e1528;
}
img.right {
	float:right;
	margin:0 0 0 15px;
	border:2px solid #0e1528;
}
h2 {
	color:#230672;
	background:url(images/infobox.gif) repeat-y;
	width:500px;
	padding:5px;
	font-weight:bold;
	font-size:20px;
}
h3 {
	color:#000;
	font-weight:bold;
	font-size:17px;
}
h4 {
	color:#000;
	font-weight:bold;
	font-size:15px;
	margin-bottom:0.3em;
}
ul {
	list-style: disc none outside;
	margin-left:1em;
}
li {
	margin-bottom:8px;
	padding-left:15px;
}
p.italic {
	font-style:italic;
	width:99%;
}
.sitemap a {
	font-size:14px;
	margin-left:30px;
	margin-bottom:3px;
	display:block;
}
.sitemap a.minorlink {
	font-size:12px;
	margin-left:70px;
	margin-bottom:3px;
}
.sitemap a.mainlink {
	font-weight:bold;
	font-size:17px;
	margin-left:0;
	margin-bottom:12px;
}
.credits {
	font-size:10px;
	color:#fff;
	text-align:center;
}
#counter {
	font-size:12px;
	color:#000;
	padding:3px;
	border:solid 1px #000;
}

/* Showcase thumbnail tables & divs CSS ------------------------------------------------------------------------ */

div.col1, div.col2, div.col3 { float:left; width:220px; }
div.links { clear:both; }

td.thumbnails {
	height:100px;
	background-color:#8892af;
	border: 1px solid #000;
	color:#fff;
}
td:hover.thumbnails {
	background-color:#2f55a9;
}
td.thumbnails a:hover img {
	border-color:#ff0000;
}
tr.spacer {
	border: none;
	height:4px;
}
td.member {
	background-color:#533e8e;
	border: 1px solid #000;
	height:24px;
	font-size:12px;
	color:#fff;
}
td.member img {
	vertical-align:middle;
}
td.member a, td.member a:visited {
	text-decoration:none;
	color:#fff;
}
td.member a:hover {
	color:#f4ab0e;
}
td.info {
	border: 1px solid #000;
	padding:12px;
	text-align:left;
	background-color:#bfc8e0;
}
img.thumbnails {
	border: 1px solid #000;
}
p.small { font-size:11px; color:#505050; }

/* Lightbox CSS ------------------------------------------------------------------------------ */

#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(showcase/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(showcase/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(showcase/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;
	}

/* End of Lightbox CSS --------------------------------------------------------------------------- */
