@charset "UTF-8";
/* CSS Document */
body { background-color: #2F2F2F; }
li.halfheight {
	list-style-type:none;
	line-height:.5;
}
.linkindex {
	width:100%;
	position:relative;
	float:right;
	text-align:right;
	font-size:10px;
}
#outerwrap {
	position:absolute;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
	background-color: #B0B0B0;
	margin-top: 10px;
}
#innerwrap {
	position: relative;
	width: 900px;
	margin: 20px 50px 0 50px;
	background-color: #000;
}
#header {
	height: 96px;
	width: 900px;
	background-image: url(/assets/header_bkg.png);
	background-repeat:no-repeat;
	background-position: 334px 0;
}
#content {
	background-color: #FFF;
	width: 446px;
	padding: 14px 50px 28px 50px;
	margin: 20px 20px 8px 0;
	float: right;
	position: relative;
	height: auto;
}
* html #content {
	margin: 20px 12px 8px 0;
	width: 440px;
}
#h1h2 {
	border-top: 1px solid #434343;
	margin-top: 40px;
	text-align: right;
}
#sidebar {
	width: 234px;
	float: left;
	position: relative;
	
	padding: 20px 50px 0 50px;
}
#sidebar p {
	
	
	letter-spacing: 1px;
	color: #ccc;
}
#sidebar ul {
	text-align: left;
	margin-left: -20px;
}
#sidebar ul li a {
	color: #ccc;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#sidebar ul li a:hover {
	text-decoration: underline;
}
#footer {
	text-align: center;
	height: 100px;
}
*+html #footer {
	padding: 12px 0 0 0;
}
* html #footer {
	padding: 12px 0 0 0;
}
#subfooter {
	height: 16px;
	background-color: #2f2f2f;
}
.clearfloat {
	clear:both;
	height: 1px;
}
/* Main navigation ================================================================== */
#menu {
	width:500px; 
	white-space: nowrap;
	height:auto; 
	font-size:0.85em; 
	float:right; 
	z-index:999; 
	margin: -38px 0 0 -30px; 
	}

*+html #menu {
	margin: -41px -8px 0 0;
}
* html #menu {
	margin: -41px -6px 0 0;
}
#menu a {
	color: #333;
}
body:first-of-type #menu {
	position: absolute;
	top: 96px;
	left: 470px;
}
/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 500px;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: auto;
	float: left;
	white-space:nowrap;
	border-right: 1px solid #555;
}
* html ul.MenuBarHorizontal li {
	width: 40px;
}
ul.MenuBarHorizontal li ul li {
	border-right: 0 solid #555;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: auto;
	position: absolute;
	left: -1000em;	
}
*+html ul.MenuBarHorizontal ul {
	width: 200px;
}
* html ul.MenuBarHorizontal ul {
	width: 200px;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: auto;
	float:none;
	background-color: transparent;
}
*+html ul.MenuBarHorizontal ul li {
	width: 200px;
}
* html ul.MenuBarHorizontal ul li {
	width: 200px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -1px 0 0 100%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #EEE;
	padding: 3px 6px 3px 6px;
	color: #333;
	text-decoration: none;
}

ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #fff;
	color: #666;
}
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #fff;
	color: #666;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(/assets/SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	padding: 3px 16px 3px 6px;
	background-position: 95% 50%;
	color: #333;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(/assets/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: none;
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: none;
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
/* forms ================================================================================ */
.contactform label, .contactform input, .contactform select, .contactform textarea, .contactform file {
	display: block;
	font-size: 11px;
	float: left;
	width: 21em;
	margin: 5px 0;
	padding: 2px;
	border: 1px solid #000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}
* html .contactform textarea {
}
input.hidden {
	height: 1px;
	width: 1px;
	border: none;
	background-color: #fff;
}
.contactform select {
	width: 21.5em;
}
.contactform .checkbox {
	width: auto;
}
.contactform label {
	color: #1f1f1f;
	text-align: right;
	width:15em;
	margin-right: 5px;
	font-size: 12px;
	border: none;
}
.contactform input.button {
	width: auto;
	padding: 3px 8px;
	color: #fff;
	background-color: #931818;
	margin-bottom: 18px;
	margin-right: 12px;
}
.contactform br {
	clear:both;
}
.contactform input.xsmall, .contactform select.xsmall {
	width: 6em;
}
.contactform input.small, .contactform select.small {
	width: 9em;
}
.contactform textarea {
	font-family:Arial, Helvetica, sans-serif;
}