/* ----- THIS SHOULD REALLY BE REFACTORED IN TO JUST HAVE THE INDEX AND SUCCESS THEMES FOR OPPORTUNITIES
AREAS OF FOCUS, AND ANY NEWS LIST ON THE SITE THAT HAS A LIST ITEM WITH ROUNDED CORNERED HEADER ----*/
/*indexSuccess.php*/
ul#area-listing {
	margin: 0;
	padding: 0;
}
ul#area-listing li {
	display: block;
	list-style: none;
	margin: 20px 0;
	padding: 0;
	width: 505px;
}

ul#area-listing a {
	color: #096fac;
	text-decoration: underline;
}
ul#area-listing h3 {
	color: #096fac;
}

span.serving {
	display: block;
	margin-bottom: 8px;
}
span.serving a {
	text-transform: uppercase;
}
/*div#secondary-nav-wrapper {
	margin-left: 0px;
}*/
.area-image {
	background:transparent;
	float:right;
	padding-left:10px;
/*	background: #00adb8;
	height: 112px;
	float: right;
	margin: -32px 0 0 24px;
	width: 112px;*/
}
ul.sub-nav {
	margin-bottom: 0;
}
ul#secondary-nav li {
	margin-left: 10px;
	padding: 6px 0;
}

/*showSuccess.php */
h2.text-wrap-title {
	color: #1a3845;
	font-size: 16px;
	margin-bottom: .5em;
}

div.textwrap {
	margin-bottom: 2.5em;
	width: auto;
}
h2.program-project-label,
h3.tab-title {
	background: #2f81b2 url('../images/blue-left-tab.png') scroll no-repeat center left;
	color: #fff1d5;
	font-size: 12px;
	height: 26px;
	line-height: 26px;
	margin-bottom: 0;
	padding: 0 58px;
	position: relative;
	width: 54px;
	font-weight: bold;
}

h3.state-project-list-title {
	display: inline;
	padding: 7px 28px;
	width: auto;
	background-position: 0 -1px;
	color: #fff1d5;
	font-weight: bold;
}
h2.program-project-label span.right-corner,
h3.tab-title span.right-corner {
	background: transparent url('../images/blue-right-tab.png') scroll no-repeat center right;
	display: block;
	height: 26px;
	position: absolute;
	right: 0;
	top: 0;
	width: 11px ;
}

h3#opportunities-title {
	display: inline;
	padding: 6px 28px;
	width: auto;
	background-position: 0 -1px;
	color: #fff1d5;
	font-weight: bold;
}
h3#grant-title {
	display: inline;
	padding: 6px 28px;
	width: auto;
	background-position: 0 -1px;
	color: #fff1d5;
	font-weight: bold;
}

div.grant-title-content {
	padding-top: 6px;
}
ul.program-project-list,
ul.opportunities-list,
div.grant-title-content {
	border-top: 2px solid #2f81b2;
	margin-right: 50px;
}

ul.program-project-list li,
ul.opportunities-list li {
	line-height: 1.7em;
	list-style: none;
	margin: 1em 0;
}
ul.state-project-list li {
	margin-bottom: 30px;
}
li.project h3,
li.opportunity h3 {
	color: #096fac;
}

li.opportunity h3 {
	font-weight: lighter;
	letter-spacing: .7px;
	margin-bottom: 6px;
}
div.summary-label {
	color: #1a3845;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
}
div.project-teaser {
	margin-top: 17px;
}

img.program-image {
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
}

li.program a.read-more {
	display:block;
	padding-left: 0;
}