/* CSS Document */
/*  =reset.css */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, address, th, td { margin : 0; padding :0; }
h2, h3, h4, h5, h6 { font-size : 100%; font-weight : normal; }
ol, ul { list-style-type : none; }
table { border-collapse : collapse; border-spacing : 0; }
caption, th { text-align : left; }
fieldset, img { border : 0; }
dt, address, caption, cite, code, dfn, em, i, strong, b, th, var { font-style : normal; }
q:before, q:after { content :''; }
/* Wrapper. One of two classes applied to the wrapper depending on width of browser window */


body {
	margin: 0 auto;
	padding: 0;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#wrapper {
	position:relative;
	top:0px;
	left:0px;
	margin: 10px auto;
	padding: 0px;
	text-align: left;
	width: 810px;
}

#header {
	color: #030;
	width: 810px;
	height: 140px;
	padding-top: 0px;
	background: #FFF url(../images/top_nav_background.gif) no-repeat;
}

#header h1 {
	display:none;
}

#main_nav {
	position: relative;
	top: 88px;
	left: 55px;
	width: 700px;
}

#main_nav li {
	display: inline;
	color:#FFFFFF;

}

#sub_nav {
	position: relative;
	top: 78px;
	left: 55px;
	width: 700px;
}

#sub_nav li {
	display: inline;
	color:#FFFFFF;

}

#content {
	margin-top: 0 !important;
	width: 810px;
	height: 576px;
	background: url(../images/airmap_background.gif) no-repeat;
}

#content_tubes {
	margin-top: 0 !important;
	width: 810px;
	height: 610px;
	background: url(../images/airmap_background_tubes.gif) no-repeat;
}

#content_altfuels {
	margin-top: 0 !important;
	width: 810px;
	height: 610px;
	background: url(../images/airmap_background_altfuels.gif) no-repeat;
}

#content_cc {
	margin-top: 0 !important;
	width: 810px;
	height: 610px;
	background: url(../images/airmap_background_cc.gif) no-repeat;
}

#map {
	width: 748px; 
	height: 433px;
	position: relative;
	top: 79px;
	left: 30px;
	border:#999999 solid 1px;
}

#side_bar {
	display: none;
}

#buttons {
	position: relative;
	top: 0px;
	left: 31px;
	z-index: 10;
	width: 200px;
}


/* homepage styles */

#home_content {
	position:relative;
	top: 0px;
	left: 5px;
	margin-top: 0 !important;
	width: 800px;
	/* height: 376px; */
	background: #FFFFFF url(../images/home_top_background.gif) no-repeat top center;
}

/* #home_content h1, p {
	padding-left: 20px;
	padding-right: 20px;
} */

#home_content p {
	padding-left: 5px;
	padding-right: 20px;
	margin-top:6px;
	margin-bottom:3px;
}

#home_content h1 {
	position: relative;
	top: 0px;
	left: 35px;
	width: 240px;
	height: 50px;
	background: #FFFFFF url(../images/welcomeheader.gif) no-repeat;
	text-indent: -9999px;
}

div#table_container { padding-left:40px; padding-top:85px; }

/* links styles */

#links_content {
	position:relative;
	top: 0px;
	left: 5px;
	margin-top: 0 !important;
	width: 800px;
	/* height: 376px; */
	background: #FFFFFF url(../images/links_top_background.gif) no-repeat top center;
}

/* #home_content h1, p {
	padding-left: 20px;
	padding-right: 20px;
} */

#links_content p {
	padding-left: 5px;
	padding-right: 20px;
	margin-top:6px;
	margin-bottom:3px;
}

#links_content h1 {
	position: relative;
	top: 0px;
	left: 35px;
	width: 240px;
	height: 50px;
	background: #FFFFFF url(../images/welcomeheader.gif) no-repeat;
	text-indent: -9999px;
}

/* data styles */

#data_content {
	margin-top: 0px !important;
	position: relative;
	top: 20px !important;
	left: 5px !important;
	width: 800px;
	/* height: 376px; */
	background: #FFFFFF url(../images/data_table_top_background.gif) no-repeat top center;
}

#data_content #table {
	position:relative;
	margin-top: 90px !important;
	margin-left: 40px !important;
}

.table_copy .th{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.table_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.table_copy .odd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #D4EFF6;
}

.table_copy .even {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
}

#data_content #table_container td {
	border-right: solid 1px #D4EFF6;
}

.clear {
	clear: both;
}

#data_footer {
	position:relative;
	margin-left: 5px !important;
	width: 800px;
	height: 50px;
	background: #FFFFFF url(../images/data_table_bottom.gif) no-repeat top center;
}

#data_content h1, p {
	padding-left: 20px;
	padding-right: 20px;
}

#data_content h1 {
	position: relative;
	top: 0px;
	left: 20px;
	width: 240px;
	height: 50px;
	background: #FFFFFF url(../images/links_header.gif) no-repeat;
	text-indent: -9999px;
}

#data_content #locations {
	width: 300px;
}


a { 
	color : #2462AB;
	text-decoration : underline;
	font-weight:bold;
} 

.selected { 
	color : #8E2020;
	text-decoration : underline;
	font-weight:bold;
} 

a:hover { 
	color : #8E2020;
} 