@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;}

/* @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: #FFFFFF;
}

img, div {behavior: url(/SiteFiles/1438/Scripts/iepngfix.htc);} /* Add other elements using png's as needed */

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: #e6e6e6;
	background-color: #e6e6e6;
	height: 2px;
	line-height: 2px;
	margin: 20px 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: 19px;
	color: #666666;
}

strong, b {font-weight: bold;}

p {margin-bottom: 18px;}

a:link, a:visited, a:active {
	color: #de1800;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;	
}

a:focus {outline: none;} /* Removes a outline in Firefox  */

h1 {
	font-size: 24px;
	line-height: 28px;
	color: #2348a6;
	font-weight: bold;
	margin-bottom: 18px;
}

h2 {
	font-size: 20px;
	line-height: 24px;
	color: #b3b3b3;
	margin-bottom: 18px;
}

h3 {
	font-size: 16px;
	line-height: 20px;
	color: #4d4d4d;
	font-weight: bold;
}

h4 {
	font-size: 11px;
	line-height: 16px;
	color: #999999;
	font-weight: bold;
	text-transform: uppercase;
}

h5 {
	font-size: 11px;
	line-height: 16px;
	color: #999999;
	font-weight: bold;
}
h6 {
	font-size: 11px;
	line-height: 16px;
	color: #999999;
}

/* @end */

/* @group SEARCH */ /* Uses image-driven field and button styles  */

#search {
	position: absolute;
	top: 8px;
	right: 0px;
	width: 230px;
	padding: 10px;
	background: #1c4694;
}

.searchField {
	float: left;
	width: 180px;
	height: 11px;
	padding: 6px 0px 6px 8px;
	background: #fff;
	outline: none;
	border: none;
	margin: 0px 5px 0px 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #999999;
}

.searchButton {
	float: left;
	width: 37px;
	height: 23px;
	font-size: 0px;
	line-height: 0px;
	text-indent: -1000px;
	background: url(/SiteFiles/1438/Images/search-button.gif) no-repeat;
	outline: none;
	border: none;
	cursor: pointer;
}

/* @end */

/* @group SIGNUP */ /* Uses image-driven field and button styles  */

.signupPanel {
	float: left;
	width: auto;
	margin: 0px 0px 0px 14px;
}
.signupField {
	float: left;
	width: 180px;
	height: 11px;
	padding: 6px 0px 6px 8px;
	background: #fff;
	outline: none;
	border: none;
	margin: 0px 5px 0px 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #999999;
}
.signupButton {
	float: left;
	width: 64px;
	height: 23px;
	font-size: 0px;
	line-height: 0px;
	text-indent: -1000px;
	background: url(/SiteFiles/1438/Images/signup-button.gif) no-repeat;
	outline: none;
	border: none;
	cursor: pointer;
}

/* @end */

/* @group SUB NAV */

#subnav-wrapper {
	width: 285px;
	float: left;
}
#subnav-wrapper p {
	display: none;
}
#subnav-wrapper h2 {
	width: 253px;
	height: 47px;
	background: url(/SiteFiles/1438/Images/subnav-h2-bg.png) no-repeat;
	behavior: url(/SiteFiles/1438/Scripts/iepngfix.htc);
	padding: 22px 0px 0px 32px;
	margin-bottom: 10px;
}
#subnav-wrapper h2 a {
	font-size: 16px;
	color: #4d4d4d;
	font-weight: bold;
	text-decoration: none;
}
#subnav-wrapper h2 a:hover {
	text-decoration: none;
}
#subnav {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#subnav li {
	padding: 0px;
	margin: 0px;
	width: 245px;
	background: none;
}
#subnav a {
	font-size: 14px;
	color: #666;
	display: block;
	padding: 0px 0px 20px 32px;
}
#subnav a:hover {
	color: #333;
	text-decoration: none;
}
#subnav a.current {
	color: #333;
}
#subnav a.last {
	padding: 0px 0px 0px 32px;
}

/* @end */

/* @group HEADER */

#header-wrapper {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	background: url(/SiteFiles/1438/Images/header-bg.png) repeat;
	behavior: url(/SiteFiles/1438/Scripts/iepngfix.htc);
	z-index: 2;
}
#header {
	margin: 0px auto;
	padding: 0px;
	width: 940px;
	height: 121px;
	position: relative;
}

.logo {
	position:absolute;
	top: 26px;
	left: 0px;
	width: 301px;
	height: 76px;
	overflow: hidden;
}

.logo a {
	width: 301px;
	height: 76px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	background: url(/SiteFiles/1438/Images/logo.png) no-repeat;
	behavior: url(/SiteFiles/1438/Scripts/iepngfix.htc);
}
#header-links {
	position: absolute;
	top: 20px;
	right: 268px;
	width: auto;
}
#header-links a {
	font-size: 10px;
	line-height: 16px;
	color: #f9db30;
	font-weight: bold;
	margin: 0px 0px 0px 14px;
}
#header-links a:hover {
	color: #fff;
	text-decoration: none;
}

/* @end */

/* @group TOP */

#top-wrapper {
	width: 100%;
	float: left;
	height: 456px;
	background: url(/SiteFiles/1438/Images/header-bg.png) repeat;
	behavior: url(/SiteFiles/1438/Scripts/iepngfix.htc);
	position:relative;
	overflow: hidden;
	z-index: 0!important;
}
.scrollable {
	margin: 0px auto;
	position:relative;
	z-index: 0!important;
}
.a-giveonline {
	position:fixed;
	top: 122px;
	right: 0px;
	width: 60px;
	height: 154px;
	overflow: hidden;
	z-index: 3;
}
.a-giveonline a {
	width: 60px;
	height: 154px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	background: url(/SiteFiles/1438/Images/a-giveonline.png) no-repeat;
	behavior: url(/SiteFiles/1438/Scripts/iepngfix.htc);
}
.a-giveonlineOn {
	position:fixed;
	top: 122px;
	right: 0px;
	width: 70px;
	height: 154px;
	overflow: hidden;
	z-index: 3;
}
.a-giveonlineOn a {
	width: 70px;
	height: 154px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	background: url(/SiteFiles/1438/Images/a-giveonlineOn.png) no-repeat;
	behavior: url(/SiteFiles/1438/Scripts/iepngfix.htc);
}

/* @end */

/* @group CONTENT */

#content-wrapper {
	width: 100%;
	float: left;
	text-align: left;
	background: url(/SiteFiles/1438/Images/content-bg.gif) repeat-x;
}
#content {
	margin: 0px auto;
	padding: 40px;
	width: 900px;
	background: #fff;
}
.feature {
	float: left;
	width: 212px;
	background: #ebebeb;
	cursor: pointer;
}
.feature:hover {
	background: #f9db30;
}

.feature p {
	width: 184px;
	padding: 14px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 16px;
	color: #4d4d4d;
	font-weight: bold;
}
#content .margin {
	margin: 0px 17px;	
}
#content-right {
	float: right;
	width: 212px;
}
#content-right h3 {
	color: #2348a6;
	margin-bottom: 10px;
}
#content-right p {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 0;
}

/* @end */

/* @group UTILITY */

#utility-wrapper {
	width: 100%;
	float: left;
	text-align: left;
	padding: 0px 0px 20px;
}
#utility {
	margin: 0px auto;
	padding: 10px;
	width: 920px;
	background: #e6e6e6;
}
#utility h4 {
	float: left;
	display: inline;
	padding: 4px 0px 0px;
}
#utility-left {
	width: 500px;
	float: left;
	padding: 10px;
}
#utility-right {
	width: auto;
	float: right;
	background: #d9d9d9;
	padding: 10px 14px;
}
#utility-right img {
	vertical-align: middle;
}

/* @end */

/* @group FOOTER */

#footer-wrapper {
	width: 100%;
	float: left;
	text-align: left;
	background: #cccccc;
}
#footer-top {
	margin: 0px auto;
	padding: 40px;
	width: 900px;
	background: #b7b7b7;
}
#footer-top h3 {
	color: #fff;
	margin-bottom: 18px;
}
#footer-top p, #footer-top a {
	color: #fff;
}
#footer-top-left {
	float:left;
	width: 328px;
}
#footer-top-right {
	float:right;
	width: 440px;
}
#footer-bottom {
	margin: 0px auto;
	padding: 26px 0px;
	width: 980px;
}
#footer-bottom p, #footer-bottom a {
	font-size: 11px;
	line-height: 16px;
	color: #999999;
	margin-bottom: 0;
}
#footer-bottom-left {
	float:left;
	width: 328px;
}
#footer-bottom-right {
	float:right;
	width:552px;
}
#footer-bottom-right p {
	float: left;
}
.a-option {
	float: left;
	width: 190px;
	height: 40px;
	overflow: hidden;
	margin: 3px 19px 0px 16px;
}
.a-option a {
	width: 190px;
	height: 40px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	background: url(/SiteFiles/1438/Images/a-option.gif) no-repeat 0px 0px;
}
.a-option a:hover {
	background: url(/SiteFiles/1438/Images/a-option.gif) no-repeat 0px -40px;
}
.a-subsidium {
	float: left;
	width: 109px;
	height: 46px;
	overflow: hidden;
	margin: 0px 19px 0px 0px;
}
.a-subsidium a {
	width: 109px;
	height: 46px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	background: url(/SiteFiles/1438/Images/a-subsidium.gif) no-repeat 0px 0px;
}
.a-subsidium a:hover {
	background: url(/SiteFiles/1438/Images/a-subsidium.gif) no-repeat 0px -46px;
}
.a-unitedway {
	float: left;
	width: 108px;
	height: 46px;
	overflow: hidden;
}
.a-unitedway a {
	width: 108px;
	height: 46px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	background: url(/SiteFiles/1438/Images/a-unitedway.gif) no-repeat 0px 0px;
}
.a-unitedway a:hover {
	background: url(/SiteFiles/1438/Images/a-unitedway.gif) no-repeat 0px -46px;
}


/* @end */

/* @group EVENT WIDGET */

.upcoming-events-wrapper ul {
	margin: 0px;
	padding: 0px;
	background: none;
	overflow: hidden;
}
.upcoming-events-wrapper li {
	float: left;
	width: 190px;
	margin: 0px 30px 0px 0px;
	padding: 0px;
	list-style: none;
}
.upcoming-events-wrapper p {
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	margin-bottom: 0px;
}
p.upcoming-events-date {
	float: left;
	background: #fff;
	margin: 0px 0px 12px;
	padding: 2px 8px;
	overflow: hidden;
}
.upcoming-events-month, span.upcoming-events-date  {
	font-size: 11px;
	line-height: 16px;
	color: #999999;
	font-weight: bold;
	text-transform: uppercase;
}
p.upcoming-events-name {
	width: 200px;
	float: left;
}
.upcoming-events-name a {
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	font-weight: bold;
}
.upcoming-events-weekday, .upcoming-events-time,
p.upcoming-events-location {
	display: none;
}
p.upcoming-events-description {
	width: 200px;
	float: left;
}

/* @end */

/* @group DEFAULT */

#d-top-wrapper {
	width: 100%;
	float: left;
	height: 275px;
	background: url(/SiteFiles/1438/Images/header-bg.png) repeat;
	behavior: url(/SiteFiles/1438/Scripts/iepngfix.htc);
	position:relative;
	overflow: hidden;
	z-index: 0!important;
}
#d-content {
	margin: 0px auto;
	padding: 40px 0px 40px 40px;
	width: 940px;
	background: #fff;
}
#d-content-left {
	margin: 0px;
	padding: 0px;
	width: 657px;
	float: left;
}
#d-content-right {
	margin: 0px -10px 0px 8px;
	padding: 0px;
	width: 285px;
	float: right;
}
#page-right {
	margin: 0px;
	padding: 0px 40px 0px 32px;
	width: 203px;
	float: left;
}
#page-right h3 {
	margin-bottom: 18px;
}
#twitter-feed {
	margin: 0px 0px 20px;
	padding: 0px;
	width: 203px;
	float: left;
}
#twitter-feed ul, #twitter-feed li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: none;
}


span.rss-item-date {
	color:#DE1800;
}

a.rss-item-title {
	color:#666666 !important;
}
