/* 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 {
	position:relative;
	margin: 0 auto;
	padding: 0;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	margin : 10px auto;
	text-align: left;
	width: 810px;
}
/* =Main Layout Elements
---------------------------------------------------------------------------------------------------------------- */  
/* top */
div#header, div#data_content, div#data_footer { width:100%; }
div#header {
	position:relative;
	color: #030;
	height: 140px;
	background: #FFF url(../images/top_nav_background.gif) no-repeat;
}
#main_nav {
	position:absolute;
	top: 88px;
	left: 55px;
	width: 700px;
}
/* middle */
#data_sub_nav {
	position: relative;
	top: 55px;
	left: 570px;
	width: 200px;
}

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

}

div#data_content { background: #FFFFFF url(../images/data_table_top_background.gif) no-repeat top center; }

div#table_container { padding-left:40px; padding-top:65px; }
#table {
/* margin-left:32px; */
/* margin-top:80px; */
}
/* bottom */
div#data_footer {
	position:relative;
	height: 50px;
	background: #FFFFFF url(../images/data_table_bottom.gif) no-repeat top center;
	clear : both; 
	min-height : 50px;
}

/* =Other Elements
---------------------------------------------------------------------------------------------------------------- */  

#header h1 {
	display:none;
}

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

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

}
#map {
	width: 750px; 
	height: 433px;
	position: relative;
	top: 61px;
	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 h1, p {
	padding-left: 20px;
	padding-right: 20px;
}

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

/* links styles */

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

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

#links_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 styles */

.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_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;
} 


.data_info {
	padding-left: 10px;
	padding-right: 30px;
	margin-top:6px;
	margin-bottom:3px;
}