body { 
	background: #fff; 
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif; 
	font-weight: 300; 
	color: #ccc;
	font-size: 62.5%;
}

#title {
	background-color: #666;
	width: 100%;
	margin: 0;
	padding: 0 0 20px 0;
	border-bottom: 10px solid #eee;
}

#title h1 {
	margin-top: 20px;
	color: #999;
	font-size: 7.2em;
	font-weight: normal;
	margin-bottom: 0;
	line-height: 1em;
	letter-spacing: -.07em;
	padding: 0;
}
	#title h1 a {
		color: #fff;
		text-decoration: none;
	}
	#title h2 {
		color: #fff;
		font-weight: normal;
		font-size: 1.4em;
		line-height: 1em;
		margin: 0;
	}
	
#accordion {
	margin-top: 0;
}
#accordion h3 {
	width: 100%;
	margin: 0;
	margin-bottom: 10px;	padding: 0;
	background-color: red;
}
#accordion h3 a {
	color: white;
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
	background-color: #999;
	padding: 10px 0;
}
#accordion h3 a:hover {
	background-color: #333;
}
#accordion h3 a.active {
	background-color: red;
}

#body {
	margin-top: 0px;
	font-size: 1.5em;
	color: #999;
}
	#body h2 {
		color: #f00;
		font-weight: normal;
		line-height: 1em;
		margin: 0;
		font-size: 1.7em;
	}
	#body p {
		font-size: 1.5em;
		line-height: 1.3em;
	}
	#body a {
		color: #f00;
		text-decoration: none;
	}
	#body a:hover {
		background-color: red;
		color: white;
	}
	
.hidden {
	display: none !important;
}

.form {
	background-color: #fff;
	margin-bottom: 10px;
	padding: 0;
	width: 100%;
}

input, textarea {
	border: none;
	display: block;
	width: 90%;
	margin: 5px 0 10px 0;
	font-size: 1.3em;
	color: #999;
	padding: 10px;
	border: 3px solid #ccc;
}

.button {
	width: 45%;
	background-color: #fff;
	color: red;
}
.button:hover {
	color: white;
	background-color: red;
}

.highlight {
	color: #fff;
	background-color: red;
	text-align: center;
}