* { margin: 0; padding: 0; border: none; }

body {
	background: #0d1580;
	color: #333;
	font: normal 13px/1.5em Arial, Helvetica, sans-serif;
}

.clear {
	clear: both;	
}

.main_contain {
	background: #fff url(../images/bg.png) repeat-x top left;
	width: 100%;
}

.content_area {
	width: 940px;
	margin: 10px auto 0 auto;
	background: #fff;
	padding: 5px;
}

.header {
	width: 940px;
	height: 141px;
	background: #0b147c url(../images/header-bg.png) repeat-x top left;
}

	.header_left {
		float: left;
		width: 503px;
	}
	
	.header_right {
		float: right;
		margin: 68px 10px 0 0;
	}
	
.logo {
	margin: 20px 0 0 20px;	
}

.gav {
	margin: 4px 0 0 20px;	
}
.gav ul {
	list-style: none;
}
.gav li {
	float: left;
	margin-right: 9px;
}
.gav a * {
	display: none;
}
.gav a, .gav a .hover {
	height: 49px;
	display: block;
	background: url('../images/nav.png') no-repeat 0 0;
	cursor: pointer;
}
/* individual navigation items - start */
.gav a.give {
	background-position: 0 0;
	width: 142px;
}
.gav .highlight a.give:hover, .gav a.give .hover {
	background-position: 0 -49px;
}
.gav a.advocate {
	background-position: -151px 0;
	width: 142px;
}
.gav .highlight a.advocate:hover, .gav a.advocate .hover {
	background-position: -151px -49px;
}
.gav a.volunteer {
	background-position: -302px 0;
	width: 142px;
}
.gav .highlight a.volunteer:hover, .gav a.volunteer .hover {
	background-position: -302px -49px;
}
/* individual navigation items - end */


.home_bluebox {
	background: #0b147c;
	padding: 5px;
}

	.home_bluebox_left {
		float: left;
	}

	.home_bluebox_right {
		float: right;
	}
	
.home_copyarea {
	padding: 15px 5px 5px 5px;	
}

	.home_copyarea_left {
		float: left;
		width: 610px;
	}
	
	.home_copyarea_right {
		float: right;
		width: 305px;
		font-size: 11px;
	}
	
	.home_copyarea_right h3 {
		color: #798ec8;
		font: bold 14px/1em Arial, Helvetica, sans-serif;
		text-transform:uppercase;
	}
	
	.home_copyarea_right h4 {
		font: bold 11px Arial, Helvetica, sans-serif;
		color: #333;
	}
	
.inside_copyarea {
	padding: 20px 20px 5px 20px;	
	border-top: 3px solid #0056a7;
}

	.inside_copyarea_left {
		float: left;
		width: 200px;
		padding-right: 40px;
	}
		
		.inside_copyarea_left ul {
			list-style: none;	
			margin-bottom: 10px;
		}
		
		.inside_copyarea_left ul li a {
			display: block;
			color: #0d1580;
			padding: 10px 0;
			border-bottom: 1px solid #0d1580;
			text-decoration: none;
			font: bold 16px/1em Arial, Helvetica, sans-serif;
		}

		.inside_copyarea_left ul li a:hover {
			color: #fc9600;	
		}
		
		.donate_box {
			background: #f91f07;
			color: #fff;
			padding: 10px 10px 5px 10px;
		}
		
		.donate_box a, 
		.donate_box a:hover, 
		.enewsletter_box a, 
		.enewsletter_box a:hover {
			color: #fff;
			font-weight: bold;
		}		
		
		.enewsletter_box {
			background: #fc9600;
			color: #fff;
			padding: 10px 10px 5px 10px;
			margin: 10px 0px;
		}
		
		.photo_gal p {
			float: left;
			margin: 0 20px 20px 0;
		}
		
		.photo_gal img {
			border: 1px solid #000;
		}
		
	.inside_copyarea_center {
		float: left;
		width: 500px;
	}
	
		.inside_copyarea_center ul {
			margin: 0 0 10px 0;	
			list-style: none;
		}
		
		.inside_copyarea_center ul li {
			padding: 0 0 0 20px;
			background: url(../images/arrow.png) no-repeat 0 5px;
		}
		

	
	.inside_copyarea_right {
		float: right;
		width: 120px;
	}

.sub {
	margin: 10px 0 5px 0;	
}
	
.sub_gav {
	float: left;
}

	.sub_gav ul {
		list-style: none;
	}
	
	.sub_gav ul li {
		display: inline;
		float: left;
		margin-right: 10px;
	}
	
	.sub_gav ul li a {
		color: #fff;
		font: bold 11px/1em Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		text-decoration:none;
		display: block;
		padding: 5px 10px;
		width: 73px;
	}
	
	.sub_gav ul li a:hover {
		color: #fff;	
	}
	
	.sub_gav ul li a.subgive{
		background: #fc9600;
	}
	
	.sub_gav ul li a.subgive:hover {
		background: #ffba00;	
	}
	
	.sub_gav ul li a.subadvocate{
		background: #f91f07;
	}
	
	.sub_gav ul li a.subadvocate:hover {
		background: #fd5f03;
	}
	
	.sub_gav ul li a.subvolunteer{
		background: #7b80b8;
	}
	.sub_gav ul li a.subvolunteer:hover {
		background: #90aae4;
	}

.sub_nav {
	float: right;	
}

	.sub_nav ul {
		list-style: none;	
	}
	
	.sub_nav ul li {
		display: inline;
		float: left;
		margin-left: 10px;
	}
	
	.sub_nav ul li a {
		color: #0d1580;
		font: normal 11px/1em Arial, Helvetica, sans-serif;
		text-decoration:none;
		display: block;
		padding: 5px;
	}
	
	.sub_nav ul li a:hover {
		color: #f91f07;	
	}
	
.footer {
	margin: 5px auto 10px auto;
	width: 940px;
	background: #fff url(../images/footer-bg.png) repeat-x top left;
}

.footer_bggirl {
	background: url(../images/footer-girl.png) no-repeat top center;
	width: 900px;
	height: 60px;
	padding: 15px 20px;
}

.footer_left_col {
	float: left;
	margin-right: 20px;
}

.footer_right_col {
	float: right;
	text-align: right;
	font: 11px Arial, Helvetica, sans-serif;
}
.footer_right_col img {
	margin-bottom: 7px;
}

a, .mceContentBody a {
	color: #d72b00;
}

 a:hover, .mceContentBody a:hover {
	color: #fc9600;	
}

a.orangelink, .mceContentBody a.orangelink {
	color: #fc9600 !important;
	font: bold 13px Arial, Helvetica, sans-serif;
	text-decoration:none !important;
}

a.orangelink:hover, .mceContentBody a.orangelink:hover {
	color: #e68900 !important;	
	text-decoration: underline !important;
}

a.bluelink, .mceContentBody a.bluelink {
	color: #0056a7 !important;	
	text-decoration:none !important;
}

a.bluelink:hover, .mceContentBody a.bluelink:hover {
	color: #000 !important;	
}

/* CMS Styles */

body.mceContentBody{
    background-color: #ffffff;
	color: #333;
	font: normal 13px/1.5em Arial, Helvetica, sans-serif !important;
	padding: 15px 5px 5px 5px;
}

body.mceContentBody td{
    background-color: #ffffff;
	color: #333;
	font: normal 13px Arial, Helvetica, sans-serif !important;
	padding: 15px 5px 5px 5px;
}
	
	.mceContentBody td h3 {
		color: #333333 !important;
		font: bold 14px Arial, Helvetica, sans-serif !important;
		text-transform:none;
	}
	
	.mceContentBody h3 {
		color: #798ec8 !important;
		font: bold 14px/1em Arial, Helvetica, sans-serif !important;
		text-transform:uppercase;
	}
	
	.mceContentBody h4 {
		font: bold 11px Arial, Helvetica, sans-serif !important;
		color: #333 !important;
	}
	
	.mceContentBody h4 ~ p {
			font: normal 11px Arial, Helvetica, sans-serif !important;
		}
	
		.mceContentBody h4 ~ p > a {
			font: normal 11px Arial, Helvetica, sans-serif !important;
		}
		
		.mceContentBody p + p > a {
			font: bold 13px Arial, Helvetica, sans-serif !important;
		}


/* End CMS Styles */

hr {
	height: 1px;
	color: #9999cc;
	background: #9999cc;
	margin: 0 0 10px 0;
}

p, h1, h2 {
	margin-bottom: 10px;	
}

blockquote {
	font: normal 18px/1.25em Arial, Helvetica, sans-serif;
	color: #7b80b8;
}

.padding-bottom {
	margin-bottom: 10px;	
}

.strongblue {
	color: #1d69b1;
	font-size: 18px;
}

a.donatelink {
	padding-left:5px; 
	padding-right:5px;
	padding-bottom:5px;
	padding-top:5px;
	background-color: #fc9600 !important;
	color: #fff;
	font-weight: bold;
	text-decoration:none;
	text-align:center
	display: inline;
	/*width:250px;*/
}

a.donatelink:hover {
	padding-left:5px; 
	padding-right:5px;
	padding-bottom:5px;
	padding-top:5px;
	background-color: #f91f07 !important;
}

img.imageright {
	float: right;
	margin: 0 0 20px 20px;
}

img.imageleft {
	float: left;
	margin: 0 20px 20px 0;
}


/* PDF document links */
.inside_copyarea_center a[href$='.pdf'] {
background:transparent url(../images/icons/acrobat.png) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:16px;
}
 
/* Excel Documents links */
.inside_copyarea_center a[href$='.xls'], .inside_copyarea_center a[href$='.csv'], .inside_copyarea_center a[href$='.xlw'], .inside_copyarea_center a[href$='.xlt'] {
background:transparent url(../images/icons/excel.png) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:16px;
}
 
/* Word Document Links */
.inside_copyarea_center a[href$='.doc'], .inside_copyarea_center a[href$='.rtf'], .inside_copyarea_center a[href$='.wps'], .inside_copyarea_center a[href$='.txt'] {
background:transparent url(../images/icons/word.png) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:16px;
}

/* menu from from http://www.leigeber.com/2008/11/drop-down-menu/ */

ul.menu {
	list-style:none;
	position:relative;
	z-index:4;
}
ul.menu a {
	display:block;
	color:#000;
	text-decoration:none;
}
ul.menu li {
	position:relative;
	float:left;
	margin-right:2px;
}
ul.menu ul {
	position:absolute;
	top:34px;
	left:8px;
	display:none;
	opacity:0;
	list-style:none;
}
ul.menu ul li {
	position:relative;
	margin:0;
}
ul.menu ul li a {
	display:block;
	background:#f91f07; 
	color:#fff;
	filter:alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.95;
	line-height:1em;
	font-size: 12px;
	font-weight: bold;
	padding:10px;
	width:170px;
	text-transform:uppercase;
	border-bottom: 1px solid #fff;
}
ul.menu ul li a:hover {
	color:#fff; background:#7b80b8;
}
ul.menu ul ul {
	left:170px;
	top:-1px;
}
ul.menu .menulink {
	color: #0056a7;
	font: bold 14px/1em Arial, Helvetica, sans-serif;
	display: block;
	padding: 10px 18px;
	text-decoration:none;
	text-transform:uppercase;
}
ul.menu .menulink:hover, ul.menu .menuhover {
	color: #f91f07;	
}



.gav_float {
	float: left;	
	margin-right: 7px;
}


.gav_float * {
	display: none;
}

.gav_float p {
	display: block;
	background: url(../images/headers/gav.png) no-repeat 0 0;
	height: 42px;
	cursor: pointer;
}
	
	p.gav_give_give {
		background-position: 0 0;	
		width: 116px;
	}
	p.gav_give_adv {
		background-position: -134px 0;	
		width: 137px;
	}
	p.gav_give_vol {
		background-position: -280px 0;	
		width: 152px;
	}
	
	p.gav_adv_give {
		background-position: 0 -42px;	
		width: 62px;
	}
	p.gav_adv_adv {
		background-position: -72px -42px;	
		width: 253px;
	}
	p.gav_adv_vol {
		background-position: -343px -42px;	
		width: 152px;
	}
	
	p.gav_vol_give {
		background-position: 0 -84px;	
		width: 62px;
	}
	p.gav_vol_adv {
		background-position: -72px -84px;	
		width: 135px;
	}
	p.gav_vol_vol {
		background-position: -218px -84px;	
		width: 282px;
	}



h1 *, h2 * {
	display: none;
}

h1 {
	background: url(../images/headers/h1.png) no-repeat;	
	height: 26px;
	width: 500px;
	display: block;
}

h1.h1yourunitedway {
	background-position: 0 0;
}
h1.h1aboutyourunitedway {
	background-position: 0 -26px;
}
h1.h1history {
	background-position: 0 -52px;
}
h1.h1boardofdirectors {
	background-position: 0 -78px;
}
h1.h1financials {
	background-position: 0 -104px;
}
h1.h1faqs {
	background-position: 0 -130px;
}
h1.h1impactingcommunity {
	background-position: 0 -156px;
}
h1.h1education {
	background-position: 0 -182px;
}
h1.h1income {
	background-position: 0 -208px;
}
h1.h1health {
	background-position: 0 -234px;
}
h1.h1partners {
	background-position: 0 -260px;
}
h1.h1unitedway211 {
	background-position: 0 -286px;
}
h1.h1agencieswesupport {
	background-position: 0 -312px;
}
h1.h1events {
	background-position: 0 -338px;
}
h1.h1onlinecalendar {
	background-position: 0 -364px;
}
h1.h1lettercarrier {
	background-position: 0 -390px;
}
h1.h1dayofcaring {
	background-position: 0 -416px;
}
h1.h1compaignkickoff {
	background-position: 0 -442px;
}
h1.h1campaigncentral {
	background-position: 0 -468px;
}
h1.h1overview {
	background-position: 0 -494px;
}
h1.h110reasonstogive {
	background-position: 0 -520px;
}
h1.h1successstories {
	background-position: 0 -546px;
}
h1.h1contactus {
	background-position: 0 -572px;
}
h1.h1enewsletters {
	background-position: 0 -598px;
}
h1.h1donate {
	background-position: 0 -624px;
}
h1.h1imaginationlibrary {
	background-position: 0 -650px;
}




h2 {
	background: url(../images/headers/h2.png) no-repeat top left;	
	height: 17px;
	width: 200px;
	display: block;
}

h2.h2yourunitedway {
	background-position: 0 0;
}
h2.h2impactingcommunity {
	background-position: 0 -17px;
	height: 41px; !important
}
h2.h2partners {
	background-position: 0 -58px;
}
h2.h2events {
	background-position: 0 -75px;
}
h2.h2campaigncentral {
	background-position: 0 -92px;
}
h2.h2donate {
	background-position: 0 -109px;
	width: 180px; !important
}
h2.h2enewsletter {
	background-position: 0 -126px;
	width: 180px; !important
}
h2.h2welcome {
	background-position: 0 -143px;
}
h2.h2whatsnew {
	background-position: 0 -160px;
}

#fadeshow1 {
	float: left;
	position:relative;
	z-index:2;
}