/* --------------------------- */
/* 	Tags                       */
/* --------------------------- */
HTML {
	background-color: #ececec;
}
BODY { 
	background-color: #ececec; 
    margin: 0;
	padding: 0;
}

BODY,P,.normal,.normaltd TD {
	font-family: "Gill Sans MT", "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4b4138; 
	text-align: justify;
}

.donateTD { 
	text-align:left;
	width:260px;
}

A {
	text-decoration: none;
	color: #6e6e6e;
}

A:hover {
	text-decoration: underline;
}

INPUT,TEXTAREA,SELECT {
	font-family: "Gill Sans MT", "Gill Sans", Arial, Helvetica, sans-serif;	
	font-size: 13px;
}

INPUT.button {
	background-color: #BFB3A5;
	border: 0px;
	padding: 1px 10px 1px 10px;
	color: #ffffff;
	font-weight: bold;
}

/* --------------------------- */
/* 	Classes                    */
/* --------------------------- */
.maintable { 
	border: 3px solid #80937D; 
	background-color: #C9D4CE;
}
.spacer { 
	background-color: #ffffff;
}
.subnavblank { 
	background-color: #aeb8b3;
}
#contextnav {
	width: 100%;
	height: 100%;
}
#contextnav TD {
	font-size: 13px;
	color: #aeb8b3;
}
.sitemap {
	visibility: hidden;
}
#footerlinks {
    margin: 10px 0;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
	text-transform: uppercase;
}
#footerlinks a {
	color: #6F6D6E;
}

/* --------------------------- */
/* 	Search Page            	   */
/* --------------------------- */
#searchtips {
	background-color: #dedede;
	border: 1px dashed #4b4138;
	padding: 10px;
	font-size: 13px;
}

/* --------------------------- */
/* 	Calendar Page              */
/* --------------------------- */
.calendar {
	font-size: 13px;
}
#calenderheader {
	color: #000000;
	font-weight: bold;
	font-size: 15px;
}
.caleventheader {
	color: #444444;
	font-weight: bold;
}
#popmonths, .popdetails {
	background-color: #dedede;
	border: 1px dashed #4b4138;
	position: absolute;
	z-index: 14;
	padding: 10px;
	font-size: 13px;	
}
#calevents {
	background-color: #dedede;
	border: 1px dashed #4b4138;
	padding: 10px;
	font-size: 13px;
}
h1 {
	font-family: gill sans mt;
	font-size: 24px;
	color: Black;
	font-variant: small-caps;
	font-weight: normal;
}
h2 {
	font-family: gill sans mt;
	font-size: 22px;
	color: Black;
	font-weight: normal;
}
h3 {
	font-size: 18px;
	font-variant: normal;
	text-transform: uppercase;
	font-weight: lighter;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.SearchBox
{
	background-color: #E0ECE5;
	border: 1px solid #AFA08F;
	width: 136px;
	height: 23px;
	padding-left: 2px;
	font-family: "Gill Sans MT", "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.error {
    margin: 5px 0;
	border: 1px solid #ff0000;
    background-color: #E0ECE5;
    padding: 5px;
}
.success {
    margin: 5px 0;
	border: 1px solid #AFA08F;
	background-color: #E0ECE5;
    padding: 5px;
}

/* Gallery image fix */
#gallerynav p {
  margin: 0;
  padding: 0;
}