* {
	margin:0;
}
body {
	background:black url(images/bg03.jpg) top left fixed no-repeat;
	color:white;
	text-align:center;
	font-family: arial, sans serif;
	font-size:12pt;
	line-height:1.5;
	margin-top:10px;
	margin-bottom:10px;
	padding:0;
}
.blockarea{
	margin:5px;
}
.gallery_title{
	margin:2px;
	font-weight:bold;
}
.photo_row{
	padding: 5px;
}
.centerblock {
	text-align:center;
} 
P {
	margin-top:10px;
}
P.clear {
	clear:both;
}
H1, H2, H3, H4 {
	margin-top:10px;
	margin-bottom:10px;
}
A:hover, A:visited, A:active, A:link {
	color:black;
}
#container {
	width:740px;
	position:absolute;
	left:255px;
}
#heading {
	background:url(images/logo02.jpg) top center no-repeat;
	color:white;
	padding:0;
	margin:0;
	height:97px;
}
#page_title{
	margin-top:-35px;
	font-weight:bold;
	font-size:30px;
}
#page_title h1{
	font-size:30px;
}
#page_header{
	font-weight:bold;
}
#navbar {
	clear:both;
	text-align:center;
	font-family: Arial, sans serif;
}
.pagecontent {
	text-align:left;
	background:white;
	color:black;
	padding:10px;
}
.pageheading {
	font-family: Arial, sans serif;
}
.slideshow {
	width:740px;
	background:black;
	clear:both;
}
#footer {
	padding:10px;
	text-align:center;
	font-size:9pt;
	color:white;
	clear:both;
}
#bottomlinks {
	font-size:10pt;
}
#bottomlinks ul{
	list-style:none;
}
#bottomlinks ul li{
	display:inline;
	margin:0 5px 0 5px;
}
.top_image{
	background:url(images/topper_image.jpg);
	height:28px;
	width:740px;
}

.bottom_image{
	background:url(images/bottom-image.jpg);
	height:28px;
	width:740px;
}
.pagecontent A:hover, .mainbody A:visited, .mainbody A:active, .mainbody A:link {
	color:black;
}
#footer A:hover, #footer A:visited, #footer A:active, #footer A:link {
	color:white;
}
IMG {
	border:0;
}
IMG.border {
	border:thin solid black;
}
IMG.noleft {
	float:left;
}
IMG.noright {
	float:right;
}
IMG.left {
	float:left;
	border:thin solid black;
}
IMG.right {
	float:right;
	border:thin solid black;
}
UL {
	margin-left:25px;
}
#smallcontactform {
	border:thin solid black;
}
/* LIGHTBOX sldeshow styles.  See also Lighbox JavaScripts. */



#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 {
	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;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

/* END LIGHTBOX */
