body {
	background-color: #00BFEF;
	background-image: url('../images/body_bg.gif');
	background-position: top;
	background-repeat: repeat-x;

	margin: 0px;
	padding: 0px;

	font-family: Tahoma;
	font-size: 11px;
	line-height: 14px;
	color: #747474;
}

table {
	border-collapse: collapse;
}

td {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 14px;
	color: #747474;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}

a {
	font-weight: bold;
	color: #009BE3;
	text-decoration: none;
}
img {
	border: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px;
	padding: 0px;
	padding-bottom: 15px;
}

div.container_body {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	background-color: #00A3CB;
	background-image: url('../images/body_container_bg.gif');
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
	
	padding-left: 4px;
	padding-right: 4px;
}

div.container_padded {
	width: 760px;
	background-color: #FFF;
}

div.container {
	padding-left: 24px;
	padding-right: 24px;
	text-align: left;
	clear: both;
}

div.logo {
	padding-top: 10px;
	padding-bottom: 15px;
}

div.sep1 {
	background-color: #009BE3;
	height: 3px;
}
div.sep_spacer {
	background-color: #FFF;
	height: 1px;
}

div.sep_dotted {
	margin-top: 40px;
	border-bottom: 1px dotted #969696;
}

div.bottom_info {
	border-top: 1px solid #FFF;
	background-color: #E2E2E2;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: normal;
}
div.bottom_info a {
	color: #009BE3;
	font-weight: normal;
}
div.bottom_info div {
	font-size: 10px;
	color: #474747;
	margin-top: 5px;
}



input.text {
	border: 1px solid #A4B97F;
	font-family: Tahoma;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
select {
	border: 1px solid #A4B97F;
	width: 90%;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 11px;
	padding-left: 2px;
	padding-top: 1px;
	padding-bottom: 2px;
}
table.data .age {
	width: 20px;
}
table.data .zip {
	width: 50px;
}
table.data {
	width: 100%;
}
table.data th, table.data td {
	padding-bottom: 10px;
}
table.data th a, table.data td a {
	font-weight: normal;
}
table.data th {
	text-align: left;
	font-weight: bold;
	padding-right: 10px;
	width: 1%;
}
table.data th span {
	display: inline;
	margin-right: 30px;
}


div.topmenu {
	margin-bottom: 15px;
}
div.topmenu table {
	width: 100%;
	background-color: #00C0EF;
	background-image: url('../images/topmenu_bg.gif');
	background-repeat: repeat-x;
	height: 106px;
}
div.topmenu table td {
	width: 25%;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	vertical-align: top;
}
div.topmenu table td.wsep {
	border-right: 4px solid #FFF;
}
div.topmenu a {
	display: block;
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	line-height: 19px;
}



div.header {
	background-image: url('../images/homepage_hdr_bg.jpg');
	background-position: left;
	background-repeat: no-repeat;
	
	height: 232px;
	padding-left: 335px;
	text-transform: none;
}
div.header div {
	clear: none;
}

div.header td.menubox {
	background-image: url('../images/homepage_menubox_bg.jpg');
}
div.header td.menubox div {
	background-image: url('../images/homepage_menubox_bg1.gif');
	background-position: top left;
	background-repeat: no-repeat;
}
div.header td.menubox div div {
	margin-left: 4px;
	margin-right: 23px;
	background: none;
	padding-top: 66px;
	height: auto;
	color: #FFF;
}
div.header td.menubox div div a {
	display: block;
	height: 18px;
	
	padding-top: 8px;
	vertical-align: middle;
	
	text-align: right;
	color: #FFF;
	border-bottom: 1px solid #33C9F1;
}

div.header td.loginbox {
	background-color: #FFF;
	width: 173px;
	
	border-left: 2px solid #009BE3;
	border-top: 1px dotted #969696;
	border-right: 1px dotted #969696;
}
div.header td.loginbox div {
	padding-left: 27px;
	padding-right: 26px;
	padding-top: 25px;
	font-size: 11px;
	line-height: 14px;
	font-family: Tahoma;
}
div.header td.loginbox div h1 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 8px;
	text-align: left;
}
td.loginbox div td {
	padding-bottom: 3px;
}
td.loginbox div td.btns {
	padding-top: 7px;
	font-size: 10px;
}
td.loginbox div td.btns a {
	color: #0099CC;
}
td.loginbox input.text {
	width: 108px;
}


td.qsblock {
	background-color: #FFF;
	background-image: url('../images/homepage_qs_bg.gif');
	background-repeat: repeat-x;
	
	padding: 20px;
	width: 296px;
	vertical-align: top;
}
td.qsblock h1 {
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #969696;
	margin-bottom: 10px;
}




td.info {
	padding-left: 15px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	width: 345px;
	vertical-align: top;
}
td.info div {
	clear: both;
	padding-left: 136px;
}
td.info h1 {
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #969696;
	margin-bottom: 10px;
	margin-left: -136px;
}
td.info img.ico {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: -136px;
} 



div.banner {
	display: block;
	margin-top: 30px;
	text-align: center;
	margin-left: -10px;
	margin-right: -10px;
}

