/* CSS Document */

/* Modifications */

h1 {
	text-indent:-2500px;
	font-size: 1px;
}
	

body {
	background-image:url(../images/bg_home1.jpg);
	background-attachment:fixed;
	background-position: center top;
	background-repeat:no-repeat;
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFF;
}

/* DIV ID'S */


#header_bg {
		height: 150px;
		background-image:url(../images/header_bg.jpg);
		background-repeat:repeat-x;
		border-bottom:#000 solid 3px;
				
}


#container2 {
		width: 960px;
		margin: 0 auto;
		margin-top: -145px;	
}

	/* Top Navigation */
	
#logo {
		float: left;
}

#topnav {
		width:950px;
		height: 57px;
		float: left;
		margin-bottom: -34px;
		margin-left:10px;
		clear:both;
		font-size: 16px;
		font-weight:bold;
}

#topnav ul {
		list-style: none;
		padding: 0;
		margin: 0px;
}

#topnav li {
		float: left;
		margin: 0px 3px;;
}

#topnav li a {
		background-color:#CCC;
		float: left;
		padding:3px;
		display: block;
		border: 1px solid #AE340B;
		text-decoration: none;
		text-align: center;
}

#topnav li a:hover {
		background-color:#000;
		float: left;
		padding:3ps;
		display: block;
		border: 1px solid #AE340B;
		text-decoration: none;
		text-align: center;
}

#topnav li a:active, #topnav li.current_page_item a {
		background-color:#FFF;
		float: left;
		padding: 3px;
		display: block;
		border-top: 1px solid #AE340B;
		border-left: 1px solid #AE340B;
		border-right: 1px solid #AE340B;
		border-bottom: 2px solid #FFF;
		text-decoration: none;
		text-align: center;
}


*/
/* Hide from IE5-Mac \*/
#topnav li a {
		float: none
}
/* End hide */


	/* Content Area */

#border {
		border: #AE340B solid 2px;
		margin-top: -150px;
		clear:both;
		background-image:url(../images/content_bg.png);
		padding:5px;
		overflow:hidden;
}

#content {
		float:left;
		width:920px;
		margin-left:7px;
		font-size:14px;
		font-family:Verdana, Geneva, sans-serif;
}

#contentText img {
	padding: 3px;
	border:#333 solid thin;
}

#contentHome {
		float:left;
		width:920px;
		margin-left:7px;
		font-size:14px;
		font-family:Verdana, Geneva, sans-serif;
}

#newsInfo {
	float:left;
	width:550px;
}

#regionMap {
	width:350px;
	float:right;
}

#copyright {
		text-align:center;
		font-size:10px;
		color:#99481d;
		clear:both;
}

/* Text & Link Classes */

/* Top Navigation */



