@charset "UTF-8";
/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
}

body {
	background-image: url(../images/background.jpg);
	background-position: top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #252525;
	background-repeat: no-repeat;
	background-color: #114382;
	background-attachment: fixed;
}

#page_container {
	margin: auto;
	width: 730px;
}

#header {
	margin-top: 26px;
}

#content_container {
	margin: auto;
	width: 700px;
	background-color: #FFFFFF;
}

#content {
	padding: 10px 25px 10px 25px;
}

#content_headline {
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 15px;
	text-align: center;
	margin-top: 15px;
}

#main_content {
	line-height: 18px;
}

#plant_image {
	float: right;
	margin-left: 20px;
}

#form_wrapper {
	margin: auto;
	width: 424px;
	margin-top: 20px;
}

#form_headline {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #114383;
	padding-bottom: 15px;
}

#footer_wrapper {
	background-image: url(../images/footer.jpg);
	height: 100px;
	width: 700px;
}

#footer {
	margin: auto;
	text-align: center;
	font-size: 11px;
	color: #104D8C;
	padding-top: 65px;
}


#list_wrapper {
	padding-top: 15px;
	padding-bottom: 15px;
}

.points {
	list-style-image: url(../images/blue_bullet.jpg);
	margin-left: 50px;
	font-weight: bold;
	line-height: 26px;
}

.headliners {
	text-align: center;
	font-family: georgia;
	font-size: 22px;
	font-weight: bold;
	color: #FF6600;
}

.headliners_text {
	font-size: 14px;
	color: #000000;
}

.control_list {
	list-style-image: url(../images/blue_bullet.jpg);
	margin-left: 50px;
	font-weight: bold;
	line-height: 26px;
}

.why_list {
	list-style-image: url(../images/blue_bullet.jpg);
	margin-left: 165px;
	font-weight: bold;
	line-height: 26px;
}

.provide_list {
	list-style-image: url(../images/blue_bullet.jpg);
	margin-left: 235px;
	font-weight: bold;
	line-height: 26px;
}

/****************************************************/
/*  Form  */
/****************************************************/
form table {
    margin: auto;
}

form table td {
    padding: 4px;
}

form table td.submit_button {
    text-align: center;
}
