@charset "utf-8";
/* Global CSS */
/* indentation is used to indicate inheritance from parent */

/* -------------------------------------------------- */
/* ===== GENERAL STYLES ============================= */
/* -------------------------------------------------- */
body {
	background-color: #aee35e;
	padding-bottom: 40px;
	font-size: 62.5%;
}
a {
	text-decoration: none;
	color: #247fb3;
}
a:hover, a:focus {
	color: #000;
	text-decoration: underline;
}
strong { font-weight: bold; }
em { font-style: italic; }
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/* -------------------------------------------------- */
/* ===== STRUCTURE + LAYOUT ========================= */
/* -------------------------------------------------- */
#headerArea { border-bottom: 2px solid #adacad; }
#contentArea { background: #fcfafc url(../images/grey-bg.gif); }
#header, #content, #extraContent, #footer {	width: 950px; margin: auto; }
	#content { 
		padding: 40px 0 60px 0; 
	}


/* -------------------------------------------------- */
/* ===== SITE NAVIGATION ============================ */
/* -------------------------------------------------- */
#navArea {
	width: 950px;
	height: 3em;
	border-bottom: 1px solid #dfe0da;
	margin-bottom: 1.5em;
	position: relative;
}
.nav {
	font: bold 1.4em/1 "Lucida Sans Unicode", "Lucida Sans", Arial, Helvetica, sans-serif;
	position: absolute;
	right: 0;
}
.nav a { 
	color: #a7a7a7; 
	border-bottom: 0;
}
.nav a:hover, .nav a:focus { 
	color: #000;
	text-decoration: none;
}
.nav li {
	float: left;
	margin: 0 17px;
	padding-top: 5px;
	text-transform: capitalize;
}
.nav li#contact { margin-right: 0; }
.nav li.current { 
	color: #525252; 
	border-top: 2px solid #9c0;
	padding-top: 3px;
}


/* -------------------------------------------------- */
/* ===== FOOTER ===================================== */
/* -------------------------------------------------- */
#footer { 
	color: #4e4e4e;
}
	#copyright {
		font: 1.1em "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-align: right;
		margin-bottom: 0 !important;
	}
#counter { display: none; }
