@import url("../../global/CSS/global.css"); /* Global Stylesheet */

/* @group OVERRIDES */

a.site-credit-link:link, a.site-credit-link:active, a.site-credit-link:visited {display: inline;}
ul.rss-widget-lits {
	height: 255px;
	overflow: hidden;
}
li.rss-widget-list-item a {
	color:#FFFFFF;
	display:block;
	font-size:13px;
	padding:10px 14px;
}
li.rss-widget-list-item a:hover {
	background-color: #A1000D;
	text-decoration: none;
}
li.rss-widget-list-item {
	padding: 0px;
	margin-bottom: 0px;
	border-bottom:1px solid #A1000F;
}
span.rss-item-date {
	display: block;
	color: #FCD763;
}

/* @end */

/* @group RESET */ /* Basic css zeroing for cross-browser conformity */

html,body,div,h1,h2,h3,h4,h5,h6,p,pre,form,blockquote,fieldset,input {margin: 0px; padding: 0px;}

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,strong,th {font-weight: normal; font-style: normal;}

fieldset,img {border: none;}

/* @end */

/* @group LAYOUT */

body {background: url(/sitefiles/1401/images/bkgd-main.png) no-repeat center bottom #F8F6F1;}

img.alignleft {float: left;	margin: 2px 20px 18px 0;} /* Class for image aligned left with margin */

img.alignright {float: right; margin: 2px 0 18px 20px;} /* Class for image aligned right with margin */

hr {
	border: 0px;
	width: 100%;
	color: #d9d9d9;
	background-color: #d9d9d9;
	height: 1px;
	line-height: 1px;
	margin: 10px 0px;
	padding: 0px;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0.0;
	font-size: 0px;
}

/* @end */


/* @group TYPE */

body, p, div, ul, li, td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #5A4A42;
}

strong, b {font-weight: bold;}

p {margin-bottom: 18px;}

a:link, a:visited, a:active {
	color: #C49600;
	text-decoration: none;
}

a:hover {text-decoration: underline;}

a:focus {outline: none;} /* Removes a outline in Firefox  */

h1 {
	color:#0F3A6B;
	font-family:helvetica,arial,sans-serif;
	font-size:32px;
	font-weight:bold;
	line-height:38px;
	margin-bottom:12px;
}

h2, h2 a:link, h2 a:visited, h2 a:active {
	font-family: helvetica, arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
	color: #C90000;
}

h3 {
	font-family: helvetica, arial, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	line-height: 21px;
	color: #999;
}

h4 {
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
	color: #333;
}

h5 {
	color:#666666;
	font-family:georgia,times,serif;
	font-size:12px;
	font-style:italic;
	font-weight:normal;
	line-height:18px;
	margin-bottom:12px;
}

/* @end */

/* @group SEARCH */ /* Uses image-driven field and button styles  */

#search {
	width: 200px;
	height: 20px;
}

.searchField {
	background:url("/SiteFiles/1401/Images/search-field.png") no-repeat scroll 0 0 transparent;
	border:medium none;
	float:left;
	height:31px;
	margin:0;
	outline:medium none;
	padding:0 0 0 15px;
	width:142px;
}
.ie7 .searchField, .ie8 .searchField, .ie7 .signupField, .ie8 .signupField {
	padding-top:8px;
}
.searchButton {
	background:url("/SiteFiles/1401/Images/search-button.png") no-repeat scroll 0 0 transparent;
	border:medium none;
	cursor:pointer;
	font-size:0;
	height:31px;
	line-height:0;
	outline:medium none;
	text-indent:-1000px;
	width:36px;
}

/* @end */

/* @group LIST SIGNUP */ 

#signup {
	padding:26px 14px 14px;
}
#signup h3 {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}
.signupField {
	background:url("/sitefiles/1401/images/signup-field.png") no-repeat scroll 0 0 transparent;
	border:none;
	color:#7A7A7A;
	float:left;
	font-size:11px;
	height:32px;
	margin-top:0;
	padding:0 0 0 15px;
	width:114px;
}
.signupButton {
	background:url("/sitefiles/1401/images/signup-button.png") no-repeat scroll 0 0 transparent;
	border:medium none;
	display:block;
	float:left;
	font-size:0;
	height:31px;
	line-height:0;
	margin-top:0;
	text-indent:-9999px;
	width:68px;
}

/* @end */


/* @group MAIN NAV */

#mainnavWrapper {
	float:right;
	height:125px;
	margin-top:5px;
	padding:0;
}

ul#mainnav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: none;
	height: 120px;
}

#mainnav li ul {
	display: none; /* Hides child pages */
}

#mainnav li {
	padding: 0px;
	margin: 0px;
	float: left;
	background: none;
	border-right: 1px solid #DDDAD5;
	height: 120px;
}

#mainnav a {
	color:#BDBDA2;
	display:block;
	font-family:helvetica,arial,sans-serif;
	font-size:16px;
	font-weight:bold;
	padding:50px 15px;
}

#mn-home {
	display: none;
}

.ie7 #mainnav a, .ie8 #mainnav a {
	padding
}

#mainnav a:hover {
	background: url(/sitefiles/1401/images/mainnav-hover.png) repeat-x 0 bottom transparent;
	color: #706B67;
	text-decoration: none;
}

#mainnav a.current {
	color: #706B67;
}

/* @end */

/* @group SUB NAV */

#subnavWrapper {
	margin-bottom:40px;
}

#subnavWrapper p {
	display: none;
}#subnavWrapper h2,#subnavWrapper h2 a {
	font-size: 16px;
	color: #FCD763;
	text-decoration: none;
	margin: 6px;
}

#subnav {
	border-top:1px solid #A1000F;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#subnav li {
	background:none repeat scroll 0 0 transparent;
	border-bottom:1px solid #A1000F;
	margin:0;
	padding:0;
}

#subnav a {
	color:#FFFFFF;
	display:block;
	font-size: 13px;
	padding:10px 14px;
}

#subnav a:hover {
	text-decoration: none;
	background-color: #A1000D;
}

#subnav a.current {
	display: block;
}

/* @end */

/* @group HEADER */

#header-wrapper {
	width: 100%;
	float: left;
	text-align: left;
	background-color: #F8F6F1;
}

#header {
	margin: 0px auto;
	padding: 0px;
	width: 878px;
	height: 130px;
	position: relative;
}

.logo {
	float:left;
	height:58px;
	left:0;
	overflow:hidden;
	position:absolute;
	top:34px;
	width:200px;
}

.logo a {
	background:url("/SiteFiles/1401/Images/logo.png") no-repeat scroll 0 0 transparent;
	display:block;
	height:58px;
	overflow:hidden;
	text-indent:-9999px;
	font-size: 0;
	line-height: 0;
	width:200px;
}

/* @end */

/* @group CONTENT */

#content-wrapper {
	background: url(/sitefiles/1401/images/bkgd-content-area.png) no-repeat center top transparent;
	width: 100%;
	float: left;
	text-align: left;
	min-height: 477px;
}
#content {
	margin: 0px auto;
	padding: 0px;
	width: 878px;
}
#def-content {
	background:url("/sitefiles/1401/images/sidebar-bkgd.jpg") repeat-x scroll 0 0 #8E260D;
	margin:0 auto;
	padding:0;
	width:878px;
}
#content-left {
	float:left;
	height:477px;
	overflow:hidden;
	width:643px;
}
/* @group Slider */

#slider-wrapper {	background-color:#324C6B;
	float:left;
	height:477px;
	width:643px;
	position: relative;}
#panel-overlay {
	background:url("/sitefiles/1401/images/panel-overlay.png") no-repeat scroll 0 0 transparent;
	height:352px;
	left:0;
	position:absolute;
	top:0;
	width:643px;
	z-index:1000;
}

/* @end */
#def-content-left {
	background-color:#FFFFFF;
	float:left;
	min-height:477px;
	overflow:hidden;
	width:648px;
}
#default-content {
	padding: 40px;
}
#content-right {
	background:url("/sitefiles/1401/images/sidebar-bkgd.jpg") repeat-x scroll 0 0 #8E260D;
	float:right;
	height:477px;
	width:230px;
}
#def-content-right {
	float:right;
	min-height:477px;
	width:230px;
}
#donate {
	width: 230px;
	height: 99px;
	background: url(/sitefiles/1401/images/sidebar-bkgd-top.jpg) no-repeat 0 0 transparent;
	position: relative;
}
#donate a {
	width: 161px;
	height: 25px;
	background: url(/sitefiles/1401/images/donate.png) no-repeat 0 0 transparent;
	position: absolute;
	top: 0;
	right: 0;
	overflow:hidden;
	text-indent:-9999px;
	font-size: 0;
	line-height: 0;
}

/* @end */

/* @group FOOTER */

#footer-wrapper {
	width: 100%;
	float: left;
	text-align: left;
}

.ie8 #aspnetForm {
	background: url(/sitefiles/1401/images/bkgd-main.png) no-repeat center bottom #F8F6F1;
}

#footer {
	margin: 6px auto 0;
	padding: 0px;
	width: 878px;
}
#footer-top {
	background: url(/sitefiles/1401/images/footer-top-bkgd.gif) repeat-x center top #484A34;
	margin: 0px auto;
	padding: 0px;
	width: 878px;
	height: 44px;
	border-bottom: 1px solid #8D8F78;
}
#recent-news {
	float:left;
	height:44px;
	width:644px;
}
.recent-news-wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.recent-news-wrapper li {
	background:url("/sitefiles/1401/images/this-just-in.png") no-repeat scroll 0 5px transparent;
	margin-left:20px;
	margin-top:11px;
	padding-left:75px;
}
.recent-news-wrapper li a {
	color:#FFFFFF;
	font-family:georgia;
	font-size:14px;
	font-style:italic;
	letter-spacing:-0.5px;
}
.recent-news-wrapper li span {
	color: #99997C;
}
p.recent-news-view-link {
	display: none;
}
#social {
	float:right;
	height:30px;
	padding:14px 20px 0 0;
}
#footer-bottom {
	background:url("/sitefiles/1401/images/footer-bottom-bkgd.png") repeat-x scroll center bottom #484A34;
	height:77px;
}
#footer-bottom-left {
	float:left;
	padding:30px;
}
#footer-bottom-right {
	float:right;
	height:67px;
	padding:10px 0 0;
}
ul#utility-links {
	list-style:none outside none;
	margin:0;
	padding:0;
	width:610px;
}
#utility-links li {
	float:left;
	width:152px;
}
#utility-links li a {
	font-size: 12px;
	color: #99997C;
}
#footer-corners {
	background:url("/sitefiles/1401/images/footer-bottom-corners.png") no-repeat scroll center top transparent;
	height:18px;
	margin:0 auto;
	padding:0;
	width:878px;
}
#bottom {
	text-align:	center;
	margin: 0px auto 300px;
	padding: 0px;
	width: 878px;
}
#bottom img {
	margin: 20px 0;
}
#bottom address, #bottom a {
	font-family: georgia, times, "times new roman", serif;
	font-size: 12px;
	color: #76756A;
}


/* @end */

/* @group BREADCRUMBS */

#breadcrumbs {
	margin-bottom:20px;
	text-align:left;
	width:100%;
}

#breadcrumbs ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#breadcrumbs li {
	padding: 0px 10px 0px 0px;
	float: left;
	background: none;
	display: inline;
}

#breadcrumbs a {
	background:url("/SiteFiles/1401/Images/breadcrumb.gif") no-repeat scroll 0.2em 50% transparent;
	color:#999999;
	padding-left:18px;
}

#breadcrumbs a:hover {
	background: url(/SiteFiles/1401/Images/breadcrumb.gif) no-repeat 0.2em;
	padding-left: 18px;
}

#breadcrumbs a.first {
	background: none !important;
	padding-left: 0px !important;
}

#breadcrumbs a.first:hover {
	background: none !important;
	padding-left: 0px !important;
}

#breadcrumbs a.current {
	background: url(/SiteFiles/1401/Images/breadcrumb.gif) no-repeat 0.2em;
	color:#C49600;
	padding-left: 18px;
}

/* @end */

/* @group UPCOMING EVENTS WIDGET */

.upcoming-events-wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.upcoming-events-wrapper li {
	border-bottom:1px solid #9E1B13;
	height:36px;
	margin:0;
	padding:14px;
	position:relative;
}
.upcoming-events-wrapper li:hover {
	background-color: #AE000C;
}
.upcoming-events-wrapper li p {
	margin: 0;
	position:absolute;
}
p.upcoming-events-name {
	
}
p.upcoming-events-date, span.upcoming-events-date {
	color: #F5D966;
	font-size:12px;
	top:30px;
}
span.upcoming-events-weekday,
span.upcoming-events-time {
	display: none;
}
.upcoming-events-name a {
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
}

#view-calendar-link {
	background-color:#A81507;
	border-bottom:1px solid #9E1B13;
	color:#FFFFFF;
	display:block;
	font-size:11px;
	font-weight:bold;
	padding:5px 15px;
}

#view-calendar-link:hover {
	background-color: #A1000D;
	text-decoration: none;
}

.def-upcoming-events .upcoming-events-wrapper ul {
	border-top: 1px solid #7b230e;
}
.def-upcoming-events .upcoming-events-wrapper li {
	border-bottom:none;
}

/* @end */

.weekend  {
	background-color:#F8F6F1;
}
.today {
	background-color:#F5D966;
}
.news-archive-entry-date  {
	color:#999999;
}



/* @end */
