body, html {
	margin: 0;
	padding: 0;
	background-color: #f7f9f9;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

img {
	border-style: none;
	border-width: 0;
	padding: 0;
	margin: 0;
}


/* Main Containers
********************************************************/

#container {
	width: 990px;
	margin-left: -495px;
	position: relative;
	left: 50%;
	display: block;
}

#mainImage {
	width: 525px;
	position: relative;
	display: block;
	float: left;
}

#content {
	width: 465px;
	position: relative;
	display: block;
	float: left;
	margin-bottom: 50px;
}



/* Lists
********************************************************/

ul {
	margin: 0;
	padding: 0;
	clear: both;
	float: left;
}

li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 0;
}

ul.nav {
	width: 465px;
	background-color: #047cc5;
}

ul.nav li {
	list-style-type: none;
	float: left;
	display: inline;
	height: 27px;
}


/* Form
********************************************************/

ul.form {
	width: 465px;
	height: 628px;
	position: relative;
	display: block;
	float: left;
	background-color: #339fdd;
	color: #fff;
}

ul.form li {
	width: 200px;
	float: left;
	padding: 20px 0 20px 20px;
}

ul.form li.alt {
	clear: both;
	font-size: 11px;
	width: 425px;
	float: left;
	padding: 0 20px 20px;
	font-weight: bold;
}

ul.left li {
	font-size: 10px;
	padding: 0 0 10px;
}

ul.right li {
	font-size: 10px;
	padding-bottom: 1px;
	padding-top: 0;
}

ul.checkboxWrap li {
	float: left;
	width: 100px;
	padding: 0;
}

ul.checkboxNoWrap li {
	float: left;
	padding: 0;
}

.question {
	font-weight: bold;
}

.input1 {
	border-style: hidden;
	background-color: #ebebeb;
	margin-bottom: 5px;
	width: 180px;
}

.input2 {
	width: 40px;
	border-style: hidden;
	background-color: #ebebeb;
}

.input3 {
	width: 130px;
	border-style: hidden;
	background-color: #ebebeb;
}

ul.stateZip li {
	float: left;
	padding: 0;
}

ul.stateZip li.state {
	width: 50px;
}

ul.stateZip li.zip {
	width: 100px;
}



/* Thank You
********************************************************/

ul.thankYou {
	width: 465px;
	position: relative;
	display: block;
	float: left;
	background-color: white;
}

ul.thankYou li {
	width: 200px;
	height: 379px;
	float: left;
	padding: 20px 0 20px 20px;
	font-size: 10px;
}
