@charset "UTF-8";
/* Main stylesheet.
 * Created by Zach Margolis */




/* Element styles */

body {
	background: black;
	color: #DDD;
	font-size: 10pt;
	font-family: "Lucida Grande", sans-serif;
	margin:0;
	padding: 0;
	}



h1, h2, h3, h4, h5, h6 {font-weight: normal; margin: 0; padding: 0;}

h1 a{
	background: url(../img/hdr_survey.gif) top left no-repeat;
	display: block;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	width: 405px;
	}
h1 a:hover {
	background-position: 0px -30px;
	}

a:link { text-decoration: none; color:#35E30C; }
a:visited { text-decoration: none; color:#35E30C; }
a:hover { text-decoration: none; color:#E2BD10; }
a:active { text-decoration: none; color:#35E30C; }


p {padding: .5em 0; margin: 0;}


/* Page layout styles */

#page {
	margin: 0 auto;
	width: 600px;
	}

#head {padding-bottom: 4em;}

#main {
	min-height: 40em;
	border-bottom: 1px solid #888888;
	}

#foot {
	color: #888;
	font-size: 8pt;
	text-align: center;
	padding-bottom: 1em;
	}


/* Reuseable classes */

.break {clear: both; height: 0px;}
.clear {clear: both;}
.left {float: left;}

.smaller {font-size: 8pt;}
.textcenter {text-align: center;}
.vspace {height: 4em;}

ul.plain {list-style: none; padding: 0; margin: 0;}

ul.nobullet {list-style: none; padding-left: 4em;}
ul.nobullet li {margin-top: 1em; padding: .25em;}
ul.answers {list-style: none; margin: 0; padding: 0;}
ul.answers li {margin-top: 0; padding: 0;}

span.num {float: left; margin-left: -2em; width: 2em;}

.padtop {padding-top: 2em;}

.wrong {background: #DD0000;}

/* Specific page styles */

#location {line-height: 50px;}

.page1, .page2, .page3, .page4 {
	background: url(../img/gfx_pages.gif);
	display: block;
	float: left;
	height: 50px;
	text-indent: -9999px;
	width: 50px;
	}

.page1 {background-position: 0px -50px;}
strong .page1 {background-position: 0px 0px;}

.page2 {background-position: -50px -50px;}
strong .page2 {background-position: -50px 0px;}

.page3 {background-position: -100px -50px;}
strong .page3 {background-position: -100px 0px;}

.page4 {background-position: -150px -50px;}
strong .page4 {background-position: -150px 0px;}


#home .padleft {padding-left: 90px;}


/* Form Styles */

textarea {font-family: "Lucida Grande", sans-serif;}

.finish {position: relative; left: 200px; width: 400px;}

.button {height: 40px; margin-bottom: 1em;}
.button .left, .button .right {
	background: url(../img/bg_button.gif);
	border: none;
	display: block;
	float: left;
	font-size: 16pt;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	padding: 0; margin: 0;
	}
.button .left {
	background-position: 0px 0px; padding-left: 20px;
	color: black; font-weight: bold; text-decoration: none;
	}
.button .right {background-position: -480px 0px; width: 20px;}

.button:hover .left {background-position: 0px -40px; color: black;}
.button:hover .right {background-position: -480px -40px;}



.error {margin: 1em 0 1em 4em; padding: .25em; background: red;}

