/*
Set up the page layout -- container + footer
*/
body {
	background-color: #c8d48d;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
html, body {
	height: 100%;
}
#container {
	position: relative;
	min-height: 100%;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
}
html>body #container {
	height: auto;
}



/*settings for the header block and links*/
#header{
	background-color: #4a4a4a;
	height: 102px;
}
#header-content{
	position: absolute;
	left: 50%;
	width: 775px;
	margin-left: -375px;
	background: url(images/header_background.gif) top left no-repeat;
	font-size: 10px;
}
#header-menu{
	float: right;
	height: 45px;
}
#header-menu a{
	padding: 5px 5px 20px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #c8d48d;
	text-decoration: none;
	letter-spacing: -0.05em;
}
#header-menu a:hover{
	color: #000000;
	background: url(images/topnav_selectedfade.gif) top left repeat-x;
}




/*settings for the main container*/
#main {
	padding-top: 10px;
	padding-bottom: 50px;
}
#main-content{
    margin: 0 auto;
    width: 780px;
    position: relative;
}

#main-content-information{
    padding-top: 10px;
    width: 550px;
}

#main-content-sidebar{
    position: absolute;
    top: 0;
    left: 560px;
    width: 210px;
}

#introblock{
	background-color: #aac47e;
	padding: 10px;
	margin-bottom: 10px;
}
#introblock h1{
	margin: 0;
}
#introblock p{
	color: #000000;
	text-align: justify;
	line-height: 1.3em;
	font-size: 14px;
	letter-spacing: -0.03em;
}



/*settings for the footer*/
#footer {
	position: absolute;
	bottom: 0;
	background-color: #4a4a4a;
	width: 100%;
	height: 20px;
}
#footer-content{
	position: absolute;
	height: 20px;
	left: 50%;
	width: 750px;
	margin-left: -375px;
	text-align: left;
	background: url(images/footer_lettering.gif) bottom right no-repeat;
}
#copyright-text{
	color: #c8d48d;
	font-size: 10px;
	letter-spacing: -0.05em;
	margin-top: 3px;
}


/*override default settings for certain tags */

h1{
	color: #692712;
	font-size: 28px;
	letter-spacing: -0.05em;
	font-family: Georgia, Arial, Helvetica, sans-serif;
}
h2{
	color: #692712;
	font-size: 20px;
	letter-spacing: -0.05em;
	font-family: Georgia, Arial, Helvetica, sans-serif; 
	border-bottom: 1px dashed #692712;
}
h3{
	color: #692712;
	font-size: 14px;
	letter-spacing: -0.05em;
	font-family: Georgia, Arial, Helvetica, sans-serif;
}
h1.pagetitle{
	margin-top: 0;
}
a{
	color: #9e3818;
	text-decoration: none;
}
#main-content-information p a:hover, #sidebarbox{
	background-color: #cd846d;
	border-bottom: 1px solid #9e3818;
}

/*custom styles below */
.image-right{
	float: right;
	padding: 10px;
	padding-right: 0;
}
.image-left{
	float: left;
	padding: 10px;
	padding-left: 0;
}

/*news items*/
#news{
	padding-top: 10px;
}
.news-item{
	margin-bottom: 25px;
}
.news-heading{
	background: #d1da9c;
	padding: 0 5px 5px 25px;
	margin-bottom: -5px;
}
.news-heading a{
	color: #692712;
	margin-bottom: 1px;
}
.news-heading a:hover{
	background-color: none;
	border-bottom: 1px solid #692712;
	margin-bottom: 0px;
}
.news-heading h1{
	padding: 0;
	margin: 0;
	margin-left: 10px;
	font-size: 20px;
}
.news-posttopic{
	color: #b58f1f;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: -0.05em;
	padding-right: 10px;
}
.news-postinfo{
	margin-left: 10px;
	color: #b58f1f;
	font-size: 12px;
	letter-spacing: -0.05em;
}
.news-postinfo a{
	color: #b58f1f;
	text-decoration: none;
}
.news-postinfo a:hover{
	color: #9e3818;
	background-color: #c6b174;
	border-bottom: 1px solid #b58f1f;
}
.news-itembody{
	padding: 5px 5px 0 15px;
	text-align: justify;
	font-size: 14px;
	letter-spacing: -0.02em;
	line-height: 1.4em;
}
.news-itembody-warning{
	font-style: emphasis;
	color: #ab0000;
	border: 1px dotted #ab0000;
	margin: 5px;
	padding: 5px;
	text-align: center;
}
.news-readmore{
	padding-left: 20px;
	font-size: 12px;
}
#morenews{
	width: 175px;
	margin: 0 auto;
	text-align: center;
	background-color: #d1da9c;
	font-size: 16px;
}
#morenews a{
	padding: 5px 5px;
	display: block;
	text-align: center;
}
#morenews a:hover{
	border: none;
	background-color: #cd846d;
}
#newspager {
}
#newspager .pagerbutton_off{
	background-color: #d1da9c;
}
#newspager .pagerbutton_on{
	background-color: #b0b46e;
}

.pagerbutton_on, .pagerbutton_off{
	float: left;
	font-size: 14px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.pagerbutton_on a, .pagerbutton_off a{
	padding: 5px 5px;
	display: block;
	width: 15px;
	text-align: center;
}
.pagerbutton_on a:hover, .pagerbutton_off a:hover{
	background-color: #cd846d;
	border: none;
}
.pagerbutton_prev{
	background-color: #d1da9c;
	font-size: 14px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.pagerbutton_prev a{
	padding: 5px 8px;
	display: block;
	margin-bottom: 1px;
}
.pagerbutton_prev a:hover{
	background-color: #cd846d;
	border: none;
	margin-bottom: 0px;
}
.clearit{
	clear: both;
}


#sidebarmenu{
	margin-top: 10px;
	background-color: #b0b46e;
	padding-bottom: 10px;
}
.sidebarmenu-item a{
	display: block;
	margin-top: 8px;
	margin-left: 3px;
	padding-left: 23px;
	background: url(images/menubullet.gif) center left no-repeat;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.04em;
	color: #000000;
}
.sidebarmenu-item a:hover{
	color: #9e3818;
	background-image: url(images/menubullet_on.gif);
}
.sidebarmenu-description{
	padding-left: 28px;
	padding-right: 12px;
	font-size: 11px;
	text-align: justify;
	letter-spacing: -0.03em;
	line-height: 1em;
	color: #555735;
}

.sidebarfeatured{
	background-color: #85aeaa; 
}
.sidebarfeatured h2{
	text-align: center;
	font-size: 18px;
	letter-spacing: -0.1em;
	font-weight: bold;
	margin: 0 10px 0 10px;
	padding: 0;
}
.sidebarfeatured h3{
	text-align: center;
	font-size: 14px;
	letter-spacing: -0.03em;
	margin: 0 10px 0 10px;
	padding: 0;
}
.sidebarfeatured-content{
	padding: 5px;
	font-size: 11px;
	letter-spacing: -0.02em;
	line-spacing: 1.3em;
	text-align: justify;
}

.message{
	padding-bottom:10px;
}
.message strong{
	font-size: 16px;
	font-variant: small-caps;
    letter-spacing: -0.03em;
}
.message_ok, .message_warn, .message_error{
	font-size: 14px;
	letter-spacing: -0.03em;
	padding: 10px 10px 10px 100px;
	text-align: left;
}
.message-spacer{
}
.message_ok{
	color: #229922;
	background: #a0cca0 url(/css/images/message_ok.gif) 20px center no-repeat;
}
.message_warn{
	color: #999922;
	background: #eeeeaa url(images/message_warn.gif) 20px center no-repeat;
}
.message_error{
	color: #992222;
	background: #cca0a0 url(images/message_error.gif) 20px center no-repeat;
}
.errorfield{
	background-color: #cca0a0;
	font-size: 14px;
	letter-spacing: -0.01em;
	font-variant: small-caps;
	padding: 5px 0 5px 0;
	color: #992222;
}
.submit{
	width: auto;
	margin: 0 auto;
	margin-top: 10px;
	text-align:center;
}
.input-label{
	background-color: #d1da9c;
	padding: 5px;
	text-align: right;
}
.input-field input, .input-field textarea, .input-field select{
	margin: 5px;
}
.input-field input:hover, .input-field textarea:hover, .input-field option:hover, .input-field checkbox:hover{
	background-color: #f0f0cc;
}
.input-field .errorfield input{
	margin: 0;
	margin-right: 5px;
	padding: 0;
}
.input-field .errorfield{
	padding: 5px;
}
.optional{
}
.required .input-label{
	font-weight: bold;
}
div.submit input {
  padding: 2px 12px;
  color: #000;
  background-color:#b0b46e;
  text-decoration: none;
  border: 1px solid #666;
  font-size: 14px;
  letter-spacing: -0.02em;
  text-align:center;
  text-decoration: none;
  width: auto;
}
div.submit input:hover {
  padding: 2px 12px;
  color: #fff;
  background-color:#9e3818;
  text-decoration: none;
  border: 1px solid #666;
  font-size: 14px;
  letter-spacing: -0.02em;
  text-align:center;
  text-decoration: none;
  width: auto;
}
table{
	width: auto;
	margin: 0 auto;
}
table.datatable td{
	background-color: #d1da9c;
}
table.datatable tr.darkrow td{
	background-color: #c5cf91;
}
table.datatable tr.lightrow td{
	background-color:  #d1da9c;
}
th{
	background-color: #9e3818;
	color: #fff;
	border: 1px solid #666;
}
th a{
	color: #fff;
	text-decoration: none;
}
.ordered_up{
	padding-right: 20px;
	background: #9e3818 url(images/order_up.gif) right center no-repeat;
}
.ordered_down{
	padding-right: 20px;
	background: #9e3818 url(images/order_dn.gif) right center no-repeat;
}

/*gallery and photo display items*/
.gallery-container {
	width: 475px;
	margin: 0 auto;
	text-align: center;
	background-color: #c5cf91;
	padding: 10px;
	padding-right: 0;
}
.gallery-item {
	float: left;
	width: 100px;
	height: 110px;
	margin: 3px;
	padding: 5px;
	background-color: #d1da9c;
}
.photo-item {
	padding: 5px;
	background-color: #d1da9c;
}
.gallery-subgal{
	float: left;
	width: 216px;
	height: 110px;
	margin: 3px;
	padding: 5px;
	background-color: #d1da9c;
}
.gallery-subgal-table{
	height: 100px;
}
.gallery-subgal-label{
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
