body {
	margin: 0px;
	background-color:black;
}

#container {
	width:100%;
	margin:auto;
	text-align:center;
}

#top {
	width:934px;
	height: 124px;
	
}

#searchcontainer {
	height:124px;
	width:201px;
	background-image:url(images/bg_top.gif);
	background-repeat:no-repeat;
	float:right;
	text-align:left;
	padding-left:10px;
}

#search {
	padding-top: 95px;
	font-size: 10px;
}

#search a {
	color: #C24600;
}

#banner {
	width:100%;
	height: 176px;
	background-image:url(images/bg_banner.jpg);
	background-repeat:repeat-x;
	border-bottom:1px solid white;
	border-top:1px solid #DE6000;
}

#blackbar {
	width:100%;
	height:20px;
	background-color:black;
}

#content {
	width:100%;
	background-color:#F3F3F3;
}

.leftside {
	width:182px;
	background-color:#EBDECD;
}

#nav {
	width: 182px;
}

.rightside {
	width:222px;
	background-color:#EAE3DA;
}


td {
	vertical-align:top;
}

p {
	margin-top:0px;
}

h1 {
	color:#C24600;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:22px;
	margin-top:0px;
}


.Head {
	color:#C24600;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:22px;
	margin-top:0px;
}

.Head2 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top:0px;
}

.Normal {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
	line-height:22px;
}

#footer {
	width: 100%;
	height: 100px;
	background: #000000;
	border-top: #C24600 10px solid;
	color: #cccccc;
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	padding-top: 40px;
}

#footer a {
	color: #cccccc;
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
}

#rightcontent a {
	color: #C24600;
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
}

.middle {
	padding-top:29px;
	padding-bottom:29px;
	text-align:left;
}

#middlecontent a {
	color: #C24600;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
}

a:link {
	font-size:12px;
	text-decoration:underline;
}




/* -------- MENU LINKS ---------- */



/* Main nav menu classes */
.NavMenu_MenuContainer
{
	width: 182px;
	padding-top:10px;
	height: 0px; /* Ensures the menu doesn't come down to far pushing other elements around */
	vertical-align:bottom;
}

/* FIX for rendering issue in IE. There's an empty cell at the end that IE renders has having height,
   this makes it render smaller. This font setting is over written for all other menu items. */
.NavMenu_MenuContainer td
{
	color: #333333;
	font-size: 12px;
	font-family:  Arial,Helvetica; 
	vertical-align:bottom;
	text-align:left;
	padding-left:11px;
	line-height:26px;
	border-left: 3px solid #EBDECD;
}

.NavMenu_MenuBar
{
	cursor: pointer;
	background-color: Transparent;
}

.NavMenu_RootMenuItemActive {
	color: #ffffff;
}

/* Root table cell */
tr.NavMenu_RootMenuItem td
{
	font-size: 12px;
	font-family:  Arial,Helvetica; 
	color:#333333;
	text-align: left;
	vertical-align:bottom;
	padding-left:11px;
	line-height:26px;
	border-left: 3px solid #EBDECD;
}

/* Root table cell that is selected (click/hover)*/
tr.NavMenu_RootMenuItemSel td
{
	color:#C24600;
	font-size: 12px;
	font-family:  Arial,Helvetica; 
	background-color:transparent;
	text-align: left;
	vertical-align:bottom;
	padding-left:11px;
	line-height:26px;
	border-left: 3px solid #C24600;
}

.NavMenu_RootSeparator
{
}

.NavMenu_MenuItem
{
	cursor: pointer;
	color: #333333; 
	font-family:  Arial,Helvetica; 
	font-size: 12px; 
	font-weight:normal;
	font-style: normal; 
	background-color:#transparent;
	text-align:left;
	/* bottom only, SubMenu gets top, left right, we put the !important on to couteract a 1px transparent 
	border that is added by the nav menu as an inline style*/
	border-bottom: solid 1px white !important;
	vertical-align:middle;
}

.NavMenu_MenuIcon
{
	background-color: #EBDECD; 
	cursor: pointer;
	text-align: center; 
	width: 5px; 
	height: 20px;
	/* bottom only, SubMenu gets top, left right, we put the !important on to couteract a 1px transparent 
	border that is added by the nav menu as an inline style*/
	border-bottom: solid 1px white !important;
}

.NavMenu_MenuArrow
{
	/* bottom only, SubMenu gets top, left right, we put the !important on to couteract a 1px transparent 
	border that is added by the nav menu as an inline style*/
	border-bottom: solid 1px white !important;
	width:8px;
	border-right:none !important;
}

.NavMenu_MenuSel
{
	background-color: transparent; 
	cursor: pointer;
	color: #C24600; 
	font-family: Arial, Helvetica; 
	font-size: 12px; 
	font-weight: normal; 
	font-style: normal;
	text-align:left;
}

.NavMenu_MenuBreak
{
	height: 4px;
	padding: 0px;
	margin: 0px;
}

.NavMenu_MenuBreak table
{
	display: none;
}

.NavMenu_SubMenu
{
	background-color: #EBDECD; 
	z-index: 1000; 
	cursor: pointer;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);
	border-top: solid 1px white;
	border-left: solid 1px white;
	border-right: solid 1px white;
	text-align:left;
	vertical-align:middle;
	
	
}


.NavMenu_SubMenuSel
{
	background-color: #C24600;
	cursor: pointer;
	color: #ffffff; 
	font-family: Arial,  Helvetica; 
	font-size: 12px; 
	font-weight: normal; 
	font-style: normal;
	/* bottom only, SubMenu gets top, left right, we put the !important on to couteract a 1px transparent border that is added by the nav menu as an inline style*/
	border-bottom: solid 1px white !important;
	vertical-align:middle;
}


.MainMenu_SubMenuItemActive{
	color:#C24600;
}

.MainMenu_RootMenuItemSelected{
	color:#C24600;
}