@charset "utf-8";
/* CSS Document */


body {
	background-image: url(SITE-BG.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
a:link {
	color: #a00003;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	text-decoration: underline;
	color: #a00003;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #cfac69;
	font-weight: bold;
}
a:active {
	text-decoration: underline;
	color: #a00003;
	
}
ul
  {
  margin-left: 0;
  padding-left: 1em;
  }
  
.text-green-header {
	font-size: 16px;
	color: #7b9675;
	font-weight: bold;
}
.text-green {
	font-size: 12px;
	color: #7b9675;
	font-weight: bold;
}
.text-14 {
	font-size: 14px;
}
.nav-shadow {
    background:  url(nav-shadow.jpg);
	background-repeat: no-repeat;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(calendar.jpg);
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: bolder;
	color: #000000;
	line-height: 18px;
}
.text-11 {
	font-size: 11px;
	color: #000000;
	font-style:italic;
	line-height: 13px;
}
.text-white {
	font-size: 11px;
	color: #FFFFFF;
}
.text-red-12 {
    color: #a00003;
	font-size: 14px;
	font-weight: bold;
}
.text-gold-14 {
    color: #cfac69;
	font-size: 14px;
	font-weight: bold;
}
.text-gold-boxheader {
    font:Georgia, "Times New Roman", Times, serif;
    color: #cfac69;
	font-size: 16px;
	font-weight: bold;
}

/* ================================================================ 
Dropdown Menu
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/anywidth2.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#menu {width:941px; height:30px;   text-align:center;}

#menu ul {margin:0; padding:0; list-style:none; white-space:nowrap; text-align:left;}
#menu ul {display:inline-block;} 

#menu li {margin:0; padding:0; list-style:none;}
#menu li {display:inline-block; display:inline;}
#menu ul ul {position:absolute; left:-9999px;}
#menu ul.level1 {margin:0 auto;}
#menu ul.level1 li.level1-li {float:left; display:block; position:relative;}

#menu ul.level1 {background:#000000;}
#menu ul.level2 {background:#7b9675;}

#menu b {position:absolute;} /* -- for IE6 non-flyout dropdowns to stop flickering - who knows why --*/

#menu a {display:block; font:normal 12px verdana,arial,sans-serif; color:#FFFFFF; line-height:25px; text-decoration:none;padding:0 20px 0 10px;}
#menu ul.level1 li.level1-li a.level1-a {float:left;}

#menu ul li:hover > ul {visibility:visible; left:0; top:25px;}
#menu ul ul li:hover > ul {visibility:visible; left:100%; top:auto; margin-top:-25px;}
#menu li.left:hover > ul {visibility:visible; left:auto; right:0; top:25px;}
#menu li.left ul li:hover > ul {visibility:visible; left:auto; right:100%; top:auto; margin-top:-25px;}


#menu a:hover ul {left:0; top:23px;}
#menu li.left a:hover ul {left:auto; right:-1px; top:23px;}

#menu li.left ul a {text-align:right; padding:0 10px 0 20px;}


#menu a:hover a:hover ul, 
#menu a:hover a:hover a:hover ul {left:100%; visibility:visible;}
#menu li.left a:hover a:hover ul, 
#menu li.left a:hover a:hover a:hover ul {left:auto; right:0; visibility:visible;}

#menu a:hover ul ul, 
#menu a:hover a:hover ul ul {left:-9999px;}
#menu li.left a:hover ul ul, 
#menu li.left a:hover a:hover ul ul {left:-9999px;}


#menu li a.fly {background:transparent url(arrow.gif) no-repeat right center;}
#menu li.left ul a.fly {background:transparent url(arrow-left.gif) no-repeat left center;}

#menu li a:hover,
#menu li a.fly:hover {background-color:#cfac69;} 
#menu li:hover > a,
#menu ul li:hover > a.fly {background-color:#cfac69;}

#menu table {position:absolute; height:0; width:0; left:0; border-collapse:collapse; margin-top:-4px;}
#menu table table {position:absolute; left:99%; height:0; width:0; border-collapse:collapse; margin-top:-29px;}

#menu li.left table {position:absolute; height:0; width:0; left:auto; right:0; border-collapse:collapse; margin-top:-4px;}
#menu li.left table table {position:absolute; left:auto; right:100%; height:0; width:0; border-collapse:collapse; margin-top:-29px;}
/* END DROPDOWN MENU */