@import url('reset.css');

/* BEGIN HTML ELEMENTS */

a { color				: #3c949f; }
a:hover { color			: #83c5cd; }

big {
	font-size			: 1.7em;
}

body { 
	color				: #fff;
	background			: #5d5542 url('/images/survey-map.jpg') top center no-repeat; 
	line-height			: 1.4em;
	font-family			: Garamond, Georgia, serif;
}

em {
	font-style			: italic;
}

h1 {
	font-size			: 2.4em;
	line-height			: 1.0em;
	padding				: 0.7em 0;
	color				: #574f3d;
}

h2 {
	font-size			: 1.7em;
	line-height			: 1.0;
	padding				: 0.4em 0;
}

hr {
	width			: 345px;
	padding			: 0;
	margin			: 1em 0;
	border			: 0;
	height			: 1px;
	color			: #ccc;
	background-color: #ccc;
	text-align		: left;
}

p {
	font-size			: 1.4em;
	line-height			: 1.2em;
	padding-bottom		: 1.2em;
}

strong {
	font-weight			: bold;
}

/* END HTML ELEMENTS */

/* BEGIN HEADER ELEMENTS */

#header { 
	color				: #fff;
	background			: #352c14 url('/images/nav-bg.gif') top left repeat-x;
	height				: 38px;
}

#header h2 {
	font-size			: 1.0em;
	line-height			: 1.0;
	padding				: 0;
}

#header h2 a {
	display				: block;
	width				: 235px;
	height				: 38px;
	float				: left;
	text-indent			: -9999px;
	background			: url('/images/logo.gif') left center no-repeat;
}

/* END HEADER ELEMENTS */

/* BEGIN NAVIGATION ELEMENTS */

ul#navigation li a {
	font-size			: 1.3em;
	color				: #fff;
	text-decoration		: none;
}

ul#navigation li a:hover {
	color				: #9cc5ca;
}

#header ul {
	padding				: 0;
	margin				: 0;
	list-style			: none;
}

#header li {
	float				: left;
	position			: relative;
	padding				: 1.2em 0.8em 0.4em;
}

#header li ul { /* second-level lists */
	display				: none;
	position			: absolute;
	top					: 2.8em;
	left				: 0.4em ! important;
	padding-top			: 1em;
	z-index				: 900;
}

#header li>ul {
	top					: auto;
	left				: auto;
}

#header li li {
	display				: block;
	float				: none;
	background-color	: transparent;
	border				: 0;
	padding				: 0;
}

#header li:hover ul, #header li.over ul { /* lists nested under hovered list items */
	display				: block;
}

#header li li a {
	display				: block;
	font-size			: 1.3em;
	width				: 10em;
	background			: #5a513f;
	padding				: 0.4em;
	border-top			: 1px solid #332b14;
	border-bottom		: 1px solid #989488;
}

#header li li a:hover {
	background			: #36311c;
}

/* END NAVIGATION ELEMENTS */

/* BEGIN CONTENT ITEMS */

#container {
	width				: 800px;
	margin				: 1.5em auto;
	position			: relative;
}

#content { 
	padding				: 0 55px;
	color				: #352c13;
	background			: #fff;
	clear				: left;
}

#content ul {
	padding-top			: 0.4em;
}

#content li a {
	line-height			: 1.4em;
}

#flashcontent {
	background			: #fff;
	text-align			: center;
}

#popcontent {
	text-align			: center;
}

#footer {
	padding				: 1em 55px;
}

#footer a {
	color				: #fff;
	text-decoration		: none;
}

#footer a:hover {
	color				: #9cc5ca;
	text-decoration		: underline;
}

#pop-footer {
	padding				: 1em;
}

#close, #print {
	display				: block;
	float				: right;
	padding				: 0.5em 2em;
	margin-left			: 2em;
	background			: #90b9bf;
	color				: #302300;
	border				: 1px solid #6f6740;
	font-size			: 1.3em;
}

#close:hover, #print:hover {
	background			: #36311c;
	color				: #9cc5ca;
}

/* END CONTENT ITEMS */

/* BEGIN CLASS DECLARATIONS */

.controls {
	background			: #fff;
	color				: #352c13;
	text-align			: right;
	font-size			: 1.3em;
	padding				: 0.5em;
}

.sidebar {
	display				: block;
	float				: right;
	width				: 380px;
	margin-left			: 40px;
}

.topo {
	background			: #fff url('/images/survey-map2.jpg') top center no-repeat ! important;
}

/* END CLASS DECLARATIONS */

/* BEGIN FORM ELEMENTS */

input, textarea {
	width				: 200px;
}

label {
	display				: block;
	float				: left;
	width				: 10em;
	font-size			: 1.4em;
}

legend {
	display				: none;
}

.optional, .required {
	padding-bottom		: 0.4em;
	margin-bottom		: 0.4em;
}

.required {
	color				: #900;
}

/* END FORM ELEMENTS */