body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #fff;
	background-image: url('images/bodyFiller.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	color: #231f20;
	text-align: left;
	margin: 0em;
	padding: 0em;
	}
#wrapper {
	margin: 0;
	width: 684px;
}
#header {
/* 	background-image: url('images/headerBkgd.jpg');
	background-position: top left;
	background-repeat: no-repeat; */
	height:240px;
	position: relative;
}
#navbar {
	width:684px;
	height:117px;
	position: absolute;
	bottom:0px;
	left:0px;
/* 	background-image: url('images/navbarFiller.png'); */
/* 	background-position: center bottom; */
/* 	background-repeat: repeat-x; */
}
#content{
	width: 684px;
}
#footerWrapper {
	border-top: 3px solid #e41e26;
	clear: both;
	background-color: #fdfceb;
	background-image: url('images/footerWrapperFiller.png');
	background-position: top left;
	background-repeat: repeat-x;
	height:160px;
}
#footer {
	width:684px;
	clear: both;
}



/*---- Header ----*/





/*---- Navbar ----*/
ul#nav {
	position: relative;
	width:614px;
	height:53px;
	margin: 0px 0px 0px 8px;
	padding: 0em;
}
ul#nav li {
	list-style: none;
	padding: 0em;
	margin: 0em;
}
ul#nav li a {
	display: block;
	width:100%;
	height:100%;
}
ul#nav li img {
	position: absolute;
	bottom:0px;
}
ul#nav li#home {
	position: absolute;
	bottom:0px;
	left:0px;
	width:240px;
	height:53px;
}
ul#nav li#signup {
	position: absolute;
	bottom:0px;
	left:122px;
	width:240px;
	height:53px;
	z-index: 1;
}
ul#nav li#getinvolved {
	position: absolute;
	bottom:0px;
	left:248px;
	width:240px;
	height:53px;
	z-index: 2;
}
ul#nav li#about {
	position: absolute;
	bottom:0px;
	left:373px;
	width:240px;
	height:53px;
	z-index: 3;
}


#navbar img.tagline {
	float: right;
	margin-top: 2px;
	margin-right: 30px;
}


/*---- Main ----*/

div#main {
	width:280px;
	float: left;
}
img.photoCollage {
	float: right;
}
div#main a {
	color: #e41e26;
	text-decoration: none;
	}
div#main a:hover {
	color: #0275C8;
	text-decoration: underline;
	}

/*---- Footer ----*/
div#searchForm {
	float: left;
	margin-left: 32px;
}
#footer ul {
	margin: 0em;
	padding: 0em;
}
#footer ul li {
	float: left;
	list-style: none;
	margin: 0em;
	padding: 0em;
	font-family: Helvetica, arial, sans-serif;
}

ul#footerNavbar {
	float: right;
	margin: 20px 20px 0 0;
	font-size: 12px;
}
ul#footerNavbar li {
	margin-left: 20px;
}
ul#footerNavbar li a {
	text-decoration: underline;
}


ul#footerMeta {
	padding-top: 15px;
}
ul#footerMeta li {
	font-size: 12px;
	margin-left: 35px;
}


input#searchsubmit {
	margin: 0px 0 4px 5px;
	vertical-align: middle;
}


/*---- Typography ----*/
p {
	text-align: left;
	font-size: 13px;
	line-height: 18px;
	margin: 5px 0 0px 0;
	padding: 0px 0 10px 0;
}
h1 {
	font-family: "Georgia", serif;
	color:#000;
	font-size: 24px;
	text-align: left;
	margin: 0px 0 10px 0;
	padding: 0em;
}
div#main h1 a {
	color:#000;
}
div#main h1 a:hover {
	color:#000;
	text-decoration: underline;
}
h2 {
	font-family: "Georgia", serif;
	color:#000;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	margin: 5px 0 0 0;
	padding: 0em;
}
ul {
	margin: 5px 0;
	padding: 0em;
	list-style: disc inside;
}
ul li {
	margin-bottom: 3px;
}

/*---- Site-Map Styles ----*/

div.ddsg-wrapper h2 {
	display: none;
}
div.ddsg-wrapper ul li a {
	font-size: 17px;
}

/*---- Shared Styles ----*/
.clear {
	clear: both;
}
div.padder {
	padding: 20px 30px 30px 30px;
}
a {
	color: #231f20;
	text-decoration: none;
	}
a:hover {
	color: #0275C8;
	text-decoration: underline;
	}
	
	
	
	