body {
	display: block;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 14px;
	color: #333;
	width: 720px;
	margin: 0px auto;
	padding: 0px;
	background-color: #fff;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
a {
	color: #FEEF6D;
}
a:hover {
	color: #fff;
}
p {
font-size:12px;
}
h1 {
	padding: 0px;
	margin: 0px;
	color: #FEEF6D;
	text-align: center;
	padding-bottom: 6px;
	font-size:18px;
	border-bottom: 1px dotted #333;
	background-image: url(../images/shadow.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
div {
	background-color: #1B1718;
	margin: 0px;
	padding: 0px 40px 30px 40px;
	color: #fff;
}
ul {
	margin: 0px 20px;
	padding: 0px;
	list-style: none;
}
p {
}
blockquote {
	padding: 30px;
	margin: 0px;
	color: #ccc;
	font-size: 15px;
	background-color: #333;
	background-image: url(../images/quote.jpg);
	background-repeat: no-repeat;
	background-position: 7px 7px;
}
.clearer {
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
	background: none;
}
#navigation {
	background: none;
	margin-top: 185px;
	height: 30px;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
}
#navigation ul li {
	display: block;
	margin: 0px 0px 0px 15px;
	padding: 3px 8px;
	float: right;
	background-color: #272525;
}
#navigation ul li a {
	text-decoration: none;
	color: #999;
}
#navigation ul li a:hover {
	color: #FEEF6D;
}
#footer {
	height: 20px;
	margin-bottom: 50px;
	background-color: #fff;
	background-image: url(../images/bottom_bar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#makingithappen {
	
	clear: right;
}

#opportunities {
	padding-top: 50px;
}

#opportunities ul {
	margin: 30px 0px;
}
#opportunities li {
	display: block;
	position: relative;
	padding: 8px;
	margin: 4px 0px;
	background-color: #272525;
	
	/*width: 294px;
	float: right;
	clear: right;
	margin: 4px 5px;*/
}
#opportunities li.odd {
	/*float: left;
	clear: left;*/
}
#opportunities li h1 {
	margin: 8px 0px;
	padding: 0px;
	background: none;
	border: none;
	color: #fff;
	font-size: 14px;
	cursor: hand;
	cursor: pointer;
}
#opportunities li p {
	padding: 10px;
	margin: 0px;
}

#opportunities li .description {
	background-color: transparent;
	padding: 10px;
	margin: 0px;
}

#opportunities li a.signup {
	display: block;
	background-color: #444;
	padding: 5px 7px;
	float: right;
	clear: both;
	margin-top: 20px;
	text-align: left;
	padding-left: 30px;
	text-decoration: none;
	
	background-image: url(../images/badge.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
#opportunities li a.signup:hover {
	background-color: #666;
}

// sign up form
#opportunities li form {
	display: block;
	width: 330px;
	margin: 0px auto;
}
#opportunities li form label {
	display: block;
	margin: 8px 0px 3px 0px;
	color: #FEEF6D;
	text-transform: capitalize;
}
#opportunities li form input, 
#opportunities li form textarea {
	padding: 5px;
	background-color: #FFF6AC;
	border: 1px dotted #CCC;
	color: #333;
}
#opportunities li form input {
	display: block;
	width: 300px;
}
#opportunities li form textarea {
	width: 590px;
}
#opportunities li form button {
	display: block;
	padding: 5px;
	background-color: #FFF6AC;
	border: 1px dotted #CCC;
	color: #333;
	margin: 0px;
}
#opportunities li form button:hover {
	background-color: #efefef;
}
#opportunities li .notice {
	display: block;
	color: white;
	font-size: 16px;
	text-align: center;
	padding: 100px;
}