/* Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 16px;
	text-align: center;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* Spacing */

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
	font-size: 14px;
	text-align: left;
}

/* Main */

html {
	background-color: #f6f6f6;
	background-image: url(../img/background-blue.jpg);
}

body {
	font: 13px/1.5 Arial, 'Helvetica Neue', 'Liberation Sans', FreeSans, sans-serif;
	color: #f1f1f1;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* General Styles */

a, a:visited {
	color: #e1e1e1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline: 1px dotted;
}

.imgborder {
	border: 1px solid #e1e1e1 ; /* width style color: drk blue #57697A #708F9F*/
}

.marginleft {
	margin: 0px 0px 0px 20px ; 
}

.floatright {
	float: right;
}

.bold {
	font-weight: bold;
}

.smfont {
	font-size: .80em;
	color: #6d8294;
}

#container {
}

#wrapper {
position: relative;
margin-top: 15px;
margin-bottom: 10px;
float: left;
background-color: #232e3f;
background: url(../img/bg-content.png) repeat;
border-color: #232e3f;
border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
}

#topbg {
	position: relative;
	float:left;
	margin: 0px;
	background: url(../img/bg-content-top.png) repeat-x;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	text-align: center;
}

#header {
	position: relative;
	padding: ;
}

#header img {
	float: left;
	padding-top: 15px;
	padding-bottom: 35px;
}

#header p {
	float: right;
	padding-top: 15px;
	font-size: .885em;
	color: #adb5bb;
}
#header #nav {
	float: right;
	overflow: hidden;
}

#header a {
	color: #232e3f;
}
#header #nav li {
	float: left;
	background: url(../img/nav-back.png) repeat-x;
	list-style: none;
	padding: 12px 17px 8px 17px; 
	margin: 0px;
	height:;
	line-height: 16px ;
	font-size: 14px ;
	font-weight: bold;
	border-right: 1px solid #7290a1;
	border-left: 1px solid #5c7182;
}

#header #nav li:nth-child(6) {
	border-right:none;
}

#header #nav li:first-child {
	border-left:none;
}

#header #nav li .selected, #header #nav li:hover {
	float: left;
	background: url(../img/nav-rollover.png) repeat-x;
	list-style: none;
	padding: 12px 17px 8px 17px; 
	margin: 0px;
	height:;
	line-height: 16px ;
	font-size: 14px ;
	font-weight: bold;}

#header #nav a:hover {
	display: block;
	color: #232e3f;
}

#banner {
	padding-bottom: 10px;
}
#banner img {
	width: 938px;
	height: 299px;
	border: 1px solid #f6f6f6;
}
#nav li a {
	text-decoration: none;
	display: block;
}

#primary h3 {
	padding-top: 40px;
	text-align: center;
}

#primary {
	text-align:justify;
	padding-bottom: 20px;
}
#col1 img, #col2 img, #col3 img, #col4 img {
	padding-bottom: 15px;
}

/* Small More button hover image CSS only */

div.more {
	width: 102px;
	height: 20px; 
	background: url(../img/btn-more-hover.png);
	margin: 0px;
	padding: 0px;
	float: right;
}

div.more a, div.more a:link {
display: block;
}

div.more img {
width: 100%;
height: 100%;
border: 0px;
}

div.more a:hover img {
visibility: hidden;
}


#spacer {
	float: left;
	width: 2px;
	height: 450px;
	background: url(../img/spacer.gif) repeat-y;
	margin-top: 80px;
	margin-left: 2px;
	margin-right: 2px;
}

#spacersecondary {
	float: left;
	width: 2px;
	height: 470px;
	background: url(../img/spacer.gif) repeat-y;
	margin-top: 80px;
	margin-left: 2px;
	margin-right: 2px;
}	

#spacerpg {
	float: left;
	width: 2px;
	height: 475px;
	background: url(../img/spacer.gif) repeat-y;
	margin-top: 80px;
	margin-left: 2px;
	margin-right: 2px;
}	
/* Secondary Content */

#secondarycol1 {
	padding-left: 10px;
	text-align: justify;
}

#secondary h4 {
	padding-top: 50px;
}

#gallery h4 {
	padding-top: 50px;
	padding-left: 20px;
}

#secondary p {
	color: #f1f1f1;
}

#secondary .view a, #secondary .view a:visited {
	text-decoration: none;
	color: #f1f1f1;
}

#secondary .view a:hover {
	color: #6d8294 ;
}

#secondarycol2 {
	padding: 0px 0px 0px 0px;
	text-align: justify;
}

/* Form */

#secondarycol2 label {
	display:block;
	padding: 5px 0px 10px 0px;
}

#secondarycol2 label .entry {
	display: block;
	float: left;
	width: 63px;
	text-align:left ;
	padding: 5px 10px 0px 0px
}

#secondarycol2 .button {
	border:none;
	width: 102px;
	height: 20px;
	background: url(../img/btn-submit.png) no-repeat;
	margin: 20px 0px 20px 0px;
	float: right;
}

div.btnsubmit {
	width: 102px;
	height: 20px; 
	background: url(../img/btn-submit-hover.png);
	margin: 0px;
	padding: 0px;
	float: right;
}

div.btnsubmit a, div.btnsubmit a:link {
display: block;
}

div.btnsubmit input {
width: 100%;
height: 100%;
border: 0px;
}

div.btnsubmit a:hover input {
visibility: hidden;
}

#gallery img{
	float: left;
	padding: 15px 30px 15px 30px;
}

#photofooter img {
	margin: 10px 6px 15px 6px;
}

/* Footer */

#footer {
	text-align: center;
	font-size: .80em;
	color: #6d8294;
}

#footer a {
	text-decoration: none;
	color: #ffffff;
}

#footer ul {
}

#footer ul li {
	display: inline;
	list-style: none;
	border-right: solid 1px #6d8294;
	padding: 0px 8px 0px 8px;
	margin: 0px;
}

#footer ul li a:hover {
	color: #232e3f;
}

#footer ul li:nth-child(7) {
	border-style: none;
}

#footer p {
	margin: 0px;
}

/* Lightbox */

#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:img/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(../img/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	 background: url(../img/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; }
