@charset "utf-8";
/* CSS Document */


#wrap {
	width:938px;
	margin:0 auto;
	background-repeat:no-repeat;
}
body {
	margin:0px;
	background-image:url(images/background2.jpg);
	background-color:#000;
	background-repeat:no-repeat;
	font-family: Helvetica, Arial, San-serif;
}
#header {
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	width:940px;
	height:152px;
	text-indent:-9999px
}
#navigation {
	background-image:url(images/navibg.gif);
	background-color:transparent;
	background-repeat:repeat-x;
	width:100%;
	height:47px;
	margin:0px;
	border-style:solid;
	border-width:1px;
	border-color:#FFF;
	/*-moz-border-radius: 15px;
	-webkit-border-radius: 15px;*/

 /*filter:progID:DXImageTransform.Microsoft.chroma(color=white);*/
}
#navigation a {
	padding-top:2px;
	padding-right:20px;
	padding-left:20px;
	font-size:24px;
	text-decoration:none;
	color:#072b5f;
}
/*fix problem with navi in IE7*/

#navigation li {
	display:inline;
}
#navigation li a {
	float:left;
	border-right-style:dotted;
	border-right-width:1px;
	border-right-color:black;
}
#navigation ul {
	list-style-type:none;
	padding-left:0px;
	margin-top:9px;
	margin-left:0px;
}
#navigation li .last {
	border-right:0px;
	border-right-style:solid;
}
#blurb {
	background-image:url(images/blurbbg.jpg);
	background-repeat:repeat-x;
	background-color:#77a0d9;
	width:938px;
	height:340px;
	margin-top:5px;
	border-color:#FFFFFF;
	border-width:1px;
	border-style:solid;
	position:relative;
}
#blurb img {
	border-style:none;
}
#blurbtext {
	padding-left:400px;
	padding-right:80px;
	padding-top:60px;
	font-size:14px;
	float:right;
}
#homemain {
	background-color:#8bc3fe;
	background-repeat:no-repeat;
	margin-top:5px;
	width:937px;
	height:inherit;
	border-color:#FFFFFF;
	border-width:1px;
	border-style:solid;
}
#pagemain {
	background-image:url(images/pagemainbg.jpg);
	background-color:#8bc3fe;
	background-repeat:repeat-x;
	margin-top:5px;
	width:100%;
	height:inherit;
	border-color:#FFFFFF;
	border-width:1px;
	border-style:solid;

/*min-height:300px;*/
}
#contenttitle {
	font-size: 24px;
	color: #062b61;
	padding-left: 20px;
	padding-top: 5px;
}
#content {
	font-size:16px;
	color:#000000;
	padding-right:230px;
	padding-left:20px;
}
#footer {
	background-color:#8bc3fe;
	margin-top:5px;
	width:100%;
	height:22px;
	border-color:#FFFFFF;
	border-width:1px;
	border-style:solid;
	margin-bottom:10px;
	text-align:right;

}
#footer p {
	margin:0px;
	padding-right:2px;
}
h1 {
	text-indent:-9999px;
}
#figure {
	position:absolute;
	top:50%;
	margin-top:-90px;
	padding-left:95px;
}
#findbutton {
	float:right;
	padding-top:10px;
}
#navigation li .currentpage {
	color:#663300;
}
table {
	padding:5px;
	border-collapse:collapse;
	border-width:1px;
	border-color:#69c;
	border-spacing:3px;
	border-style:solid;
}
td {
	padding: 7px 17px 7px 17px;
	text-align:center;
}
th {

	padding-top:12px;
	padding-bottom:12px;
	padding-left:3px;
	padding-right:3px;
	text-align:center;
	
	font-weight: normal;
	font-size: 16px;
	color: #039;
	border-bottom: 1px dashed #69c;
}
.linkpage ul {
	padding-left:0px;
}
.linkpage li {
	background-image: url(images/doublearrow.png);
	background-repeat: no-repeat;
	list-style:none;
	background-position: 0px;
	padding-left:17px;
	
}
.gallerypage {
	min-height:620px;
}
.gallerypage ul {
	list-style:none;
}
