﻿
/* - Redifined HTML ------------------------------ */

*
{
	margin: 0;
	padding: 0;
}

a:link
{
	color: #006C56;
}

a:visited
{
	color: #81b8ad;
}

a:hover,
a:active
{
	color: #81b8ad;
}

body
{
	background: #FFF url(../_images/body-bg.png) repeat-x;
	color: #6A737B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}

h1
{
	font-family: "Trade Gothic", "TradeGothic", Arial, Helvetica, sans-serif;
}

h2
{
	font-family: "Trade Gothic", "TradeGothic", Arial, Helvetica, sans-serif;
	font-size: 3em;
	font-weight: normal;
}

h3
{
	color: #000;
	font-family: "Trade Gothic", "TradeGothic", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.2em;
	text-transform: uppercase;
}

p + h3
{
	padding-top: 1em;
}

h4
{
	font-size: 1.16em;
	padding: .25em 0 .1em;
}

img
{
	border: none;
}

li
{
	padding: .15em 0 .15em;
}

li ul
{
	padding-bottom: 0;
}

ol,
ul
{
	padding: 0 0 1em 20px;
}

p
{
	padding: 0 0 1em;
}



/* - Layout ------------------------------ */


.container
{
	background: url(../_images/container-bg.png) center repeat-y;
	margin: 9px auto 16px;
	width: 1006px;
}


/* - Header - */

.header
{
	background: url(../_images/header-bg.png) no-repeat;
	overflow: auto;
	padding: 26px 5px 27px 34px;
	width: 967px;
}

.header h1
{
	float: left;
	height: 43px;
	overflow: hidden;
	width: 222px;
}

.header h1 a
{
	background-repeat: no-repeat;
	display: block;
	height: 0;
	overflow: hidden;
	padding: 43px 0 0;
	width: 100%;
}


/* Navigation */

.nav
{
	background: url(../_images/nav-bg-left.png) no-repeat;
	float: right;
	font-family: "Trade Gothic", "TradeGothic", Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	height: 41px;
	margin: 1px 0 0;
	overflow: visible;
	/*padding: 0 0 0 89px;*/
	padding:0 0 0 0;
	white-space: nowrap;
}

.nav ul
{
	background: url(../_images/nav-bg-right.png) right no-repeat;
	height: 41px;
	padding: 0 27px 0 0;
}

.nav li
{
	background: url(../_images/nav-item-bg.png) repeat-x;
	height: 37px;
	float: left;
	list-style: none;
	overflow: hidden;
	padding: 4px 0 0;
}

.nav a:link,
.nav a:visited
{
	border-left: 1px solid #FFF;
	color: #006C56;
	display: block;
	float: left;
	text-decoration: none;
	height: 37px;
	padding: .9em 1.1em 0;
}

.nav li:first-child a
{
	border-left: 0;
}

.nav a:hover,
.nav strong a
{
	background: url(../_images/nav-item-bg-selected.png) repeat-x;
	color: #006C56;
}


/* - Contents - */

.contents
{
	border-color: #eae6df;
	border-style: solid;
	border-width: 1px 0;
	margin: 0 32px 0 34px;
	padding: 1px 0 0;
}

/* Section Heading */

.section_heading
{
	background: #81b8ad;
	background-repeat: no-repeat;
	height: 133px;
	width: 100%;
}

.section_heading h2
{
	padding: .6em;
	text-shadow: 0 .05em .15em #444;
}

.section_heading h2.normal
{
	color: #FFF;	
}

.section_heading h2.alt1
{
	color: #000;
}

/* Section Heading backgrounds for each section */

.section_heading_whoWeSupport
{
	background-image: url(../_images/section-headings/man-with-clouds.jpg);
}

.section_heading_grantRequests
{
	background-image: url(../_images/section-headings/man-with-clouds.jpg);
}

.section_heading_newsAndEvents
{
	background-image: url(../_images/section-headings/man-with-clouds.jpg);
}

.section_heading_contactUs
{
	background-image: url(../_images/section-headings/man-with-clouds.jpg);
}

.section_heading_termsAndConditions
{
	background-image: url(../_images/section-headings/man-with-clouds.jpg);
}

.section_heading_businessIntegrity
{
	background-image: url(../_images/section-headings/man-with-clouds.jpg);
}

.section_heading_privacyPolicy
{
	background-image: url(../_images/section-headings/man-with-clouds.jpg);
}

/* Columns */

.columns
{
	overflow: auto;
	padding: 2px 0 0;
	width: 100%;
}

.columns_left
{
	border-right: 1px solid #eae6df;
	float: left;
	padding: 0 2px 10px 0;
	width: 627px;
}

.columns_right
{
	border-left: 1px solid #eae6df;
	margin-left: 629px;
	padding: 0 0 0 2px;
	width: 308px;
}

.columns_spot
{
	background: url(../_images/columns-bg.png) repeat-x;
	padding: 20px;
}

.columns_spot + .columns_spot
{
	background-position: 0 1px;
	border-top: 1px solid #eae6df;
}

/* Issue Update:  Brand team would like square bullets */
.columns_spot li {
	margin-left:20px;
	margin-bottom:5px;
	line-height:1.5em;
}
.columns_spot	ul li {
		list-style:none;
		margin:0 0 5px;
		padding:0 0 5px 20px;
		background-image:url(../_images/bullet-square-grey.gif);
		background-position:10px 0.6em;
		background-repeat:no-repeat;
}


.calloutPhoto
{
	padding: 0 17px 0 0;
}

/* - Footer - */

.footer
{
	background: url(../_images/footer-bg.png) bottom no-repeat;
	padding: 1.75em 32px 1.75em 34px;
}

.legal li
{
	float: left;
	list-style: none;
}

.legal
{
	float: left;
}

.legal li a,
.legal li a:visited
{
	border-left: 1px solid #E9E3DB;
	color: #007161;
	line-height: 1em;
	overflow: hidden;
	padding: 0 .5em 0;
	text-decoration: none;
}

.legal li:first-child a
{
	border-left: 0;
	padding-left: 0;
}

.copyright
{
	text-align: right;
}


/* - Miscellany - */

.back_to_top a:visited
{
	color: #006C56;
}

/* CTA links */

a.continue,
h4 a
{
	background: url(../_images/bullet-11.png) 0 1px no-repeat;
	padding-left: 15px;
	text-decoration: none;
}

.continue:visited,
h4 a:visited
{
	color: #006C56;
}

h4 a
{
	background-position: 0 3px;
}

/* Pullquote */

.pullquote
{
	font-family: "Trade Gothic", "TradeGothic", Arial, Helvetica, sans-serif;
	width: 99%;
}

.pullquote p
{
	font-size: 1.3em;
	font-style: italic;
	line-height: 1.25em;
	padding: 0 0 .75em;
}

.pullquote dt
{
	font-size: 1.5em;
	padding: 0 0 .1em;
}

.pullquote dd
{
	font-size: .9em;
}



/* - Individual Pages -------------------- */


/* - Home - */

/* Slideshow */

.slideshow
{
	height: 322px;
	position: relative;
}

.slide
{
	position: absolute;
}

.slide img
{
	display: block;
}

.slide a:link,
.slide a:visited
{
	background: url(../_images/home/slideshow/bullet.png) 0 .15em no-repeat;
	color: #FFF;
	display: block;
	font-size: 2em;
	left: 21px;
	line-height: 1.25em;
	padding: 0 0 0 30px;
	position: absolute;
	text-decoration: none;
	text-shadow: 0 .05em .2em #222;
	top: 208px;
	font-family: "Trade Gothic", "TradeGothic", Arial, Helvetica, sans-serif;
}

.slide a strong
{
	color: #00ae9e;
}

/* Home columns / spots */

.home_spot_1
{
	float: left;
	width: 240px;
}

.home_spot_2,
.columns_spot + .home_spot_2
{
	background-position: 0 0;
	border: none;
	margin-left: 280px;
	/*padding-left: 168px;*/
	border-left: 1px solid #eae6df;	
}

.home_spot_2 .photo_left
{
	border-left: 1px solid #eae6df;
	float: left;
	margin-left: -168px;
	padding: 0 17px 0 20px;
}

.home_spot_2 .photo_left img
{
	border: 1px solid #eae6df;
	display: block;
}

.homeBottom
{
	width: 312px;
}

.-htl-
{
	margin-left: 2px;	
}

.-htr-
{
	margin-right: 2px;	
}

.homeBottomContainer
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border-collapse: collapse;	
}

.homeBottomContainer td
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border-collapse: collapse;	
	vertical-align: top;
}

.homeBottomNext
{
	border-left: 1px solid #eae6df;
}

/* - Who We Support - */

/* non-featured organizations */

.whoWeSupport_organizations
{
	overflow: auto;
	padding-left: 0;
}

.whoWeSupport_organizations li
{
	list-style: none;
	float: left;
	width: 30%;
}

.whoWeSupport_organizations a
{
	text-decoration: none;
}

.whoWeSupport_organizations a:after
{
	content: ' >';
}


/* - Grant Requests - */

/* Apply for a Grant Now */

.applyNow
{
	background: url(../_images/applyNow-bg.png) 0 0 repeat-x;
	font-family: "Trade Gothic", "TradeGothic", Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	height: 36px;
	padding-bottom: 0;
	padding-top: 25px;
}

.applyNow p
{
	padding: 0;
}

.applyNow a
{
	background: url(../_images/bullet-11.png) 0 1px no-repeat;
	padding-left: 18px;
	text-decoration: none;
}

.applyNow a:hover,
.applyNow a:visited
{
	color: #006C56;
}


/* - News & Events - */

/* Archive links */

.newsAndEvents_posted
{
	font-style: italic;
	padding-bottom: 0;
}

.newsAndEvents_archives_links
{
	background-color: #f2f0ec;
	background-position: left bottom;
}

.newsAndEvents_archives_links ul
{
	list-style: none;
	padding-left: 0;
}


/* - Contact Us - */

/* Contact form */

.contactForm label
{
	display: block;
	padding: 0 0 1.5em;
	position: relative;
	width: 12ex;
}

.contactForm label.required
{
	font-weight: bold;
}

.contactForm input,
.contactForm select, 
.contactForm textarea
{
	border: 1px solid #A7A9AC;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: -1.25em 0 0 14ex;
	padding: 2px;
	width: 215px;
}

.contactForm select
{
	width: 221px;
}

.contactForm textarea.comments
{
	height: 80px;
}

.contactForm select.state
{
	width: auto;
}

.contactForm input.zip
{
	width: 5em;
}

.contactForm input.submit
{
	background: url(../_images/bullet-11.png) 0 45% no-repeat;
	border: none;
	color: #006C56;
	font-weight: bold;
	padding: 0 0 0 15px;
	text-decoration: none;
	margin-top: 1em; 
	width: auto;
	cursor: pointer;
}

.contactForm .error
{
	display: block;
	margin-left: 12ex;
	margin-top: -10px;
	margin-bottom: 7px;
	padding: 0px;
	width: 200px;
}

.contactForm .help
{
	clear: left; 
	padding-top: 10px; 
	margin: 0 0 0 14ex;
}