body {	
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Geneva, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: small;
	color: #333;
	border-top: 5px solid #356f2d;
	}

a:link, a:visited {
	color: #014f0e;
	text-decoration: none;
	border-bottom: 1px solid #014f0e;
	}

a:hover {
	color: #000;
	/*background: #f4f2e4;*/
	border-bottom: 1px solid #9a8e51;
	text-decoration: none;
	}

a.flag, a.arrow{
	border-bottom: none;
}

a.arrow{
	margin-left: 1em;
}

/* S T R U C T U R E 
--------------------------------------------- */

#main-body {	
	width: 58em;
	margin: 0 auto;
	padding: 30px 1em;
	font-size: 95%;
	overflow: hidden;
	}
#masthead {
	float: left;
	width: 220px;
	position: fixed;
	}
#content {
	float: right;
	width: 37em;
	margin: 4px 0 1em 3em;
	}
#footer {
	clear: both;
	margin: 0;
	padding: 15px 0;
	float: right;
	width: 37em;
	border-top: 1px solid #666;
	}

/* H E A D E R
--------------------------------------------- */

#header {
	padding: 0;
	font-size: 95%;
	background: #fff;
	overflow: hidden;
	}
#header-inner {
	width: 60em;
	margin: 0 auto;
	}
#header #logo {
	float: right;
	margin: 0 0 20px 0;
	color: #fff;
	}
#header #logo span {
	display: block;
	width: 220px;
	height: 342px;
	margin-top: 16px;
	text-indent: -9999px;
	background: #fff url(/images/survey/survey-logo-2010.gif) no-repeat top left;
	}


/* C O N T E N T
--------------------------------------------- */


h2 {
	font-family: "Lucida Grande", Georgia, Times;
	font-style: italic;
	font-size: 90%;
	font-weight: normal;
	color: #555;
	padding: 0;
	}


#thankyou h2 {
	font-family: Georgia, Times, serif;
	font-size: 130%;
	font-weight: normal;
	font-style: normal;
	padding: 10px 0 0 0;
	margin: 0;
	color: #1e769b;
	}

h3 {
	font-family: "Lucida Grande", Georgia, Times;
	background: #dfffe3;
	padding: 5px 5px 8px;
	font-size: 13px;
	font-weight: normal;
	}

h3 span {
	font-family: "Lucida Grande", Georgia, Times;
	font-size: 18px;
	/*color: #7f5837;*/
	font-weight: bold;
	}

.answer-options {
  margin: 5px 0 5px 15px;
  line-height: 2em;
	}
	
#thankyou p {
	line-height: 1.5em;
	margin-top: 0.5em;
	}


/* F O O T E R
--------------------------------------------- */

#footer p {
	margin: 0;
	padding: 0;
	font-size: 90%;
	}

#footer .powered-by {
	font-size: 75%;
	padding-top: 5px;
	}

/* M I S C
--------------------------------------------- */

a img {
	border: none;
	}
hr {
	display: none;
	}

.example {font-size:smaller; font-style:italic; font-weight:normal;}
.message {color:blue; font-weight:bold; text-align:center}
//.error {color:red; font-weight:bold; text-align:center}

.question {
  font-size: 14px;
  font-weight: bold;
  color: #262C4C;
}

.percentage {
  font-size: 10px;
  font-weight: normal;
  color: #000000;
}

.error {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: x-small;
  font-weight: bold;
  text-align: center;
  color: #CB0404;
}

code {
	font-family: Monaco, Courier;
	font-size: 110%;
	color: #1e769b;
	}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
	}
	
textarea, input[type='text']{
	font-family: "Lucida Grande", Georgia, Times;
	font-size: 14px;
}
	
/* FLAGS */
#survey_flags{
	position:  absolute;
	margin-left: 390px;
}

#survey_flags img{
	margin-left: 0.5em;
}

#end{
	margin-top: 3em;
	height: 300px;
}
