@import "common.css";

#bodyBgTop {
	width: 960px;
	height: 4px;
	background: url(../images/home/body_bg_top.gif);
}

#bodyWrapper {
	background: url(../images/home/body_bg.gif);
}

#bodyWrapper .leftCol {
	width: 203px;
	padding: 25px 0 20px 20px;
	vertical-align: top;
}

#leftColNav {
	list-style-type: none;
	margin: 0;
	padding: 20px 0 58px 0;
}

#leftColNav li {
	margin: 0;
	padding: 0 0 15px 0;
}

#bodyWrapper .midCol {
	/* width: 273px; */
	padding: 27px 71px 0 45px;
	vertical-align: top;
	line-height: 18px;
}

#bodyWrapper .rightCol {
	width: 246px;
	vertical-align: top;
	padding: 29px 30px 20px 0;
}

#reducepoverty a {
	display: block;
	height: 12px;
	background: url(../images/home/left_col_reduce_poverty.gif) 0 0 no-repeat;
	background-position: 0px 0px;
	position: relative;
}

#reducepoverty a:hover {
	display: block;
	height: 12px;
	background: url(../images/home/left_col_reduce_poverty.gif) 0 0 no-repeat;
	background-position: 0px -12px;
	position: relative;
}

#reducepoverty span {
	display: none;
}

#increasegradrates a {
	display: block;
	height: 13px;
	background: url(../images/home/left_col_increase_grad_rates.gif) 0 0 no-repeat;
	background-position: 0px 0px;
	position: relative;
}

#increasegradrates a:hover {
	display: block;
	height: 13px;
	background: url(../images/home/left_col_increase_grad_rates.gif) 0 0 no-repeat;
	background-position: 0px -13px;
	position: relative;
}

#increasegradrates span {
	display: none;
}

#strengthencommunities a {
	display: block;
	height: 13px;
	background: url(../images/home/left_col_strengthen_communities.gif) 0 0 no-repeat;
	background-position: 0px 0px;
	position: relative;
}

#strengthencommunities a:hover {
	display: block;
	height: 13px;
	background: url(../images/home/left_col_strengthen_communities.gif) 0 0 no-repeat;
	background-position: 0px -13px;
	position: relative;
}

#strengthencommunities span {
	display: none;
}

#buildpartnerships a {
	display: block;
	height: 12px;
	background: url(../images/home/left_col_build_partnerships.gif) 0 0 no-repeat;
	background-position: 0px 0px;
	position: relative;
}

#buildpartnerships a:hover {
	display: block;
	height: 12px;
	background: url(../images/home/left_col_build_partnerships.gif) 0 0 no-repeat;
	background-position: 0px -12px;
	position: relative;
}

#buildpartnerships span {
	display: none;
}

#socialLinks {
	color: #8f8d54;
	font-size: 9px;
	font-weight: bold;
	margin-top: 20px;
}

#socialLinks img {
	padding: 0 5px;
}

.wrfPost a.titleLink {
	color: #8f8d54;
	text-decoration: none;
	font-weight: bold;
}

.wrfPost a.titleLink:hover {
	text-decoration: underline;
}

.wrfPost a.moreLink {
	color: #8f8d54;
	font-size: 8px;
	text-decoration: none;
	font-weight: bold;
}

.wrfPost a.moreLink:hover {
	text-decoration: underline;
}

#wrfPostWrapper {
	margin-top: 16px;
	margin-bottom: 14px;
}

#specialAnnouncementsWrapper {
	margin-top: 16px;
}

a:link {
	color: #d28119;
	text-decoration: underline;
}

a:visited {
	color: #d28119;
	text-decoration: underline;
}

a:hover {
	color: #81b1bf;
	text-decoration: none;
}

h2 {
	color: #8f8d54;
	font-size: 13px;
	font-family: helvetica;
	text-transform: uppercase;
	letter-spacing: -0.03em;
}

.rightCol h3 {
	color: #5293c2;
	font-size: 13px;
	font-family: helvetica;
	text-transform: uppercase;
	display: inline;
	letter-spacing: -0.03em;
	margin: 0px;
	padding: 0px;
}

div.dynamicLinksArea {
	padding: 0px 0px 30px 0px;
	color: #5293c2;
	font-size: 13px;
	font-weight: bold;
	line-height: 170%;
	letter-spacing: -0.03em;
	font-family: helvetica;
	text-transform: uppercase;
}

div.dynamicLinksArea a:link, div.dynamicLinksArea a:visited, div.dynamicLinksArea a:active {
	text-decoration: none;
	color: #fa9d33;
	font-size: 12px;
}

div.dynamicLinksArea a:hover {
	text-decoration: underline;
	color: #fa9d33;
	font-size: 12px;
}

#flashBanner.ajax {
	background: url(../images/home/home_banner_bg.jpg) 0 0 no-repeat;
	width:960px;
	height:187px;
}

.subNavTitle {
	font-size:12px;	
}
.subNavParent {
	list-style:none;
	margin:0;
	padding:0;
	-webkit-padding-start: 0px;
}
.subNavParent li {
	text-transform: uppercase;
	font-size:12px;
	list-style:none;	
	margin:0;
	padding:0;
}
.subNavParent li a, .subNavParent-active li a {
	text-transform: uppercase;
	color:#FA9D33;
}
.subNavParent li.active a, .subNavParent-active li.active a {
	text-transform: uppercase;
	color:#FA9D33;
}
.subNav li a, .subNav li.active a {
	text-transform: none;
	color:#5293C2;
}
.subNav li.active a {
	color:#BCB385;	
}
