/* -------------------------------------- */
/* Sector 8 stylesheets - www.sector8.net */
/* -------------------------------------- */

/* --- Strip All Elements --- */

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, form, fieldset, legend {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* --- Redefine HTML Tags --- */

body {
	text-align: center;
	background: #80A5BE url(/images/body_bkgrd.gif) repeat-x top left;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
}

h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0 0 12px 42px;
}

h2, h3 {
	margin: 0 10px 0.5em 80px;
}

h2, h4 {
	color: #F30;
}

h2 {
	font-size: 150%;
	color: #F30;
	background: url(/images/h2_bkgrd.gif) no-repeat bottom left;
}

h3, h4 {
	font-size: 110%;
}

h3 {
	color: #004A7D;
	background: url(/images/h3_bkgrd.gif) no-repeat bottom left;
}

h4 {
	margin-bottom: 0.5em;
	background: url(/images/h4_bkgrd.gif) no-repeat bottom left;
}

p, td, li, th, textarea {
	font-size: 80%;
}

/* CONTAINER */

#container {
	text-align: left;
	margin: 10px auto 10px auto;
	width: 768px;
	border: 1px solid #00487C;
	background: #FFF;
}

/* MASTHEAD */

#masthead {
	line-height: 1em;
	height: 166px;
	margin-bottom: 30px;
	padding-top: 124px;
	position: relative;
}

#container > #masthead {
	height: auto;
	min-height: 30px;
}

#masthead h1 {
	width: 188px;
	height: 156px;
	background: url(/images/moss_logo.gif) no-repeat top left;
	position: absolute;
	top: 10px;
	left: 4px;
	overflow: hidden;
	z-index: 1;
}

#masthead h1 a {
	display: block;
	padding-top: 160px;
}

/* Navigation */

#masthead ul {
	list-style: none;
	background: #80A5BE url(/images/nav_bkgrd.gif) repeat-x bottom left;
	padding: 4px 0 0 184px;
	float: left;
	width: 738px;
	margin: 0 0 0 10px;
}

#masthead > ul {
	width: 564px;
}

#masthead ul li {
	font-size: 65%;
	font-weight: bold;
	float: left;
}

#masthead ul li a:link, #masthead ul li a:visited, #masthead ul li a:hover {
	float: left;
	text-decoration: none;
	padding: 5px;
	display: block;
	border-right: 1px solid #004A7D;
}

#masthead ul li.first a:link, #masthead ul li.first a:visited, #masthead ul li.first a:hover {
	border-left: 1px solid #004A7D;
}

#masthead ul li a:link, #masthead ul li a:visited {
	color: #FFF;
}

#masthead ul li a:hover, #masthead ul li.selected a:link, #masthead ul li.selected a:visited {
	background-color: #004A7D;
}

#masthead ul li a:hover {
	color: #F60
}

/* CONTENT */

#content {
	clear: both;
	margin: 0 10px 0 10px;
	line-height: 1.2em;
	padding-bottom: 40px;
	background: url(/images/content_bkgrd.gif) repeat-x bottom left;
}

#content p, #content ul, #content a:link, #content a:visited {
	color: #004A7D;
}

#content a:hover {
		color: #F60;
}

#content p {
	margin: 0 10px 1em 130px;
}

#content ul {
	margin: 0 10px 1em 170px;
	list-style: none;
}

#content ul li {
	background: url(/images/li_marker.gif) no-repeat center left;
	padding-left: 18px;
}

#content .small_gallery {
	border: 2px solid #FDB58C;
	margin: 0 10px 0 130px;
	padding: 10px;
	margin-bottom: 1em;
}

#content .small_gallery p {
	margin-left: 0;
}

#content .small_gallery a img {
	float: left;
	margin: 0 0 10px 4px;
	border: 1px solid #004A7D;
}

#content .small_gallery a:hover img {
	border: 1px solid #F60;
}

#content .small_gallery p.more, #content .small_gallery p {
	clear: left;
}

#content .small_gallery p.more {
	text-align: right;
	margin: 0;
}

.large_gallery {
	text-align: center;
	margin: 0 10px 0 80px;
}

.large_gallery img {
	margin-bottom: 0.5em;
	border: 1px solid #000;
}

.large_gallery p.back {
	text-align: right;
	margin-rignt: 0;
}

.large_gallery p.back a:link, .large_gallery p.back a:visited {
	padding-right: 13px;
	background: url(/images/back.gif) no-repeat top right;
}

.large_gallery p.back a:hover {
	background: url(/images/back_hover.gif) no-repeat top right;
}

/* FOOTER */

#footer {
	background-color: #F60;
	margin: 0 10px 10px 10px;
	border-top: 1px solid #004A7D;
	padding: 6px 10px 10px 10px;
}

#footer, #footer a:link, #footer a:visited, #footer a:hover {
	color: #FFF;
}

#footer ul {
	list-style: none;
	text-align: right;
}

#footer ul li {
	display: inline;
	font-size: 65%;
}

#footer ul li.credit {
	float: left;
}

#footer ul > li.credit {
	padding-top: 5px;
}