/* CSS Document */

/**************************************************/
/*	GENERAL HTML TAGS							  */
/**************************************************/
  body {
  font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 15px;
	padding: 0;
	background-color: #463E35;
 	}
	table {
	border-collapse: collapse;
	border-spacing: 0;
	border-width: 0;
	font-size: 1em;
	}
	table th,
	table td {
	text-align: justify;
	font-size: 10pt;
	}
	img {
	border: 0;
	}
	h4{
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 15px;
	color: #987140;
	margin: 0 0 3px 0;
	font-weight:normal;
	}
	h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	font-weight: normal;
	letter-spacing: 3px;
	margin: 0 0 7px 0;
	}
	h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #754200;
	margin: 0 0 3px 0;
	}
	
	td.Content_right_cell h1 
	{
		font-family: Times New Roman, Helvetica, sans-serif;
		font-size: 17px;
		color: #987140;
		margin: 0 0 7px 0;
		font-weight:bold;
	}

		
/**************************************************/
/*	LAYOUT       					              */
/**************************************************/
div#outerShell {
	padding: 0;
	margin:0 auto;
	width: 869px;
}

.header_Table {
	background-color: #754200;
	height: 88px;
}

.search_Table {
	width: 200px;
	font-size: 10px;
	font-variant: small-caps;
	color: #c88a0f;
	float: right;
	margin: 5px 30px 0 0;
}

.moreOption_td {
	padding: 0;
	margin: 0;
}

.search_Table p{
	padding: 0;
	margin: 0;
}

.search_Table a{
	font-size: 9px;
	text-decoration: none;
	color: #c88a0f;
	padding: 0;
	margin: 0;
}

.search_Table a:hover{
	color: #FFFFFF;
}

.login_submit {
	margin: 1px 0 0 0;
}

.nav_left_Spacer {
	width: 60px;
	height: 13px;
	float: left;
	font-size: 0px;
}

.nav_right_Spacer {
	width: 61px;
	height: 13px;
	float: right;
	font-size: 0px;
}

.nav_Bottom {
	width: 557px;
	height: 9px;
	background-image: url(../fw/nav_dottedBar.gif);
	background-repeat: no-repeat;
	background-position: top left;
	clear: both;
	margin: 0 0 5px 0;
}

.footer_Table {
	height: 50px;
	width: 869px;
	margin: 4px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 4px solid #C88A0F;
	color: #FFFFFF;
	font-size: 11px;
}

.footer_Table p{
	padding: 0;
	margin: 0 0 5px 0;
}

.footer_Table a{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}

.footer_Table a:hover{
	color: #C88A0F;
}

.footer_text {
	color: #999999;
}
/**************************************************/
/*	LINKS						                  */
/**************************************************/
#mainMenuList {
	list-style: none;
	padding: 0;
	margin: 0;
}

#mainMenuList li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

#mainMenuList li img {
	display: block;
}

#mainMenuList li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 120px;
	margin: 0;
	padding: 0;
	background-color: #663700;
}

#mainMenuList li li {
	width: 120px;
}

#mainMenuList li ul a {
	width: 115px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11px;
	display: block;
	padding: 2px 5px 2px 0;
	margin: 0;
	text-align: right;
}

#mainMenuList li ul a:hover {
	color: #C88A0F;
}

#mainMenuList li:hover ul ul, #mainMenuList li:hover ul ul ul, #mainMenuList li.sfhover ul ul, #mainMenuList li.sfhover ul ul ul {
	left: -999em;
}

#mainMenuList li:hover ul, #mainMenuList li li:hover ul, #mainMenuList li li li:hover ul, #mainMenuList li.sfhover ul, #mainMenuList li li.sfhover ul, #mainMenuList li li li.sfhover ul {
	left: auto;
}

#mainMenuList li:hover, #mainMenuList li.sfhover {
	background: #663700;
}
/**************************************************/
/*	MISC       				                      */
/**************************************************/ 

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width:436px; height:24px; font-size:11px; position:relative; top:0px; left:55px; z-index:100;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0; margin:0; list-style-type:none;}
.menu ul ul {width:120px;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left; position:relative;}

/* style the links for the top level */
.menu a, .menu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	display:block;
	font-size:11px;
	text-decoration:none;
  color:#fff; 
	padding: 0;
	margin: 0; 
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#d4d8bd;
}

/* style the second level hover */
.menu ul ul a.drop:hover{
	background:#c9ba65;
}
.menu ul ul :hover > a.drop {
	background:#c9ba65;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:24px;
	right: 15px;
	width:110px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}

/* another hack for IE5.5 */
* html .menu ul ul {top:24px;t\op:24px; left: -50px;l\eft: -50px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#663700; 
	color:#fff; 
	height:auto; 
	line-height: 14px;
	padding:2px 10px 2px 0;
	text-align: right;
	width:110px;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#C88A0F; background:#663700;}
.menu :hover > a, .menu ul ul :hover > a {color:#C88A0F; background:#663700;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}