*{
  padding: 0;
  margin: 0;
}

body{
  background-color: #000033;
  font-family: arial;
  font-size: 12px;
  line-height: 18px;
  color: #454545;
  margin-top: 15px;
  background-image: url(/images/water.jpg);
}

body a{
  color: #000000;
}

body a:focus{
  outline: none;
}

body a:hover{
  color: #000099;
}

h1{
  font-family: arial;
  font-weight: normal;
  font-size: 20px;
  color: #000000;
  padding-top: 20px;
  padding-bottom: 15px;
}

h2{
  font-family: arial;
  font-size: 17px;
  line-height: 20px;
  color: #1E1E1E;
  padding-bottom: 5px;
  padding-top: 25px;
  font-weight: normal;
}

h3{
  font-weight: normal;
  font-family: arial;
  font-size: 14px;
  line-height: 18px;
  color: #1E1E1E;
  padding-bottom: 5px;
  padding-top: 5px;
}

h3 a{
  color: #1E1E1E;
  text-decoration: none;
}

h3 a:hover{
  text-decoration: none;
}

h4{
  font-family: arial;
  font-size: 12px;
  line-height: 20px;
  font-style: italic;
  color: #1E1E1E;
  padding-top: 10px;
}

p{
  margin-bottom: 10px;
}


ul{
  margin-left: 30px;
  padding-bottom: 15px;
}



#container{
  width: 880px;
  margin: 0 auto;
  background-image: url("/images/background.jpg");
  background-repeat: repeat-y;
  border: 2px solid #000000;
  -moz-border-radius: 8px; 
  -webkit-border-radius: 8px;

}



#header{
  height: 250px;
  background-image: url("/images/newheader-2.jpg");
  border-bottom: 2px solid #000000;
}

#printheader{
  display: none;
}


#sidebar{
  float: left;
  width: 140px;
  padding-top: 15px;
  padding-left: 15px;
}


#content{
  min-height: 300px;
  margin-left: 165px;
  padding-right: 15px;
}


.contentright{
  float: right;
  width: 400px;
  margin-left: 20px;
  text-align: right;
}

.caption{
  font-size: 10px;
  line-height: 12px;
  font-style: italic;
  font-weight: normal;
}

#footer{
  clear: both;
  height: 25px;
}

#copy{
  width: 850px;
  margin: 0 auto;
  text-align: center;
  font-size: 10px;
  color: #ffffff;
}
#copy a{
  color: #ffffff;
  text-decoration: none;
}
#copy a:hover{
  text-decoration: underline;
}

.formline{
  clear: both;
}

.formlabel{
  float: left;
  width: 70px;
  font-weight: bold;
  line-height: 23px;
}
.forminput{
  float: left;
  width: 210px;
  margin-bottom: 7px;
}
.forminput input, textarea{
  border: 1px solid #666666;
  background-color: #f1f1f1;
  padding: 3px;
  height: 17px;
  width: 210px;
  font-family: arial;
  font-size: 13px;
  color: #454545;
}


#contactright{
  width: 300px;
  float: right;
}

.item{
  float: left;
  width: 230px;
  height: 70px;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 5px;
  padding-bottom: 10px;
  font-size: 10px;
  line-height: 12px;
  color: #454545;
  border-top: 1px solid #CCCCCC;
}




.image-gallery{
  margin-bottom: 20px;
}

.image-gallery a{
  padding: 4px;
  border: 1px solid #CCCCCC;
  margin: 5px;
  float: left;
  text-decoration: none;
}

.image-gallery a:hover{
  background-color: #f1f1f;
  border-color: #666666;
}



.photo{
  padding: 4px;
  border: 1px solid #CCCCCC;
  margin: 5px;
  text-align: center;
}





table.data {
	margin-top: 5px;
	border-collapse: collapse;
}

table.data th {
	padding: 0 0.5em;
}

tr.heading td {
	color: #FFFFFF;
	background: #666666;
}

tr.heading td a{
	color: #FFFFFF;
	background: #666666;
	text-decoration: none;
}

tr.heading td a:hover{
	color: #FFFFFF;
	background: #666666;
	text-decoration: underline;
}


table.data td {
	border-bottom: 1px solid #CCC;
	padding: 0 0.5em;
}

table.data td+td {
	border-left: 1px solid #CCC;
}

.bullet{
  font-size: 20px;
  color: #666666;
}

table.data ul{
  padding: 0;
}




#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

