@charset "UTF-8";
/* CSS Document */
html,body {
	height: 100%;
	}
	
body {
	text-align: center;
	background: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #72adcb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	}

#wrapper {
	text-align: center;
	width: 744px;
	height: 100%;
	margin: 10px auto;
	padding: 0px;
	}

#header {
	height: 197px;
	padding: 0px;
	text-align: left;
	background: url(images/header.jpg);
	}

#nav {
	text-align: left;
	padding: 0px;
	border-left: 2px solid #4d7798;
	border-right: 2px solid #4d7798;
	}

#content {
	width: 740px;
	min-height: 100% !important;
	height: auto;
	border-left: 2px solid #4d7798;
	border-right: 2px solid #4d7798;
	border-bottom: 2px solid #4d7798;
	background-color: white;
	background-repeat: no-repeat;
	}

#left {
	float: left;
	width:415px;
	height: 100%;
	padding: 10px;

	}

#right {
	padding: 20px;
	width: 265px;
	text-align: left;
	float: right;
	}

#footer {
	font-size: 10px;
	text-align: right;
	width: 740px;
	padding: 5px;
	color: white;
	}

#short_form {
	background: url(images/bg_shortform.jpg) repeat-y #afe983;
	border: 1px solid #83ba77;
	width: 100%;
	margin: 10px auto;
	text-align: center;
}

.short_content {
	background-color: #c3eda1;
	width: 205px;
	padding: 0px 10px 0px 10px;
	margin: 10px auto;
}

#right ul {
	padding: 0px;
	list-style: none;
	}

#right li {
	color: #4d7798;
	text-align: right;
	margin-bottom: 10px;
	}
#right h1 {
	margin: 0px;
}

#left ul {
	text-align:left;
	}

#left li {
	color: #4d7798;
	margin: 10px;
	}

.terms li {
	margin: 10px;
}

input.short_form {
	height: 12px;
	margin-left: 10px;
	}
		
table {
	border: 1px solid #333;
	}

td {
	text-align: left;
	font-size: 10px;
	}

td.black {
	background-color: black;
	color: white;
	}

.fine_print {
	font-size: 11px;
	}

.feature {
	color: #4d7798;
	width: 650px;
	margin: 10px auto;
	padding: 10px;
	background-color: #89cb69;
	border: 1px solid #81ba73;
	}

#footer_logos {
	width: 400px;
	float: left;
	text-align: left;
	margin: 0px auto;
}

ul.checklist {
	list-style: circle;
}

ul.checklist li {
	margin: 10px 0px 10px 0px;
}