/* CSS */

html, body {
	background: #f2f9fd url(/images/page-bg.gif) repeat-y top center;
	margin: 0;
	min-height: 100%;
	height: 100%;
}

html>body body {
	height: auto;
}

html, body, p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222;
	line-height: 17px;
}

#container {
	position: absolute;
	top: 0;
	left: 0;
	background: #fff url(/images/header-bg.jpg) left top no-repeat;
}

#header {
	height: 200px;
	overflow: hidden;
	padding: 0 0 3px 560px;
}

/* CONTENT */

#main-title {
	float: left;
	margin: 0 0 0 24px;
	padding: 0;
	width: 707px;
	white-space: nowrap;
	overflow: hidden;
}

#under-title {
	width: 707px;
	margin-top: 2px;
	height: 3px;
	background: #d8e7ef;
	overflow: hidden;
}

#form-table {
	width: 400px;
}

.hidden  {
	display: none;
}

/* FOOTER */

#footer {
	background: #6885c0 url(/images/footer-bg.jpg) no-repeat top left;
	clear: both;
	padding: 0;
	margin: 0;
	height: 124px;
	overflow: hidden;
}

a.footer-link:link, a.footer-link:visited, a.footer-link:active, .footer-link {color: #fff; text-decoration: none;}
a.footer-link:hover {color: #d8e7ef; text-decoration: none;}

#footer-left {
	float: left;
	color: #d4d0ab;
	padding: 16px 0 0 40px;
}

#footer-right {
	float: right;
	padding: 24px 40px 0 0;
}

#footer-base-text-a {position: absolute; font-size: 11px; color: #fff; left: 40px; bottom: 14px;}
#footer-base-text-b {position: absolute; font-size: 11px; color: #fff; right: 40px; bottom: 14px;}

#footer-logos {
	width: 220px;
	height: 55px;
	background: url(/images/logo-bg.gif) top left no-repeat;
}
#footer-subscribe {
	text-decoration: none;
	width: 161px;
	height: 56px;
	padding: 15px 48px 0 52px;
	position: absolute;
	background: url(/images/subscribe.jpg) top left no-repeat;
	font-weight: bold;
	color: #222;
	right: 266px;
	top: 18px;
	cursor: pointer;
}
.footer-subscribe {
	text-decoration: none;
}

a.footer-link-cs:link, a.footer-link-cs:visited, a.footer-link-cs:active, .footer-link-cs {color: #d4dcee; text-decoration: none;}
a.footer-link-cs:hover {color: #fff; text-decoration: none;}
