* {
	padding: 0;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
}

body {
	font: 1em/1.55em Tahoma, sans-serif;
	color: #ffffff;
	letter-spacing: .05em;
	background: #000 url(../images/bodyBg.jpg) no-repeat center top;
}

a img,img {
	border:none;
	display:block;
}
a:link {
	color: #E8B500;
}
a:visited {
	color: #E8B500;
}
a:hover {
	color: #E8B500;
}
a:active {
	color: #E8B500;
}

h1 {
	width:400px;
	height:200px;
	margin: 0 auto;
}

h1 a {
	display:block;
	width:100%;
	height:100%;
}

h1 span {
	display: none;
}

#container {
	margin:0 auto;
	width:940px;
	position:relative;
}

 #nav {
	width: 700px;
	height: 42px;
	margin: 0 auto;
}

#nav ul {
	list-style:none;
	float: left;
}

#nav li {
	float: left;
	display: inline;
}

#nav li a {
	height: 42px;
	position: relative;
	top: 0;
	display: block;
	background: transparent url(../images/navBg.png) no-repeat 0 0;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}

li#nav_home a {
	width: 85px;
	background-position: 20px 0;
}

 li#nav_about a {
	width: 110px;
	background-position: -70px 0;
}

 li#nav_gallery a {
	width: 120px;
	background-position: -180px 0;
}

 li#nav_calendar a {
	width: 150px;
	margin-left: 70px;
	background-position: -310px 0;
}

#home li#nav_calendar a {
	margin-left: 220px;
}

 li#nav_links a {
	width: 95px;
	background-position: -455px 0;
}

 li#nav_home a:hover {
	width: 85px;
	background-position: 20px -42px;
}

 li#nav_about a:hover {
	width: 110px;
	background-position: -70px -42px;
}

 li#nav_gallery a:hover {
	width: 120px;
	background-position: -180px -42px;
}

 li#nav_calendar a:hover {
	width: 150px;
	background-position: -310px -42px;
}

 li#nav_links a:hover {
	width: 95px;
	background-position: -455px -42px
}

#mainCont {
	width: 940px;
	height: 100%;
	float: left;
	background-color: #363636;
}

#leftCol {
	width: 260px;
	height: 100%;
	margin: 20px 0 40px 20px;
	float: left;
}

#rightCol {
	width: 620px;
	height: 100%;
	background: transparent url(../images/newsletterBg.jpg) no-repeat center bottom;
	float: left;
	margin: 20px 0 40px 20px;
}

#rightCol h2 span {
	display: none;
}

#rightCol h3 {
	font-size: 1em;
	font-weight: normal;
	margin-top: 20px;
}

#welcome {
	border: 0px solid #4a4a4a;
	padding: 40px 20px 60px;
}

#promo1 {
	width: 260px;
	height: 100%;
	background: #111111 url(../images/volunteer_today.jpg) no-repeat 0 0;
}
#promoforms {
	width: 260px;
	height: 100%;
	background: #111111 url(../images/forms.png) no-repeat 0 0;
}

#promo1 p {
	padding: 90px 90px 30px 20px;
	font-size: .9em;
}
#promoforms p {
	padding: 90px 20px 30px 20px;
	font-size: .9em;
}

#promo2 {
	width: 260px;
	height: 170px;
	background: #111111 url(../images/smoke_alarms.jpg) no-repeat 0 0;
}

#mission {
	width: 260px;
	height: 100%;
	float: left;
	margin-top: 30px;
	padding: 10px 20px 60px 20px;
	font-size: .85em;
}

#mission img {
	padding-bottom: 10px;
}

#mission p {
	padding-top: 20px;
	border-top: 3px solid #434343;
}

#goals {
	width: 260px;
	height: 100%;
	float: left;
	margin-top: 30px;
	padding: 10px 20px 60px 20px;
	font-size: .85em;
}

#goals img {
	padding-bottom: 10px;
}

#goals p {
	padding-top: 20px;
	border-top: 3px solid #434343;
}

#goals ul {
	margin-left: 16px;
	line-height: 1.25em;
}

#goals li {
	margin-bottom: 1em;
}

#history {
	float: left;
	margin-top: 30px;
	padding: 10px 20px 60px 20px;
	font-size: .85em;
}

#newsletter {
	width: 350px;
	height: 60px;
	clear: both;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 240px;
}

#footer {
	width: 940px;
	height: 200px;
	font-size: .85em;
	border-top: 1px solid #4a4a4a;
	background: #252525 url(../images/POW_MIA.gif) no-repeat center 25px;
	clear: both;
}

#footer a {
	color: #fff;
}

#footerNav {
	width: 400px;
	height: 30px;
	padding: 0 0 0 40px;
	margin-top: 25px;
	float: left;
}

#footerNav a {
	text-decoration: none;
}

#footerNav li {
	float: left;
	padding-right: 30px;
	list-style: none;
}

#footer h4 {
	color: #e8b500;
}

#facebook {
	width: 400px;
	height: 60px;
	margin-left: 32px;
	padding-top: 10px;
	clear: left;
	line-height: 1em;
}

#facebook p {
	padding-top: 10px;
}

#facebook img{
	float: left;
	margin-right: 10px;
}

#address {
	width: 300px;
	height: 100px;
	float: right;
	margin: 25px 40px 0 0;
}

.promoTop {
	width: 260px;
	height: 100%;
	background-color: #363636;
	background-image: url(../images/promoTop.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.promoBottom {
	width: 260px;
	height: 100%;
	background: transparent url(../images/promoBottom.gif) no-repeat left bottom;
	padding: 18px 0;
	margin-bottom: 40px;
}

.clear {
	clear: both;
}

/*Galleria Styles*/

.caption {
	font-style:italic;color:#887;
}

.demo {
	position:relative;
	margin-top:2em;
}

.gallery {
	width:702px;
	margin:0 auto;
}

.gallery_demo li {
	backgroundwidth:68px;
	height:50px;
	border:3px double #111;
	margin: 0 2px;
	background:#000;
}

.gallery_demo li div {
	left:240px;
}

.gallery_demo li div .caption{font:italic 0.7em/1.4 georgia,serif;
}

#main_image{margin:0 auto 60px auto;height:438px;width:700px;background:black;
}

#main_image img{margin-bottom:10px;
}

.galleriaNav{padding-top:15px;clear:both;font:80% 'helvetica neue',sans-serif;letter-spacing:3px;text-transform:uppercase;
}

.info{text-align:left;width:700px;margin:30px auto;border-top:1px dotted #221;padding-top:30px;
}

.info p{margin-top:1.6em;
}
