/* CSS Document */

#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(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; 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; }
body{
background-color:#FFFEC6;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#000066;

margin:5px 0 0 0;
}
.small{
font-size:11px;
}
#check ul{
list-style-image:url(../images/new/bullet_checkmark.jpg);
font-size:13px;

}
#features ul{
list-style-type:square;
margin-left:20px;
padding:0;
font-size:13px;

}
#features ul li{

}
.sub{
color:#ffffff;
background-color:#000066;
}
table{
margin:0 auto;
padding:0;
}
h2{
color:#990134;
font-size:16px;
}

.hovermenu ul{
font: bold 13px arial;
padding-left: 0;
margin-left: 0;
height: 20px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
	padding: 2px 0.5em;
	text-decoration: none;
	color: #000066;
	background-color: #FFF2BF;
	border: 2px solid #FFF2BF;
}

.hovermenu ul li a:hover{
background-color: #FFE271;
border-style: outset;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}
#nav{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:white;
height:25px;
margin-top:8px;
}
#nav a:link, #nav a:visited{
color:white;
text-decoration:none;
}
#nav a:hover, #nav a:active{
color:#FFFEC6;
text-decoration:underline;
}


/* reg navigation */
a:link, a:visited  {
	color:#990000;
	text-decoration:none;

}
a:hover, a:active {
	color:#000066;
	text-decoration:underline;
}
 /* footer navigation */
 #footer {
 font-size:12px;
 color:#000066;
 }
#footer a:link, #footer a:visited {
color:#000066;
font-size:12px;
text-decoration:none;
}
#footer a:hover, #footer a:active {
color:#990000;
text-decoration:underline;
}


/* images with this class will get this style*/

.imgborder {border: 1px solid #000000;
}

/* for forms */

#form{
	width:500px;
	margin: 0px;
	height:300px;
	padding-top:0;
	text-align:left;
}

input.bg{
background-color:#5E7AA2;}
input.txt{color:#000000;
font-family:Arial, Helvetica, sans-serif;
background-color:#FFFFFF !important;
border:1px inset #00008b;
width: 200px;
}
input.btn{
color:#00008b;
background-color: #FFFFFF;
border: 1px outset #00008b;
}
form p {
clear: left;
margin:0;
padding:0;
padding-top: 5px;
font: bold 12px Arial, Arial, Helvetica, sans-serif !important;
}
form p .submit{
margin:0;
padding:0;
}
form p label {
float: left;
width:30%;
font: bold 12px Arial, Arial, Helvetica, sans-serif;}

textarea {
width: 200px;
height: 40px;
color:#000000;
background-color: #FFFFFF;
border: 1px solid #00008b;
font-family:Arial, Helvetica, sans-serif;}
fieldset{
border: 1px dotted #000099;
margin-top:4px;
padding:10px;
}
legend{
	font: bold 14px Arial, Arial, Helvetica, sans-serif;
	color:#ffffff;
	background-color:#000066;


}
.footerlinks {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#000066;
}

.footerlinks a {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#000066;
}
.footerlinks a:hover {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#990000;
text-decoration:none;
}
.footerlinks a:visited {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#990000;
}
.footerlinks a:visited:hover {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#990000;
text-decoration:none;
}

