@charset "utf-8";
/* CSS Document */

body
{
	margin: 0px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
  background-color: #000000;
}

a:link, a:visited
{
	color: #E98400;
	text-decoration: none;
}

a:hover, a:active
{
	color: #E98400;
	text-decoration: underline;
}

table.site-header
{
	background-image: url(/images/header_bg.gif);
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
}

table.site-navigation tr
{
	background-image: url(/nav/images/nav_bg.gif);
	background-position: center;
}

table.site-header td, table.site-navigation td
{
	white-space: nowrap;
}

table.site-header input, table.site-navigation input
{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 9px;
}

table.site-content-wrapper
{
	padding-left: 50px;
	padding-right: 50px;
}

table.site-content
{
	padding-left: 0px;
	padding-right: 0px;
}

table.site-content td
{
	vertical-align: top;
}


table.site-content span.body
{
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 150%;
}

table.site-content td.body
{
	line-height: 150%;
}

table.site-content p.body
{
	line-height: 150%;
}

table.site-content ul.body
{
	line-height: 150%;
}

table.site-content ol.body
{
	line-height: 150%;
}

table.site-content p.bodysmall
{
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	line-height: 150%;
}

table.site-content span.bodysmall
{
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	line-height: 150%;
}

table.site-content p.bodysmallish
{
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 150%;
}

table.site-content span.bodysmallish
{
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 150%;
}

table.site-content p.title
{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #E98400;
}

table.site-content tr.youarehere td
{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	padding-bottom: 10px;
	color: #23765E;
}

table.site-content tr.youarehere a:link, table.site-content tr.youarehere a:visited, table.site-content tr.youarehere a:hover, table.site-content tr.youarehere a:active
{
	color: #E98400;
}

.gradient img#director
{
	float: left;
	padding-right: 2px;
	display: block;
}

.director
{
	float: left;
	padding-right: 2px;
}


.gradient img#gradient
{
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 0;
}

.colorbox
{
	border-style: solid;
	border-width: 1px;
	float: none;
	margin: 1px;
	margin-bottom: 15px;
	position: relative;
}

.colorbox p
{
	padding: 5px;
	font-size: 11px;
}

.colorbox *
{
	margin: 0px;
	position: relative;
	z-index: 1;
}

* html .gradient
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/box_gradient.png', sizingMethod='scale');
}

* html .gradient img
{
	display: none;
}

* html .colorbox
{
	position: static;
}

.colorbox.blue
{
	background-color: #6494D2;
	border-color: #1571BF;
}

.colorbox.blue .heading
{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #1571BF;
}

.colorbox.blue a:link, .colorbox.blue a:visited, .colorbox.blue a:hover, .colobox.blue a:active
{
	color: #1571BF;
	font-weight: bold;
}

.colorbox.green
{
	background-color: #498C76;
	border-color: #23765E;
}

.colorbox.green .heading
{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #23765E;
}

.colorbox.green a:link, .colorbox.green a:visited, .colorbox.green a:hover, .colobox.green a:active
{
	color: #23765E;
	font-weight: bold;
}

.colorbox.orange
{
	background-color: #EF9C36;
	border-color: #E98400;
}

.colorbox.orange .heading
{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #E98400;
}

.colorbox.orange a:link, .colorbox.orange a:visited, .colorbox.orange a:hover, .colobox.orange a:active
{
	color: #E98400;
	font-weight: bold;
}

.colorbox.tan
{
	background-color: #FDEBC0;
	border-color: #FCE3A0;
	font-size: 11px;
	line-height: 125%;
}

.colorbox.tan .heading
{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #E98400;
}

.colorbox.tan a:link, .colorbox.tan a:visited, .colorbox.tan a:hover, .colobox.tan a:active
{
	color: #E98400;
	font-size: 11px;
}

.colorbox .title
{
	border: none;
	background-color: #272425;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	color: #FFFFFF;
	padding: 5px;
}

