@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #746D6B;
	background-repeat: repeat-x;
	background-image: url(../images/bg.png);
	font-family: Verdana, Geneva, sans-serif;
}
#container  {
	width: 970px;
	text-align: left;
	background-image: url(../images/container_bg955.png);
	margin: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	line-height: 1.5em;
}

#header  {
	height: 120px;
	width: 955px;
	margin-left: 10px;
}
#mainContent  {
	width: 955px;
	margin-left: 10px;
}

#nav {
	width: 955px;
	margin-left: 10px;
	background-color: #CCCCCC;
	background-image: url(../images/nav_back.jpg);
}
#mainContent #clientScroll {
	width: 365px;
	left: 877px;
	top: 518px;
	color: #FFF;
	background-image: url(../images/clientScrollBg.jpg);
	height: 293px;
	float: right;
	background-repeat: no-repeat;
	margin-top: 15px;
}
#test {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}


#container #scrollWrapper {
	background-color: #9C4A4A;
	height: 25px;
	width: 955px;
	margin-left: 10px;
	background-image: url(../images/scrollBG.jpg);
}
#container #scroller {
	margin-left: 100px;
	padding-top: 5px;
}

#flash_msg {
}
#text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	text-align: justify;
	margin-top: 25px;
	margin-bottom: 25px;
	clear: both;
	width: 955px;
}

#text_home, #text_home2, #text_home3 {
	float: left;
	width: 955px;
	margin-top: 10px;
}

#text_home p,#text_home2 p,  #text_home3 p, p {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	margin-right: 15px;
	margin-left: 25px;
}

#whats_new {
	margin-top: 15px;
	margin-bottom: 10px;
}
#slide_shw {
	float: right;
	margin-left: 15px;
	margin-bottom: 2px;
}
#avi_player {
	margin-left: 142px;
	width: 670px;
}
#gis_txt, #about {
	float: left;
	margin-top: 15px;
	text-align: justify;
	margin-bottom: 20px;
}
#josh, #press, #about_pic, #approach, #enviro, #wv, #cali, #nc, #co, #sc {
	float: right;
	margin-left: 15px;
}
#mercer {
	float: left;
	margin-right: 15px;
}

#mainContent #gis_flash {
	float: right;
	margin-left: 15px;
}

#gis_txt p, #about p {
	margin-left: 25px;
	margin-right: 15px;
}
#mainContent #gis_2 {
	float: right;
	margin-left: 15px;
}

#map_locate {
	height: 410px;
	width: 530px;
	float: left;
	padding-left: 220px;
}

#footer  {
	background-image: url(../images/footer_bg955.jpg);
	height: 56px;
	margin-left: 10px;
	width: 955px;
	clear: both;
}


#mainContent a:hover {
	color: #333333;
}
#footer #nav_foot {
	float: left;
	margin-top: 10px;
	padding-left: 10px;
	color: #CCCCCC;
	text-decoration: none;
	font-size: x-small;
}
#footer #nav_foot a {
	color: #CCCCCC;
	text-decoration: none;
}
#footer #copy {
	float: left;
	margin-top: 10px;
	clear: both;
	padding-left: 10px;
	color: #CCCCCC;
	font-size: x-small;
	width: 750px;
}
#footer #jnt {
	float: left;
	margin-top: 10px;
	padding-left: 40px;
	color: #CCCCCC;
	font-size: x-small;
}
#footer #jnt a {
	color: #FFFFFF;
	text-decoration: none;
}


#mainContent a:visited { 
	color:#333333
}	


#mainContent a:link {
	color: #9C4A4A;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9C4A4A;
}
#test div a:link {
	color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #9c4a4a;
	margin-left: 25px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #9c4a4a;
	font-size: large;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9c4a4a;
	margin-right: 10px;
	margin-left: 25px;
}

