#banner h2,
#banner h3,
#content h2,
#content h3 {
	color: #fff;
	margin: 0.5em 10px 1.5em 0;
	padding: 0.3em 10px 0.3em 20px;
	background: #cc419e url(../images/bullet_whtonpnk.gif) no-repeat 3px center;
	position: relative;
	zoom:1;
}
#content h2,
#content h3 {
	margin-left:10px;
	}

/*////////////////
*	Banner content
////////////////*/

#banner {
	background:  #acd35e url(../images/banners/home.jpg) no-repeat center top;
	height: 517px;
	overflow: hidden;
}
#banner .inner {
	margin: 0 auto;
	width: 320px;
	padding-right: 640px;
	padding-top: 40px;
}

/*////////////////
*	Content
////////////////*/
#container,
#container .inner {
	z-index: 10;
	overflow: visible;
}
#content {
	width: 960px;
	padding: 10px 0;
	min-height: 210px;
	color: #9ecc42;
	overflow: visible;
}
#content .block {
	float: left;
	display: inline;
	margin: 0;
	width: 320px;
	min-height: 210px;
	_height: 210px;
}
#content .first {
	clear: left;
}
#content .last {
}
#content h2 a,
#content h3 a {
	color: #fff;
	text-decoration: none;
}
#content a {
	color: #9ecc42;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
}

#content h2 img,
#content h3 img {
	position: absolute;
	bottom: -20px;
	right: 10px;
}

/*////////////////
*	Seymours
////////////////*/

#banner .block ul.seymour {
	margin-left: 0;
}
#banner p.seymour,
#banner .seymour li,
#content ul li,
#content p.seymour {
	display: block;
	padding-left: 20px;
}
#banner p.seymour,
#banner .seymour li {
	background: url(../images/bullet_blkongrn.gif) no-repeat 3px 1px;
	margin: 1em 0 2em 0;
}
#content li,
#content p.seymour {
	background: url(../images/bullet_grnonblk.gif) no-repeat 3px 1px;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}
#banner .block .seymour a {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
	display: block;
}
#banner .block .seymour a:hover {
	text-decoration: none;
}

#banner .seymour li img {
	margin: 3px 5px 5px 0;
	border: 2px white solid;
}

/*////////////////
*	Signup form
////////////////*/
#content .signup .fieldset,
#content .signup .legend {
	background: #1c240f;
	border: 1px #2c3321 solid;
	}
#content .signup .fieldset {
	margin: 35px 10px 1em 10px;
	padding: 20px 0 5px 0;
	position: relative;
	zoom: 1;
}
#content .signup .legend {
	/*margin: -32px 20px 5px 20px;*/
	padding: 3px 10px;
	color: #9ecc42;
	font-size: 1em;
	position: absolute;
	top: -20px;
	left: 10px;
}
#content .signup p.buttons {
	margin: 0.3em 20px 1em 20px;
}
#content .signup .formElement {
	position: relative;
	zoom:1;
}
#content .signup input {
	width: 248px;
	zoom: 1;
}
#content .signup .formElement label,
#content .signup .formElement em {
	display: none;
}
#content .signup .formElement.invalid.required input {
	background: #c0e37d url(../images/bg_input_invalid.gif) no-repeat right bottom; 
	border:1px #bcc2b8 solid;
}

#content .signup .formElement.valid.required input,
#content .signup .formElement.valid.required select,
#content .signup .formElement.valid.required textarea {
	background: #c0e37d url(../images/bg_input_valid.gif) no-repeat right bottom; 
	border:1px #bcc2b8 solid;
	}
