﻿
.photogallery ul
{
	list-style-type:none;
}

.photogallery li
{
	display: inline;
	float: left;
	margin: 3px;
	text-align: center;
	overflow: hidden;
	padding: 5px;
	width:150px;
	height:130px;
	border: 1px solid #585858;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.photogallery li img
{
	border:1px solid #FFF;
	width: 100px;
	height: 100px;
	
}
.photogallery a
{
	text-decoration:none;
	color:#E0FFFF;
	font-size:8pt;
	
	
}

.newsgallery ul
{
	list-style-type:none;
}

.newsgallery li
{
	display:none;
	float: right;
	margin: 3px;
	text-align: right;
	overflow: hidden;
	padding: 0px;
	width:150px;
	height:130px;
	
}

.newsgallery li img
{
	
	width: 100px;
	height: 100px;
	
}
.newsgallery a
{
	text-decoration:none;
	color:#E0FFFF;
	font-size:8pt;
	
	
}

/* ######################## Contact Form ########## */
div.contact
{
	
	width: 600px;
	padding: 0;
	
}
div.contact-comments
{
	padding: 0 0 0 57px;
	margin-bottom:10px;
	
}
div.contact div.form
{
	overflow: hidden; /*background: url('../../ImagesNew/round_cen_blue_form.gif') repeat-y 0 0 !important;*/
	margin: 9px 0 15px 0;
	color: #425C62;
	background-color: #FFFDFE;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 1px 1px 1px #BECFD3;  
	-moz-box-shadow: 1px 1px 1px #BECFD3;  
	-webkit-box-shadow: 1px 1px 1px #BECFD3;  
}
div.contact div.form div.form_top
{
	overflow: hidden;
	/*background: url('../../ImagesNew/round_top_blue_form.gif') no-repeat 0 0;*/
}
div.contact div.form div.form_bottom
{
	overflow: hidden;
	/*background: url('../../ImagesNew/round_bot_blue_form.gif') no-repeat 0 100%;*/
}
div.contact div.left_part
{
	float: left;
	width: 400px;
	padding: 37px 0 0 0;
}
div.contact div.label_field
{
	overflow: hidden;
	float: left;
	width: 393px;
	padding: 0 0 0 0;
}
div.contact div.label_field label
{
	float: right;
	padding: 0 5px 0 0;
	line-height: 36px;
}
div.contact div.label_field label span
{
	color: #f00;
}
div.contact div.label_field input
{
	float: right;
	width: 297px;
	font-family: Tahoma;
	font-size: 10pt;	
	background-color: #F9FAFB;
	
	border: 1px solid #3E0921;
	padding: 5px;
	margin: 1px 1px 0 0;
	color: #412749;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	
}


div.contact div.right_part
{
	float: left;
}
div.contact div.right_part p
{
	font-size: 12px;
	color: #999;
	padding: 80px 0 0 0;
}
div.contact div.form textarea
{
	width: 548px;
	height: 92px;
	font-family: Tahoma;
	font-size: 10pt;	
	border: 1px solid #3E0921;
	padding: 2px 5px 2px 5px;
	margin: 10px 0 0 20px;
	color: #412749;
	background-color: #F9FAFB;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div.contact div.form div.check_submit
{
	-moz-border-radius: 5px;
	padding: 15px 20px 0 0;
	height: 40px;
}
div.contact div.form div.check_submit input.submit
{
	float: left;
	background: url('../../ImagesNew/btn_submit_cont.gif') no-repeat 0 0;
	width: 158px !important;
	height: 34px;
	border: none;
	cursor: pointer;
	font-size: 16px;
	font-family: TrebuchetMS,Times,serif;
	color: #fff;
	padding: 0 0 3px 0;
	margin: 0 0 0 247px;
}
div.contact div.form div.check_submit input.comment-submit
{
	float: right;
	background: url('../../ImagesNew/btn_submit_cont.gif') no-repeat 0 0;
	width: 158px !important;
	height: 34px;
	border: none;
	cursor: pointer;
	font-size: 16px;
	font-family: TrebuchetMS,Times,serif;
	color: #fff;
	padding: 0 0 3px 0;
	margin: 0;
}
* + html div.contact div.form div.check_submit input.submit
{
	margin: 0 0 0 230px;
}


div.aboutus
{
	
}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../../images/blank.gif) no-repeat; /* 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/prev.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../../images/next.gif) right 50% no-repeat; }

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{
color: #FF9834;
font-weight:bold;
text-decoration: none;
}
#nextLinkText{
padding-left: 20px;
}
#prevLinkText{
padding-right: 20px;
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#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;	}
#imageData #helpDisplay {clear: left; float: left; display: block; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	 .PagerNormal
      {
        font: 9pt Verdana;
        color: #0066CF;
        border: solid 1px #778899;
        padding: 1px 4px;
        text-decoration:none;
      }
      .PagerCurrent
{
	font: 9pt Verdana;
	border: solid 1px #778899;
	padding: 1px 4px;
	background-color: #C9C9C9;
}

