@charset "utf-8";
/* CSS Document */

body {
	background: #0b81ef url(images/bg-blue.gif) repeat-y scroll center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:12px;
}

a {
	color:#0000FF;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:1.3em;
	text-align:center;
}

h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:1.2em;
	text-align:center;
	margin-top:20px;
}

h3 {
	font-family:"Times New Roman", Times, serif;
	font-size:1em;
	text-align:center;
	margin-top:10px;
}

fieldset {
	padding:10px;
}


#container{
	margin-top:0px;
	width:775px;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	background-color:#99FFCC;
}

#header {
	background-color:#FFF;
	text-align:center;
	height:332px;
}

#header-content {
	position:absolute;
	top:0px;
	margin-left:auto;
	margin-right:auto;	
}

#logo {
	text-align:center;
	width:423px;
	height:312px;
	float:left;
}

#topmovie {
	float:right;
	height:312px;
}

#topline {
	text-align:center;
	clear:both;
	width:100%;
	height:23px;
	background-image:url(images/blue023.jpg);
}

#content {
	color:#000;
	width:100%;
	float:left;
}

#content-body {
	width:533px;	/* #menu.width */
	float:left;
	background-color:#99FFCC;
	padding:30px;
	font-size:1.2em;
	font-family:Arial, Helvetica, sans-serif;
}

#footer {
	width:100%;
	height:16px;
	background-image:url(images/blue023.jpg);
	text-align:center;
	font-weight:bold;
	color:#FFF;
	clear:both;
}

#menu {
	width:182px;
	background-color:#9affce;
	background-image:url(images/5093687.jpg);
	float:left;
}

	#menu ul { /* remove bullets and list indents */
		list-style: none;
		margin:1px;
		padding: 0px;
		text-align:center;
	}
	
	#menu li {
		margin-top:15px;
	}

	/* style, color and size links and headings to suit */
	#menu a {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		font-style:italic;
		font-weight:bold;
		display: block;
		color: #000;
		text-decoration: none;
		border:1px solid #9affce;
		background-color:#9affce;
		padding-top:7px;
		padding-bottom:7px;
	}
	
	#menu a:hover {
		border:1px solid #000;
	}

	#menu a.current {
		color:#F60;
	}

#submenu {
	text-align:center;
	margin-top:20px;
	margin-bottom:25px;
}

#contact .txt {
	border:1px solid #CCC;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#006;
}

#contact .btn {
	border-width:1px;
	margin-top:20px;
	padding-left:20px;
	padding-right:20px;
}

#photos {
	margin-top:40px;
	text-align:center;
}
	#photos img {
		border:1px outset #fff;
	}
	#photos table {
		width:533px;
	}
	#photos td {
		vertical-align:middle;
		text-align:center;
	}

.small-font {
	font-size:smaller;
}

#thumbtable {
	font-size:12px;
}
#thumbtable tbody td {
	border:1px dotted #060;
	text-align:center;
}
#thumbtable td a {
	font-size:12px;
	font-weight:bold;
	color:#003300;
	text-decoration:underline;
}

#thumbtable td a:hover {
	text-decoration:none;
}

#prevnext a {
	font-size:12px;
	font-weight:bold;
	color:#003300;
	text-decoration:none;
}

#prevnext a:hover {
	text-decoration:underline;
}

#reports {
	list-style:url(images/fish.gif);
	margin:15px;
	color:#000;
	font-weight:bold;
}

#reports ul {
	list-style:none;
	list-style-image:none;
	padding-top:10px;
	color:#333;
	font-weight:normal;
	font-size:0.8em;
}

#reports span {
	font-weight:bold;
}

.report {
	text-align:justify;
	font-size:13px;
}
.report img {
	border:1px outset #fff;
	margin:5px;
}

#prevnext {
	text-align:right;
}
#prevnext a{
	font-size:12px;
}
