/* generics */

div, p, a, table, img, body, ul, li, h1, h2 {
	margin: 0;
	border: 0;
	padding: 0;
}

span.alt-text {
	display: none;
}


/* Home page */

body {
	background-color: #bfefff;
	background: url('/images/bkgi_00.jpg') center 0 no-repeat #f0f5f8;
	background-attachment: fixed;
}

div.clearfloat {
	clear: both;
}

div#content-side-shadow-dummy {
	width: 960px;
	position: static;
	margin: 0 auto 0 auto;
	background: url('/images/colshdw_.png') 0 0 repeat-y;
}



div#content {
	width: 900px;
	position: static;
	margin: 0 auto 0 auto;
	background-color: #a60339;
}

/* ABOVE FOLD */

div#above-fold {
	position: relative;
	top: 0;
	left: 0;
	width: 900px;
	height: 495px;
}

div#masthead {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 900px;
	height: 108px;
	background: url('/images/banr_h.png') 0 0 no-repeat;
}

div#masthead h1 {
	display: none;
}

div#photozone {
	position: absolute;
	top: 70px;
	left: 0;
	z-index: 1;
	width: 900px;
	height: 425px;
}

div#map-overprint {
	position: absolute;
	top: 108px;
	left: 0;
	width: 900px;
	height: 377px;
	z-index: 3;
	background: url('/images/mapv_h.png') 0 0 no-repeat;
}	



div#top-mast-transition {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	width: 900px;
	height: 10px;
	background-color: #000000;
}


/* BELOW FOLD */


div#below-fold {
	position: relative;
	float: left;
	width: 900px;
	background-color: #fffde5;
	overflow: hidden;
}

div#below-fold-exploration-absfade-dummy {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 320px;
	height: 100px;
	background: url('/images/fcov_h.png') 0 0 no-repeat;
}


div#below-fold div {
	float: left;
}

/* CIRCLES NAV BAR */

div#exploration {
	float: left;
	width: 320px;
	padding-bottom: 2000px;
	margin-bottom: -2000px;
	background: url('/images/circ_h.png') #fff685;
}


div#exploration ul {
	list-style-type: none;
	margin-bottom: 80px;
}

div#exploration ul li a {
	display: block;
	width: 270px;
	text-decoration: none;
	color: #000000;
}


div#exploration ul li a:hover {
	text-decoration: underline;
	color: #7914cd;
}


div#exploration ul li {
	margin: 0.5em 15px 3px 15px;
	padding: 0.3em 0 0.5em 1em;
	border-top: 1px solid #000000;
	font-family: georgia, serif;
	font-style: italic;
}

div#exploration ul li span.verb {
	position: relative;
	left: -0.2em;
	font-size: 1.8em;
	font-weight: bolder;
	text-transform: uppercase;
}

div#exploration ul li.go-learn {
	background: url('/images/navr_l.png') right top no-repeat;
}

div#exploration ul li.go-learn:hover {
	background: url('/images/navr_ls.png') right top no-repeat;
}


div#exploration ul li.go-browse {
	background: url('/images/navr_b.png') right top no-repeat;
}

div#exploration ul li.go-browse:hover {
	background: url('/images/navr_bs.png') right top no-repeat;
}



div#exploration ul li.go-explore {
	background: url('/images/navr_e.png') right top no-repeat;
}

div#exploration ul li.go-explore:hover {
	background: url('/images/navr_es.png') right top no-repeat;
}



div#exploration ul li.go-participate {
	background: url('/images/navr_p.png') right top no-repeat;
}

div#exploration ul li.go-participate:hover {
	background: url('/images/navr_ps.png') right top no-repeat;
}



div#exploration ul li.go-support {
	background: url('/images/navr_s.png') right top no-repeat;
}

div#exploration ul li.go-support:hover {
	background: url('/images/navr_ss.png') right top no-repeat;
}


/* BODY CONTENT */

div#what-is-this {
	float: left;
	width: 580px;
	font-family: helvetica, arial, sans-serif;
}

div#what-is-this h2 {
	margin: 18px 50px 0.8em 40px;
	font-size: 1.5em;
}

div#what-is-this p {
	margin: 0 50px 1.3em 40px;
	font-size: 1em;
	line-height: 1.7em;
}


/* FOOTER */

div#footer {
	clear: both;
	width: 900px;
	height: 60px;
	background: url('/images/mapf_.png') 0 0 no-repeat #9fa1a4;
}

div.footer-transition {
	width: 900px;
	height: 4px;
	background-color: #000000;
	margin-bottom: 2px;
}

div#footer p.credit {
	margin: 1.2em 36px 0 0;
	color: #e5e5e5;
	font-family: helvetica, arial, sans-serif;
	font-size: 0.8em;
	text-align: right;
}

div#footer p.credit a {
	color: #e5e5e5;
	text-decoration: none;
}

div#footer p.credit a:hover {
	color: #ffffff;
	text-decoration: underline;
}