* {
	margin: 0;
	padding: 0;
}

h1 {
	margin: 0;
	padding-top: 5px;
}

body {
	width: 100%;
	height: 100%;
	font: 14px normal "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.3em;
}

img {
	border: none;
}

#wrapper {
	width: 100%;
	height: 100%;
}

#header {
	background: #EBE9EA;
	height: 150px;
	width: 100%;
}

#dash_header {
    background: #EBE9EA;
    height: 55px;
    width: 100%;
}

#header_content {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

#header_container {
	position: absolute;
	width: 1000px;
	height: 150px;
}

#dash_container {
    position: absolute;
    width: 1000px;
    height: 55px;
}

#site_title {
    position: relative;
    float: left;
    left: 230px;
    top: 35px;
}

#dash_title {
    position: relative;
    float: left;
    left: 230px;
    top: 5px;
}

#header h1 {
	font-weight: normal;
	font-size: 36px;
}

#logo {
	position: relative;
	float: left;
	left: 95px;
	top: 10px;
}

#navigation {
	position: absolute;
	left: 350px;
	_left: 250px;
	top: 125px;
	_top: 85px;
	width: 600px;
	height: 30px;
}

#nav_container {
	position: absolute;
}

.nav_button {
	position: relative;
	float: left;
	width: 104px;
	height: 25px;
	background: url('../images/tab.png') no-repeat;
	text-align: center;
	margin-left: 5px;
}

#about {
	left: 0px;
	top: 0px;
}

.nav_button p {
	margin-top: 5px;
}

.nav_button a {
	color: black;
	text-decoration: none;
}

.nav_button a:hover {
	color: red;
}

#content {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	margin-top: 20px;
}

#content p {
	margin-bottom: 10px;
}

#graph {
    position: relative;
	float: left;
	height: 400px;
	width: 620px;
}

#feed_name {
    position: relative;
    _top: 0px;
    width: 620px;
    text-align: center;
}

#feed_name h3 {
    padding-top: 0px;
    padding-bottom: 4px;
}
	
#left_legend {
	float: left;
	width: 20px;
}

#left_legend p {
	margin-top: 120px;
}

#graph_content {
	float: left;
	width: 600px;
	height: 400px;
}

#right_legend {
	position: relative;
	_top: 0px;
	width: 620px;
}

#right_legend p {
	position: relative;
	margin-left: 240px;
}

#dash_max_info {
    position: relative;
    top: 50px;
}

#dash_max_info table {
}

#max_info {
    position: relative;
    float: left;
    left: 10px;
    height: 400px;
    width: 300px;
}

#max_info table {
    font-size: 11px;
}

#stats_box {
    background: #EBE9EA;
}

#stats_box h3 {
	padding-top: 10px;
	color: #E32337;
}

#stats_box h3, #stats_box p {
	margin-left: 10px;
	margin-bottom: 10px;
}

#graph_info p {
	font-size: 12px;
	margin-left: 12px;
	margin-right: 20px;
}

#graph_copy {
	float: left;
	margin-top: 20px;
	margin-left: 12px;
	width: 290px;
	line-height: 1.8em;
}

.clear_floats {
	clear: both;
}

.sponsor_logo {
	text-align: center;
}

.sponsor_page_logo {
	float: left;
	width: 200px;
	
}

.sponsor_page_copy {
	float: left;
	width: 500px;
}

#footer {
	position: relative;
	top: 50px;
	width: 400px;
	height: 100px;
	margin-top: 50px;
}

#footer p {
	margin-left: 25px;
	font-size: 10px;
}

#main h1 {
	margin-bottom: 20px;
	font-weight: normal;
}

#main a {
	color: red;
	text-decoration: none;
}

#main a:hover {
	color: red;
	text-decoration: underline;
}

.sponsor {
	
}

#tag_line {
	position: relative;
	top: 5px;
	_top: 10px;
	color: #3B3B3B;
	margin-left: 150px;
}

#feedback_form {
	float: left;
	width: 500px;
}

#feedback_copy {
	float: left;
	width: 300px;
}

.indent {
	margin-left: 20px;
}

#right_panel {
    position: relative;
    float: left;
    margin-left: 10px;
}

#dataset_selection a {
    color: black;
    text-decoration: none;
}

#dataset_selection a:hover {
    color: red;
    text-decoration: none;
}

#feed_selection a {
    color: black;
    text-decoration: none;
}

#feed_selection a:hover {
    color: red;
    text-decoration: none;
}

#chart_selection a {
    color: black;
    text-decoration: none;
}

#chart_selection a:hover {
    color: red;
    text-decoration: none;
}
