body
{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url( ../images/background.jpg );
	background-repeat: no-repeat;
	background-color: #1a1102;
	background-position: top center;
	color: #301f07;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*--- HEADER ---*/

div#header
{
	width: 979px;
	height: 82px;
}

/*--- MAIN WRAPPER ---*/

div#wrapper
{
	margin: 0px auto;
	width: 979px;
	text-align: left;
}

/*--- CONTENT ---*/

div#contentContainer
{
	background-image: url( ../images/containerBg.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #F7E5C0;
	padding: 8px;
	height: auto !important;
	height: 300px;
	min-height: 300px;
}

div#content
{
	height: auto !important;
	height: 300px;
	min-height: 300px;
	padding: 25px;
	width: 499px;
	margin-left: 207px;
	margin-right: 207px;
	padding-top: 9px;
}

div#contentRight 
{
	width:207px;
	float: right;
	height: auto !important;
	height: 150px;
	min-height: 150px;
	padding-top: 9px;
}

div#contentLeft 
{
	width:207px;
	float: left;
	height: auto !important;
	height: 150px;
	min-height: 150px;
	padding-top: 9px;
}

div#layoutContent
{
	width: 740px;
	height: auto !important;
	height: 300px;
	min-height: 300px;
	padding-top: 9px;
}

div#layoutContent a
{
	text-decoration: none;
	color: #000;
}

div#layoutContent a:hover
{
	text-decoration: underline;
}

div#clearFix {
	clear:both;
}

/*--- NAVIGATION ---*/

div#navigation
{
	width: 705px;
	height: 44px;
	float: right;
	padding-top: 28px;
}

div#logo {
	width: 245px;
	text-align: right;
	height: 73px;
	padding-top: 9px;
}

div#slideshowContainer 
{
	height: 214px;
	background-image: url( ../images/slideshowBg.png);
	background-repeat: no-repeat;
	background-position: top center;
}

div#slideshow {
	padding-top: 9px;
	height:203px;
	margin:0px auto;
	overflow:hidden;
	width:963px;
}

div#slideshow img {
	border:medium none;
}
ul.uberbox-slides {
	height:203px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	width:963px;
}

/* Root = Horizontal, Secondary = Vertical */
ul#menu {
  margin: 0px;
  border: 0px none;
  padding: 0px;
  width: 705px; /*For KHTML*/
  list-style: none;
  height: 34px;
  position: relative;
  z-index: 9999;
}

ul#menu li {
  margin: 0px;
	padding-left: 13px;
	padding-right: 13px;
  float: left; /*For Gecko*/
  display: block;
  list-style: none;
  position: relative;
	text-align: center;
	background-image: url( ../images/navSpacer.png );
	background-repeat: no-repeat;
	background-position: left center;
	height: 34px;
	line-height: 34px;
}

ul#menu li.first
{
	background-image: none;
}

ul#menu ul {
  margin: 0px;
  padding: 2px;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  left: 0;
	font: 10pt Trebuchet ms, Helvetica, sans-serif;
	background-color: #2C1B09;
}

ul#menu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#menu ul li {
  width: 143px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
  border: none;
  height: 23px;
  background-image: none;
	background-color: #4A3206;
	margin: 2px;
	padding-left: 0px;
}

/* Root Menu */
ul#menu a {
	padding: 0px 0px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color: #f8eecc;
  font-family: FuturaMdBTMedium, "Trebuchet MS", helvetica, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

ul#menu ul a
{
	letter-spacing: normal;
	text-transform: none;
}

/* Root Menu Hover Persistence */
ul#menu a:hover,
ul#menu li:hover a,
ul#menu li.iehover a {
	color: #999999;
}

/* 2nd Menu */
ul#menu li:hover li a,
ul#menu li.iehover li a {
  float: none;
  text-decoration: none;
	color: #EFE7CD;
  padding: 0px 0px;
  line-height: 22px;
}

/* 2nd Menu Hover Persistence */
ul#menu li:hover li:hover, ul#menu li.iehover li.iehover
{
	background-color: #EFE7CD;
}

ul#menu li:hover li a:hover,
ul#menu li:hover li:hover a,
ul#menu li.iehover li a:hover,
ul#menu li.iehover li.iehover a {
	color: #271805;
}

/* 3rd Menu */
ul#menu li:hover li:hover li a,
ul#menu li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 3rd Menu Hover Persistence */
ul#menu li:hover li:hover li a:hover,
ul#menu li:hover li:hover li:hover a,
ul#menu li.iehover li.iehover li a:hover,
ul#menu li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 4th Menu */
ul#menu li:hover li:hover li:hover li a,
ul#menu li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#menu li:hover li:hover li:hover li a:hover,
ul#menu li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#menu ul ul,
ul#menu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#menu li:hover ul ul,
ul#menu li:hover ul ul ul,
ul#menu li.iehover ul ul,
ul#menu li.iehover ul ul ul {
  display: none;
}

ul#menu li:hover ul,
ul#menu ul li:hover ul,
ul#menu ul ul li:hover ul,
ul#menu li.iehover ul,
ul#menu ul li.iehover ul,
ul#menu ul ul li.iehover ul {
  display: block;
}

/*--- FOOTER ---*/

#footerContainer
{
	width: 963px;
	height: 26px;
	margin: 0px auto;
	text-align: center;
	margin-top: 25px;
}

div#footerLeft a, div#footerRight a
{
	color: #291a08;
	text-decoration: none;
	font-size: 7pt;
	
}

div#footer
{
	width: 549px;
	margin-left: 207px;
	margin-right: 207px;
	text-align: center;
	height: 26px;
	line-height: 26px;
	letter-spacing: 2px;
	font-family: FuturaLTMediumRegular, "Trebuchet MS", helvetica, sans-serif;
	text-transform: uppercase;
	color: #291a08;
}

div#footerRight 
{
	width:207px;
	float: right;
	text-align: right;
	height: 26px;
	line-height: 26px;
}

div#footerLeft 
{
	width:207px;
	float: left;
	text-align: left;
	height: 26px;
	line-height: 26px;
}

/*--- OTHER ---*/

div.msg-error, 
div.msg-success, 
div.msg-warning, 
div.msg-information,
div.msg-question
{
	background-repeat: no-repeat;
	padding-top: 17px;
	padding-left: 57px;
	padding-bottom: 10px;
	margin-bottom: 10px;	
	text-align: left;
	height: auto !important;
	height: 40px;
	min-height: 40px;
}

div.msg-error
{
	background-image: url( '../images/message-error-bg.jpg' );
	background-color: #FFC4C4;
	border: 1px solid #BB0000;
	color: #A10000;
}

div.msg-error a
{
	text-decoration: underline;
	color: #A10000;
}

div.msg-error a:hover
{
	text-decoration: none;
}

div.msg-success
{
	background-image: url( '../images/message-success-bg.jpg' );
	background-color: #CAFA9F;
	border: 1px solid #6CAA07;
	color: #437100;
}

div.msg-success a
{
	text-decoration: underline;
	color: #437100;
}

div.msg-success a:hover
{
	text-decoration: none;
}

div.msg-warning
{
	background-image: url( '../images/message-warning-bg.jpg' );
	background-color: #FFEB8C;
	border: 1px solid #A68943;
	color: #B25000;
}

div.msg-warning a
{
	text-decoration: underline;
	color: #B25000;
}

div.msg-warning a:hover
{
	text-decoration: none;
}

div.msg-information
{
	background-image: url( '../images/message-info-bg.jpg' );
}

div.msg-question
{
	background-image: url( '../images/message-question-bg.jpg' );
}

div.msg-information,
div.msg-question
{
	background-color: #CAE4FF;
	border: 1px solid #2477d9;
	color: #004D99;
}

div.msg-information a,
div.msg-question a
{
	text-decoration: underline;
	color: #004D99;
}

div.msg-information a:hover,
div.msg-question a:hover
{
	text-decoration: none;
}

span.input-error
{
	display: block;
	margin: 5px;
	color: #C20000;
}

div.eventEven 
{
	background-color: #301f07;
	border-top: 1px dotted #c5b27d;
	padding: 15px;
}

div.eventOdd
{
	background-color: #422b0b;
	border-top: 1px dotted #c5b27d;
	padding: 15px;
}

div.eventTitle a
{
	color: #fff;
}

div.eventStart {
	color: #aca188;
	font-size: 11px;
}

div.eventsBoxTitle
{
	height: 33px;
	background-image: url(../images/eventsTitleBg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

div.eventEntry h2 {
	margin-bottom: 5px;
}

div.pageTitle 
{
	margin-bottom: 15px;
}

div.pageTitle h1
{
	font-size: 22pt;
	color: #392608;
	font-family: Georgia, serif;
	margin: 0px;
}

div#layoutContent h1
{
	font-size: 22pt;
	color: #392608;
	font-family: Georgia, serif;
	margin-top: 10px;
	margin-bottom: 10px;
}

div#chartLink img {
	vertical-align: middle;
	border: 0px;
	margin-right: 5px;
}

div#chartLink a {
	color: #1C1302;
	font-size: 14px;
}

div#chartLink a:hover {
	color: #1C1302;
	font-size: 14px;
	text-decoration: none;
}

div#chartLink  {
	margin-top: 10px;
	margin-bottom: 10px;
}

span.form-error
{
	color: red;
}

div.eventEntry {
	padding: 15px;
	border-top: 1px dotted #c5b27d;
}

div.entryTitle {
	font-size: 13pt;
}

div.entryTitle a {
	font-size: 13pt;
	color: #392608;
	
}

div.entryTitle a:hover {
	font-size: 13pt;
	color: #392608;
	text-decoration: none;
	
}

div.entryIntro {
	color: #333;
	font-style: italic;
	font-size: 9pt;
}

div.entryReadLink a {
	color: #9F8A59;
}

div.entryDate {
	font-size: 11pt;
	margin-bottom: 6px;
}

div.entryStart {
	margin: 5px 0px 5px 0px;
}

div.entryBody {
	margin: 5px 0px 5px 0px;
}

div.field label {
	display:block;
	float:left;
	font-weight:bold;
	text-align:right;
	width:110px;
}

div.field div.input, div.submit {
	margin-left:115px;
}

div.field {
	padding: 3px;
}


div.field textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
