/* css reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 1px solid #CACACA;
}
body {
	line-height:1;
	color:#000;
	background:#fff;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* end css reset */

html {
	height:100%;
}

body {
	/*background:#fff;*/
	background:#CACACA url(../img/stripes.png);
	color:white;
	height:100%;
	font-size:62.5%;
	text-align:center;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
}

#mainWrapper {
	background:#fff;
	color:#000;
	min-height:100%;
	margin:0 auto;
	overflow:visible;
	text-align:left;
	width:70em;
}

#mainWrapper * {
	font-family:arial, verdana, sans-serif;
}

#header {
	background:#82d92b url(../img/arrows.gif) left top repeat-x;
}

#logo {
	font-size: 2.4em;
	font-weight:normal;
	line-height:4.2em;
	margin:0 0 0 2em;
}

#logo a {
	color:#82d82b;
	color:#fff;
	
	text-decoration:none;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#menu{
	background:transparent;
	font-size:1.2em;
	font-weight:bold;
	/* font-variant:small-caps; */
	padding: 0;
	width:100%;
}

#menu ul{
	margin:0;
	margin-left:4em; /*margin between first menu item and left browser edge*/
	padding:0;
	list-style:none;
}

#menu li{
	display: inline;
	margin: 0 0.2em 0 0;
	padding: 0;
}

#menu a{
	float: left;
	display: block;
	color:#fff;
	margin:0; /*Margin between each menu item*/
	padding:0.5em 1em;
	text-decoration: none;
	background:#abab9f;
	border-bottom: 0.1em solid #abab9f;
}

#menu a:hover{
	background:#d9f4bf; /*Menu hover bgcolor*/
	border-bottom: 0.1em solid #d9f4bf;
	color:#767561;
}

#menu #current a{ /*currently selected tab*/
	background:#767561;
	border-color:#767561;
}

#menu #current a:hover {
	color:#fff;
}

#menuline{
	clear: both;
	padding:0;
	width: 100%;
	height:0.6em;
	line-height:0.6em;
	background:#767561;
}

#content {
	font-size:1.2em;
	line-height:1.25em;
	margin:2.5em 4em 0 4em;
}

#content a {
	color:#747361;
	font-weight: bold;
	text-decoration:none;
}

#content a:hover {
	text-decoration:underline;
}

/* general */
h1 {
	font-size:1.25em;
}

h2, h3 {
	font-size:1em;
}

h1, h2, h3, h4, h5, h6, p, table, div.error, div.success {
	margin-bottom:1.25em;
}

strong {
	font-weight:bold;
}

/* form */

form div {
	margin:0 0 1.2em 0;
}

label.labelText,  label.labelTextarea{
	display:block;
	float:left;
	width:8em;
	margin-right:1em;
}

label:hover, #submitButton {
	cursor:pointer;
}

#submitButton {
	background:#fff;
}

input, textarea, fieldset, form, label, legend {
	font-size:1em;
}

input, textarea, select {
	border:1px solid #CACACA;
}

input.radio, select.select {
	border:0;
}

input:focus, textarea:focus, select:focus {
	background:#fff;
	outline: 0;
}

hr {
	border:none;
	background:#CACACA;
	color:#CACACA;
	height:1px;
	margin:1.2em 0;
	margin:0 0 1.2em 0;
	clear:left;
}

.error {
	color:red;
}

/* homepage button "start survey" */
a#startSurvey {
	background:#82d92b;
	color:#fff;
	clear:right;
	display:block;
	border:2px outset #767561;
	margin-top:2.4em;
	padding:0.4em;
	text-align:center;	
	width:16em;
}

a#startSurvey:hover {
	border-style:inset;
	text-decoration:none;
}

/* homepage image */
#keyVisual {
	float:right;
	margin:0 0 1.25em 2em;
}

.intro {
	font-weight:bold;
}

.clearer {
	clear:left;
	font-size:1px;
	height:1px;
	line-height:1px;
}