/* CSS */

html, body {
	background: #fff url(/images/page-bg.gif) top center repeat-x;
	margin: 0;
}

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

#header {
	height: 263px;
	overflow: hidden;
	width: 774px;
}
#header-image {
	float: right;
	width: 475px;
	height: 263px;
}
#header-logo {
	float: left;
	width: 299px;
	height: 263px;
	background: url(/images/logo.gif) top left no-repeat;
}
#header-logo h1 {
	display: none;
}

/* CONTENT */

#promos {
	width: 580px;
	height: 301px;
	overflow: hidden;
}
.promoitem {
	display: block;
	width: 194px;
	height: 121px;
	float: left;
	padding: 0 10px 10px 0;
}
a #newsletterlink {
	display: block;
	float: right;
	height: 301px;
	width: 162px;
	background: url(/images/newsletter.gif) bottom right no-repeat;
	cursor: pointer;
}
a #newsletterlink h3 {
	display: none;
}

#form-table {
	width: 400px;
}

.hidden  {
	display: none;
}

/* accessibility */

#access-buttons {
	float: right;
	width: 220px;
	height: 15px;
	color: #000;
	font-size: 11px;
	padding-left: 33px;
	position: relative;
}
span.access-button {
	display: none;
}

a.access-button:hover span.access-button {
	display: block;
	position: absolute;
	color: #000;
	left: 195px;
	top: 0;
	text-decoration: none;
}

/* FOOTER */

#footer {
	clear: both;
	padding: 0;
	margin: 0;
	height: 78px;
	overflow: hidden;
	width: 774px;
	background: #c8285a url(/images/footer-bg.gif) top left repeat-x;
	color: #000;
	border-top: 5px solid #beca35;
}

#footer-left {
	padding: 7px 0 0 20px;
	font-size: 12px;
	line-height: 22px;
}
#footer-leftbase {
	float: left;
	padding: 0 0 0 20px;
	font-size: 12px;
	line-height: 22px;
}
#footer a {color: #fff; text-decoration: none;}
#footer a:hover {color: #fff; text-decoration: underline;}
