@import url('reset.css');

body, textarea, input {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #ccc;
}

input {
	color: #000;
}

body {
	background-color: #000;
}

.container {
	width: 900px;
	margin: 50px auto;
}

.logo {
	margin: 0 auto;
	text-align: center;
}

.nav {
	text-align: center;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	margin: 15px 0;
}

.nav li {
	display: inline;
	border-right: 1px solid #333;
}

.nav li.last {
	border-right: 0;
}

.nav a {
	display: inline-block;
	color: #eee;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 20px;
	text-decoration: none;
}

.business_content_container {
	/*height: 470px;*/
	line-height: 150%;
}

.content_strip {
	width: 595px;
	min-height: 550px;
	height: auto !important;
	height: 550px;
	float: left;
	overflow: auto;
	border-right: 1px solid #333;
}

.main_content {
	margin: 0 10px;
}

.right_panel {
	width: 300px;
	float: right;
}

h2 {
	font-size: 20px;
	margin-bottom: 20px;
	color: #ddd;
	line-height: 120%;
}

p {
	margin-bottom: 10px;
}

a {
	color: #2579e1;
}

.splash {
	position: relative;
	width: 575px;
	height: 200px;
	background-color: #333;
	margin-bottom: 20px;
}

.splash div {
	position: absolute;
	width: 100%;
	height: 30px;
	top: 100px;
	margin-top: -15px;
	text-align: center;
}

.eventbox {
	padding: 10px;
	margin: 0 0 10px 0;
	border: 1px solid #ddd;
}

.iconbuttons {
	text-align: center;
}

.iconbuttons img, .iconbuttons input {
	margin: 10px;
}

.iconbuttons * {
	display: inline;
}

.volunteerform {
	border: 1px solid #555;
	background-color: #333;
	margin: 20px;
	padding: 10px;
	text-align: center;
}

.volunteerform input, textarea {
	margin: 5px;
}

.volunteerform .textfield {
	padding: 5px;
	color: #999;
	width: 200px;
}

.volunteerform textarea {
	height: 80px;
}

.copyright {
	text-align: center;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #333;
	color: #555;
}
