/* CSS */

html, body {
	background: #ffffff url(/images/header-bg.gif) top left repeat-x;
	margin: 0;
}

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

#header {
	height: 200px;
	overflow: visible;
	width: 770px;
	margin: 0;
	font-size: 11px;
	padding: 0;
}
#header-logo {
	height: 110px;
	width: 190px;
	margin: 54px 0 0;
	padding: 0;
	float: right;
	
}
#header-logo h1 {
	display: none;
}

#header img#twitter {
	position: relative;
	left: -590px;
	bottom: 150px;
	}
html>body #header img#twitter {
	position: relative;
	left: -590px;
	bottom: 150px;
	}

#header img#linkedin {
	position: relative;
	left: -580px;
	bottom: 150px;
	}

/* CONTENT */

#promos {
	width: 727px;
	height: 139px;
	margin-left: 35px;
}

#form-table {
	width: 400px;
}

.hidden  {
	display: none;
}

/* accessibility */

#access-buttons {
	width: 250px;
	height: 15px;
	color: #6e2263;
	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: #6e2263;
	left: 195px;
	top: 0;
	text-decoration: none;
}

/* FOOTER */

#footerwrap {
	background: url(/images/footer-bg.gif) top left repeat-x;
	height: 235px;
}

#footer {
	width: 770px;
	margin: 0 auto;
	padding: 0;
	height: 200px;
	overflow: hidden;
	color: #000;
}

#newsletter-place {
	padding-top: 5px;
	width: 280px;
	height: 36px;
}

#quotes {
	width: 365px;
	height: 68px;
	float: right;
	padding-top: 16px;
}

#footer-links {
	margin: 0;
	padding: 18px 0 0 0;
	font-size: 11px;
	color: #974578;
}
#footer-bottom {
	padding:  0;
	font-size: 11px;
	color: #000000;
}
#footer a {color: #974578; text-decoration: none;}
#footer a:hover {color: #c69cb6; text-decoration: none;}
#footer-bottom a {color: #000; text-decoration: none;}
#footer-bottom a:hover {color: #974578; text-decoration: none;}