/************** Structure Style Start ************/
body,html {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color:#3A4557;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;}

a:link {color: #333C4B;
	text-decoration:none;}
a:visited {color: #333C4B;
	text-decoration:none;} 
a:hover {text-decoration: underline;}

#container {
	width: 1000px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	line-height: 18px;
	background-image: url(images/shadow.gif);
	background-repeat:repeat-y;
	background-position: center;}

#banner {
	width: 1000px;
	height: 147px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: center;}

#banner_text{
	padding-top:80px;
	padding-right:90px;
	text-align:right;
	color: #3A4557;
	font-size: 12px;
	font-weight:bold;}

#content {float:left;
width: 864px;
padding-left: 62px;
margin:0;}

#content_left{float:left;
	width: 183px;
	border-top: 1px solid #fff;}

#menu ul {
	font-size:16px;
	list-style: none;
	color:#fff;
	margin:0;
	padding-top:0;
	padding-right:0;
	padding-bottom:0;
	padding-left: 15px;
	line-height:30px;}

#menu a {color: #fff;
	text-decoration:none;}
#menu a:hover {color:#6C7FA0;}

.current{color:#6C7FA0;}

#content_right {float:right;
	width: 681px;
	border-top: 1px solid #fff;}
	
p {padding-top: 0;
padding-left:20px;
padding-bottom: 0;
padding-right:30px;}

.title{padding-top:20px;}
#banner_img{padding-bottom:15px;}

#small_font{padding-top:20px; font-size:12px;}

#photo{float:right;
padding:10px;}

#photo img{border: 4px solid #CEE0EA;}

.section{float:left;
width:100%;}

.thumb{float:left;
width: 125px;
padding-top: 20px;
padding-right:20px;
padding-left:20px;}

.thumb img{border: 4px solid #CEE0EA;}

.img_border{border: 4px solid #CEE0EA;}

#footer {margin:0;
	clear: both;
	color: #aeaeae;
	font-size: 11px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height:62px;
	vertical-align: bottom;}

/****************footer menu style start*************************/
#footer{background-color:#3A4557;}

#footer-menu{
	height:10px;
	padding: 30px 0 20px 100px;}

ul#footer-navigation {
	margin: 0;
	padding: 0;
	font-size:11px;}

#footer-navigation li {
	display:inline;
	list-style: none;
	line-height: 22px;
	color: #aeaeae;
	padding-left:5px;
	padding-right:5px;
	border-right: 1px solid #aeaeae;}

#footer a{color: #aeaeae; text-decoration: none;}

#footer a:hover {text-decoration: underline;}

#footer-left {
	float: left;
	padding-left:100px;}

#footer-right {
	float: right;
	padding-right:80px;}

/*********************footer menu style end**************************/

/******** form formatting *************/

.form{
	margin:0;
	padding-left:5px;}

.row {
  clear: both;
  padding-top: 10px;}

.label {
  	float: left;
	width:40%;
  	text-align: right;
	padding:0;
	margin:0;}

.label_address {float: left;
	width:50%;
  	text-align: left;
	padding:0;
	margin:0;}

.label p{
display:inline;
padding-right:10px;
padding-top:0;
padding-bottom:0;
padding-left:0;}

.formw {
  	float: right;
	width:60%;
  	text-align: left;} 

.formw_map {
  	float: right;
	width:50%;
  	text-align: left;} 

.errortext{
	color:#333333;
	padding: 5px;}

#thankyou{
	height: 200px;
	text-align:left;
	margin:0 0 0 200px;	}
/************** form formatting end **************/

/**************Lightbox styles************/

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