﻿body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
.menuGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9c9c9c;
	font-weight: bold;
}
.menuBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00afff;
}
.darkGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.spacing_bottom_10px {
	padding-bottom: 10px;
}
.spacing_bottom_right_5px {
	padding-right: 5px;
	padding-bottom: 5px;
}
.spacing_bottom_5px {
	padding-bottom: 5px;
}
.spacing_right_5px {
	padding-right: 5px;
}
.spacing_right_1px {
	padding-right: 1px;
}
.spacing_bottom_right_1px {
	padding-right: 1px;
	padding-bottom: 1px;
}
.spacing_bottom_1px {
	padding-bottom: 1px;
}
.spacing_left10px {
	padding-left: 10px;
}
.backgroundGrassDisplaced {
	background-image: url(/images/grass300.jpg);
	background-position: -250px;
	background-repeat:no-repeat;
}
.backgroundTreeDisplaced {
	background-image: url(/images/tree_side.jpg);
	background-repeat:no-repeat;
}
.txt_10px {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.headlineDark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.headlineWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.headlineBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #00afff;
}
.onGrey_darkBold {
	font-weight: bold;
	color: #8a8a8a;
}
.btn_greyBold {
	font-weight: bold;
	color: #333333;
}
.btn_whiteBold {
	font-weight: bold;
	color: #FFFFFF;
}
.btn_blueBold {
	font-weight: bold;
	color: #9fdaff;
}
.lightGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a4a4a4; 
}
.mediumGrey {
	color: #6B6B6B;
}
.gradientBackground {
	background-image: url(/images/blue_gradient.jpg);
	background-repeat: repeat-x;
	height: 700px;
}
.gradientBackground400px {
	background-image: url(/images/blue_gradient.jpg);
	background-repeat: repeat-x;
	height: 400px;
}
a:link {
	text-decoration: underline;
	color: #00afff;
}
a:visited {
	text-decoration: underline;
	color: #00afff;
}
a:hover {
	text-decoration: none;
	color: #00afff;
}
a:active {
	text-decoration: underline;
	color: #00afff;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6B6B6B;
}
.faqList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00afff;
	line-height: 20px;
}
.onBlue_darkBlueBold {
	font-weight: bold;
	color: #00719d;
}
.whiteBold {
	font-weight: bold;
	color: #FFFFFF;
}
.gradientBackgroundGreen {
	background-image: url(/images/green_gradient.jpg);
	background-repeat: repeat-x;
}
.frontpage_darkblue {
	color: #017499;
}
.frontpage_darkGreen {
	color: #4c7400;
}
.style2 {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px; 
    color: #333333; 
    font-weight: bold; 
}
.style3 {
    color: #4c7400; 
    font-weight: bold; 
}
.style4 {
    color: #ccf351
}

/* LIGHTBOX Styles - NEEDED! */
#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/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/lightbox/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; }


/* Buttons */
#BlueButtonMid
{
    background: url('/images/buttons/btn_blue_over_mid.gif') repeat-x;
}
#BlueButtonMid a
{
    color:#ffffff;
    text-decoration:none;
    vertical-align:middle ;
    padding:3px;
    font-weight:bold;
}
#BlueButtonLeft
{
    color:#ffffff;
    text-decoration:none;
    background: url('/images/buttons/btn_blue_over_left.gif') no-repeat right;
}
#BlueButtonRight
{
    color:#ffffff;
    text-decoration:none;
    background: url('/images/buttons/btn_blue_over_right.gif') no-repeat left;
}

#div1, #div2, #div3 {position:absolute; top: 250; left: 450; width:200; visibility:hidden; background-color:#f9f9f9; padding:4px; border:1px dashed; border-color: Blue;}