body
{
	margin: 0px;
	background-color: #000000;
	font-size: 11pt;
	font-family: Verdana, Arial, sans-serif;
	color: #ffffff;
	background-image: url(../images/background.jpg);
	background-position: top center;
}
a
{
	text-decoration: none;
}
a img
{
	border: 0px none;
}
h1, h2
{
	margin: 0px;
	padding: 0px;
}
abbr, acronym
{
	border: none 0px;
	outline: none 0px;
}

a.pdf
{
	background-image: url(../images/pdf-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 35px 0px 35px 75px;
	color: #000000;
	font-size: 14pt;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}
a.pdf .highlight
{
	color: #ff0000;
}

div#main
{
	margin: 0px auto;
	width: 941px;	/* at some point this will be made larger to accomodate the blue burns */
}

div#page
{
	width: 941px;
	margin: 0px;
}

div#header h1
{
	float: left;
	height: 20px;
	padding: 40px 50px;
}
div#header img#blurb
{
	float: right;
	padding: 40px 50px;
}
div#header div#intro
{
	height: 206px;
	padding: 65px 440px 65px 65px;
	background-image: url(../images/vault_header.png);
	background-repeat: no-repeat;
	clear: both;
	color: #3d3d3d;
	background-color: #ffffff;
}
div#header div#breadcrumb
{
	background-image: url(../images/page_top_grad.png);
	background-repeat: no-repeat;
	height: 22px;
	font-size: smaller;
	color: #000000;
	padding: 15px 50px;
}
div#header div#breadcrumb a
{
	color: #000000;
	text-decoration: none;
}
div#header div#breadcrumb a:hover
{
	text-decoration: underline;
}
div#header div#breadcrumb a.home
{
	font-weight: bold;
	text-decoration: underline;
}

div#content
{
	width: 941px;
	background-image: url(../images/dark_metal_back.png);
}
div#content div#left_column
{
	width: 636px;
	float: left;
	background-image: url(../images/brushed_metal_light.png);
	margin-left: 20px;
	background-color: #ffffff;
	color: #000000;
}
div#content div#left_column div.content
{
	padding: 0px 10px;
}
div#content div#navbar
{
	float: right;
	width: 245px;
	margin-right: 15px;
	margin-top: -5px;
	text-align: center;
}
div#content div#navbar a
{
	margin-bottom: 15px;
}
div#content div#navbar a.large img
{
	margin-top: 10px;
	margin-bottom: 10px;
}
div#content div#foot
{
	clear: both;
	margin-bottom: 100px;
}

ul#videos
{
	padding: 0px;
}
ul#videos li
{
	display: block;
	list-style-type: none;
	padding-left: 10px;
}
ul#videos li.even
{
	background-color: #f9fbdd;
	border-top: 1px solid #e8ecbc;
	border-bottom: 1px solid #e8ecbc;
}
ul#videos li div.float-video
{
	float: right;
	margin: 0px 0px 10px 25px;
}

div#gallery img
{
	margin-bottom: 10px;
}