* { margin:0; padding:0; }

h4, h5, h6, blockquote, ol, dl, address { margin-bottom: 1em; }

body {
	background: #fff url(images/bg.jpg) repeat fixed;
	font: 62.5%/1.6em Arial Black, sans-serif;
	color: #000;
	text-align: left;
}

img {
	border: none;
}

a {
	outline: none;
	text-decoration: none;
	color: #c00;
}

a:hover {
	color: #000;
}

h1 {
	text-indent: -9999px;
}
h1 a {

}

h2 {
	font-size: 7em;
	line-height: 0.8em;
	text-transform: uppercase;
	margin-bottom: 8px;
	letter-spacing: -3px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	background: #fff;
}
h3 {
	font-size: 2em;
	text-transform: uppercase;
	padding-bottom: 2px;
	margin-bottom: 12px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	background: #fff;
}

p {
	font-size: 1.2em;
	line-height: 1.7em;
	margin: 0 0 20px 0;
	max-width: 400px;
}

ul {
	list-style: none;
}

/* construct */
#accessibility {
	position: absolute;
	top: -9999em;
}

#container {
	width: 920px;
	margin: 30px auto 10px auto;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}

#head {

}

#nav {
	margin: 0 0 44px 0;
	width: 100%;
	height: 1.3em;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	background: #fff;
}

#content {

}

.news {
	margin-bottom: 7px;
}

/* lists */
#nav ul {
	padding-bottom: 5px;
	border-bottom: 1px solid #666;
}
#nav ul li {
	display: inline;
	font-size: 1.2em;
	text-transform: uppercase;
}
#nav li a {
	padding: 0 10px 0 2px;
}
#nav ul li a:hover {

}
#nav ul li a#selected {

}

/* images + flash */
.imgleft {
	float: right;
	margin: 0 0 20px 20px;
	padding: 6px;
	background: #fff;
}

.video {
	float: right;
	clear: right;
	margin: 0 0 20px 20px;
	padding: 6px;
	background: #fff;
	position: relative;
	z-index: 1;
}
.video p {
	margin-bottom: 8px;
}

p.showvid {
	margin-bottom: 8px;
	cursor: pointer;
	background: #fff;
	width: 240px;
	color: #c00;
}

.audio {
	float: right;
	clear: right;
	margin: 0 0 20px 20px;
	padding: 6px;
	background: #fff;
}
.audio p {
	margin-bottom: 8px;
}

.thumbs {
	float: left;
	clear: left;
	margin: 0 0 20px 0;
	padding: 6px;
	background: #fff;
}
.thumbs p {
	margin-bottom: 8px;
	cursor: pointer;
	color: #c00;
}
.thumbs img {
	border: 1px solid #eee;
	margin: 0 0 0 4px;
}
.thumbs img:hover {
	border: 1px solid #c00;
}	

/* misc */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
