/* 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,b,u,i,center,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-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
/* 960 grid */
.container_12{margin-left:auto;margin-right:auto;width:960px;}

/**
 * Colors
 *           % | green        
 * --------------------
 * PMS 376
 * RGB hex 100 | 8cc229
 *          90 | 97c83e
 *          80 | a3ce53
 *          70 | aed469
 *          60 | bada7e
 *          50 | c5e094
 *          40 | d1e6a9
 *          30 | dcecbe
 *          20 | e8f2d4
 *          10 | f3f8e9
 */

html, body {
	height: 100%;
}
body {
	line-height: 1.4;
	background-color: white;
	margin: 0;
	padding: 0;
}

body, input, textarea, select, a {
	font-family: arial, sans-serif;
	font-size: 14px;
	color: black;
}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom: 20px;
}

h1 {
	font-size: 200%;
}
h2 {
	font-size: 155%;
	margin-bottom: 10px;
}
h3 {
	font-size: 130%;
}
h1 a, h2 a, h3 a {
	color: inherit;
	text-decoration: none;
}

img, table {
	border: none;
}

ol, ul {
	margin-top: 0;
}
ol {
	list-style: decimal;
}
ul {
	list-style: square;
}
li {
	margin-left: 1em;
}

a:focus {
	outline: none;
}

.container_12 {
	padding: 0 10px;
	width: 940px;
}

input.button {
	font-weight: bold;
	color: white;
	background: #6c9309 url(../img/bg_button_x.gif) repeat-x left top;
	border: 1px solid #412536;
	border-bottom-width: 2px;
	padding: 3px 10px;
	padding-top: 2px;
	text-shadow: 0px -1px #437c00;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
textarea, .textfield, select {
	background-color: #e8f3d4;
	border: 1px solid #bada7f;
	padding: 3px 4px;
}
select {
	background: url(/img/bg_select_x.gif) repeat-x left top;
}

#header {
	position: relative;
	height: 100px;
}
#logo {
	position: absolute;
	left: 0px;
	top: 0px;
}
#header ul {
	list-style-type: none;
	margin: 0;
}
#header li {
	margin-left: 0;
	float: left;
	margin-left: 25px;
}
#header li a {
	font-size: 12px;
	color: #8cc229;
	text-decoration: none;
}
#nav {
	position: absolute;
	right: 0px;
	top: 40px;
}
#nav a {
	font-weight: bold;
}

#content {
	padding-bottom: 30px;
}
#lead-in {
	position: relative;
	margin-bottom: 30px;
	min-height: 250px;
}
#lead-in h1 {
	margin-bottom: 20px;
}
#lead-in p {
	width: 540px;
	margin-bottom: 15px;
}
#lead-in p, #lead-in p a {
	color: #7f7f7f;
	font-size: 21px;
}
#lead-in #submit {
	margin-left: -3px;
}
#lead-in h2 {
	position: absolute;
	margin: 0;
	right: -35px;
	top: -22px;
}

#footer {
	background: #9bcb3c url(../img/bg_footer_x.gif) repeat-x left top;
	height: 100%;
}

body.embedded {
	margin: 20px;
	height: auto;
}
body.embedded, .embedded input, .embedded textarea, .embedded select {
	font-size: 13px;
}
.embedded h1 {
	margin-top: -0.3em;
	margin-bottom: .5em;
	color: #8cc229;
}

form {
	margin-bottom: 60px;
}
.embedded form {
	margin-bottom: 0;
}
form table {
	width: 100%;
	border-collapse: collapse;
}
form table .textfield, form table textarea {
	width: 98.5%;
}
form table select {
	width: 100%;
}
form table {
	border-collapse: collapse;
}
form td {
	padding: .2em;
	vertical-align: top;
}
form td.label {
	width: 120px;
	text-align: right;
	padding-top: .4em;
}
form.step1 .textfield {
	width: 80%;
}
p.alert {
	background-color: #fdfdad;
	padding: 1em;
}
.alert .textfield, .alert select, .alert textarea {
	border: 1px solid red;
}
td.alert {
	padding-right: 25px;
	background: url(/img/alert_pointer_left.gif) no-repeat right .8em;
}
form table textarea {
	height: 90px;
}
form table .textfield.numeric {
	width: 120px;
}
form td.with-suffix .textfield {
	width: 50%;
	margin-right: .5em;
}

.disabled {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
}

.buttons {
	position: relative;
}
.buttons .next {
	float: right;
}
.button .prev { /* rendered out of logical order */
	position: absolute;
	left: 0px;
	top: 0px;
}