/* Kick it off */
body {
	background: #C2CBDA url(../images/bg_sb.jpg) 50% 0 repeat-y;
	text-align: center;
	padding: 0;
	margin: 0;
}
/* Make logo look nifty */
span.logo {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #D50408;
}
.logo em {
	color: #102952;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	margin-left: -.05em;
}
/* Main Box */
#container {
	width: 984px;
	margin: 0 auto;
	padding: 10px;
	position: relative;
	text-align: left;
}
/* Nifty flag logo */
h1#header {
	height: 251px;
	width: 984px;
	background: url(../images/header_sb.jpg) 0 0 no-repeat;
	margin: 0;
	text-indent: -1234em;
}
#header a {
	height: 141px;
	display: block;
	text-decoration: none;
}
/* content box */
#content {
	border: 1px solid #102952;
	padding: 0 10px 10px;
}
/* page heading */
h2#heading {
	margin: 0 -10px 15px;
	padding: 4px 10px;
	border-bottom: 1px solid #102952;
	background: #FDF2F2;
	color: #D50408;
	font-size: 22px;
	_position: relative;
}
/* Navigation */
ul#navigation {
	position: absolute;
	left: 10px;
	top: 161px;
	height: 90px;
	width: 246px;
	padding: 0;
	margin: 0;
	list-style: none;
	background: url(../images/menu_sb.gif) 0 0 no-repeat;
}
#navigation li {
	position: absolute;
	padding: 0;
	margin: 0;
	height: 25px;
	width: 118px;
	text-indent: -1234em;
}
#navigation li a {
	display: block;
	height: 25px;
	text-decoration: none;	
}
#navigation li a:hover {
	background-image: url(../images/menu_sb.gif);
}
li#map {
	left: 0;
	top: 4px;
}
#map a:hover {
	background-position: -246px -4px;
}
li#data {
	left: 128px;
	top: 4px;
}
#data a:hover {
	background-position: -374px -4px;
}
li#instructions {
	left: 0;
	top: 32px;
}
#instructions a:hover {
	background-position: -246px -32px;
}
li#faq {
	left: 128px;
	top: 32px;
}
#faq a:hover {
	background-position: -374px -32px;
}
li#contact {
	left: 0;
	top: 59px;
}
#contact a:hover {
	background-position: -246px -59px;
}
li#resources {
	left: 128px;
	top: 59px;
}
#resources a:hover {
	background-position: -374px -59px;
}
/* Banner */
#sponsor {
	width: 730px;
	height: 92px;
	position: absolute;
	left: 264px;
	top: 161px;
	background: #102952;
}
/* Footer */
p#footer {
	color: #102952;
	text-align: center;
	font-size: 10px;
	margin-top: 50px;
}
#footer a {
	color: #102952;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

td.demo_cell {
        border: none;
        border-bottom: solid 1px #dddddd;
}

table.full_demographics th {
        background: #FDF2F2;
	color: #D50408;
	font-size: 14px;
}

#sponsor2 {
	border: 1px solid #102952;
	padding: 0 10px 10px;
        margin-top: 10px;
}