@charset "UTF-8";
* {
	margin:0;
	padding:0;
}
body {
	background-color:#1E2338;
	font-family:Verdana, Arial, Helvetica, sans-serif
}
#wrapper {
	width: 860px;
	margin: 0 auto;
	position: relative;
	background-image: url(/images/background-color.gif);
	background-repeat: repeat-y;
}
#header {
	width:860px;
	height:152px;
}
#imageShow {
	height: 222px;
	width: 370px;
	margin-bottom: 30px;
}
#nav {
	width: 136px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 30px;
	margin-right: 50px;
	float: left;
	display:inline;
}
#mainContent {
	width: 370px;
	margin-top: 20px;
	margin-right: 50px;
	margin-bottom: 40px;
	float: left;
	display:inline;
}
#nav li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #003366;
	list-style-type: none;
	line-height: 13px;
	margin-bottom: 14px;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color: #609131;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #609131;
	letter-spacing: 1px;
	padding-bottom: 2px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	margin-top: 20px;
	font-weight: bold;
}
h2 a:link,
h2 a:visited {
	color: #003366;
  text-decoration:none;
}
h2 a:hover,
h2 a:active {
  color:#ef80b3;
  text-decoration:underline;
}
.homepage {
	margin-top: 6px;
	margin-bottom: 2px;
}
.gallery {
	margin-bottom: 8px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	margin-top:15px;
	font-weight: normal;
}
.lessSpaceAbove {
	margin-top:6px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: 333333;
	margin-bottom: 10px;
}
.excerpt {
	font-size: 10px;
	line-height: 14px;
}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: 333333;
	margin-bottom: 5px;
	list-style-type: none;
}
.address {
	line-height: 16px;
	margin-left: 20px;
}
.listHead {
	color: #003366;
	margin-top: 0px;
	margin-bottom: 4px;
	padding-top: 0px;
	text-transform: none;
}
.imgFloatRight {
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-top:5px;
}
.imgFloatLeft {
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
	margin-top: 5px;
}

#sidebar {
	float: right;
	width: 152px;
	margin-right: 50px;
	display:inline;
}
#buttonBox {
	margin-top: 20px;
}
#buttonBoxNav {
	margin-top: 40px;
}
#sideBox {
	margin-top: 20px;
	margin-bottom: 20px;
	background:url(/images/sidebar-top-logo.gif) top no-repeat;
	background-color: #F6EAD1;
}
.sidebarText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #663300;
	margin: 0px 10px 12px 12px;
}
.sidebarTextLast {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #663300;
	padding-bottom: 25px;
	background:url(/images/sidebar-bottom.gif) bottom no-repeat;
	padding-left: 7px;
	padding-right: 5px;
}
.sidebarText img {
	text-align: center;
	margin-bottom: 4px;
}
.sidebarHead {
	letter-spacing: 2px;
	margin-bottom: 8px;
	color: #663300;
	text-align: center;
	margin-top: 10px;
}
.sidebarQuote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	line-height: 30px;
	color: #003366;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 15px;
}
.sidebarQuoteName {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	line-height: 15px;
	color: #003366;
	padding-left: 15px;
	padding-right: 5px;
	padding-bottom: 25px;
	background:url(/images/sidebar-bottom.gif) bottom no-repeat;
}
/*link styles*/
a:link {
	color: #609131;
	text-decoration:none;
}
a:visited {
	color: #609131;
	text-decoration:none;
}
a:hover {
	color: #ef80b3;
	text-decoration:underline;
}
a:active {
	color: #ef80b3;
	text-decoration:underline;
}
.nav a:link {
	color:#003366;
	text-decoration:none;
}
.nav a:visited {
	color:#003366;
	text-decoration:none;
}
.nav a:hover {
	color:#ef80b3;
	text-decoration:none;
}
.nav a:active {
	color:#ef80b3;
	text-decoration:none;
}
.navCurrent {
	color:#609131;
	text-decoration:none;
	cursor:default;
}
.navCurrent a:link {
	color:#609131;
	text-decoration:none;
}
.navCurrent a:visited {
	color:#609131;
	text-decoration:none;
}
.navCurrent a:hover {
	color:#ef80b3;
	text-decoration:none;
}
.navCurrent a:active {
	color:#ef80b3;
	text-decoration:none;
}


.imgSpaceBelow {
	margin-bottom: 15px;
}
/*home page news div*/
#latest-news {
  margin:0 0 25px;
}

/*news archive styles*/
#archiveBox {
	margin-top: 40px;
	margin-bottom: 20px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C8B48F;
	}
.archiveHead {
	font-size:0.6875em;
	color: #996633;
	letter-spacing: 0.25em;
	margin-bottom: 6px;
	font-weight: bold;
}
.archiveYear {
	font-size:0.6875em;
	color: #996633;
	margin-bottom: 5px;
	margin-top: 15px;
}
.archiveTitle {
	font-size:0.6875em;
	color: #996633;
	line-height: 1.1em;
	margin-bottom: 1em;
}
/*form styles*/
#form {
	background-color:#C7D6A9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: 333333;
	padding: 10px;
}

input.textShort {
width: 150px;
margin-top: 4px;}

input.textarea {
width: 300px;
margin-top: 4px;}

label.top {
	display:block;
	margin-bottom:4px;
}
label.checkBox {
	margin-bottom: 4px;
}

#donateText {
	font-size:11px;
	margin-botom:4px;
}

/*footer styles*/
#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 860px;
	margin-top: 40px;
	bottom: 0px;
	text-align: center;
	clear: both;
	background-color: #1e2338;
	padding: 15px 0px 10px 0px;
}
.footerText {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #F3EAD9;
	text-align: center;
}
.footerText a:link {
	color:#F3EAD9;
	text-decoration:none;
}
.footerText a:visited {
	color:#F3EAD9;
	text-decoration:none;
}
.footerText a:hover {
	color:#ef80b3;
	text-decoration:none;
}
.footerText a:active {
	color:#ef80b3;
	text-decoration:none;
}
.posted {
	font-size: 9px;
	color: #996633;
}

