body {
	margin:0px;
	padding:0px;
	background-image:url(images/top-fill.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#f6f9f6;
}
a {
	color:#990000;
	font-size:13px;
}
a:link {
	color:#990000;
}
a:visited {
	color:#990000;
}
a:active {
	color:#990000;
	text-decoration:none;
}
a:hover {
	color:#333;
	text-decoration:none;
}
a:focus {
	color:#333;
	text-decoration:none;
}
a.sub {
	font-family:Helvetica, sans-serif;
	color:#ffc220;
	font-size:11px;
}
a.sub:link {
	color:#990000;
	text-decoration:none;
}
a.sub:visited {
	color:#990000;
	text-decoration:none;
}
a.sub:active {
	color:#990000;
	text-decoration:none;
}
a.sub:hover {
	color:#333;
	text-decoration:none;
}sub:focus {
	color:#333;
	text-decoration:none;
}
a.news {
	font-family:Tahoma,Verdana,Geneva;
	font-size:12px;
	line-height:18px;
	color:#025E99;
	text-decoration:underline;
}
a.news:link {
	color:#025E99;
	text-decoration:underline;
}
a.news:visited {
	color:#025E99;
	text-decoration:underline;
}
a.news:active {
	color:#025E99;
	text-decoration:underline;
}
a.news:hover {
	text-decoration:none;
	color:#CC0000;
}
a.news:focus {
	text-decoration:none;
	color:#CC0000;
}
a.nav:hover {
	color:#999;
	text-decoration:none;
}
a.news:focus {
	color:#999;
	text-decoration:none;
}
a.subnav {
	color:#ccc;
}
a.subnav:link {
	color:#ccc;
	text-decoration:none;
}
a.subnav:visited {
	color:#ccc;
	text-decoration:none;
}
a.subnav:active {
	color:#ccc;
	text-decoration:none;
}
a.subnav:hover {
	text-decoration:none;
	color:#999;
}
a.subnav:focus {
	text-decoration:none;
	color:#999;
}
a.sidenav {
	font-family:Tahoma,Verdana;
	font-weight:bold;
	padding-left:15px;
	font-size:11px;
	color:#025e99;
}
a.sidenav:link {
	color:#025e99;
	text-decoration:none;
}
a.sidenav:visited {
	color:#025e99;
	text-decoration:none;
}
a.sidenav:active {
	color:#025e99;
	text-decoration:none;
}
a.sidenav:hover {
	text-decoration:none;
	color:#CC0000;
}
a.sidenav:focus {
	text-decoration:none;
	color:#CC0000;
}
p,td,li {
	font-family:sans-serif;
	font-size:13px;
	line-height:20px;
	color:#666666;
}
.footer {
	font-family:sans-serif;
	color:#999999;
	font-size:11px;
}
.header {
	font-family:Georgia;
	font-size:13px;
	color:#025E99;
	font-weight: bold;
}
.sidenav {
	line-height:28px;
}
.quote {
	font-family:Georgia;
	font-size:13px;
	color:#ccc;
}
.quoteheader {
	font-family:Georgia;
	font-size:16px;
	line-height:25px;
	color:#fff;
	font-weight: bold;
}
.hmheader {
	font-family:Georgia;
	font-size:14px;
	color:#ccc;
	font-style: normal;
	font-weight: bold;
}
.hmtext {
	font-family:Tahoma,Verdana,Geneva;
	font-size:11px;
	color:#fff;
	font-style: normal;
}	
.hmsub {
	font-family:Arial, Verdana, Geneva;
	font-size:10px;
	color:#ccc;
	font-style: normal;
}
.test {
font-family:Arial;
	font-size:20px;
	color:#000;
	font-style: normal;
	
}

#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(../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(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: 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;
	}

#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;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	
	