@charset "UTF-8";
/* CSS Document */
body{
 padding: 0;
 margin: 0;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
}

h1, h2 {padding:0px; margin: 0px;}

h1{font-size: 16px; font-weight: bold;}
h2{font-size: 14px; font-weight: bold;}

.orange {color:#E8972D; font-weight: bold;}

hr { border: 1px solid #333333;}

#header{
	width: auto;
	height: 90px;
	background-image:url(images/top_bgk_w1_h90.jpg);
}

#header div.content, #navigation div.content, #body div.content{
	width: 780px;
	height: 90px;
	margin: 0 auto 0 auto;
}

#navigation{
	width: auto;
	height: 30px;
	background-image:url(images/top_nav_bkg_w1_h30.jpg);
}

#navigation div.menuItems {
	font-size: 13px; 
	font-weight: bold;
	color:#FFFFFF;
	padding:5px;
}

#navigation a{ color:#FFFFFF; font-weight:bold; text-transform:uppercase; text-decoration:none}
#navigation a:hover{ color: #FF0000; text-decoration:none}

#body{
	height: auto;
}

#body div.content{
	margin-top: 5px;
}

#body div.content div.navigation{
	border: 1px solid #B8B8B8;
	width: 199px;
	height: auto;
	float: left;
	padding-top: 10px;
}

div.location-header{
	height: 21;
}

div.news-articles{
	font-size: 12px;
}

div.location-wrapper, div.news-articles-wrapper{
	padding: 3px;
	margin: 3px;	
	border: 1px solid #E9E9E9;
	background-color: #F0F0F0;
}

div.location-wrapper{
	font-size: 14px;
	padding: 10px;
}

div.location-wrapper p{
	padding: 0px;
	margin: 0px;
}

div.news-articles-wrapper span.title{
	font-weight: bold;
} 

div.news-articles-wrapper span.date{
	color: #3A6703;
}
div.news-articles-wrapper span.title{
	color: #1E2024;
}
div.news-articles-wrapper p{
	padding: 0px;
	margin: 0px;
}

div.page-content {
	width: 574px;
	height: auto;
	padding-left: 10px;
}

.more_info td{ background:#577D00; height:12px}
.more_info div{ text-align:right; line-height:11px}
.more_info a{ color:#FFFFFF; font-weight:bold; text-transform:uppercase; text-decoration:none}
.more_info a:hover{ color:#3A3D42; text-decoration:none}



#footer{
	width: auto;
	height: 40px;
	background-image:url(images/ftr_bkg_w1_h40.jpg);
}