@charset "utf-8";
/* CSS Document */
html {
height: 101%;
}

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #707070;
background-color:  #fff;
padding: 0;
margin: 6px 0 0 0;
text-align: center;
}

h1 {
font-size: 14px; }

h2 {
font-size: 17px;
font-weight: normal;}

h3 {
font-size: 12px;
}

#container {
width: 700px;
margin: 0 auto;
text-align: left;
z-index: -1;
}

#header {
background: url(../images/logo_banner.jpg) no-repeat;
height: 137px;
}

#content {
margin: 0 auto;
padding-bottom: 18px;
}

/******************************* main navigation ********************************/

#nav {
background: url(../images/nav.jpg) no-repeat;
height: 34px;
}

#nav ul {
margin: 0 0 0 5px;
padding: 0;
}

#nav li {
display: block;
float: left;
margin: 0;
padding: 0;
list-style: none;
}

#nav li a {
text-decoration: none;
padding: 0;
margin: 0;
height: 33px;
text-align: center;
}

#nav li a:hover {
padding: 0;
margin: 0;
height: 33px;
text-decoration: none;
}

#nav img {
display: block;
}

#pic_banner {
background: url(../images/pic_banner.jpg) no-repeat;
height: 90px;
}

#flash_banner {
border-right: 6px solid #80a7ff;
border-left: 6px solid #80a7ff;
border-bottom: 6px solid #80a7ff;
}

.home_links {
padding: 12px 0;
text-align: center;
}

/******************************* left contents ********************************/

#main {
background: url(../images/bg_body.gif) repeat-y;
}

#main_gallery {
background: url(../images/gallery_bg.gif) repeat-y;
}

.b_nav {
width: 135px;
float: left;
margin: 6px 0;
background: #80a7ff;
border-bottom: 1px solid #fff;
}

.b_nav ul {
margin: 0;
padding: 6px 0;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
}

.b_nav li {
margin: 0;
padding: 3px 0;
list-style: none;
text-align: center;
font-weight: bold;
color: #fff;
}

.b_nav li a {
color: #fff;
text-decoration: none;
font-weight: normal;
}

.b_nav li a:hover {
color: #004FFF;
text-decoration: none;
}

.c_nav {
width: 135px;
float: left;
margin: 0;
background: #80a7ff;
}

.c_nav ul {
margin: 0;
padding: 6px 0;
border-top: 1px solid #fff;
}

.c_nav li {
margin: 0;
padding: 3px 0;
list-style: none;
text-align: center;
font-weight: bold;
color: #fff;
}

.c_nav li a {
color: #fff;
text-decoration: none;
font-weight: normal;
}

.c_nav li a:hover {
color: #004FFF;
text-decoration: none;
}

.centre {
margin: 0 135px;
padding: 12px 18px;
border-top: 6px solid #80a7ff;
}

.centre a {
color: #004fff;
}

.centre a:hover {
color: #ff642b;
}

.gallery {
background: #fff;
margin: 0 0 0 127px;
padding: 12px;
}

.first_para {
font-size: 15px;
margin-top: 20px;
}

/******************************* right contents ********************************/

.rightcol {
width: 135px;
float: right;
margin: 48px 0 0 0;
}

.right_pics {
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
}

/**************************** GALLERY POP OVER ****************************/

.float_border {
float: left;
border: 1px solid #d9d9d9;
margin: 0 6px 12px 0;
padding: 3px;
}

.clear {
display: block;
}

.border {
border: 1px solid #d9d9d9;
margin: 0 6px;
padding: 3px;
}

#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/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.6em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding: 0 10px; color: #666; }
#imageData #imageDetails{ width: 100%; float: left; text-align: left; }	
#imageData #caption{ font-weight: normal;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 1.0em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #d9d9d9;
}

/******************************* forms ********************************/

.form {
background: #80A7FF;
margin: 0 auto; 
padding: 7px;
width: 300px;
color: #fff;
border: 6px solid #d9d9d9;
}

/******************************* footer ********************************/

#footer {
clear: both;
background: #004fff;
width: 700px;
height: 16px;
text-align: center;
border-top: 1px solid #fff;
border-bottom: 6px solid #80a7ff;
color: #fff;
padding: 12px 0;
}

#footer a {
color: #fff;
}

#footer a:hover {
color: #000;
}

.web_credit {
text-align: center;
}

.web_credit a {
color: #707070;
}

.web_credit a:hover {
color: #000;
}


