﻿body {
	background-color: #BFDA98;
	font-family: Arial, Arial, Helvetica, sans-serif;
	color: #7D736B;
}
.subcontent a {
	color: #EA862C;
	text-decoration: none;
}
.subcontent a:visited {
	color: #EA862C;
	text-decoration: none;
}
.subcontent a:active {
	color: #EA862C;
	text-decoration: none;
}
.subcontent a:hover {
	color: #EA862C;
	text-decoration: underline;
}
.details
{
	position: relative;
	display: none;
	height:auto;
}
/*input {
	border: solid 1px #7D736B;
	font-family: Arial, Arial, Helvetica, sans-serif;
	color: #7D736B;
}*/
.intro
{
	font-size: 10pt;
}
ul
{
	list-style-image:url("/images/headerarrowright.gif");
	list-style-type:square;
}
.title
{
	font-weight: bold;
}
.FooterTextSmall
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 7pt;
    line-height: 1.1;
    FONT-WEIGHT: normal;
    COLOR: #80816F;
}

.container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	background-color: #FFFFFF;
	background: url(/images/bl.png) 0 100% no-repeat #ffffff;
}
.br {background: url(/images/br.png) 100% 100% no-repeat} 
.tl {background: url(/images/tl.png) 0 0 no-repeat} 
.tr {background: url(/images/tr.png) 100% 0 no-repeat} 

.header {
	position: relative;
	z-index: 100;
	width: 100%;
}
.logo {
	position: absolute;
	top: 20px;
	left: 20px;
}
.search 
{
	font-size: 8pt;
	float: right;
	padding-top: 30px;
	padding-right: 30px;
	/* remove when we add search back in */
	//width: 200px;
	//height: 25px;
}
.menu {
	float: right;
	padding-top: 50px;
	width: 608px;
	position: relative;
}


.headerlinks {
	font-size: 8pt;
	color: #7D736B;
	text-align: center;
	padding-top: 10px;
}
.headerlinks a {
	text-decoration: none;
	color: #7D736B;
}
.headerlinks a:visited {
	text-decoration: none;
	color: #7D736B;
}
.headerlinks a:hover {
	text-decoration: underline;
	color: #7D736B;
}



.footer {
	clear: both;
	font-size: 8pt;
	width: 100%;
	text-align: center;
	padding-bottom: 15px;
	padding-top: 30px;
	color: #7D736B;
}
.footer a {
	text-decoration: none;
	color: #7D736B;
}
.footer a:visited {
	text-decoration: none;
	color: #7D736B;
}
.footer a:hover {
	text-decoration: underline;
	color: #7D736B;
}

.clear {
	clear: both;
}
.subhead {
	font-weight: bold;
}
.spacer
{
	height: 6px;
}
.smalltext
{
	font-size: 8pt;
	font-style: italic;
}
.RedText
{
	color: Red;
}
.subcontent
{
	font-size: 10pt;
	margin-right: 15px;
}
.subfooter
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}
.subfooter a
{
	text-decoration: none;
}
.subfooter a:hover
{
	text-decoration: underline;
}
TR.Green
{
	background-color: #EBF4E3;
}
TR.GreenAlt
{
	background-color: #F5F8F1;
}
TD.GreenHeader
{
	background-color: #AEC984;
	color: White;
	font-weight: bold;
}

/* BREADCRUMBS */
.breadcrumbs
{
	width: 100%;
	height: 25px;
	background-color: #DEC783;
	color: White;
	font-weight: bold;
	font-size: 8pt;
}
.breadcrumbs .links
{
	margin-left: 17px;
	margin-top: 5px;
	line-height: 25px;
	vertical-align: middle;
}
.breadcrumbs .links a
{
	color: White;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;
}
.breadcrumbs .links a:hover
{
	text-decoration: underline;
}
/* -------------------------------- */

/* BLOG */
.BlogTitle
{
	color: #A4C3C6;
	font-weight: bold;
	font-size: 1.2em;
}
.DatePosted
{
	font-size: 8pt;
}
.blogleft
{
	width: 180px;
	float: right;
	vertical-align: top;
	margin-top: 15px;
	font-size: 8pt;
}
.blogright
{
	width: 604px;
	float: left;
	vertical-align: top;
	margin-top: 15px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 8pt;
}

/* END BLOG */

/* RATES */
THead.OnThisPage
{
	background-color: #E2D795;
	font-weight: bold;
}
TBody.OnThisPage
{
	background-color: #F2EDCF;
	
}
TD.OnThisPageHeader
{
	font-weight: bold;
}
TR.Rates
{
	background-color: #EBF4E3;
}
TR.RatesAlt
{
	background-color: #F5F8F1;
}
TD.RatesHeader
{
	background-color: #AEC984;
	color: White;
	font-weight: bold;
	border-right: 1px solid white;
}
TD.RatesContent
{
	font-weight: normal;
	border-right: 1px solid white;
}
/* END RATES */

/* CALENDAR */
TD.CalHeader
{
	background-color: #AEC984;
	color: White;
	font-weight: bold;
	border-right: 1px solid white;
}
TD.CalDay
{
	background-color: #EBF4E3;
	vertical-align:top;
	border-right: 1px solid white;
}
TD.CalContent
{
	background-color: #F5F8F1;
	vertical-align:top;
	border-right: 1px solid white;
}
/* END CALENDAR */