@charset "utf-8";
/* CSS Document */
body {
margin:0;
background-color:#18191B;
background-image:url(images/body_bg.gif);
background-repeat:repeat-x;
}
#container {
width:100%;
text-align:center;
}
.site {
width:968px;
text-align:left;
background-color:#F3F0E8;
border-left:1px solid #ffffff;
border-right:1px solid #ffffff;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
.header {
height:125px;
background-image:url(images/Header.jpg);
background-repeat:no-repeat;
font-size:10px;
color:#FFFFFF;
}
.contact {
padding-top:33px;
padding-right:5px;
line-height:12px;
}
.nav {
height:29px;
background-image:url(images/navBack.jpg);
vertical-align:bottom;
}
.slide {
height:304px;
}
.topGrid {
height:28px;
background-image:url(images/TopGrid.jpg);
background-repeat:no-repeat;
}
.content {
padding:2px;
font-size:12px;
line-height:18px;
color:#333333;
}
.footer {
background-image:url(images/footerBack.jpg);
height:25px;
font-size:10px;
color:#FFFFFF;
border-bottom:1px solid #ffffff;
}
.HRSD {
text-align:center;
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
}
.sectionTitle {
background-image:url(images/sectionTitle.jpg);
background-repeat:no-repeat;
height:20px;
max-height:20px;
font-weight:bold;
color:#FFFFFF;
font-size:10px;
}
.serviceImg {
border:1px solid #163852;
}
/* Text Controls */
hr {
color:#163852;
height:1px;
}
h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
color:#413b22;
}
.introText {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
line-height:22px;
font-weight:bold;
color:#413b22;
}
.introText2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
line-height:22px;
font-weight:bold;
color:#413b22;
}
.smallText {
font-size:10px;
color:#163852;
}
.bigText {
font-size:12px;
color:#FFFFFF;
font-weight:bold;
}
.blueText {
color:#163852;
}
.blueTextBig {
color:#163852;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
}
.greenText {
color:#427c00;
}
.redText {
color:#FF0000;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
}
/* Link Control */
.contact a:link {
color:#FFFFFF;
}
.contact a:visited {
color:#FFFFFF;
}
.contact a:hover {
color:#cccccc;
}
.footer a:link {
color:#FFFFFF;
}
.footer a:visited {
color:#FFFFFF;
}
.footer a:hover {
color:#cccccc;
}
.HRSD  a:link {
color:#FFFFFF;
}
.HRSD  a:visited {
color:#FFFFFF;
}
.HRSD  a:hover {
color:#cccccc;
}
/*Drop Down Navigation*/
.halfmoon{
margin-bottom: 1em;
}

.halfmoon ul{
padding: 5px 9px 4px 9px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.halfmoon li{
display: inline;
margin: 0;
}

.halfmoon li a{
text-decoration: none;
padding: 5px 9px 4px 9px;
margin: 0;
margin-right: 1px; /*distance between each tab*/
border-left: 1px solid gray;
color: #ffffff;
font-size: 12px;
}

.halfmoon li a:visited{
color: #ffffff;
}

.halfmoon li a:hover, .halfmoon li.selected a{
color: #cccccc;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_e{
position:absolute;
top: 0;
border: 1px solid #657f27; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:101;
background-color: #f0f0f0;
width: 200px;
visibility: hidden;
}


.dropmenudiv_e a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #657f27; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_e a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/
background-color: #163852;
color:#FFFFFF;
}
/*Image Box*/
#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; }
/* Slider Area (JFLOW) ------------------------- */	

#slider-content { width:964px; height:377px; position:relative; z-index:100; border-bottom:1px solid #000 }

#myController { display:none }
#mySlides img { display:block; margin:0 }
.blue-block { display:block !important; text-align:center; padding:15px 0 0 0; font-size:25px; font-family:Georgia, "Times New Roman", Times, serif; display:block; width:964px; height:48px; background:url('images/blue_bar_bg.gif') repeat-x }
.blue-block a { text-decoration:underline }
.blue-block a:hover { text-decoration:none }

.blue-block.small { font-size:18px !important; padding-top:18px !important; height:45px !important }

.jFlowPrev, .jFlowNext { cursor:pointer; display:block; width:73px; height:63px; text-indent:-5000px; position:absolute }

.jFlowPrev { bottom:0; left:0; background:url('images/button_left.gif') no-repeat }
.jFlowNext { bottom:0; right:0; background:url('images/button_right.gif') no-repeat }

.jFlowControl { cursor:pointer }
.jFlowSelected { text-decoration:none !important }

.gallery .jFlowPrev { top:0 !important; left:0 }
.gallery .jFlowNext { top:0 !important; right:0 }
.gallery { border-bottom:none; height:561px !important }

.gallery-block {
	height:468px;
	padding:8px;
	border-bottom:none }
	
.gallery-block ul { list-style:none; margin:0 0 12px 0; padding:0; width:948px; height:146px; display:block }
.gallery-block ul.bottom { margin:0 }
.gallery-block li { display:block; margin:0 12px 0 0; padding:0; width:148px; height:146px; float:left }
.gallery-block li.last { margin:0 }

.gallery-block li a { display:block; width:146px; height:144px }
.gallery-block li img { display:block; width:146px; height:144px; margin:0 }
#slider-content { position:relative; z-index:100; border-bottom:1px solid #000 }
.blue-block { color:#FFF; border-top:1px solid #000 }
.blue-block a { color:#C7E687 }
.blue-block a:hover { color:#fff }
.jFlowSelected { color:#FFF !important }
.gallery-block { }
.gallery-block li a { border:1px solid #000 }
.gallery-block li a:hover { border:1px solid #FFF }