@charset "UTF-8";
/* =Color Guide
	green: 		#8b0;
	orange: 	#c70;
	blue: 		#0aaecb;
	grey: 		#575757;
	dark grey:	#333;
*/
/* =General */

 * {
	padding: 0;
	margin: 0;
}

img {
	border: none;
}
br {
	clear:both;
}
body {
	background: #000 url(img/background.jpg) no-repeat top center;
}
body#index {
	background: #000 url(img/background_index.jpg) no-repeat top center;
}
/* =Classes Global */
.decreaseText {
	font-size: .9em;
	letter-spacing: -.1em
}
.textRight {
	text-align:right;
}
.grey {
	color: #575757;
}
.noBullet {
	list-style-type:none;
}
#welcomeMsg {
	margin-top: 40px;
	padding: 20px 0;
	color: #333;

}
#welcomeMsg p {
color: #333;
}

/* =Boxes */
#wrapper {
	width: 790px;
	margin: 0 auto;
	margin-top: 68px;
	position:relative;
}
#header {
	height:136px;
}
#content {
	width:560px;
	float: right;
	background: #fff;
	margin-bottom:20px;
}
#clickable {
	width:213px;
	height:136px;
	float: left;
	border-bottom: 1px solid transparent;
}
/* =Index Page */
#index #content {
	height: 502px;
	float: right;
	background:none;
}

#contactInfo {
	width: 250px;
	height: 150px;
	position: absolute;
	right: 15px;
	bottom: 20px;
}
#contactInfo li {
	font-size: 1.1em;
}
#pageFoot {
	width: 790px;
	margin: 0 auto;
	margin-top: 55px;
	margin-bottom: 20px;
	text-align:center;
}
#index p.foot {
	background: none;
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
}
/* =Nav */
#nav {
	width:213px;
	float: left;
}
.navItem {
	margin-bottom:10px;
	background: #fff;
}
.navItem ul{
	padding: 10px;
	list-style-type: none;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	font-size: .7em;
	color: #575757;
}
	
.navItem li a {
	display:block;
	text-decoration: none;
	color: #575757;
	border: none;
}

#greenLinks li a:hover {
	color: #8b0;
	background: url(img/sel_green.jpg) no-repeat right center;
}
#orangeLinks li a:hover {
	color: #c70;
	background: url(img/sel_orange.jpg) no-repeat right center;
}
#blueLinks li a:hover {
	color: #0aaecb;
	background: url(img/sel_blue.jpg) no-repeat right center;
}
#nav #greenLinks {
	background: #fff url(img/color_green.jpg) repeat-y right top;
}
#nav #orangeLinks {
	background: #fff url(img/color_orange.jpg) repeat-y right top;
}
#nav #blueLinks {
	background: #fff url(img/color_blue.jpg) repeat-y right top;
}
#nav p {
	color: #03b;
	text-align:center;
}
/* =Nav Targeting */
#index #home_link {
	color:#8b0;
	font-weight:bold;
}
#history #history_link {
	color:#8b0;
	font-weight:bold;
}
#mission #mission_link {
	color:#8b0;
	font-weight:bold;
}
#grantHistory #grantHistory_link {
	color:#c70;
	font-weight:bold;
}
#press #press_link {
	color:#0aaecb;
	font-weight:bold;
}
#funding #funding_link {
	color:#c70;
	font-weight:bold;
}
#directors #directors_link {
	color:#8b0;
	font-weight:bold;
}
#application #application_link {
	color:#c70;
	font-weight:bold;
}
#reporting #reporting_link {
	color:#c70;
	font-weight:bold;
}
#contact #contact_link {
	color:#0aaecb;
	font-weight:bold;
}
#signature #signature_link {
	color:#c70;
	font-weight:bold;
}

/* =Typography */
p, caption, blockquote {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: .7em;
	margin: 0 20px 10px 20px;
	color: #575757;
}
blockquote {
	margin: 0 40px 10px 40px;
	font-size: .85em;
	color:#333;
	font-style:italic;
}
blockquote div {
	color: #575757;
	line-height:2em;
}
#content ul {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: .7em;
	margin: 0 20px 10px 35px;
	color: #575757;
}
#content li ul {
	font-size: inherit;
}


#content ol {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: .7em;
	margin: 0 20px 10px 40px;
	color: #575757;
}
h1 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 26px;
	margin: 20px 20px 10px 20px;
	color: #575757;
	text-transform:uppercase;
}
h2 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 10px 20px;
	color:#8b0;
	text-transform:uppercase;
}
p.foot {
	background:#8b0;
	color: #fff;
	margin: 20px 0 0 0;
	padding: 10px 20px;
}

.smaller {
font-size: 10px;
}
/* =Links */
a {
	color: #03b;
	text-decoration:none;
	border-bottom: 1px dotted #03b;
}
a.imgLink {
	border-bottom: none;
}
a.imgLink:hover {
	border-bottom: none;
}
a:hover {
	border-bottom: 1px solid #03b;
}
a:active {
	color: #8b0;
	border-bottom: 1px solid #8b0;
}
/* =Color Coating */
.green #content a {
	color: #8b0;
	text-decoration:none;
	border-bottom: 1px dotted #8b0;
}
.orange #content a {
	color: #c70;
	text-decoration:none;
	border-bottom: 1px dotted #c70;
}
.orange #content h2 {
	color: #c70;
}
.blue #content a {
	color: #0aaecb;
	text-decoration:none;
	border-bottom: 1px dotted #0aaecb;
}
.blue #content h2 {
	color: #0aaecb;
}

.orange p.foot {
	background: #c70;
}

.blue p.foot {
	background: #0aaecb;	
}

/* =Directors Page*/
#content .directorsList {
	margin: 1em 20px;
}
#content .directorsList li {
	margin: 1.1em 0;
	margin-left: 15px;
}
.directorsList span {
	font-size: 1.5em;
	color: #333;
}

#content .directorsList a {
	border-bottom: none;
	padding-right: 10px;
	background: url(img/background_arrowLink.jpg) no-repeat right center;
}
#content .directorsList a:hover {
	text-decoration:underline;
}
#content .officersList {
	color: #333;
}

#bios {
	padding: 1em 0;
}
/* =Application Page*/
#content #steps li span {
	text-transform:uppercase;
	font-weight:bold;
	font-size: 1.2em;
}

/* =Press Page*/
#press #content ul {
	list-style-type:none;
	margin-left:20px;
}
#press #content ul li {
	margin-left: 10px;
}
#press #content ul li a {
	display:block;
	padding: 10px 0;
	padding-left: 10px;
}
#press #content ul li a:hover {
	background:#eee;
}
.video {
	margin: 20px;
}




/* =Flickr */
#flickr_badge_wrapper {
	margin: 10px 15px;
}
#flickr_badge_wrapper img {
	margin: 0 5px;
}
#content #flickr_badge_wrapper a {
	border: none;
}
