* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	background: #fff;
	color: #555;
}

DIV#wrap {
	width: 990px;
	height: 100%;
}


DIV#header {
	height: 121px;
	background: #000 url(../images/logo.gif) no-repeat;
	width: 100%;
}

DIV#top_banner
{
	position:  absolute;
	top: 10px;
	left: 390px;
	width: 590px;
	overflow: hidden;
}

DIV#nav {
	width: 100%;
	height: 2.5em;
	background: #ad1833;
	text-transform: uppercase;
}

DIV#main {
	width: 100%;
	clear: left;
	min-height: 800px;
}

DIV#col1 {
	width: 155px;
	padding: 6px;
	margin: 2px;
	float: left;
}

DIV#col2 {
	width: 648px;
	float: left;
	padding: 0;
	margin: 0;
	padding: 15px 18px 10px 5px;
	line-height: 1.5em;
}



DIV#col4 {
	width: 141px;
	margin: 0 2px;
	float: left;
	text-align: center;
}

	
DIV#footer {
	clear: both;
	margin: 5px 0 0 170px;
	color: #000;
	width: 705px;
	border-top: solid #c39341 7px;
	padding: 8px 0 35px;
}


DIV#top_search
{
	height: 35px;
}


a img {
	border: none;
}

h1
{
	color: #fefefe;
	font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	text-transform: uppercase;
	font-size: 1.65em;
	background: #000;
	padding: 7px 0 7px 13px;
	display: block;
	width: 100%;
	font-weight: bold;
	margin: 0 20px 25px 0;
	line-height: 1.15em;
}

h2
{
	font-size: 1.4em;
	color: #111;
	margin-bottom: 1em;
}

h1.gold
{
	border-bottom: 6px solid #c39341;
}

h1.red
{
	border-bottom: 6px solid #ad1833;
}

h1 span
{
	background: url(../images/header-star.gif) no-repeat top right;
	padding-right: 20px;
}

h3
{
	text-transform: uppercase;
	font-size: 1.1em !important;
	color: #111;
}


/*********** OTHER DIVS ************/


DIV.clear {
	clear: both;
	height: 0;
	width: 100%;
	line-height: 0;
	font-size: 0;
}

DIV.list-clear {
	clear: both;
	height: 35px;
	width: 100%;
	line-height: 0;
	font-size: 0;
}


/******************************************** FOOTER ********************************/


#footer li
{
	float: left;
	display: inline;
	margin-right: 10px;
}

#footer a
{
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
}

#footer li a:link, #footer li a:visited {
	color: #c39341;
}


#footer li a:hover {
	text-decoration: none;
	color: #333;
}

#footer li a:active {
	color: #993300;
}

#footer ul
{
	float: left;
}


#footer p
{
	text-align: right;
}

/******** IMAGES **********/

#footer img {
	margin-right: 10px;
}


/****************************************** NAVBAR ****************************************/


/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

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

 LAYOUT INFORMATION: describes box model, positioning, z-order

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

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-weight: normal;
	letter-spacing: 0.11em;
	cursor: default;
	background: #000;
}
/* 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: 5px 0 0 11px;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
	color: #fff;
	background: url(../images/nav-left.gif) top left no-repeat;
	z-index: 1001;
}

ul.MenuBarHorizontal li#search
{
	padding: 2px 0 0 11px !important;
}


/* 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: 24px 0 0;
	padding: 0 0 5px;
	list-style-type: none;
	background: #ad1833;
	z-index: 1020;
	cursor: default;
	width: 8.9em;
	position: absolute;
	left: -1000em;
}

/* 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: 16.7em;
}

/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 10em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: 5% 0 0 5%;
}
/* 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
{
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal li a
{
	cursor: pointer;
	padding: 5px 12px 0 0;
	color: #fff;
	text-decoration: none;
	background: url(../images/nav-right.gif) top right no-repeat;
}

/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	color: #111;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	color: #c39341;
}

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

 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(../images/nav-right.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 5px 12px 0 0;
}
/* 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 li ul li, ul.MenuBarHorizontal li ul li a
{
	background-image: none !important;
}
/* 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
{
}
/* 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
{
}

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

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

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

/* 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;
}
/* 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;
	}
}


