/* CSS Document */

* /*Set's border, padding and margin to 0 for all values*/ {
	border: 0;
	margin: 0;
	padding: 0;
}

body, html {
	background-color: #91B2A1;
	padding-bottom: 10px;
	text-align: center; /*** Centers the design in old IE versions ***/
}

#container {
	margin: 0 auto; /*** Centers the design ***/
	width: 900px;
}

.clear  { 
	clear:both;
}

/************ DEFAULT CLASSES ************/
h1 {
	color: #014B35;
	font: bold 1.4em/1.1 Verdana, Arial, Helvetica, sans-serif;
	padding: 25px 10px 0 20px;
}

h2 {
	color: #000;
	font: bold 1em/1.2 Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 1em 20px;
}

h3 {
	color: #000;
	font: bold 0.8em/1.5 Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 1em 20px;
}

p {
	color: #1F1F1F;
	font: normal 0.8em/1.5 Arial, Helvetica, sans-serif;
	padding: 0 0 1em 20px;
}

a {
	color: #3000EF;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

ul,ol {
	color: #1F1F1F;
	font: normal 0.8em/1.5 Arial, Helvetica, sans-serif;
	margin: 0 0 0 35px;
	padding: 0 0 1em 0;
}

li {
	background: url(../images/bullet.gif) no-repeat 0% 4px;
	list-style-position: outside;
	list-style-type: none;
	padding: 0 0 0 20px;
	vertical-align: 0;
}

em,i {
	font-style: italic;
}

strong,b {
	color: #000;
	font-weight: bold;
}

/*********************************
HEADER
*********************************/
#top_nav {
	background: url(../images/top_nav.gif) no-repeat;
	height: 45px;
	width: 900px;
}

#header {
	background: url(../images/banner.jpg) no-repeat;
	height: 270px;
	width: 900px;
}

/**********************************
MENU
**********************************/
#menu {
	padding: 10px 10px 0px 0px;
	margin-left: 15px;
	text-align: left;
}

#navlist {
	color: #FFF;
}

#navlist li {
	display: inline;
	list-style-type: none;
}

#navlist a {
	color: #CFD496;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 0px 10px 0px 5px;
	text-decoration: none;
}

#navlist a:hover {
	color: #EAEA00;
	text-decoration: underline;
}

/**********************************
BODY
**********************************/
#mainContent {
	background-color: #FFF;
	height: auto;
	min-height: 560px;
	width: 900px;
}

.thank_you#mainContent {
	min-height: 0;
}

#main_footer {
	background:url(../images/footer.gif);
	width:900px;
	height:45px;
}

/********** LEFT COLUMN **********/
#left_column {
	background-color: #FFF;
	float: left;
	height: auto;
	min-height: 510px;
	width: 510px;
	_width: 490px;
}

.thank_you#left_column {
	min-height: 0;	
}

#title_underline {
	background: url(../images/title_underline.gif) no-repeat;
	height: 5px;
	margin: 3px 0 0 12px;
	padding: 0 0 1em 0;
	width: 408px;
}

#content {
	height: auto;
	text-align: left;
	width: 510px;
}

.thank_you#content {
	width: 800px;
}

/********** RIGHT COLUMN *********/
#right_column {
	background-color: #FFF;
	float: right;
	height: auto;
	width: 390px;
}

#right_column_header {
	background-image: url(../images/form_header.jpg);
	background-repeat: no-repeat;
	height: 45px;
	margin-left: 51px;
	width: 339px;
}

#form {
	background-color: #FFF;
	background-image: url(../images/form_background.jpg);
	background-repeat: no-repeat;
	height: 461px;
	width: 390px;
}

#step1 {
	padding: 60px 0 0 0;
}

#step2 {
	padding: 30px 0 0 0;
}

.required {
	color: #425E4F;
	font-size: 0.7em;
	padding: 5px 20px 0 0;
	text-align: right;	
}

/************ FORM STYLES ************/
label {
	color: #000;
	display: block;
	float: left;
	font: bold 12px/1.2 Verdana, Arial, Helvetica, sans-serif;
	margin: 3px 5px 0 60px;
	_margin: 3px 5px 0 30px;
	padding: 0 0 10px 0;
	text-align: right;
	width: 120px;
}

label.stack {
	float: none;
	margin: 0 0 0 0;
	padding: 10px 0 5px 70px;
	*padding: 10px 0 5px 10px;
	text-align: left;
	width: 260px;
}

span {
	color: #FF0000;
}

#form br {
	clear: left;
}

input,select,textarea {
	border: 1px solid #999;
	float: left;
	margin-bottom: 5px;
}

input {
	padding: 1px 1px 1px 3px;
	width: 160px;
}

input:focus, input.sffocus { 
	border: 2px solid #007F5C; 
}

select {
	position: inherit;
	width: 165px;
	font-size: 9px;

}

select.stack {
	margin: 0 0 0 83px;
	_margin: 0 0 0 -113px;
	_position: absolute;
	width: 274px;
}

.button {
	margin: 15px 0 0 22px;
	*padding: 15px 0 0 0;
}

.button input:focus,.button input.sffocus { 
	border: none; 
}

.button input {
	border: none;
	width: auto;
}

.plain {
	display: inline;
	font-weight: normal;
	width: auto;
}

.plain input {
	margin: 0px 5px 0 5px;
	*margin: -3px 5px 0 5px;
	width: auto;
}

/**********************************
FOOTER
**********************************/
#footer {
	margin: auto;
	padding: 5px 0 0 0;
	text-align: center;
	width: 811px;
}

#footer p {
	color: #FFF;	
}