BODY
{
	background-color: #AABC94;
	color: #594D14;
	font-family: Georgia;
	font-size: 10pt;
}

hr
{
	color: #8D9C7A;
}

.mediacontactwrapper {
	float:right;
	margin:0 0 35px 35px;
}

.imgindent {margin:0 10px 10px 0; float:left;}
.imgindentRight {margin:0 0 10px 10px; float:right;}

.imgBorder {border:1px solid #8D9C7A;}

input
{
	font-family: Georgia;
	font-size: 10pt;
}

.alert
{
	color: Red;
	font-size: 8pt;
	font-weight: bold;
}

.button
{
	background-color: #A89743;
	color: #F9FCF3;
}

.header
{
	color: #8D9C7A;
	font-size: 12pt;
	font-weight: bold;
}

a:link {
	color:#594D14;
	font-weight: bold;
	text-decoration:underline;
	}
a:visited {
	color:#594D14;
	font-weight: bold;
	text-decoration:underline;
	}
a:hover {
	color:#8d9c7a;
	font-weight: bold;
	text-decoration:none;
	}
a:active {
	color:#594D14;
	font-weight: bold;
	text-decoration:underline;
	}


.main
{
	background-color: #F9FCF3;
	width: 865px;
	margin:0px auto
}

.mainBody
{
	width: 589px;
	vertical-align: top;
}

.mainBody2
{
	padding-left:35px;
	padding-right:35px;
	vertical-align: top;
}

.mainDivider
{
	background-color: #8D9C7A;
	height: 98%;
	width: 2px;
}

.mainRss
{
	width: 274px;
}

.menu
{
	background-color: #A89743;
}

.rssDate
{
	font-size: 7pt;
	text-align: left;
}

.rssDiv
{
	border: solid 1px #8D9C7A;
	height: 300px;
	overflow: auto;
	width: 264px;
}

.rssFont
{
	font-size: 8pt;
	text-align: left;
}

.rssHeader
{
	background-color: #A89743;
	color: #F9FCF3;
	width: 264px;
}

.rssLink
{
	color: blue;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}

.specialUL
{
	list-style-type: square;
}

.tableBorders
{
	border: 1px solid #8D9C7A;
	border-collapse: collapse;
}

.title
{
	color: #8D9C7A;
	font-size: 14pt;
	font-weight: bold;
}

/* MENU */


#menu {
	height:27px;
	font-size:12px;
	background:#a99743;
}
#menu a {
	color: #FFF;
	margin-left:13px;
	font-weight:normal;
	padding-top:10px;
}

#menu a:link {
	color: #FFF;
	font-weight:normal;
	text-decoration:none;
	}
#menu a:visited {
	color: #FFF;
	font-weight:normal;
	text-decoration:none;
	}
#menu a:hover {
	color: #e6e0c8;
	font-weight:normal;
	text-decoration:underline;
	}
#menu a:active {
	color: #FFF;
	font-weight:normal;
	text-decoration:none;
	}


/* ===================== NAV ================= */

#navigation {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 865px;
	height: 27px;
	background:#a99743;
	padding-top:5px;
	/* padding-left: 52px; */
}

#navigation LI a {
	display: block;
	background: transparent;
	color: #fff;
	white-space: nowrap;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial;
}
#navigation LI:hover {
	background-color: #7c4a19;
	text-decoration: none;
}
#navigation a.canonical {
	background: black;
	color: white;
	font-size: 13px;
}

#navigation UL {
	margin: 0;
	padding: 0 0 0 12px;
	list-style-type: none;
    float: left;
}
#navigation LI {
	margin: 0;
	height: 19px;
	padding: 3px 5px 0 5px;
	color: white;
}

#navigation UL UL{
	position: absolute;
	z-index: 500;
	width: 140px;
	background-color: #8f7f37;
	opacity: 0.95;
	-moz-box-shadow: 0px 3px 9px black;
	-webkit-box-shadow: 0px 3px 9px black;
	box-shadow: 0px 3px 9px black;
	padding:0;
	top:127px;
}
#navigation UL UL UL {
    left: 140px;
    position: absolute;
    top: 23px;
}

#navigation LI UL {
	display: none;
}
#navigation LI:hover UL {
	display: block;
}

#navigation LI:hover UL LI UL {
	display: none;
}
#navigation LI UL LI:hover UL {
	display: block;
}

.hasSubs {
    background: url("../images/subs-arrow.png") no-repeat scroll 100% 50% transparent;
}
