@charset "utf-8";
/* Home CSS */

/* -------------------------------------------------- */
/* ===== STRUCTURE + LAYOUT ========================= */
/* -------------------------------------------------- */
#headerArea {
	background: #353535 url(../images/big-black-bg.jpg) 0 -5px repeat-x;
}
	#header {
		width: 660px;
		height: 290px;
		margin: auto;
		background: url(../images/big-alien.gif) bottom right no-repeat;
		position: relative;
	}
#contentArea {
	border-bottom: 1px solid #98c652;
	min-height: 330px;
}
#extraArea {
	display: none;
}


/* -------------------------------------------------- */
/* ===== HEADER ===================================== */
/* -------------------------------------------------- */
h1 {
	background: url(../images/speech-bubble.gif) no-repeat;
	width: 510px;
	height: 190px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 3em;
	font-weight: normal;
	color: #838383;
	line-height: 1.2;
	padding: 27px 0 0 30px;
	position: absolute;
	top: 15px;
}
.highlight {
	color: #8cbb00;
}


/* -------------------------------------------------- */
/* ===== CONTENT ==================================== */
/* -------------------------------------------------- */
dl {
	float: left;
	width: 255px;
	padding: 10px 30px;
}
dt {
	font: bold 2.9em/1.4 "Lucida Sans Unicode", "Lucida Sans", Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	color: #8cbb00;
	margin-bottom: 0.5em;
}
dd {
	font: 1.4em/1.4 "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	margin-bottom: 8px;
}
.hover {
	background: #fff;
	border: 1px solid #dedede;
	margin: -1px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
}



/* -------------------------------------------------- */
/* ===== FOOTER ===================================== */
/* -------------------------------------------------- */
#footer {
	padding-top: 20px;
}

