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

/* -------------------------------------------------- */
/* ===== STRUCTURE + LAYOUT ========================= */
/* -------------------------------------------------- */
#headerArea {
	/*background: #353535 url(../images/big-black-bg.jpg) 0 -5px repeat-x;*/
	background: #353535; /* Old browsers */
	background: -moz-linear-gradient(top,  #4e4e4e 0%, #353535 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4e4e4e), color-stop(100%,#353535)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4e4e4e 0%,#353535 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4e4e4e 0%,#353535 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4e4e4e 0%,#353535 100%); /* IE10+ */
	background: linear-gradient(top,  #4e4e4e 0%,#353535 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e4e4e', endColorstr='#353535',GradientType=0 ); /* IE6-9 */
}
	#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;
}
