@charset "UTF-8";

/* LAYOUT
--------------------------------------*/
a { outline:none; }

body {
	background:#f1f1f1 url('../images/bg-body.gif') top center repeat-y;
	color:#333;
	font-size:12px;
	font-family:Helvetica Neue, Helvetica, Arial, sans-serif;
	margin:0;
	padding:0;
	text-align:center;
	}
	
#wrapper {
	text-align:left;
	width:920px;
	margin:0 auto;
	padding:0 20px 0 20px;
	}
#wrapper.pres-msg {
	background:url('../images/symptoms.gif') 420px 330px no-repeat;
	}

	
.rW {
	/* for circular shape */
	float: right;
	clear: right;
	height: 15px;
	}

.orange-bg {
	background:#fff5ea;
	width:570px;
	padding:8px
	}
ul.orange-bg {
	padding:10px 5px 5px 5px;
	}

#blocks {
	height:125px;
	overflow:hidden;
	}	
	
.last {
	margin-right:0px !important;
	border-right:none !important;
	}
	
a:link, a:visited { color:#045393; text-decoration:none; }
a:hover, a:active { color:#045393; text-decoration:underline; }
	
h2 {
	font-weight:normal;
	color:#045393;
	font-size:2.5em;
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	}
h3 {
	font-weight:normal;
	color:#045393;
	font-size:2em;
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	}
h4 {
	font-weight:normal;
	color:#045393;
	font-size:1.7em;
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	}
	
.large-orange {
	font-size:.85em;
	color:#ee8a1d;
	font-family:Helvetica Neue, Helvetica, Arial, sans-serif;	
	}
	
.big-number {
	color:#d37c2e;
	font-size:3em;
	font-weight:bold;
	float:left;
	margin:0 15px 0 5px;
	}
	
sup {
	font-size:11px;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
    font-weight:normal;
	}
h4 sup {
    bottom: 0.8em;
	}
	
.diagram {
	background:#fff5ea;
	padding:10px;
	overflow:auto;
	width:900px;
	position:relative;
	}
.diagram h4,
.diagram-thin h4 {
	margin:10px 0 10px 0;
	}
.diagram-thin {
	background:#fff5ea;
	padding:0 10px 0 10px;
	overflow:auto;
	width:570px;
	}

ul {
	padding:0;
	list-style-type:none;
	}
ul li, ol li {
	padding:0 0 0 30px;
	background:url('../images/blue-bullet.gif') 10px 8px no-repeat;
	line-height:1.5em;
	margin-bottom:.7em;
	}
	
ol li {
	padding:0;
	background:transparent !important;
	}

	
/* PRESIDENT'S MESSAGE
--------------------------------------*/	
p {
	line-height:1.5em;
	margin:15px 0;
	}
li p {
	width:auto;
	}

.full-width {
	width:920px;
	position:relative;
	}

blockquote.pulled {
	background:#fff5ea url('../images/curly-quote.gif') 17px 23px no-repeat;
	color:#d37c2e;
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	letter-spacing: .03em;
	width:220px;
	float:right;
	padding:20px 20px 20px 50px;
	}

blockquote {
	background:#fff5ea url('../images/curly-quote.gif') 17px 23px no-repeat;
	padding:20px 20px 20px 50px;
	width:455px;
	margin:0 12px;
	}

.page-intro {
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
	font-style:italic;
	line-height:1.3em;
	color:#719501;	
	letter-spacing:0.03em;
	}

.intro {
	font-weight:bold;
	color:#719501;
	}

.intro-orange {
	color:#d97a24;
	font-weight:bold;
	}	
	
.intro-blue-capped {
	font-weight:bold;
	color:#045393;
	text-transform:uppercase;	
	}
	
p.lead {
	color:#045393;
	font-size:1.2em;
	}


p.factor-1 {
	width:350px;
	height:110px;
	float:left;
	padding:0 0 0 70px;
	background:url('../images/factor-1.gif') 0 0 no-repeat;
	margin:0 0 0 0px;	
	}
p.factor-2 {
	width:350px;
	height:110px;
	float:left;
	padding:0 0 0 70px;
	background:url('../images/factor-2.gif') 0 0 no-repeat;
	margin:0 0 0 20px;
	}
p.factor-3 {
	width:350px;
	height:110px;
	float:left;
	padding:0 0 0 70px;
	background:url('../images/factor-3.gif') 0 0 no-repeat;
	margin:20px 0 0 0px;	
	}
p.factor-4 {
	width:350px;
	height:110px;
	float:left;
	padding:0 0 0 70px;
	background:url('../images/factor-4.gif') 0 0 no-repeat;
	margin:20px 0 0 20px;
	}

p.blueprint {
	float:left;
	width:250px;
	margin: 0 45px 0 0;
	height:450px;
	}
p.blueprint img {
	margin:0 0 20px 0;
	}



#pagination {
	width:570px;
	font-size:1.1em;
	text-align:right;
	margin:20px 0;
	}
	
#pagination a {
	padding:3px 4px;
	text-decoration:underline;
	}
#pagination a:link,
#pagination a:visited {
	color:#045393;
	text-decoration:underline;
	}
#pagination a:hover,
#pagination a:active { 
	color:#d37c2e; 
	text-decoration:none;
	}
	
	
#pagination a.active {
	cursor:default;
	color:#d37c2e !important;
	text-decoration:none !important;	
	}	
	
#pagination .next,
#pagination .prev {
	background:#e5edf4;
	padding:3px 5px;
	text-decoration:none;	
	}
#pagination .next { margin:0 0 0 15px; }
#pagination .prev { margin:0 15px 0 0; }
	
#pagination a.next:link,
#pagination a.next:visited,
#pagination a.prev:link,
#pagination a.prev:visited { 
	color:#045393;
	text-decoration:none;
	}
#pagination a.next:hover,
#pagination a.next:active,
#pagination a.prev:hover,
#pagination a.prev:active {
	color:#d37c2e;
	text-decoration:none;
	}
	
	
	
/* HOMEPAGE
--------------------------------------*/
#promo-block {
	margin:0 0 40px 0;
	background:url('../images/home-promo.jpg') 0 0 no-repeat;	
	}

#promo-block a {
	display:block;
	background:url('../images/home-promo.jpg') 0 0 no-repeat;
	height:300px;
	width:920px;
	text-indent:-9999px;
	}
#promo-block a:hover {
	background-position:0 -300px;
	}
	
.home-block {
	width:292px;
	height:125px;
	background:#ccc;
	float:left;
	margin:0 22px 0 0;
	font-family:Helvetica Neue, Helvetica, Arial, sans-serif;	
	font-weight:normal;
	font-size:1em;
	}
	
.home-block a {
	display:block;
	width:283px;
	height:125px;
	line-height:19em;
	padding:1px 0 0 8px;
	}
.home-block a:link, .home-block a:visited { color:#fff; text-decoration:none; }
.home-block a:hover, .home-block a:active { color:#fff; text-decoration:underline; }

	
#home-grants-list {
	background:#fff url('../images/home-grants.jpg') top left no-repeat;
	}
#home-year-in-review {
	background:#fff url('../images/home-review.jpg') top left no-repeat;
	}
#home-health-reform {
	background:#fff url('../images/home-reform.jpg') top left no-repeat;
	}
	
	
	
/* HEADER
--------------------------------------*/
#header {
	background:url('../images/bg-header.gif') top center no-repeat;
	position:relative;
	width:920px;
	left:-20px;
	padding:0 20px 0 20px;
	overflow:auto;
	margin: 0 0 40px 0;
	}

#header h1#logo {
	margin:0;
	float:left;
	}
#header h1#logo a {
	display:block;
	width:211px;
	height:100px;
	background:url('../images/logo.gif') top left no-repeat;
	text-indent:-9999px;
	}
	
#nav {
	list-style:none;
	margin:0;
	padding:0;
	float:right;
	}
	
#nav li {
	float:left;
	padding:0;
	width:auto;
	margin:0;
	}
	
#nav li a {
	height:100px;
	width:100px;
	display:block;
	text-indent:-9999px;
	margin:0 1px 0 0;
	}

#nav li#pres-msg, #nav li#pres-msg a {
	background:url('../images/nav-pres-msg.gif') 0 0 no-repeat;
	}
#nav li#review, #nav li#review a {
	background:url('../images/nav-review.gif') 0 0 no-repeat;
	}
#nav li#financials, #nav li#financials a {
	background:url('../images/nav-financials.gif') 0 0 no-repeat;
	}
#nav li#grants, #nav li#grants a {
	background:url('../images/nav-grants.gif') 0 0 no-repeat;
	}
#nav li#about, #nav li#about a {
	background:url('../images/nav-about.gif') 0 0 no-repeat;
	}				

#nav li a:hover {
	background-position:0 -10px !important;
	}
#nav li a.indent {
	cursor:default;
	background-position:0 -10px !important;
	}


/* FOOTER
--------------------------------------*/
#footer {
	clear:both;
	overflow:auto;
	margin:40px 0 40px 0;
	}

#footer a:link,
#footer a:visited {
	color:#045393;
	text-decoration:none;
	}
	
#footer a:hover,
#footer a:active {
	color:#045393;
	text-decoration:underline;
	}	

#footer .links {
	float:left;
	}

#footer .copyright {
	float:right;
	color:#c1c1c1;
	}



/* INNER PAGES
--------------------------------------*/
.subheader {
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
	font-style:italic;
	line-height:1.3em;
	color:#719501;	
	}

.image-right {
	float:right;
	margin:0 5px 10px 15px;
	}
.image-left {
	float:left;
	display:block;
	margin:0 15px 10px 0;
	}
	
.pdf-download {
	margin:0 auto;
	display:block;
	border:1px dotted #ccc;
	padding:5px 5px 5px 30px;
	background:#f1f1f1 url('../images/impt_24x24.gif') 0 1px no-repeat;
	width:85px;
	float:right;
	}
	
a.pdf-download:hover {
	display:block;
	border:1px dotted #fff;
	background:#fff url('../images/impt_24x24.gif') 0 1px no-repeat;	
	}
	
	
#subnav {
	float:left;
	margin:0 25px 0 0;
	width:225px;
	}
#subnav p {
	width:auto;
	}
#subnav ul {
	margin-top:0;
	padding:0;
	}
#subnav ul li ul {
	padding:0 0 0 20px;
	}
#subnav ul li {
	width:auto;
	margin:5px 0 5px 0;
	list-style:none;
	background:transparent;
	padding:0;
	}
#subnav ul li a.active {
	color:#D37C2E;
	text-decoration:none;
	}
#subnav ul li a.active:hover {
	color:#D37C2E;
	cursor:default;
	}
	
hr {
	border:none;
	background:#ccc;
	margin:20px auto;
	height:1px;
	padding:0;
	width:100%;
	}
	
#content {
	width:570px;
	float:left;
	}
.content-width {
	width:570px;
	}

#content h3 {
	margin-top:0;
	}
		
		
#content-wrapper {
	overflow:auto;
	}
	
	
#targeted-portfolio {
	display:block;
	width:90%;
	background:url('../images/targeted-toggle.gif') top right no-repeat;
	}
#targeted-portfolio.active {
	background-position:right -16px;
	}
	
	
	
/* PAGE SPECIFIC STYLES
--------------------------------------*/

body#about-us #subnav .subheader {
	margin-top:0;
	}
	
.source-blue {
	color:#045393;
	padding:0 0 0 4em;
	width:520px;
	}
.source-orange {
	color:#D37C2E;
	font-style:italic;
	padding:0 0 0 4em;
	width:520px;	
	}

.footnote {
	padding:0 0 0 3.5em;
	}

.footnote a.anchor {
	display:block;
	font-weight:bold;
	margin:2px 0 0 -3.5em;
	width:32px;
	height:16px;
	float:left;
	text-align:right;
	}
.footnote a.anchor:hover {
	background:url('../images/undo_16x16.gif') 0 0 no-repeat;
	}


h4.endnote {
	margin-bottom:0px;
	}
	
/* FINANCIALS 
------------------------------------------------------------ */
#email-notification h3 {
	margin-bottom:0;
	}

.note {
	font-size:.85em;
	width:70%;
	color:#999;
	}
	
	
	
/* SITE MAP / PDF DOWNLOADS
------------------------------------------------------------ */	
#site-map .col,
#pdf-downloads .col {
	float:left;
	width:40%;
	margin:0 50px 0 0;
	}
#site-map #content ul,
#pdf-downloads #content ul {
	margin-top:-15px;
	}
#site-map #content ul ul,
#pdf-downloads #content ul ul {
	margin-top:0;
	}	
	
/* GRANTS LIST
------------------------------------------------------------ */

#grants-list #subnav p.intro {
	margin-bottom:0;
	}

#grants-list #subnav ul {
	margin-bottom:20px;
	}
#grants-list #subnav ul ul {
	margin-bottom:5px;
	}	
	
	
#grants-list .grantee {
	overflow: hidden;
	margin-bottom: 15px;
	position: relative;
	padding:10px 10px 0 10px;
}

#grants-list .grantee .program-sites {
	margin: 0 0 16px 20px;
}

#grants-list h2 {
	overflow: hidden;
}

#grants-list .grantee h3 {
	color: #045393;
	margin: 0 0 8px 0;
	font-size:1.6em;
}

#grants-list .grantee h3.group-title {
	width: 100%;
}

#grants-list .grantee h4 {
	color: #719501;
	margin: 14px 0 0 0;
	font-size: 1.25em;
	line-height: 1;
}

#grants-list .grantee h5.site-title {
	color: #045393;
	margin: 0 0 4px 0;
	width: 65%;
	line-height: 1.2;
	font-size:1em;
}

#grants-list .grantee p {
	margin: 0;
	line-height: 1.4;
}

#grants-list .grantee p.description {
	clear: both;
	margin: 5px 0 6px 0;
}

#grants-list .grantee p.location {
	font: normal .8em/1.2 arial, verdana, sans-serif;
	text-transform: uppercase;
	color: #666;
	width: 35%;
	margin: 0 0 0px 0;
}

#grants-list .grantee .program-sites p.location {
	font-size: .75em;
	line-height: 1.3;
}

#grants-list .grant-item {
	margin: 0 0 8px 0;
	clear: both;
	width: 100%;
	position: relative;
}

#grants-list .program-sites .grant-item {
	margin-top: 14px;
}

#grants-list .grant-item .amount {
	float: left;
	font-weight: bold;
	margin-right: 10px;
}

#grants-list .grant-item .duration {
	float: left;
	margin-right: 10px;
}

#grants-list #main-col {
	padding-top: 0; 
}      

#grants-list #main-col ol {
	margin-bottom: 20px;
}          

#grants-list #main-col ul {
	margin-bottom: 20px;
}

#grants-list #main-col ul li { 
	list-style: square;
}


/* Table Styles
------------------------------------------------------------ */

table {
	width: 100%;
	padding: 0;
	border-collapse: collapse;
}

tbody {
}

table tbody tr.last {
	border-bottom: 1px solid #999;
}     

td.lines{
	border-top: 1px solid #466A87;
	border-bottom: 1px solid #466A87;
}

td.line{
	border-top: 1px solid #466A87;
}

thead tr th {
	border-top: 1px solid #045393;
	border-bottom: 1px solid #045393;
	color:#045393;
}

thead tr.plain,
thead tr.plain th.plain {
	background-color: #eef;
	border-bottom: 0px;
	font-weight: normal;
	color: #666;
}

thead tr.simple, thead tr.simple th.simple {
	background-color: #eef;
	border-bottom: 1px solid #999;
}

th {
	font: normal 1em/1.5 arial, verdana, sans-serif;
	text-align: left;
	text-indent:-10px;
	color: #666;
	padding: 3px 5px 2px 15px;
}


th.text-right {
	text-align: right;
}

thead th, tr.totals th, tr.totals td {
	font-weight: bold;
}

td {
	font: normal 1em/1.5 arial, verdana, sans-serif;
	text-align: right;
	color: #666;
	padding: 3px 6px 2px 5px;
}

.parenthesis{
	padding: 3px 2px 2px 5px;

}

.financials table {
	margin: 10px 0;
	border-bottom: 1px solid #466A87;
}

.financials thead {
	background-color: #eef;
}

.financials tbody {
	background-color: #fff;
	vertical-align: bottom;
}


.financials thead tr th {
	border-bottom: none;
	color: #466A87;
	font-weight: bold;
	border: 1px solid #466A87;
	font-style: normal;
}

.financials thead tr th.year {
	text-align: right;
}
.centered {
	text-align: center;
}

.financials tbody tr.odd {
	background-color: #fff;
}

.financials tbody tr.total {
	background-color: #466A87;
}

.financials tbody tr.total td,
.financials tbody tr.total th {
	color: #fff;
	font-weight: bold;
}
.financials tbody tr.financial-position td, .financials tbody tr.financial-position th {
	padding-left: 40px;
}


.financials tbody tr.subtotal th, .financials tbody tr.subtotal td {
 	color: #999;
}

.financials tbody td, .financials tbody th {
	border-left: 1px solid #466A87;
	border-right: 1px solid #466A87;
}

.financials tbody .subsection th {
	padding-left: 20px;
}
.financials tbody .subsectiontotal th, .financials tbody .subsectiontotal tr,  .financials tbody .subsectiontotal td {
	padding-left: 20px;
	font-weight: bold;
}

.financials tbody .subsubsection th {
	padding-left: 40px;
}

.financials tbody .subsubsectiontotal th, .financials tbody .subsubsectiontotal tr, .financials tbody .subsubsectiontotal td {
	padding-left: 40px;
	font-weight: bold;
}


.financials tbody .subsection th.subtitle {
	font-style: normal;
	font-weight: bold;
	color: #967e5f;
	padding-left: 5px;
}

.financials tbody .section th.title {
	font-style: normal;
	font-weight: bold;
	color: #466A87;
	padding-left: 15px;
}

.financials tbod .bold tr, .financials tbody .bold td, .financials tbody .bold th{
	font-weight: bold;
}
.tab3{padding-left: 60px;}
.tab4{padding-left: 80px;}
.tab5{padding-left: 100px;}
.bottom{vertical-align: bottom;}
.dollarsign{
	float:left;
	padding-left: 34px;
}
.dollarsign2{
	float:left;
	padding-left: 18px;
}

.dollarsign3{
	float:left;
	padding-left: 0px;
}

.dollarsign4 {
	float:left;
	padding-left:46px;
	}
.dollarsign5 {
	float:left;
	padding-left:58px;
	}
.dollarsign5-fix {
	float:left;
	padding-left:60px;
	}

body.financials #main-col ul li {
	list-style-type:square;
	}
li.list-lastItem {
	margin-bottom:1.3em;
	}
     
body.financials #main-col h4 {
	text-transform:uppercase;
	}

