
* {
	margin: 0;
	padding: 0;}

html, body {
	height: 100%;
	width: 100%;}

* html .content {
	height: 100%;}
@media screen
{
	body
	{
		font-size: 12px;
	}
	.screenOnly
	{
		
	}	
}
@media print
{
	body 
	{
		font-size: 12px;
	}
	.screenOnly
	{
		display: none;
	}	
}
body {
	background: #fff;
	text-align: left;
	font-family: Arial, Tahoma, Times;
	color: #000;	
	line-height: 19px;}
	
h1 {
	font-size: 16px;
	color: #000;
	font-family: Arial;
	border-bottom: 1px dotted #434751;
	padding-bottom: 8px;	
}
	
h2 {
	font-size: 14px;}

p {
	margin: 10px 0 10px 0;}

ul {
	margin: 8px 0 8px 25px;}

a img {
	border: none;}

a:link {
	color: #3a6da7;
	text-decoration: none;}
	
a:hover {
	color: #000;
	text-decoration: none;}

a:visited {
	color: #66a3e8;
	text-decoration: none;}
	
hr {
	border: 1px solid #343a44;}	
	
.clear {
	clear: both;}
	
#header {
	margin: 40px auto 0 auto;
	color: #ccc;
	width: 788px;
	height: 148px;
	background: url("bg_top.jpg") no-repeat;}
	
#logo {
	padding: 50px 0 20px 50px;}
	
#menu {
	float: right;
	margin: 50px 50px 20px 50px;	
	font-size: 14px;
	list-style-type: none;

	}

.link
{
}
.link a
{	padding: 8px;
	color: #999;
}
.link a:hover
{	
	color: #3a6da7;
}

.linkSelected a
{
	padding: 8px;
	color: #414141;
}
.linkSelected a:hover
{
	color: #3a6da7;
}

	
#content {
	width: 788px;
	margin: 0px auto;
	padding: 0px 0 10px 0;
	background: url("bg.jpg") repeat-y top;}
	
#content_text {
	margin: 0 52px 0 52px;
	padding: 10px 0 0 0;
	xborder-top: 8px solid #69a4e7;
}
	
input.custom { 
	color:#68a1e6; 
	font-weight: bold;
	padding: 3px;
	background-color:#e4eaf1; 
	border:1px solid; 
	border-color: #68a1e6 #68a1e6 #68a1e6 #68a1e6; 
	cursor: pointer;
	font-size: 0.9em;
}	
	
#footer {
	width: 788px;
	margin: -30px auto 0 auto;
	padding: 40px 0 30px 0;
	font-size: 14px;
	color: #888;
	text-align: center;
	background: url("bg_bottom.jpg") no-repeat top left;}	
.footerlink
{
}
.footerlink a
{	
	padding: 8px;
	color: #3a6da7;
}

.footerlink a:hover
{	
	color: #000;
}	
	

#footer_content {
	margin: 0 auto;
	width: 173px;
	height: 40px;}
	
img.safe_img {
	float: left;}
	
.footer_text {
	float: right;
	text-align: left;
	line-height: 15px;
	margin: 2px 0 0 0;}
	
	
.boldTextPadded
{
	font-weight:bold;
	padding:10px;
}
.redText 
{
	FONT-WEIGHT: bold;	
    COLOR: #cc0000;
}
.redTextBig
{
	FONT-WEIGHT: bold;
	font-size: 20px;	
    COLOR: #cc0000;
}
.greenTextBig
{
	FONT-WEIGHT: bold;
	font-size: 20px;	
    COLOR: #00cc00;
}
.infoBoxPadded
{
	padding:15px;
	width:400px;
}
.balanceBoxPadded
{
	padding:15px;
	width:370px;	
	border-color: #cc0000;
	border-style:dashed;
	border-width:3px;
	font-size: 14px;
}
.sectionNumbered
{
	font-weight:bold;
	font-size:14px;
	color: #3333CC;		
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup {
	background-color:#fff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}
.bluebgHeader
{
	color:White;
	background-color:#62A7E0;
}
	
#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 { backmedia: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { backmedia: 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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

