@charset "UTF-8";
.formlabel {
	text-align: right;
	vertical-align: middle;
	padding-right: 5px;
	font-size: 11px;
	width: 130px;
}
.formlabel_red {
	color: #CE0A0F;
	text-align: right;
	vertical-align: middle;
	padding-right: 5px;
	font-size: 11px;
	font-weight: bold;
	width: 130px;
}
.formlabel2_red {
	color: #CE0A0F;
	text-align: right;
	vertical-align: middle;
	padding-right: 5px;
	font-size: 11px;
	font-weight: bold;
}
.tighterlinespacing {
	line-height: 12px;
	font-size: 11px;
}
.formfield_large {
	color: #2C2C2C;
	text-align: left;
	width: 330px;
	background-color: #E1E1E1;
}
.formfield_medium {
	color: #2C2C2C;
	text-align: left;
	width: 200px;
	background-color: #E1E1E1;
}
.formfield_smaller {
	color: #2C2C2C;
	text-align: left;
	width: 80px;
	background-color: #E1E1E1;
}
.formfield_small {
	color: #2C2C2C;
	text-align: left;
	width: 40px;
	background-color: #E1E1E1;
}
.formbutton {
	font-size: 11px;
	color: #000000;
	text-align: center;
	width: 80px;
	font-weight: bold;
	margin-right: 10px;
}
/* CSS Document */

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #2C2C2C;
	outline: none;
	background-image: url(../SiteImages/BodyBG.png);
	background-repeat: repeat-y;
	background-position: center top;
}
p {
	margin-top: 0em;
	margin-bottom: 1em;
}
a {
	color: #ce0a0a;
	text-decoration: underline;
	outline:none;
}
a:hover {
	color: #999;
	text-decoration: none;
}
#wrapper {
	background-color: #FFF;
	width: 1010px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
}

#container {
	text-align: left;
	width: 1000px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	cursor: default;
	background-color: #FFF;
	background-image: url(../SiteImages/ContainerBG.png);
	background-repeat: repeat-y;
	background-position: left top;
	color: #2C2C2C;
	position: relative;
}
#header {
	height: 300px;
	width: 1000px;
	position: relative;
}
#header_logo {
	height: 300px;
	width: 255px;
	position: absolute;
	display: inline;
	background-image: url(../SiteImages/HeaderLogo.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#header_donate {
	height: 54px;
	width: 130px;
	position: absolute;
	left: 27px;
	top: 205px;
	cursor: pointer;
	z-index: 15;
}
#header_home {
	height: 28px;
	width: 175px;
	position: absolute;
	left: 0px;
	top: 272px;
	cursor: pointer;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	z-index: 10;
}
#header_home ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#panelcontrol {
	font-size: 9px;
	line-height: 11px;
	text-align: right;
	height: 30px;
	width: 635px;
	position: relative;
}
#header_home li{
	display: inline;
}
#header_home li a{
	text-decoration: none;
	color: #FFF;
	background-image: url(../SiteImages/AccordionPanelTab_Off.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 28px;
}
#header_home li a:hover {
	color: #FFF;
	background-image: url(../SiteImages/AccordionPanelTab_On1.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#header_home li a.current {
	color: #FFF;
	background-image: url(../SiteImages/AccordionPanelTab_On1.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#header_flash {
	height: 300px;
	width: 745px;
	position: absolute;
	left: 255px;
	text-align: center;
	background-color: #FFF;
}
#contentarea {
	width: 1000px;
	position: relative;
}
#contentarea_nav {
	display: inline;
	float: left;
	width: 305px;
	padding-bottom: 30px;
	background-image: url(../SiteImages/NavBG2.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#contentarea_nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#contentarea_nav li{
	display: inline;
}
#contentarea_nav li a{
	text-decoration: none;
	outline: none;
	color: #FFF;
	background-image: url(../SiteImages/AccordionPanelTab_Off.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 28px;
	font-weight: bold;
}
#contentarea_nav li a:hover {
	color: #FFF;
	background-image: url(../SiteImages/AccordionPanelTab_On1.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#contentarea_nav li a.current {
	text-decoration: none;
	color: #FFF;
	background-image: url(../SiteImages/AccordionPanelTab_On1.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#navarea {
	width: 175px;
	position: relative;
}
#contentarea_main {
	float: right;
	width: 635px;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 10px;
	line-height: 16px;
}
#breadcrumbs {
	font-size: 9px;
	line-height: 9px;
	height: 15px;
	width: 300px;
	position: absolute;
	right: 30px;
	text-align: right;
	top: 4px;
}
#footer {
	height: 175px;
	width: 1000px;
	position: relative;
	clear: both;
	background-color: #363636;
	background-image: url(../SiteImages/FooterBG2.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#footer_nav {
	width: 765px;
	position: absolute;
	left: 25px;
	font-size: 9px;
	line-height: 12px;
	color: #CCC;
	top: 124px;
}
#footer_nav p {
	margin-top: 0em;
	margin-bottom: 0.6em;
}
#footer_nav a {
	color: #CCC;
	text-decoration: none;
	outline:none;
}
#footer_nav a:hover {
	color: #CE0A0F;
	text-decoration: none;
}
#footer_sw {
	height: 50px;
	width: 175px;
	position: absolute;
	right: 25px;
	top: 115px;
}
#footer_donate {
	height: 80px;
	width: 633px;
	position: absolute;
	background-color: #FFF;
	right: 50px;
	top: 0px;
	border: 1px solid #CE0A0F;
	font-size: 11px;
	line-height: 16px;
}
iframe {
	width: 630px;
	position: relative;
	border: 1px solid #E5E5E5;
	overflow: hidden;
	height: 510px;
}
#gallery {
	height: 520px;
	width: 634px;
	position: relative;
	background-color: #FFF;
	text-align: center;
	margin-top: 20px;
}
#newsarea {
	width: 180px;
	line-height: 13px;
	background-color: #EEE;
	position: relative;
	float: right;
	margin-top: 0px;
	margin-right: -10px;
	margin-bottom: 15px;
	margin-left: 25px;
	font-size: 11px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#maparea {
	height: 491px;
	width: 633px;
	position: relative;
	vertical-align: top;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #E6E7E8;
	border-left-color: #E6E7E8;
}
td {
	vertical-align: top;
}
.pink {
	color: #F0F;
}

