/* global */
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100.1%;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1;
	color: #fff;
	background-color: #000;
}
a, a:link, a:visited {
	color:#fff;
	text-decoration:none;
}
.copy p a:link, .copy p a:visited, #footer a {
	border-bottom:1px dotted #333;
}
a:hover {
	color:#fff;
}
img {
	border: 0;
}
.copy a.box img, .copy p img {
	float:right;
	padding:5px;
	border:1px solid #111;
	margin:0 0 10px 20px;
}
.copy img.pic2 {
	float:left;
	padding:5px;
	border:1px solid #111;
	margin:0 20px 10px 0;
}
a {
	outline:none;
}
/* structure */
div#swf {
	height: 100%;
	overflow: visible;
	width: 100%;
}
#mship {
	margin: 0 auto;
}
#content {
	background-color: inherit;
	color: inherit;
	position: absolute;
	top: 0;
	right:7%;
	width: 500px;
}
.stage {
	float: left;
	width:510px;
	background-color: #000;
	background: url(i/bg.png);
}
.copy {
	margin:20px;
}
#footer {
	clear:left;
	width:510px;
	padding-top:50px;
	background-color: #000;
	background: url(i/bg.png);
}
/*navigation*/
table td {
	border:none;
	padding:0;
	font-size:12px;
	text-align:center;
}
#nav a {
	display:block;
	width:102px;
	line-height:80px;
	background-color:#111;
	float:left;
}
#nav a:hover {
	background:url(i/nav.gif) repeat-x #999;
}
#nav a:active {
	background-color:#000;
}
#home a#n1, #archive a#n2, #resources a#n3, #about a#n4, #contact a#n5 {
	background:url(i/navx.gif) repeat-x #999;
	color:#000;
	font-weight:bold;
}
#subnav {
	width:510px;
	height:200px;
	float:left;
	background:url(i/stripe.gif);
}
#subnav h2 {
	display:block;
	width:204px;
	float:left;
	line-height:200px;
	height:200px;
	text-align:center;
}
#subnav ul {
	list-style:none;
	width:306px;
	float:right;
}
#subnav ul li a, #subnav ul li a:hover {
	display:block;
	font-size:12px;
	width:306px;
	line-height:40px;
	height:40px;
	text-indent:10px;
}
#subnav ul li p, #subnav ul li h2, #subnav ul li h3, #subnav ul li h4{
	font-size:12px;
	line-height:40px;
	font-weight:normal;
	color:#fff;
}	
#subnav ul li a:hover {
	background:url(i/subnav_ani.gif) transparent;
}
.sub1 #subnav li#s1 p,.sub2 #subnav li#s2 p, .sub3 #subnav li#s3 p, .sub4 #subnav li#s4 p,.sub1 li#s1 a,.sub1 li#s1 a:hover, .sub2 li#s2 a, .sub2 li#s2 a:hover, .sub3 li#s3 a, .sub3 li#s3 a:hover, .sub4 li#s4 a, .sub4 li#s4 a:hover, .sub5 li#s5 a, .sub5 li#s5 a:hover {
	background:url(i/subnav.gif) repeat-x #fff;
	color:#000;
	font-weight:bold;
}
/* typography */
h1, h2, h3, h5, h6,p {
	font-weight:normal;
	margin-bottom:15px;
}
h1 {
	position:absolute;
	top:10px;
	left:10px;
	width:180px;
	height:100px;
	background:url(i/logo.png);
	z-index:99;
}
h1 a {
	display:block;
	width:180px;
	height:100px;
	background: url(i/logo.png) no-repeat;
	text-indent:-9999px;
}
h2 {
	font-size:1.5em;
	letter-spacing:-1px;
}
.copy h2 {
	background-image:url(i/bg.png) transparent;
}
h3 {
	font-size:1.2em;
}
h4{
	font-size:1em;
	margin-bottom:10px;
}
p {
	font-size: 0.8em;
	color:#999;
	line-height:1.4;
}
p strong {
	color:#fff;
}
p em {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-size:1.2em;
	letter-spacing:-1px;
}
h5 {
	font-size:0.9em;
	font-weight:bold;
	color:#fff;
	font-style:italic;
}
h6 {
	margin:20px 0;
	font-size:11px;
	color:#444;
	line-height:1.2;
	font-style:italic;
}
#footer h6 {
	margin:20px;
	font-style:normal;
	line-height:5em;
}
h6 a:link, h6 a:visited {
	color:#999;
}
.copy ul {
	margin:10px 0 20px 0;
}
.copy ol {
	margin:10px 0 20px 25px;
}
.copy ul li {
	margin-left:15px;
	font-size:0.8em;
	line-height:1.3em;
	color:#999;
}
.copy table {
	border:none;
}
.copy td {
	text-align:left;
	color:#999;
	font-size:9px;
	padding-right:10px;
	line-height:18px;
}
.copy td img {
	margin:0 2px 0 0;
	padding:5px;
	border:1px solid #111;
}
#footer h6 a.fb{
	display:block;
	text-indent:85px;
	line-height:30px;
	background:url(i/facebook.gif) no-repeat transparent;
	border:none;
	margin:0;
	font-size:12px;
	color:#3b5997;
}
#footer .ext{
	margin-left:17px;
}
.ext a:link, .ext a:visited{
	border:none !important;
	margin:0 2px 0 0;
}
.ext{
	font-size:12px;
	color:#333;
}