@charset "utf-8";
/* CSS Document */

#table1 {
	background-position: 120px 20px;
	background-image: url(imgs/backImage_home1.jpg);
	background-repeat: no-repeat;
	width:1100px;
}

#table2 {
	background-position: 120px 20px;
	background-image: url(imgs/backImage_news1.jpg);
	background-repeat: no-repeat;
	width:1100px;
}

#table3 {
	background-position: 120px 20px;
	background-image: url(imgs/backImage_grant1.jpg);
	background-repeat: no-repeat;
	width:1100px;
}

#table4 {
	background-position: 120px 20px;
	background-image: url(imgs/backImage_housing1.jpg);
	background-repeat: no-repeat;
	width:1100px;
}

#table5 {
	background-position: 120px 20px;
	background-image: url(imgs/backImage_crossing1.jpg);
	background-repeat: no-repeat;
	width:1100px;
}

#table6 {
	background-position: 120px 20px;
	background-image: url(imgs/backImage_donors1.jpg);
	background-repeat: no-repeat;
	width:1100px;
}

#table7 {
	background-position: 120px 20px;
	background-image: url(imgs/backImage_contact1.jpg);
	background-repeat: no-repeat;
	width:1100px;
}

#table8 {
	background-position: 120px 20px;
	background-image: url(imgs/backImage_about1.jpg);
	background-repeat: no-repeat;
	width:1100px;
}

#table9 {
	background-position: 120px 20px;
	background-image: url(imgs/backImage_resources2.jpg);
	background-repeat: no-repeat;
	width:1100px;
}

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	text-align: left;
	padding: 10px;
}

.p1 {
	width: 190px;
	float:left;
}

.p2 {
	width: 390px;
	float:right;
}

.p3 {
	width: 280px;
	float:left;
}

.p4 {
	width: 280px;
	float:right;
}

.p5 {
	width: 600px;
	float:left;
}

.h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #D40000;
}

.h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #551F00;
}

.h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #D40000;
}

.h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #551F00;
}


.body2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555F55;
	text-align: left;
}

.link a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D40000;
	text-decoration: none;
}

.link2 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #D40000;
	text-decoration: none;
	font-weight: bold;
}

.link a:hover{
	color: #000080;
}

.link3 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2A5FAA;
	text-decoration: none;
}

.link3 a:hover{
	color: #D40000;
}

.sideBlock{
	top: 20px;
	right: 120px;
}

.sideNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	width: 130px;
	float:right;
	padding: 10px;
	clear: both;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.sideNavCurrent{
color:#551F00;
}

.sideNav a {
	text-decoration: none;
	color:#FFF;	

}

.sideNav a:hover {
text-decoration: none;
color:#551F00;
}

.image {
	float:left;
	padding-right: 5px;
	margin: 5px 15px 10px 5px;
}

.image2 {
	float: right ;
	padding-right: 5px;
	margin: 5px;
}

.div{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}

/* sub nav */

#subNavBlock {
	float: left;
	color: #333;
	width: 600px;
	padding-bottom: 0px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

#nav-section {
	clear: both;
	text-indent: 0px;
	font-size:13px;
	text-decoration: none;
}

#nav-section ul {
margin: 0px;
padding: 0px;
}

#nav-section li {
	list-style-type: none;
	float: left;
	margin: 0px;
	padding:0px 8px;
	border-right-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #333333;
	text-decoration: none;
}

#nav-section li a:link, #nav-section a:visited{
	text-decoration: none;
	color:#000;
	font-weight: bold;
}

#nav-section li a:hover {
background-color:#CCCCCC;
}

.youarehere {
	color:#808080;
}
