
body {
  background: #fff url("/gfx/page-background.jpg") repeat-y top left;
  margin:0;
  padding:0;
  color: #333;
  font: 12px/13px Verdana, Helvetica, sans-serif
}

form { display: inline;  margin: 0; padding: 0; }
input { font-size: 9px; }

/* order of declarations for links is important:  LVHA  */
a:link { color: #3491b3; text-decoration: none; }
a:visited { color: #3491b3; text-decoration: none; }
a:hover { color: #3491b3; text-decoration: underline; }
a:active { color: #41146E; }


a.programLink:link {
	
	text-decoration: none;
	border: none !important;
		color: #636e43;
}

a.programLink:visited {
	
	text-decoration: none;
		color: #636e43 !important;	
}


a.programLink:hover {
	
	text-decoration: underline;
	color: #636e43 !important;	
}




#brand h1 { display: none; }

#search { 
	position: absolute;
	left: 550px;
	top: 100px;
}

#navholder { width: 800px; }

#header {
  float:left;
  width:100%;
  font-size:9px;
  line-height:normal;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border-bottom:1px solid #f7ce8c;
  margin: 0;
  }
#header ul {
  margin: 5px 0 0 0;
  padding: 0 0 0 10px;
  list-style:none;
  }
#header li {
  float:left;
  background:url("/gfx/nav-tab-left.gif") no-repeat left top;
  margin:0;
  padding:0 5px 0 5px;
  }
#header a {
  float:left;
  display:block;
  width:.1em;
  background:url("/gfx/nav-tab-right.gif") no-repeat right top;
  padding:0 6px 5px 5px;
  /* font-weight: bold; */
  text-decoration:none;
  text-transform: uppercase;
  white-space:nowrap;
  color:#458e93;
  }
#header > ul a {width:auto;}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  color:#333;
  }
#home #nav-home, #programs #nav-programs,
#about #nav-about, #grants #nav-grants,
#partners #nav-partners, #media #nav-media, #contact #nav-contact {
  background-position:0 -150px;
 /* border-width:0; */
  }
#home #nav-home a, #programs #nav-programs a,
#about #nav-about a, #grants #nav-grants a,
#partners #nav-partners a, #media #nav-media a, #contact #nav-contact a {
  background-position:100% -150px;
  padding-bottom:5px;
  color:#936;
  background-color: #f7ce8c;
  }
#header li:hover, #header li:hover a {
  /* background-position:0% -150px; */
  color:#936;
  }
#header li:hover a {
  /* background-position:100% -150px; */
  }
  

#subheader  { 
	float: left;
	font-family: verdana, arial,  helvetica, sans serif; 
	font-size: 10px;
	width: 100%; 
	background-color: #f7ce8c; 
}
#subheader ul { padding: 0 0 0 7px; margin: 0 }
#subheader li {
	float: left;
	margin: 1px 0 1px 2px;
	list-style-type: none;
}
#subheader ul#subnavlist li a {
	display: block;
	float: left;
	width: auto;
	padding: 3px 1em 3px;
	border: 0;
	/* AK */
	color: #936; 
	text-decoration: none; 
}
#subheader ul#subnavlist span {
	display: block;
	float: left;
	width: auto;
	padding: 3px 1em 3px;
	border: 0;
}						
#subheader ul#subnavlist li a:visited {
	color: #936;
}
#subheader ul#subnavlist li a:hover {
	color: #936;
	text-decoration: underline;
	font-weight: 400; /* IE5/Mac disappearing item fix */
}

#messaging {
	/* pos: relative specified to eliminate IE6 peek-a-boo bug */
	position: relative;
	padding: 0;
	margin: 0;
	font-family: Arial;
	font-size: 90%;
}
#messaging div { font-size: larger; margin: 0 4px 10px 5px; padding: 7px 5px 6px 40px; font-weight: bold; width: 800px; }
#messaging div.alert { color: #fff; background-color: #c33; }
#messaging div.warning { color: #000; background-color: #fc3; }
#messaging div.notice { color: #fff; background-color: #3c3; }
#messaging a:link, #messaging a:visited, #messaging a:hover { color: #fff; text-decoration: underline; }
#messaging a:hover { background-color: #000; }
/* different for the warning state */
#messaging div.warning a:link, #messaging div.warning a:visited, #messaging div.warning a:hover { color: #00f; }
#messaging div.warning a:hover { color: #fff; background-color: #000; }
  

h2 { 
	font-size: 160%;
	line-height: 100%;
	font-weight: normal;
}

h3 { 
	font-size: 140%;
	line-height: 100%;
	font-weight: normal;
}


h4 { 
	font-size: 120%;
	line-height: 100%;
	font-weight: normal;
}

/* fix line heights for items */
p, .main li, .sidebar li { line-height: 150%; }


/* generic styling for content holder */
#content-wide, #content-narrow, #content-equal {
	width: 835px;
	margin-top: 15px;
	padding-top: 15px;
	clear: both;
}

#content-wide .main, #content-narrow .main, #content-equal .main 
,#content-wide .sidebar, #content-narrow .sidebar, #content-equal .sidebar {
	margin: 0;
	padding: 0 30px 30px 30px;
	text-align: left;
	float: left;
}
#content-wide .sidebar, #content-narrow .sidebar, #content-equal .sidebar {
	padding-left: 0;
}

#content-wide .main { 
	width: 485px; 
}

#content-wide .sidebar { 
	width: 255px;
	padding-right: 5px;
}

#content-narrow .main { 
	width: 260px;
}
#content-narrow .sidebar {
	width: 480px;
	padding-right: 5px;
}

#content-equal .main {
	width: 365px;
}
#content-equal .sidebar {
	width: 375px;
	padding-right: 5px;
}

.results { color: #61225c; font-weight: bold; }

.grants { 
	padding: 0 0 15px 0;
}
.grants h4 {
	padding: 0 0 4px 0; 
	margin: 0; 
	font-weight: bold;		
}
.main div.grants p {
	margin: 0;
	padding: 0;
}

table.spreadsheet {
	margin: 9px 0 10px 0;
	background-color: #fff; 
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
table.spreadsheet tr th { 
	padding: 5px 15px 5px 3px;
	background-color: #f2f2f2; 
	border-bottom: 1px solid #666;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;  
}
table.spreadsheet tr td  { 
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;  
	font-size: 90%;
}
a.delete { padding: 2px; }
a.delete:hover, a.delete:visited:hover { color: #fff; background-color: #c33; text-decoration: none; }

.sidebarWidth { 
	width: 100%;
}

.pagination {
	padding-top: 10px;
	text-align: center;
	font-weight: bold;
}


.pdfInfo {
	font-size: 10px;
	color: #666;
}

#footer {
	clear: both;
	width: 796px;
	text-align: center;
	border-top: 1px dashed #666;
	padding: 10px 0 15px 24px;
	font-size: 85%;
}
