/* CSS */

html, body {
	background: #d6e0ea 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: #222;
	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: 0;
}

/* CONTENT */

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

#form-table {
	width: 400px;
}

#promos {
	padding: 8px 2px 9px 0;
	width: 768px;
	height: 50px;
	background: #efefef url(/images/topnav-bg.gif) top left repeat-x;
	overflow: hidden;
}

.hidden  {
	display: none;
}

/* FOOTER */

#footer {
	clear: both;
	padding: 0 10px;
	height: 42px;
	margin: 0;
	overflow: hidden;
	width: 750px;
	font-size: 11px;
	background: #0072bc url(/images/footer-corner.gif) top right no-repeat;
}

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: 5px 0;
	line-height: 15px;
}

#footer-right {
	float: right;
	padding: 19px 0;
}

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