/* Common Styles */
body {margin: 10px 10px 20px 10px; padding: 0px; background: #fff; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000;}
table {width: 100%;}
td 	{vertical-align: top; margin: 0px; padding: 0px;}
img {border: 0px;}
a:link, a:visited, a:active	{color:#00529b; text-decoration: none;}
a:hover {text-decoration: underline;}
h1, h2, h3, h4, h5, h6 {font-weight: normal;}
h1 {font-size: 2em; color: #00539b; }
h2 {font-size: 1.5em; color: #00539b; }
p {margin: 0px 0px 1em 0px;}
ul {margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-bottom: 0px;}
ul.none {margin: 0px 0px 1em 0px; padding: 0px; list-style: none;}
ul.none li {margin: 0px; padding: 0px;}
dt {padding-bottom: 1em; font-weight: bold;}
dd {padding-bottom: 1em;}

/* Blocks */
#container {width: 960px; margin: 0px auto 0px auto; padding: 0px; border-top: 6px solid #00529b; border-right: 1px solid #8D8B8C; border-bottom: 1px solid #8D8B8C; border-left: 1px solid #8D8B8C; position: relative;}
#header {padding: 10px 20px 10px 20px;}
#header h1 {float: right; margin: 0px 20px 0px 0px;}
#banner {clear: both; background: #00539b; text-align: right; padding: 5px 20px 5px 5px;}
#banner.fundraising {background: #7bad98;}
#banner.healthdata {background: #facd26;}
#banner.specialneeds {background: #c61a31;}
#banner a {margin: 0px 20px 0px 0px; color: #fff; text-decoration: none;}
#banner a:hover {text-decoration: underline;}
#content {clear: both; margin: 0px;}
#main_content {margin: 50px 150px;}
#footer {padding: 5px; background: #7bae98; color: #fff; text-align: center;}
#footer a {color: #fff;}

/* Navigation */
#nav {margin: -15px 0px 0px 0px; padding: 0px 0px 0px 20px; text-transform: uppercase; font-size: 12px; letter-spacing: 1px; font-weight: bold;}
#nav ul {float: right; margin: 0px; padding: 0px;}
#nav li {float: left; list-style: none; margin: 0px; border-left: 1px solid #77ae99;}
#nav li a {display: block; color: #000; padding: 5px 20px; text-decoration: none; background: url("images/nav_bg.gif");}
#nav li a.select, #nav li a.select:hover {background: #00529b; color: #fff;}
#nav li a:hover {background: #d9e5f0;}

ul#navlist li {float: left;}
ul#subnavlist {display: none;}
ul#subnavlist li {float: none; border: 0px; margin-top: -1px; border-top: 1px solid #fff;}
ul#subnavlist li a {padding: 0px; margin: 0px;}
ul#navlist li:hover ul#subnavlist {display: block; position: absolute; padding: 0px; width: 200px;}
ul#navlist li:hover ul#subnavlist li a {display: block; border: none; padding: 5px 20px 6px 20px; background-color: #d9e5f0; background-image: url("images/arrow_blue.png"); background-repeat: no-repeat; background-position: 8px 6px;}
ul#navlist li:hover ul#subnavlist li a:hover {background-color: #4e779c; background-image: url("images/arrow_white.png"); background-repeat: no-repeat; color: #fff;}
ul#navlist li:hover ul#subnavlist.fundraising li a {background-color: #d4e3d7; background-image: url("images/arrow_green.png"); background-repeat: no-repeat; }
ul#navlist li:hover ul#subnavlist.fundraising li a:hover {background-color: #5f9781; background-image: url("images/arrow_white.png"); background-repeat: no-repeat; color: #fff;}
ul#navlist li:hover ul#subnavlist.healthdata li a {background-color: #fcf6c9; background-image: url("images/arrow_yellow.png"); background-repeat: no-repeat;}
ul#navlist li:hover ul#subnavlist.healthdata li a:hover {background-color: #f4b82c; background-image: url("images/arrow_white.png"); background-repeat: no-repeat; color: #fff;}
ul#navlist li:hover ul#subnavlist.specialneeds li a {background-color: #f8e7e8; background-image: url("images/arrow_red.png"); background-repeat: no-repeat;}
ul#navlist li:hover ul#subnavlist.specialneeds li a:hover {background-color: #a34b3d; background-image: url("images/arrow_white.png"); background-repeat: no-repeat; color: #fff;}

/* Financials */
table.financials td {padding: 2px;}
table.financials td.col1 {}
table.financials td.col2 {text-align: right; background: #DDECE7;}
table.financials td.col2a {text-align: right; background: #DDECE7; border-bottom: 1px solid #000;}
table.financials td.col2b {text-align: right; background: #DDECE7; border-bottom: 3px double #000;}
table.financials td.col3 {text-align: right;}
table.financials td.col3a {text-align: right; border-bottom: 1px solid #000;}
table.financials td.col3b {text-align: right; border-bottom: 3px double #000;}
table.financials th {padding: 2px; background: #ACD0C4;}

/* Content */
#main_content p, #main_content li, #main_content td, #main_content dt, #main_content dd {line-height: 1.5em;}
#main_content a {font-weight: bold;}
#main_content .alphabet {padding: 0px 10px 10px 0px; float: left;}
#main_content .left-caption {font-size: 11px; margin: 0px 15px 15px -150px; float: left; text-align: right;}
#main_content .right-caption {font-size: 11px; margin: 0px -150px 15px 15px; float: right;}

#main_content.list li {padding-bottom: 1em; color: #7bad98; }
#main_content.list li span {color: #000; }
#main_content.list .box {background: #ebf3f0; padding: 15px; margin: 0px 0px 1em 0px; -moz-border-radius: 15px; border-radius: 15px;}

/* IE Fixes */
*:first-child+html #header img {float: left; padding-bottom: 10px;}
*:first-child+html #header h1 {margin: 0px; padding: 0px 15px 20px 0px;}
*:first-child+html h2 {margin-top: 1em;}
*:first-child+html #nav {position: absolute; top: 57px; left: 320px; margin: 0px; width: 600px;}
*:first-child+html ul#subnavlist li {height: 1%;}
*:first-child+html ul#subnavlist li a {height: 1%;}

/* IE 6 Fixes */
*html #header img {float: left; padding-bottom: 10px;}
*html #header h1 {margin: 0px; padding: 0px 15px 20px 0px;}
*html h2 {margin-top: 1em;}
*html #banner {padding-top: 3px;}
*html #nav {position: absolute; top: 57px; left: 320px; margin: 0px; width: 600px;}
*html ul#subnavlist {position: absolute; top: 30px; left: -302px;}
*html ul#subnavlist li {float: left; display: block; padding-right: 40px;}
*html ul#subnavlist li a { color: #fff;}
*html ul#subnavlist li a:hover { color: #fff; text-decoration: underline; background: transparent;}
*html #main_content .left-caption {margin: 0px 15px 15px -75px;}
*html #main_content .right-caption {margin: 0px -75px 15px 15px;}
*html #container .fundraising {display: block; background: #7bad98;}
*html #container .healthdata {display: block; background: #facd26;}
*html #container .specialneeds {display: block; background: #c61a31;}