@charset "UTF-8";
body {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #FBFBFB;
}
p {
	padding-top: 6px;
	padding-bottom: 6px;
}
ul, ol {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
}
li {
	margin-top: 4px;
	margin-bottom: 4px;
}
a {
	color: #FFEED5;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.more {
	font-size: 10px;
	line-height: 18px;
	color: #FFFFCC;
	text-decoration: underline;
	text-transform: uppercase;
}
h1 {
	font-size: 34px;
	line-height: 34px;
	font-weight: normal;
	color: #9F8138;
	padding-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 22px;
	line-height: 26px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-weight: normal;
	color: #D8B552;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #D8AF4A;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h4 {
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 8px;
}
ul#social-links {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul#social-links li {
	float: left;
	display: block;
	margin-right: 10px;
	margin-left: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.credits {
	font-size: 12px;
	line-height: 18px;
	margin-top: 20px;
}
.date {
	font-size: 12px;
	line-height: 18px;
	color: #CCCCCC;
	font-style: italic;
}
ul.list-sm-pdf {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
ul.list-sm-pdf li {
	background-image: url(../images/a/file_pdf.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 22px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
}
/*  FLICKR FEED STYLES
	--------------------------------------------------------------- */
#flickr {
	padding: 0px;
	overflow: hidden;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#flickr ul {
	list-style:	none;
	float: left;
	padding: 0px;
	margin: 0px;
}
#flickr ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#flickr ul li img {
	border: none;
	padding: 0px;
	border: 3px solid #252525;
	width: 40px;
	height: 40px;
	margin: 2px;
}
#flickr ul li img:hover {
	border-color: #555555;
}

/* --------------------- Start Calendar Styles ---------- */
.calendar-table {
	font-size: 11px;
}
.calendar-table td {
	height: 30px;
	width: 32px;
}
.calendar-table td.date-today {
	border: solid 1px #FFFFCC;
}
.calendar-header, .calendar-header a {
	font-weight: bold;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFCC;
	text-decoration: none;
	text-align: center;
}
a  {
	text-decoration: underline;
}
.calendar-days {
	font-size: 14px;
	font-weight: bold;
	background-color: #7C652C;
}
.date-active {
}
.date-inactive {
	color: #C1AE7E;
}
.date-today {
	color: #FFFFFF;
	font-weight: bold;
}
.date-today.date-event, .date-active.date-event {
	font-weight: bold;
}
.date-today.date-event a, .date-active.date-event a {
	color: #FFFFFF;
}
.cal-image {
	margin-top: 14px;
	margin-right: 10px;
	border: none;
}
.cal-image-home {
	margin-top: 4px;
	margin-bottom: 12px;
	margin-right: 10px;
	border: none;
}
.cal-image-detail {
	float: left;
	margin-top: 4px;
	margin-right: 10px;
	border: 1px solid #8B8883;
}

h2  {
}
/* ------------- End of Calendar Styles ---------------*/
/*  FORMS 
    --------------------------------------------------------------- */	
	
.error_message	{ 
	display:inline;	
	font-weight: bold;	
	font-size: 9px;	
	color: #990000;	
	background-color:#FFFFCC;	
	border: 1px solid #990000;	
	margin: 3px 5px 5px 5px;	
	padding: 3px; 
}
.required {	color: #CC0000; 
}
input#anti-spam {
	display: none;
}
td img#captcha {
	border: 1px solid #F6F6F6;
	background-color:#FFFFFF;	
}
div#captcha-box {
	background-color: #FAFAFA;
	text-align: center;
	border: 1px solid #DEDEDE;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	width: 262px;
}
#optin input {
	color: #999999;
}
#optin input#button {
	color: #333333;
}
div#join {
	margin-bottom: 20px;
}


