@charset "utf-8";
/* CSS Document */

body{
	font-family:Verdana, Geneva, sans-serif;
	margin-top:0px;
	background-color:#020202;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
}
a, a:visited{
	color:#259d1a;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
h1, h2, h3{
	display:inline;
	margin:0px 0px 0px 0px;
}
#Banner{
	position:absolute;
	margin-top:0px;
	width:1000px;
	height:255px;
	z-index:2;
}
#TopicContent a, #TopicContent a:visited, #TopicContent a:hover{
	color:#020202;
	text-decoration:none;
}
#Footer,#Footer a, #Footer a:visited{
	color:#f5f5f5;
	font-size:10px;
	text-align:center;
}
#title_image{
	position:relative;
	top:0px;
	left:10px;
	width:710px;
	border:0px;
}
#body_text{
	margin:10px 10px 0px 10px;
}
#bottom_band{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin-top:50px;
}
#testimonial{
	font-family:"Times New Roman", Times, serif;
	background:#efefef;
	margin-top:20px;
	padding:5px 10px 5px 10px;
}
.testimonial_signature p{
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-align:right;
	margin:5px 0px 0px 0px;
}
.testimonial_signature img{
	margin-left:10px;
}
.cflite {
	width: 500px;
}
.cflite_td {
	padding-bottom:5px;
	color:#1b731a;
}
.cflite label {
	padding:0px;
}
label {
 padding-right:10px
}
#contact-area {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	margin: 5px 0px 0px 0px;
}
#contact-area input, #contact-area textarea {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	padding: 2px;
	margin: 0px 0px 0px 0px;
}
#contact-area textarea:focus, #contact-area input:focus {
	background:#eeeeee;
}
#contact-area input.submit-button {
	background:url(images/contact_send.jpg);
	background-repeat:no-repeat;
	width: 78px;
	border:0px;
	height:30px;
	float: right;
	margin-right:10px;
}
.form_graphic{
	float:right;
	z-index:1;
}
#gallery_list{
	width:555px;
	margin-top:13px;
	margin-left:160px;
}
#gallery_list img{
	background-color: #259d1a;
	margin: 0px 4px 4px -4px;
	padding: 1px;
	border:0px;
}
.gallery_image_title{
	font-size:10px;
}
.gallery_menu{
	margin-top:5px;
	float:left;
	border-left:1px solid #666666;
}
.gallery_menu a, .gallery_menu a:visited{
	color:#1a7119;
}
.gallery_menu td{
	height:30px;
	padding-left:5px;
}

/*----- LIGHTBOX STUFF -----*/
#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: 100%; 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; }
