@charset "utf-8";
h1,h2,h3,h4,h5,h6{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
body {
	font-family: Verdana, Arial, "Trebuchet MS", Helvetica;
	font-size: 12pt;
	background-color: #475669;
	margin: 0px;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #0000FF;
	text-decoration: none;
}
a:active {
	color: #DD0000;
	text-decoration: none;
}
.nav  {
	font-size: 10pt;
}
a.nav {
	text-decoration: underline;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #0000FF;
	font-size: 10pt;
}
a.nav:visited {
	text-decoration: underline;
	color: #0000FF;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 10pt;
}
a.nav:hover {
	background: #EEEEEE;
	color: #000000;
	text-decoration: underline;
	font-size: 10pt;
	padding-top: 6px;
	padding-bottom: 6px;
}
a.nav:active {
	background: #EEEEEE;
	color: #DD0000;
	padding-top: 6px;
	padding-bottom: 6px;
	text-decoration: none;
	font-size: 10pt;
}
.smalltext {
	font-size: 10pt;
}
H2 {
	font-size: 18pt;
	color: #E65700;
}
.screenshot {
	margin: 20px;
	padding: 10px;
	border: 1px solid #000;
	color: #DD0000;
}
.dotted {
	border: 8px dashed #000;
}


.subhead {
	font-weight: bold;
	color: #475669;
	font-size: 11pt;
}
.headerbg {
	background-image: url(/images/headerbg.png);
	background-repeat: repeat;
	background-color: #C7C7C7;
}
.whitetext {
	color: #FFF;
}
.clcenter {
	text-align:center
	vertical-align:middle
}
.testimonial {
	font-size: 14px;
	margin-bottom: 30px;
	background-color: #FFFFEA;
	background-image: url(/images/quote.png);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 50px;
}
.redtxt {
	color: #FFF;
	background-color: #60748C;
	font-size: 11pt;
	font-weight: bold;
}
#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; }

.formborder {
	background-color:#F2F2F2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	height:18px;
	width:220px;
	border: 1px solid #999999;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
}
.formbordersml {
	background-color:#F2F2F2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	height:18px;
	width:60px;
	border: 1px solid #999999;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
}
input:hover {
	border: 1px solid #999999;
	background-color:#E4E4E4;
}
input.formborder:focus {
	border: 1px solid #000000;
	background-color: #EDF2F6;
}
input.formbordersml:focus {
	border: 1px solid #000000;
	background-color: #EDF2F6;
}
.textareaform {
	border: 1px solid #999999;
	background-color:#F2F2F2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	height:250px;
	width:400px;
}
textarea:hover {
	border: 1px solid #999999;
	background-color:#E4E4E4;
}
textarea.textareaform:focus {
	border: 1px solid #000000;
	background-color: #EDF2F6;
}
.dropborder {
	border: 1px solid #000000;
	background-color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.red {
	color: #DD0000;
}
