/* CSS */

html, body {
	background: #79a83d url(/images/page-bg.jpg) no-repeat top center;
	margin: 0;
}

html, body, p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	line-height: 17px;
}

#container {
	position: absolute;
	top: 0;
	left: 0;
}

#header {
	background: url(/images/header.jpg) no-repeat top left;
	height: 150px;
	overflow: hidden;
	width: 770px;
	margin: 30px 0 10px;
}

/* CONTENT */

#content-padding {
	/* must have some padding at the bottom*/
	padding: 10px 25px;
}

#form-table {
	width: 400px;
}

#promos {
	padding: 0 0 15px 15px;
	width: 422px;
	height: 102px;
	clear: both;
}

#promo {
	float: left;
	margin-right: 1px;
}
#promo-last {
	float: left;
}

#promo-red {
	width: 120px;
	height: 78px;
	overflow: hidden;
	background: #fee7e7;
	padding: 0 10px;
}
#promo-red h2 {
	color: #eb2a2e;
	font-weight: bold;
}
#promo-base-red {
	width: 120px;
	background: url(/images/homebox-red-bg.gif) top left repeat-y;
	height: 21px;
	padding: 3px 10px 0;
	overflow: hidden;
}

#promo-blue {
	width: 120px;
	height: 78px;
	overflow: hidden;
	background: #e7f3fe;
	padding: 0 10px;
}
#promo-blue h2 {
	color: #0072b7;
	font-weight: bold;
}
#promo-base-blue {
	width: 120px;
	background: url(/images/homebox-blue-bg.gif) top left repeat-y;
	height: 21px;
	padding: 3px 10px 0;
	overflow: hidden;
}

#promo-green {
	width: 120px;
	height: 78px;
	overflow: hidden;
	background: #e5fced;
	padding: 0 10px;
}
#promo-green h2 {
	color: #1fa054;
	font-weight: bold;
}
#promo-base-green {
	width: 120px;
	background: url(/images/homebox-green-bg.gif) top left repeat-y;
	height: 21px;
	padding: 3px 10px 0;
	overflow: hidden;
}

a.promo-link:link, a.promo-link:visited, a.promo-link:active, .promo-link {color: #fff; font-weight: bold; text-decoration: none; font-size: 12px;}
a.promo-link:hover {text-decoration: underline;}

.hidden  {
	display: none;
}

/* FOOTER */

#footer {
	clear: both;
	padding: 0;
	height: 23px;
	margin: 0;
	overflow: hidden;
	width: 770px;
	font-size: 11px;
}

a.footer-link:link, a.footer-link:visited, a.footer-link:active, .footer-link {color: #fff; text-decoration: none;}
a.footer-link:hover {color: #fff; text-decoration: underline;}

#footer-left {
	float: left;
	color: #fff;
	padding: 3px 0;
}

#footer-right {
	float: right;
	color: #c6dbaa;
	padding: 3px 0;
}

a.footer-link-cs:link, a.footer-link-cs:visited, a.footer-link-cs:active, .footer-link-cs {color: #c6dbaa; text-decoration: none;}
a.footer-link-cs:hover {color: #e2eed2; text-decoration: underline;}
