/* ******************************************************************** */
/* Davis Foundation Global Style Sheet */
/* Version 1.0 02.03.04 */
/* Author: Digital Goat - www.digitalgoat.net*/
/* ******************************************************************** */
/*
#666666 body background gray
#cccc99 light green color for header, nav, and all of home page
#999966 dark green - border on tables, buttons
#DEDEC0 tan green - tan for content
#333366 default link style
#996666 default hover style
#996666 leftnav hover/active
*/
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

/* default hyperlink styles */
a:link, a:visited, a:hover {
	color: #333366;
	text-decoration: none;
}
/* overrides decoration from previous rule for hovered links */
a:hover {
	text-decoration: underline;
	color: #996666;
}

/* set up some heading styles */
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana,Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-size:1.2em;
 color: #333366;
}

h2{
 font-size: 1.1em;
 color: #333366;
}

h3{
 font-size: 1em;
 color: #333366;
 font-weight:bold;
}

h4{
 font-size: .9em;
 font-weight: normal;
 color: #000000;
}

h5{
 font-size: .8em;
 color: #000000;
}

/* remove border for images with links */
a img {
	border-color:black;
}

body {
	font-size:1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	margin: 0px;
	padding: 0px;
	background-color:#666666;
/*	width: 729px;*/
}

/* just to set background color of header */
#header{
	margin: 0;
	padding: 0;
	background-color:#CCCC99;
}

#logo {
	background-color : transparent;
	margin: 0;
	padding: 20px 0px 10px 15px;
	float: left; 
}

/* top sub nav (contact us, site map, etc.) */

#globalSubNav{
	padding: 0px 15px 0px 0px;
	float: right;
	color:#666666;
	vertical-align:middle;
	height:21px;
}

a.globalSubNav:link,a.globalSubNav:visited,a.globalSubNav:hover {
	font-size:11px;
	/*color:#333366;*/
	color:#ffffff;
	text-decoration:none;
}

a.topofpage_link {
	font-size:11px;
	} 

a.globalSubNav:hover {
	/*color:#996666;*/
	color:#ffffff;
	text-decoration:underline;
}

		
/* this is to center the entire page */
#centeredcontainer {	
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0;
	background-color:#DEDEC0;
	width: 729px;
}

/* left column container */
#leftcol{
	margin: 0;
	padding: 20px 10px 6em 15px;
	width:160px;
	background-color:#cccc99;
	height: 100%;
}

/* left column/nav */

/* to provide the right border on the left nav */
td.leftcol {
	border-right: 2px solid #999999;
}

/* create padding around graphic at top of left nav */
img.foundationheader {
	padding:0px 0px 10px 0px;
}

#leftnav{
	margin: 0px;
	font-size:.7em;
	font-weight: bold;
}

td.leftnav {
	padding-top:4px;
	padding-bottom: 4px;
}

td.homenav {
	padding: 5px 0px 0px 0px;
}

#leftnav a {
	font-weight:bold;
	width:100%;
}

#leftnav a:link, #leftnav a:visited, #leftnav a:hover {
	color:#333366;

	text-decoration:none;
	padding: 5px 0px 5px 5px;
	width:100%;
}

/* nov override hover style */
#leftnav a:hover {
	color: #996666;
	text-decoration:underline;
	width:100%;
}

/* for non-header, nav, and footer */
#content{
	margin: 0;
	padding: 20px 0px 20px 20px;
	/*float:left;*/
	background-color:#DEDEC0;
	/*position:relative;*/
	font-size:small;
}

/* Here's a bunch of home page stuff */

/* 3 boxes for home page foundation portals */
td.home_left_box {
	text-align:center;
	vertical-align:top;
	padding:10px 0px 0px 0px;
	border-right:1px solid #333333;
	/*width: 33%;*/
}

td.home_middle_box {
	text-align:center;
	vertical-align:top;
	padding:10px 0px 0px 0px;
	border-left:2px solid #FFFFFF;
	border-right:1px solid #333333;
	/*width: 33%;*/
}

td.home_right_box {
	text-align:center;
	vertical-align:top;
	padding:10px 0px 0px 0px;
	border-left:2px solid #FFFFFF;
	/*width: 33%;*/
}

/* home page text */
div.home_text {
	text-align:left;
	padding:10px 15px 0px 15px;
	font-size:.75em;
}

.homenav{
	padding:0px 15px 20px 40px;
	text-align:left;
}

.homenav a {
	font-weight:bold;
}

.homenav a:link, .homenav a:visited, .homenav a:hover {
	color:#333366;
	font-size:.7em;
	text-decoration:none;
	width:100%;
	padding: 4px 0px 4px 5px;
	line-height:16px;
}

/* nov override hover style */
.homenav a:hover {
	color: #996666;
	text-decoration:underline;
	width:100%;
}

/************* #portal navigation styles **************/

#portalInfo{
	margin: 0px;
	padding: 5px 0px 5px 0px;
	width:100%;
	background-color:#CCCCCC;
	border-bottom: 1px solid #999999;
	color:#006699;
	height:1em;
}

#portalNav {
	font-size: small;
	padding: 0px 20px 0px 0px;
	float:right;
	text-align:right;
	color:#333366;
}

#portalNav a:link, #portalNav a:visited, #portalNav a:hover{
	padding: 0;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
	color:#333366;
	font-weight:normal;
	text-decoration:none;
	padding: 0px 0px 0px 20px;
}

#portalNav a:hover{
	color:#996666;
	text-decoration:underline;
}

/* .story - where real "content" goes */

.story{
	clear: both;
	padding: 0;
	font-size: small;
	padding:0px 40px 0px 0px;
}

.story_l3{
	clear: both;
	padding: 0;
	font-size: small;
	padding:10px 40px 0px 20px;
	width:450px;
}

.story p{
	padding: 0px 0px 0px 0px;
}

.story_l3 p {
	/*position:relative;*/
	clear:both;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
}

/* footer */

#footer{
	clear:both;
	font-size: .7em;
	padding: 10px 10px 10px 10px;
	color:#333333;
	text-align:center;
	border-top: 2px solid #999999;
}

#footer a:link,#footer a:visited,#footer a:hover{
	padding: 0px 15px 0px 15px;
	color: #333366;
	text-decoration:underline;
}

#footer a:hover{
	color: #996666;
}

#credit{
	clear:both;
	font-size: .7em;
	padding: 10px 10px 10px 10px;
	color:#333333;
	text-align:center;
}

#credit a:link,#credit a:visited,#credit a:hover {
	text-decoration:underline;
}

table.regularTable {
	width: 99%;
	border: 1px #999966 solid;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 0px;
}

table.formTable {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 0px;
}

table.docTable {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 0px;
}

table.regularTableHalf {
	width: 50%;
	border: 1px #999966 solid;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 0px;
}

table.sitemap {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 0px;
}

td.sitemap {
	padding-left:10px;
	padding-right:10px;
	vertical-align:top;
	width:100%;
}

td.sitemapHd {
	padding:2px;
	vertical-align:top;
	width:100%;
	border: 1px solid #999966;
	text-align:center;
	font-weight:bold;
}

td.regularTable {
	padding:2px;
	background-color: #cccc99;
	border: 1px solid #999966;
	vertical-align:top;
}

td.regularTableNoBorder {
	background-color: #cccc99;
	vertical-align:top;
	padding: 2px;
}

td.docTable {
  padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding: 2px;
}

td.regularTableHd {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding:2px;
	color: #FFFFFF;
	background-color: #996666;
	vertical-align:top;
	border: 1px solid #999966;
}

td.docTableHd {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding:4px;
	color: #000000;
	background-color:#cccc99;
	vertical-align:top;
	border: 1px solid #999966;
}

tr.docTableHd {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding:4px;
	color: #000000;
	background-color:#cccc99;
	vertical-align:top;
	border: 1px solid #999966;
}

td.regularTableHd a:link,td.regularTableHd a:visited,td.regularTableHd a:hover{
	color: #FFFFFF;
	text-decoration:none;
}

/* override hover style */
td.regularTableHd a:hover{
	text-decoration:underline;
}

td.regularTableAlignBottom {
  padding: 2px;
	background-color: #cccc99;
	vertical-align:bottom;
	border: 1px solid #999966;
}

td.alignTopNoStyle {
	padding: 2px;
	vertical-align:top;
}

.genericbox {
	border: 1px solid #999966;
	padding: 5px;
}

/* subnav is for creating "buttons" */
.subnav {
	font-size: small;
	padding: 0;
}

.subnav a:link,.subnav a:visited{
	color:#333333;
	text-decoration:none;
	padding: 2px 10px 2px 10px;
	border: 1px solid #999966;
}

.subnav a:hover{
	color:#ffffff;
	background-color:#996666;
	padding: 2px 10px 2px 10px;
	border: 1px solid #999966;
}

.buttons {
	/*font-size: .9em;*/	
	padding:2px;
	font-size:small;
}

.buttons a:link,.buttons a:visited{
	color:#333333;
	text-decoration:none;
	border: 1px solid #999966;
	padding: 1px 5px 1px 5px;
}

.buttons a:hover{
	color:#ffffff;
	background-color:#996666;
	border: 1px solid #999966;
	text-decoration:none;
	padding: 1px 5px 1px 5px;
}

/* various styles */
label {
	font-size:small;
}

.right {
	float:right;
}

td.granteedollars {
	text-align:right;
}

.highlight {
	background-color:#DEDEC0;
	margin-top:10px;
	margin-left: 20px;
	margin-right:20px;
	text-align:center;
	padding:10px 0px 10px 0px;
	border:1px solid #999966;
}

.padded5 {
	padding: 5px 5px 5px 5px;
	background-color: #cccc99;
	border: 1px #999966 solid;
}

span.granteename {
	position:relative;
	color:#000000;
	display:block;
	padding-top:10px;
	font-size:small;
	font-weight:bold;
}

span.granteelocation {
	position:relative;
	color:#000000;
	display:block;
	font-size: small;
	font-weight:normal;
	font-style:italic;
	padding-bottom: 5px;
}

span.granteeproject {
	position:relative;
	color:#000000;
	padding-top:10px;
	float:left;
	width:50%;
}

span.granteedollars {
	position:relative;
	color:#000000;
	padding-top:10px;
	display:inline;
	float:right;
	width:40%;
}

table.grantees {
	
}

table.grantees tr {
	
}

table.grantees td {
	padding-bottom:15px;
}

table.grantees p {
	padding:0px;
	margin:0px;
}

table.grantees_educational td {
	padding-bottom:20px;
}

table.grantees_educational p {
	margin:0px;
	padding:0px;
	padding-bottom:10px;
}

