﻿html
{
	/* background: #ccbc9b;
	background: #2c371d;
	background: #1e2218;
	background: #1c2218;
	background: #565a48; */
	background: #3c3e32;
	color: #000;
	font-family: sans-serif;
	font-size: 85%;
	margin: 0;
	padding: 0;
}

body
{
	margin: 12px 5px 5px 5px;
	padding: 0;
}

a, a:visited { color: #738f99; }
a:active, a:hover { text-decoration: none; }

acronym
{
	border-bottom: 1px dotted #000;
	cursor: help;
}

blockquote
{
	font-style: italic;
	margin: 0 1.5em;
	padding: 0;
}

img { border: 0; }
h1, h2, h3, h4, h5, h6 { margin: 0 0 1em 0; }

hr
{
	/* background: #ccbc9b; */
	background: #3c3e32;
	border: 1px solid #000;
	border-color: #3c3e32;
	/* color: #ccbc9b; */
	color: #3c3e32;
}

.non-semantic-spacer
{
	clear: both;
	margin-bottom: 1em;
}

p
{
	margin: 0 0 1em 0;
	padding: 0;
}

.note { font-size: 75%; }
.important, .important a { color: #a30701; }

#container
{
	background: #fff url("images/sidebar4.png") repeat-y;
	border: 1px solid #000;
	margin: 0 auto;
	position: relative;
	width: 975px;
}

#header h1
{
	background: transparent url("images/header6.png") no-repeat;
	margin: 0;
	padding: 0;
	/* width: 740px; */
	width: 975px;
	height: 107px;
}

#header h1 span
{
	font-size: 1px;
	line-height: 1px;
	visibility: hidden;
}

#header em { display: none; }

#content
{
	float: right;
	margin: 0 0 3em 0;
	min-height: 300px;
	padding-right: 12px;
	padding-top: 10px;
	position: relative;
	/* width: 581px; */
	width: 816px;
	z-index: 2;
}

* html #content { height: 300px; }

#content h2 { text-align: center; }

body.maritime-defense #content h2
{
	border-bottom: 5px double #943634;
}

body.maritime-defense #content .large-box
{
	border: 5px double #943634;
	font-size: 1.25em;
	padding: 1.25em;
	text-align: center;
}

#content #logos
{
	text-align: center;
	width: 100%;
}

#content #logos td
{
	padding: 1em 0;
	text-align: center;
	width: 50%;
}

#content #logos img
{
	display: block;
	margin: 0 auto;
}

#logo
{
	display: block;
	margin: 0 auto 0.5em auto;
}

.tagline
{
	text-align: center;
	text-transform: uppercase;
}

.tagline em
{
	font-style: normal;
}

#content .pictures { margin-bottom: 1em; text-align: center; }

#content .pictures img
{
	border: 1px solid #000;
	float: none;
}

#content .photo
{
	border: 1px solid #000;
	float: right;
	margin: 0 0 1em 1em;
}

.video
{
	clear: both;
	text-align: center;
}

.video object { margin-bottom: 1em; }

.movie
{
	margin: 0 1em 1em 1em;
}

#navigation
{
	background: transparent url("images/sidebartop5.png") no-repeat;
	float: left;
	width: 147px;
	/* height: 199px; */
	height: 350px;
}

#navigation ul
{
	list-style: none;
	/* margin: 6px 0 0 2px; */
	margin: 4px 0 0 2px;
	margin-top: -32px;
	padding: 0;
	position: relative;
	z-index: 2;
}

/* Start IE/Win-only /*/
* html #navigation ul { margin-top: 4px; }
/* End IE/Win-only /*/

#navigation ul li
{
	margin: 0 0 /* 5px */ 3px 0;
	padding: 0;
}

/* Start IE/Win-only /*/
* html #navigation ul li { margin-bottom: /* 4px */ 3px; }
/* End IE/Win-only */

#navigation ul a, #navigation ul a:visited
{
	background: transparent url("images/button3.png") no-repeat;
	color: #fff;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0 0 0 5px;
	text-decoration: none;
	width: 106px;
	height: 17px;
}

#navigation ul a:active, #navigation ul a:hover { background-position: 100% 0; }

#swingers
{
	/* TEMPORARY!!!!!!
	display: none; */
	
	left: 0;
	top: 0;
	position: absolute;
	z-index: 1;
}

#footer
{
	clear: both;
	font-size: 90%;
	margin: 0 0 0.5em auto;
	text-align: center;
	/* width: 581px; */
	width: 816px;
}

#footer p
{
	margin-right: 2em;
	text-align: justify;
}

#footer .design { font-size: 80%; }