﻿@charset "utf-8";
* {padding:0; margin:0; border:none;}
body {background:#FFF; color:#000; font-family:Arial, Helvetica, sans-serif; font-size:10pt;}

#main { margin:25px auto; width:920px; overflow:hidden;}
#left, #right {float:left; width:315px;}
#content {float:left; width:290px;}

#logo {background:url(img/logo.gif) no-repeat; height:200px; margin:12px auto 5px auto; }
#content p {color:#818181; margin-bottom:10px;}
#motto {font-size:10.5pt; font-weight:700; text-align:center;}

#phone {background:url(img/phone.gif) no-repeat; height:64px; width:310px;
	color: #A4CD65;
	text-align: right;
	font-size: 38px;
	padding-toP: 6px;
}
#phone small {
	font-size: 14px;
	position: relative;
	top: -26px;
	//top: -8px;
}
.l_menu_img1 {height:75px; margin-top:25px; width:300px;}
.l_menu_img {height:75px; margin-top:50px; width:300px;}
#left p {color:#7B984D; text-align:left; margin:-15px 17px 0 70px;}

#info {text-align: right; color:#7B984D; height:70px; font-weight:700; margin-left:50px; width:265px;}
#info strong {font-size:12pt;}
.r_menu_img1 {height:75px; margin:25px 0 0 15px; width:300px;}
.r_menu_img {height:75px; margin:65px 0 0 15px; width:300px;}
#right p {color:#7B984D; text-align:right; margin:-15px 78px 0 17px;}
#counters { margin:0px auto; width:920px; text-align: right;}
#counters img {border-top:solid 1px #A4CD65; padding: 4px;}
a {text-decoration: none; color:#818181;}
.container {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0px;
  height: 100%;
}
.page {
  width: 500px;
  margin: 0 auto;
  margin-top: 180px;
  background: #FFF;
  border: 1px #7B984D solid;
  padding: 5px;
  overflow: hidden;
}
.page #close {
	float: right;
	width: 68px;
	background: url('img/close.gif') top right no-repeat;
	text-decoration: none;
	color: #7B984D;
	line-height: 16px;
}
.page #close:hover {
	text-decoration: underline;
}
.page h1 {
	color: #7B984D;
	font-size: 150%

}
.page p {
	clear: both;
	display: block;
	color: #818181;
	padding: 5px;
}
.page input,.page textarea {
	border: 1px #7B984D solid;
	width: 200px;
}

/* */
#header {
	color: #A4CD65;
	font-size: 38px;
	line-height: 70px;
	position: relative;
	top: -20px;
}
#header img {
	position: relative;
	top: 20px;
}
#cleft {
	width: 150px;
	float: left;
	padding-top: 20px;
}
#cleft a {
	color: #A4CD65;
}
#cright {
	width: 770px;
	float: right;
}
#cright h1 {
	color: #A4CD65;
	font-size: 20px;
}
#cright p {
	margin: 6px 0px;
}

#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; }
