
#top_nav{
	position:absolute;
	right:0px;
	top:70px;
	text-align:center;
	width: 475px;
	background-color:#dddddd;
	border: 1px solid #5B4848;
	padding:2px;
}
#top_nav_test{
	position:relative;
	left:0px;
	top:0px;
	width: 425px;
	background-color:#dddddd;
	border: solid #ffffff;
	border-width: 0px 1px 1px 1px;
	padding:2px;
}

#map
	{
	margin:30px 5% 0px 5px;
	width:500px;
	height:500px;
	border: 1px solid #000000;
	}
#center_content{
	margin:15px;
}

#whats_happening{
	position:relative;
	float: right;
	width: 200px;
	background-color:#dddddd;
	border: 1px solid #000000;
	margin:30px 5% 0px 5px;
	padding:3px;
}
#eighty_copy{
	width: 80%;
}
#header_bg
{
	background-color:#5B4848;
	border-bottom: 1px dashed #ffffff;
	height: 100px;
}

#footer{
	clear: both;
	text-align:right;
	font-size:10px; 
	margin:10px 5px 10px 5px;
}

#search{
	width:388px;
	background-color:#dddddd;
	border: 1px solid #000000;
	margin:10px;
	padding:5px;
	float:left;
}

#logo_bar{
	padding:7px;
	font-weight:bold;
}

a{
    color: #325A95;
    text-decoration: underline
}

a:active{
    color: #325A95;
	background-color: #f1eece;
    text-decoration: underline
}

a:hover{
    color: #325A95;
	background-color: #f1eece;
    text-decoration: underline
}
/*#top_nav_test a{
    color: #ffffff;
    text-decoration: underline
}

#top_nav_test a:active{
    color: #ffffff;
	text-decoration: underline
}

#top_nav_test a:hover{
    color: #325A95;
	background-color: #f1eece;
    text-decoration: underline
}
*/
.bg_dark {
	background: #9BAECB;
	border-bottom: 1px #000000 solid; 
}
.bg_light {
	background: #dddddd;
}
.bg_hilight{
	background: #9BAECB;
	border: 1px #000000 solid; 
	width: 400px;
	padding:5px;
}
.float_right {
float: right;
margin:5px;
}
.float_left {
float: left;
margin:5px;
}

.blue{
color: #325A95;
}
.red{
color: #FF0000;
}
body{
	margin:0px; 
	border:0px;
	background-color:#ADA581;
}
.border{
	border: 1px #000000 solid;
	border-collapse: collapse;
}
.border_bottom{
	border-bottom: 1px #000000 solid;
	border-collapse:collapse;
}
.title{
	position:relative;
	left:5px;
	top:50px;
	color:#ffffff;
	font-size:20px;
	font-weight:bold;
}
h3{
	color:#000000;
	font-size:18px;
	font-weight:bold;
}
h2{
	color:#000000;
	font-size:14px;
	font-weight:bold;
}
h1{
text-transform:uppercase;
font-size:2em;
}
p, div, span, li, td, pre{
	font-size:12px; 
	font-family:Ariel, Verdana, Helvetica, Geneva, sans-serif;
	color:#000000;
}

p{
	text-align:justify;
}
.header{
	font-size:15px;
	color:#325A95;
	font-weight:bold;
}
.alert{
	color:#FF0000;
}
.small_text{
	font-size:11px;

}
.subheader{
	font-size:13px;
	color:#325A95;
	font-weight:bold;
}
.right_now{
	color:#ffffff;
	font-size:10px;
	margin:3px;
	}
.current_count{
	color:#ffffff;
	font-size:13px;
	margin:3px;
	}
.bold{
font-weight:bold;
}
.border{
border: black solid 1px 1px 1px 1px;
}
.border_left{
border-left: black solid 1px;
}
a img { border:none;}
.left{
	text-align:left;
}

.center{
	text-align:center;
}
	
hr.purple{
	line-height:1px;
	width:50px;
	color:#325A95;
}

ul{
	margin-left: 5px;
	margin-top:5px;
	padding: 0px;
	list-style-type:none;
}

.watermark{
	background-image: url(imagelib/logo_watermark.jpg);
	background-repeat: no-repeat;
	background-position: 95% 35%;
}

.white{
	color:#ffffff;
}

.white_link{
	color:#ffffff;
	text-decoration:none;
}