@charset "UTF-8";
/* CSS Document */

html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	font-family: Papyrus, Georgia, "Times Roman";
	font-size: 16px;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#footer {
	padding-top: 45px;
	padding-bottom: 20px;
}

#navigation {
	height: 45px;
	background-image: url(images/menubg.gif);
}

#navigation ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 604px;
}
#navigation ul li {
	float: left;
	display: block;
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	width: 150px;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navigation ul li a {
	color: #FFF;
	text-decoration: none;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#content {
	padding-right: 25px;
	padding-left: 25px;
}
#middlesection {
	background-image: url(images/middle-background.jpg);
	background-repeat: repeat-x;
	height: 229px;
}
.middleright {
	float: right;
	width: 265px;
	padding-left: 15px;
	padding-right: 20px;
}
#header {
	background-color: #003366;
	height: 155px;
	padding-top: 15px;
	padding-left: 25px;
	margin: 0px;
	padding-right: 50px;
}
#FlashID {
	float: right;
}
.footernav {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: .8em;
}
.footernav a {
	color: #369;
}

.middleright h1 {
	font-size: 1.8em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-left: 20px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h1 {
	font-size: 1.9em;
	font-weight: normal;
}
.middleright h2 {
	font-weight: normal;
	font-size: 1.2em;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.middleright ul li {
	font-size: 0.8em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.middleright p {
	font-size: .9em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.inset {
	padding-left: 35px;
}
.insetfurther {
	padding-left: 70px;
	padding-right: 70px;
}
h3 {
	font-size: 1.1em;
}
#pic2 {
	float: left;
	margin-left: 20px;
	margin-bottom: 25px;
}
#pic1 {
	float: right;
	margin-bottom: 25px;
	margin-left: 45px;
}
.middleright ul {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.bulletmargin {
	padding-left: 85px;
}
.insetclearall {
	clear: both;
	padding-left: 35px;
}
.rightitems {
	float: right;
	width: 360px;
}
#container #navigation ul .noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.galleryphotos {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}

.slideshow {
	height: 120px;
	width: 200px;
	margin: auto;
	float: right;
}
.slideshow img { padding: 5px; border: 1px solid #ccc; background-color: #eee; }
.gallerytext {
	color: #FFF;
	font-size: 9px;
	font-family: Tahoma, Geneva, sans-serif;
	float: right;
	clear: right;
	display: block;
	padding-top: 18px;
	padding-bottom: 0px;
	margin: 0px;
}
.gallerytext a {
	color: #FFF;
	text-decoration: none;
}
.gallerytext a:hover {
	text-decoration: underline;
}
.gallery {
	text-align: center;
}
.gallery img {
	margin-bottom: 10px;
}

