* {
margin:0;
padding:0;
}


html, body {
        height: 100%;
        min-height: 100%;
}

body {
	background-color: Black;
	color: White;
	}

small {
	color: Black;
	padding-left: 15px;
	}

a:active, a:focus {outline:none;}

#topSection {
	float: left;
	}

.wrapper {
	background: url(../media/panorama_narrow.jpg) scroll repeat-x bottom center;
    min-height: 100%;
    z-index: -1;
}

#logoBox {
	text-align:center;
	color: White;
	float: left;
}

#sffLogo {
	padding: 30px 0 0 80px;	
	}

#sffAddr {
	padding: 0 0 0 80px;	
	}

#leftBox, #rightBox {
	width: 31%;
	height: 270px;
	position: absolute;
	top: 180px;
	padding: 15px;
}

#leftBox p, #rightBox p {
	margin: 15px 0;
	font-size: 1.1em;
	line-height: 1.5em;
	}

#leftBox {
	left:15%;
	}

#rightBox {
	left: 52%;
	text-align: right;
}

#nav {
	position: absolute;
	top: 100px;
	text-align: center;
	width: 100%;
	padding-top: 20px;
}

#nav li {
	display: inline;
	padding: 5px 15px;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 1.5em;
	text-align: center;
}

.indent {
	position: relative;
	left: 50px;
	}

.hidden {
	display: none;	
}
#contactItem {
	border-right: 2px solid White;
}

#divider {
	float:left;
	padding: 110px 0 0 10px;
}

#mission {
	/*float: left;
	padding: 10px 0 0 20px;*/
	position: absolute;
	left: 510px;
}

#mission a img{
	border: none;
}

#mission a img:active {
	border: none;
	}

#contact {
	width: 350px;
	float: left;
}

#grantHistory{
	width: 200px;
	display: inline;
	position: absolute;
	}

#grantHistoryTable {
	color: Black;
	}

#contactHeader, #grantHistoryHeader {
	position: relative;
	left: 25px;
}

#contactHeader:hover {
	cursor: pointer;
	}

#grantHistoryTable td {
	padding: 5px;
	min-width: 100px;
}

.yearHeader {
	font-size: 1.2em;
	font-weight: bold;
	color: #056395;
}

.yearEnd td{
	cell-spacing: 0px;
	border-bottom: 1px solid #056395;
	}

.total {
	font-weight: bold;
}

.totals td, th {
	font-size: 1.1em;
	font-weight: bold;
	color: #056395;
}

.totals td {
	border-top: 2px solid #056395;
	}