/* colors 

	bg orange: #f7dab4;
	green: #3f7900;

*/

html, body {
	font-family: arial, helvetica, sans-serif;
	background: #f7dab4 url(images-layout/bg-body.gif) no-repeat top center;
	background-attachment: fixed;
}

body {
	font-size: 62.5%; /* reset 1em to 10px */
	text-align: center;
}

a {
	color: #3f7900;
}

#wrapper {
	position: relative;
	width: 780px;
	margin: 0 auto;
	text-align: left;
}

#logo {
	position: absolute;
	top: 0px;
	left: 394px;
	z-index: 10;
}

#header {
	position: relative;
	width: 780px;
	height: 108px;
}

#content {
	position: relative; /* get IE7 to display background - AKB */
	width: 780px;
	margin: 0 auto;
/*	padding-top: 23px; */
	text-align: left;
	background: #fff;
}

#contentImage {
	display: inline;
	position: relative;
	float: left;
	width: 196px;
	height: 527px;
	margin-top: 23px; 
}

#contentImageWrapper {
	width: 196px;
	height: 527px;
	visibility: hidden;
}

#contentBody {
	display: inline;
	position: relative;
	float: left;
	width: 302px;
	margin-top: 23px; 
}

#contentBody p {
	font-family: arial, helvetica, sans-serif;
	padding: 0 20px 15px 0;
	font-size: 1.4em;
	line-height: 1.4em;
}

#contentBody p strong {
	color: #3f7900;
}

#contentBody p.intro {
	font-size: 1.6em;
	line-height: 1.4em;
}

#contentSide {
	display: inline;
	position: relative;
	float: left;
	width: 282px;
	margin-top: 23px; 
}

#footer {
	width: 780px;
	margin: 0 auto;
	text-align: center;
}

#footer p {
	padding: 10px 0;
	color: #3f7900;
	font-size: 1.1em;
	line-height: 1.3em;
}

.clearIt {
	clear: both;
}

/* form elements */
#contentSide #signup {
	position: relative;
	margin: 0;
	margin-top: 20px;
	padding: 5px 2px;
	background: #edf0e9;
}

#contentSide #signup p {
	padding-left: 5px;
	font-size: 1.1em;
	line-height: 1.6em;
}

#contentSide #signup table {
	margin-left: 17px;
	margin-bottom: 10px;
	font-size: 1.1em;
	line-height: 1.6em;
/*	background: #fff; */
}

#contentSide #signup th {
	width: 70px;
	padding: 5px;
	text-align: center;
}


#contentSide #signup th.narrow {
	width: 40px;
}

#contentSide #signup th.wide {
	width: 100px;
}

#contentSide #signup th.white {
	background: #fff;
}

#contentSide #signup th.survey {
	background: #85b451;
}

#contentSide #signup th.forum {
	background: #f7dab4;
}

#contentSide fieldset {
/*	margin-top: 10px; */
/*	padding: 5px; */
	padding-top: 5px;
}

#contentSide legend {
	display: none;
}

#contentSide #signup p.legend {
	display: block;
	margin: 0 5px 10px 5px;
	padding: 5px;
	color: #fff;
/*	font-weight: bold; */
	font-size: 1.1em;
	line-height: 1em;
	text-transform: uppercase;
	background: #3f7900;
}

#contentSide input {
	/* display: block; */
	width: 175px;
	float: left;
	margin-bottom: 5px;
	font-size: 1.2em;
	font-family: Helvetica, Arial, sans-serif;
	border: 1px solid #bababa;
}

#contentSide textarea {
	/* display: block; */
/*	width: 175px; */
	width: 268px;
	float: left;
	margin-bottom: 5px;
	font-size: 1.2em;
	font-family: Helvetica, Arial, sans-serif;
	border: 1px solid #bababa;
}

#contentSide p input {
	display: inline;
	float: none;
	width: auto;
/*	margin: 0; */
/*	width: auto; */
}

#contentSide p label {
	display: inline;
	float: none;
	width: auto;
	font-size: 1em;
}

#contentSide label {
	/* display: block; */
	float: left;
	width: 80px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: right;
	color: #666;
	font-size: 1.1em;
}

#contentSide select {
	/* display: block; */
	float: left;
	width: 175px;
	margin-bottom: 5px;
	font-size: 1.1em;
	border: 1px solid #bababa;
}

#contentSide form br {
	clear: left;
}
	
#contentSide .short {
	width: 100px;
	height: 20px;
	font-size: 1em;
	background: #fff;
}

#contentSide .checkbox {
	width: auto;
	margin-top: 0;
	margin-bottom: 0;
	border: none;
}

#contentSide form .header {
	display: block;
	background: #aac0d1;
	margin: 0;
	padding: 5px;
	color: #275273;
	font-weight: bold;
	font-size: 1.3em;
}

#contentSide span.callout {
	font-size: 1.3em;
}

#contentSide select.input {
	width: auto;
}

/* overlay */
body#overlay {
	width: 400px;
	background-image: none;
	text-align: left;
}

#overlay {
	padding: 20px;
}

#overlay p {
	font-family: arial, helvetica, sans-serif;
	padding: 0 20px 15px 0;
	font-size: 1.4em;
	line-height: 1.4em;
}

#overlay p strong {
	color: #3f7900;
}

#overlay ul {
	font-family: arial, helvetica, sans-serif;
	padding: 0 20px 15px 0;
	font-size: 1.4em;
	line-height: 1.4em;
}

#overlay li {
	list-style: disc;
	margin-left: 15px;
}
