@charset "utf-8";

* {
	padding:0;
	margin:0;
	border: 0;
	font-family: "Times New Roman", Times, serif;
}

body {
	background: #2c2f20 url(img/bg.png) repeat-x left top;
}

#container {
	width: 758px;
	position: relative;
	margin: auto;
}

#header {
	height: 237px;
	background: url(img/header.jpg) top center no-repeat;
	margin-top: 14px;
}

h1 {
	position: relative;
	left: -999em;
	font-size: 36px;
}

#topnav {
	height: 35px;
	padding: 15px 0 0 20px;
}

ul#topnavlist {
	list-style-type: none;
}

ul#topnavlist li {
	display: inline;
}

ul#topnavlist li a {
	padding: 2px 5px;
	margin: 2px;
	text-decoration: none;
	text-align: center;
	font-size: 24px;
	color: #d6a14b;
}

ul#topnavlist li a:hover, ul#topnavlist li a:focus {
	color: #f0e39e;
}

ul#topnavlist li a.navact {
   color: #ff703f;
}

#botnav {
	text-align: center;
}

ul#botnavlist {
	list-style-type: none;
}

ul#botnavlist li {
	display: inline;
}

ul#botnavlist li a {
	padding: 2px 5px;
	margin: 2px;
	text-decoration: none;
	text-align: center;
	font-size: small;
	color: #d6a14b;
}

ul#botnavlist li a:hover, ul#botnavlist li a:focus {
	color: #f0e39e;
}

ul#botnavlist li a.navact {
   color: #ff703f;
}

#page {
	background: #f0e39e url(img/page.gif) repeat-y top center;
}

#pageover {
	background: url(img/pageover.png) no-repeat top center;
	padding: 20px 20px 0 20px;
	position: relative;
}

.linkpage {
	height: 200px;
}

#pageover h2 {
	font-size: 20px;
	font-weight: bold;
	color: #2c2f20;
	margin-bottom: 5px;
}

#pageover h4 {
	font-size: 16px;
	font-weight: bold;
	color: #2c2f20;
	margin-bottom: 5px;
}

#pageover p {
	font-size: 14px;
	margin-bottom: 5px;
	color: #161616;
	text-align: justify;
}

#pageover h3 {
	font-size: 18px;
	font-weight: bold;
	color: #2c2f20;
	margin-bottom: 5px;
}

#pageover a {
	text-decoration: none;
}

#pageover li a {
	font-weight: bold;
	color: #2c2f20;
}

#pageover li a:hover {
	color: #ff703f;
}

#pageover a:hover {
	color: #2c2f20;
}

#pageover p a {
	font-weight: bold;
	color: #ff703f;
}

#buckets {
	padding-bottom: 20px;
	margin-top: 10px;
	width: 718px;
}

#buckets img {
	border: 3px solid #2c2f20;
}

.summarynav {
	font-weight: bold;
}

.summaries {
   color: #161616;
   font-size: 14px;
   margin-bottom: 20px;
}


table.summaries td {
   padding: 2px;
}

table.summaries td.sumleft {
	padding-right: 10px;
}

#b1 {
	float:left;
	width: 219px;
	padding: 0 10px 0 10px;
}

#b2 {
	float:left;
	width: 218px;
	padding: 0 10px 0 10px;
	border-left: 1px #d6a14b dashed;
	border-right: 1px #d6a14b dashed;
}

#b3 {
	float:left;
	width: 219px;
	padding: 0 10px 0 10px;
}

#facnavlist {
	list-style-position: inside;
	margin-bottom: 20px;
}

.rightfloat {
	float: right;
	margin: 0 0 10px 10px;
	border: 3px solid #161616;
}

#facnavsub {
	position: relative;
	left: 1em;
}

#pagebot {
	background: url(img/pagebot.gif) no-repeat top center;
	height: 17px;
	margin-bottom: 10px;
}

#footertop {
	height: 10px;
	background: #161616;
}

#ftl {
	background: url(img/ftl.gif) no-repeat top left;
	float: left;
	height: 10px;
	width: 10px;
}

#ftr {
	background: url(img/ftr.gif) no-repeat top right;
	float: right;
	height: 10px;
	width: 10px;
}

#footer {
	background: #161616;
}

#footer h2 {
	font-size: 20px;
	font-weight: bold;
	color: #f0e39e;
	margin-bottom: 5px;
}

#fr p {
	color: #f0e39e;
	font-size: 14px;
}

#fr p a {
	color: #f0e39e;
	text-decoration: none;
}

#fr p a:hover {
	color: #a1b55d;
	text-decoration: underline;
}

#pics {
	font-size: 0;
}

#pics img {
	border: solid #f0e39e 2px;
	margin-right: 8px;
}

#pics img:hover {
	border: solid #a1b55d 2px;
}

#pics img#lastpic {
	margin: 0;
}

#fl {
	width: 482px;
	float: left;
	padding: 0 10px;
	border-right: dashed #f0e39e 1px;
}

#fr {
	width: 231px;
	height: 100%;
	float: left;
	padding: 0 10px;
}

#footerbot {
	height: 10px;
	background: #161616;
}

#fbl {
	background: url(img/fbl.gif) no-repeat bottom left;
	float: left;
	height: 10px;
	width: 10px;
}

#fbr {
	background: url(img/fbr.gif) no-repeat bottom right;
	float: right;
	height: 10px;
	width: 10px;
}

#clear {
	clear: both;
}

.section {
	border-bottom: 1px dashed #d6a14b;
	margin-bottom: 5px;
}

#notes p {
	font-size: x-small;
	font-style: italic;
	text-align: center;
	color: #d6a14b;
	padding: 2px;
}

#notes a {
	font-size: x-small;
	font-style: normal;
	text-align: center;
	color: #d6a14b;
	padding: 2px;
	text-decoration: none;
}

#notes a:hover {
	color: #f0e39e;
}

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(img/lb/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(img/lb/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(img/lb/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(img/lb/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/* END SLIMBOX */

/*form*/

#mainForm {
   padding: 10px;
}

ul.mainForm {
   list-style: none;
   margin-top: 20px;
}

ul.mainForm li {
   margin: 0 0 20px 0;
   font-family: georgia, "Times New Roman", serif;
   color: #372206;
   font-size: small;
}

li.mainForm
{
	padding-top: 5px;
}

input, textarea{
   border: inset 1px;
   padding: 1px;
   background-color: #fff;
}

label, input, textarea {
	display: block;
	width: 150px;
	float: left;
}

label {
	text-align: right;
	width: 9em;
	padding-right: 20px;
}

input#saveForm {
   border: outset 1px;
   padding: 1px;
   width: 5em;
   margin: 10px 0 0 135px;
   font-family: georgia, "Times New Roman", serif;
   color: #372206;
   font-size: small;
   float: none;
}

#mainFormError
{
	position: relative;
	border: 1px;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
	width: 70%;
}



input.mainFormError
{
	background-color: #FADADD;
}


textarea.mainFormError
{
	background-color: #FADADD;
}


select.mainFormError
{
	background-color: #FADADD;
}

a.info {
	font-family: Tahoma, Arial, Sans-Serif;
	text-decoration:none; 
	position: relative;
}

a.info span {
	position: relative;
	display:none;
}

a.info:hover {
	position: relative;
	cursor:default;
}

a.info:hover .infobox {
	font-weight: normal; 
	display:block; 
	position:absolute; 
	top:20px;
	left:25px;
	width:205px; 
	height:70px; 
	border: 1px solid #ccc; 
	background:#f4f4f4 url(css/question.gif) no-repeat bottom right; 
	color:#000; 
	text-align:left; 
	font-size:0.7em; 
	padding-left:10px; 
	padding-top:10px;
}

/* pop-up calendar */
button.calendarStyle
{
	background-color: transparent;
	border: 0;
	height:22px;
	width:22px;
	background-image:url(imgs/calendar.png);
	cursor: pointer;
}

/*END form*/
