@charset "utf-8";
/* CSS Document */

body {
	background-color: #17320f;
	background-image: url(../images/bgtile.gif);
	background-repeat:repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.page {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}

.content {
	background-color:#FFFFFF;
	background-image: url(../images/bodytile.gif);
	background-repeat: repeat-y;
}
.column1 {
	float:left;
	width: 217px;
}
.bothcalendars {
	margin-bottom:1em;
}
.bothcalendars tr td table tr td {
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
.bothcalendars .month {
	background-color:#eee;
}

.nav {
	font-size: 15px;
	font-weight: bold;
	list-style-type: none;
	line-height: 33px;
	padding-left:0px;
	margin-top: 0px;
	border-top:1px solid #badfb0;
	border-bottom:1px solid #badfb0;
	margin-bottom: 0px;
}
.nav li {
	background-image: url(../images/leaf.gif);
	background-position: 10px 10px;
	background-repeat: no-repeat;
	background-color:#accca8;
}

.nav li.odd {
	background-color:#a2bf9e;
}
.nav li:hover {
	background-color:#cee3cb;
}
.nav a:link, .nav a:visited {
	padding-left: 38px;
	color:#154416;
	text-decoration:none;
}
.nav a:hover, .nav a:active {
	padding-left: 38px;
	color:#154416;
	text-decoration:none;
}
.footer {
	background-image:url(../images/footertile.gif);
	background-repeat:repeat-x;
}
.footer p.copyright {
	text-align:center;
	color:#333;
	margin-top:0px;
	font-size:10px;
}
.footer p.copyright a {
	color:#333;
	text-decoration:none;
}
.footer .right {
	margin-top:0px;
	font-size: 93%;
	float:right;
	width:49%;
	text-align:right;
	padding-right:12px;
	padding-top:24px;
	padding-bottom:12px;
	color:#eafbe1;
}
.footer .right a:link, .footer .right a:visited {
	color:#eafbe1;
	text-decoration:none;
}
.footer .right a:hover, .footer .right a:active {
	color:#fff;
	text-decoration:underline;
}

.footer .right h3 {
	margin-top:0px;
}
.footer .left {
	margin-top:0px;
	width: 49%;
	color: #eafbe1;
	padding-top:24px;
	padding-bottom:12px;
	padding-left: 12px;
	font-size: 93%;
}
.footer .left h3 {
	margin-bottom: 4px;
	margin-top:0px;
}
.footer .left p {
	color:#eafbe1;
	text-align:left;
	margin-top: 0px;
}

.content .body {
	float:right;
	background-color: #FFFFFF;
	padding-left: 0px;
	min-height:320px;
	margin-right: 28px;
	text-align:left;
	width:510px;
}

.content .body a:link, .content .body a:visited {
	color:#7f9577;
}
.content .body a:hover, .content .body a:active {
	color:#accca8;
}


.content .body h1 {
	color:#154416;
	font-size:20px;
	border-bottom:2px solid #a2bf9e;
}

.content .body h2 {
	color:#5f9158;
	font-size:14px;
}

.content .body h3 {
	color:#154416;
	font-size:12px;
	text-transform:capitalize;
	font-weight:normal;
}
.content .body h4 {
	color:#5f9158;
	font-size:20px;
	margin-top:0px;
	margin-bottom:0px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
.content .body h5 {
	color:#154416;
	font-size:14px;
	margin-top:5px;
	margin-bottom:2px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
.content .body h6 {
	color:#154416;
	font-size:10px;
	margin-top:5px;
	margin-bottom:2px;
	font-weight:normal;
}
.content .body p, .content .body table, .content .body table td {
	color:#154416 !important;
}
.content .body p {
	margin-top:2px;
	margin-bottom:10px;
	line-height:150%;
}


.imageOnLeft {
	margin-right:5px;
	float:left;
	border:1px solid #5f9158;
}
.imageOnRight {
	margin-left:5px;
	float:right;
	border:1px solid #5f9158;
}

/***************************  L O G I N **************************************/

#loginform {
	display:block;
	margin:3em;
	margin-top:0px;
	padding-top:1em;
}

#loginform fieldset { 
	border:1px solid #7f9577; 
	padding:3em;
}

#loginform label {
  float:left;
  width:25%;
  margin-right:0.5em;
  padding-top:9px;
  text-align:right;
  font-weight:bold;
}

#loginform input {
	margin-top:6px;
}

#loginform legend {
  padding: 0.2em 0.5em;
  border:1px solid #7f9577;
	color:#7f9577;
  font-size:90%;
  text-align:right;
}



/****************************************** G A L L E R Y ***********************************************************************/

.thumb {
	display:block;
	width:42%;
	height:160px;
	float:left;
	text-align:center;
	font-size:11px;
	margin:10px;
}
.thumb a img {
	border:1px solid #7f9577;
}
.thumb p {
	line-height:110%;
}
.clearer {
	clear:both;
}



/***********************************  L E T T E R S **************************************/
ol.letters {
	margin:0;
	padding:0;
	padding-bottom:2px;
	border-bottom:1px solid #7f9577;
	text-align:center;
}
ol.letters li {
	display:inline;
	list-style:none;
	list-style-type:none;
	background-color:#eafbe1;
	border:1px solid #7f9577;
	margin:1px;
	padding-left:6px;
	padding-right:6px;
	padding-bottom:2px;
}
ol.letters li.selected {
	font-weight:bold;
	display:inline;
	list-style:none;
	list-style-type:none;
	background-color:#fff;
	border:1px solid #7f9577;
	border-bottom:none;
	padding-bottom:3px;
}
.admincontent ol.letters li a {
	text-decoration:none;
}



/***********************************  L E T T E R S   N A R R O W  **************************************/
ol.lettersnarrow {
	margin:0;
	margin-top:1em;
	padding:0;
	padding-bottom:2px;
	border-bottom:1px solid #7f9577;
	text-align:center;
}
ol.lettersnarrow li {
	display:inline;
	list-style:none;
	list-style-type:none;
	background-color:#eafbe1;
	border:1px solid #7f9577;
	margin:1px;
	padding-left:2px;
	padding-right:2px;
	padding-bottom:2px;
}
ol.lettersnarrow li.selected {
	font-weight:bold;
	display:inline;
	list-style:none;
	list-style-type:none;
	background-color:#fff;
	border:1px solid #7f9577;
	border-bottom:none;
	padding-bottom:3px;
}
.admincontent ol.letters li a {
	text-decoration:none;
}


/** UTIL **/
.clearer {
	clear:both;
}