html {
	height:100%;
}

body {
	margin:0;
	padding:0;
	height:100%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
}

body.home {
	background: url(../images/bg_home.gif) repeat-x;
}

body.internal {
	background: url(../images/bg_internal.gif) repeat-x;
}

body.home a {
	color: #5b5555;
}

body.content #content {
	width: 518px;
}

p, dt, dd, dl  {
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 12px;
	line-height: 1.5em;
}

img {padding: 5px 5px 5px 0; margin: 0px;}

a img {border: 0;}

#content a {
	color:#b13326;
}

#content a:hover {
	color:#445a74;
}

.donateLink {
	background: #eee;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 15px;
	padding: 3px 3px 3px 3px;
	text-decoration: none;
}

h2 {
	font-size: 16px;
	font-weight:bold;
	color: #000;
	margin: 5px 0 12px 0; 
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #b5a06a;
	margin-bottom: 0px;
	margin-top: 0;
}

h4 {
	font-size: 14px;
	font-weight:bold;
	color:#000;
	margin-bottom: 5px;
}

#innerwrap {
	width: 752px;
	margin: 0px auto;
	text-align: left;
	min-width: 752px;
}

#contentwrap {
	position: relative;
	width: 100%;
	margin-top: 5px;
	min-height: 100%;
}

#globalNav {
       position: relative;
       width: 588px;
       margin-left: 360px;
}

#globalNav li#globalNews {
       border-left: none;
}

#globalNav ul {
       position: absolute;
       top: 20px;
       right: 200px;
       overflow: hidden;
       padding: 0;
       margin-top: 0;
       margin-right: 0;
       margin-bottom: 0;
}

#globalNav li  {
       list-style: none;
       float: left;
       margin: 0 0 0 10px;
       padding-left: 10px;

}

#globalNav li a {
       color: white;
       font-size: 11px;
       text-decoration: none;
}

#header {
	clear: both;
	position: relative;
	width: 100%;
	height: 130px;
}

#header h1 {
	line-height: 130px;
	background: url("../images/logo_1.gif") no-repeat;
	width: 164px;
	height: 130px;
	overflow: hidden;
	text-indent: -5000px;
	margin: 0;
}

#header h1 a {
	display: block;
	text-indent: -5000px;
	/*width: 164px;
	height: 130px;*/
	overflow: hidden;
}

#header h2 {
	position: absolute;
	top: 0;
	left: 164px;
	line-height: 102px;
	background: url("../images/logo_2.gif") no-repeat;
	width: 289px;
	height: 102px;
	overflow: hidden;
	text-indent: -1000px;
	margin: 0;
}

#header h2 a {
	display: block;
	text-indent: -5000px;
	/*width: 164px;
	height: 130px;*/
	overflow: hidden;
}

.navHeader {
	background-color: #b5a06a;
	color: #FFFFFF;
	line-height: 15pt;
	font-size: 12px;
	font-weight:bold;
}

#mainNav {
	position: absolute;
	top: 102px;
	left: 164px;
	margin:0;
	padding:0;
}

#mainNav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 28px;
	overflow: hidden;
}

#mainNav li a {
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 0;
	line-height: 300px;
}

#mainNav .navAbout a {
	background: url("../images/nav_about.gif") top left no-repeat;
	background-position: 0 0;
	width: 72px;
}

#mainNav .navAbout a:hover {
	background: url("../images/nav_about.gif") top left no-repeat;
	color: #cccc99;
	background-position: 0 -28px;
	width: 72px;
}

#mainNav .navFinances a {
	background: url("../images/nav_finances.gif") top left no-repeat;
	background-position: 0 0;
	width: 68px;
}

#mainNav .navFinances a:hover {
	background: url("../images/nav_finances.gif") top left no-repeat;
	color: #cccc99;
	background-position: 0 -28px;
	width: 68px;
}

#mainNav .navMAD a {
	background: url("../images/nav_mad.gif") top left no-repeat;
	background-position: 0 0;
	width: 143px;
}

#mainNav .navMAD a:hover {
	background: url("../images/nav_mad.gif") top left no-repeat;
	color: #cccc99;
	background-position: 0 -28px;
	width: 143px;
}

#mainNav .navGiving a {
	background: url("../images/nav_giving.gif") top left no-repeat;
	background-position: 0 0;
	width: 145px;
}

#mainNav .navGiving a:hover {
	background: url("../images/nav_giving.gif") top left no-repeat;
	color: #cccc99;
	background-position: 0 -28px;
	width: 145px;
}

#mainNav .navGrants a {
	background: url("../images/nav_requests.gif") top left no-repeat;
	background-position: 0 0;
	width: 111px;
}

#mainNav .navGrants a:hover {
	background: url("../images/nav_requests.gif") top left no-repeat;
	color: #cccc99;
	background-position: 0 -28px;
	width: 111px;
}

#mainNav .navNews a {
	background: url("../images/nav_news.gif") top left no-repeat;
	background-position: 0 0;
	width: 49px;
}

#mainNav .navNews a:hover {
	background: url("../images/nav_news.gif") top left no-repeat;
	color: #cccc99;
	background-position: 0 -28px;
	width: 49px;
}

#featurearea {
	position: relative;
	margin: 0;
	padding: 0;
	width: 752px;
	height: 252px;
	clear: both;
}

#featureareaCopy {
	position: absolute;
	top: 2px;
	margin: 0;
	padding: 0;
	right: 0px;
	width: 221px;
	height: 252px;
}

#featurearea img {
margin: 0; padding: 0;
}

#featureareaCopy p {
	font-size: 11px;
}

#content {
	width: 752px;
}

#leftcol {
	width: 531px;
	float: left;
	padding-bottom: 20px;
	margin-top: 10px;	
}

#leftcol p {
	margin: 15px 0 0 0;
}

#subNavCol
{
	min-height:100%;
	width: 221px;
	float: left;
	padding-bottom: 20px;
	margin-top: 10px;
}

#secondaryNav {
	margin: 5px 0 0 0;
	padding: 0;
	background-color: #445a74;
	width: 190px;
	font-size: 11px;
}

#secondaryNav ul {
	margin: 0;
	padding: 0;
	width: 190px;
}

#secondaryNav li {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #9a8c87;
	width: 190px;
}

#secondaryNav li a {
	display: block;
	color: #fff;
	line-height: 14px;
	text-decoration: none;
	width: 180px;
	padding: 5px;
	margin: 0;
}

#secondaryNav li a:hover {
	background: #cccc99;
	color: #000;
	width: 180px;
	padding: 5px;
}

#internalContent {
	width: 531px;
	float: right;
	padding-bottom: 20px;
	margin-top: 10px;	
}

#internalContent h3 {
	font-size: 15px;
	font-weight: bold;
	color: #b5a06a;
	background-color: #eee;
	margin-bottom: 10px;
}

#internalContent ul{
	font-size: 12px;
}

img.news-image {
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
}

#news-container {
	margin-left: 65px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
}

#rightcol {
	min-height:100%;
	width: 221px;
	float: right;
	padding-bottom: 20px;
	margin-top: 10px;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


#footer {
	background-color: #899eac;
	margin: 0px;
	padding: 0px;
}

#footer p {
	width: 750px;
	line-height: 10px;
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 10px auto;
	color: white;
}

#footer a {
	margin: 0;
	color: #fff;
}

#localNavFooter {
	top: 0;
	min-height: 20px;
	background-color: #899eac;
	margin: 0 auto;
}

#localNavFooter p {
	margin: 0px auto;
	padding: 10px;
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #fff;
	width: 752px;
}

#localNavFooter a {
	color: #fff;
}

/*Grants Page Table Data */
#leftColumn {float: left; width: 165px; margin: 10px 0px 0px 0px;}
#rightColumn {float: right; width: 366px; margin: 10px 0px 0px 0px;}
h5 {height: 46px; font-size: 12px; font-weight: bold; color: #445A74; background-color: #EEEEEE; margin: 0px 0px 0px 0px; padding: 12px 0px 15px 5px; border-color: #445A74; border-width: 2px; border-style: solid; border-bottom-width: 0px; border-right-width: 0px;}
h6 {height: 46px; font-size: 12px; font-weight: bold; color: #445A74; background-color: white; margin: 0px 0px 0px 0px; padding: 12px 0px 15px 5px; border-color: #445A74; border-width: 2px; border-style: solid; border-bottom-width: 0px; border-right-width: 0px;}
.p1 {height: 55px; margin: 0px 0px 0px 0px; padding: 3px 0px 15px 5px; background-color: #EEEEEE; border-color: #445A74; border-width: 2px; border-style: solid; border-bottom-width: 0px;}
.p2 {height: 55px; margin: 0px 0px 0px 0px; padding: 3px 0px 15px 5px; background-color: white; border-color: #445A74; border-width: 2px; border-style: solid; border-bottom-width: 0px;}
.p3 {margin: 25px 0px 3px 0px; padding: 2px 0px 2px 5px; font-size: 12px; color: #445A74; background-color: #EEEEEE; border-top-color: #445A74; border-top-style: solid; border-top-width: 2px;}
.p4 {margin: 5px 0px 3px 0px; font-size: 12px; color: #445A74; font-weight: bold;}


