body {
	background-color: #FFF;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 12pt;
}
a img {
border:0px;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 800px;
	background: #FFF;
	border: 2px solid #000;
}

#header {
	width: 800px;
	height: 231px;
	margin-bottom: 15px;
	text-align: center;
	background-color: #000;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

	#header ul {
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		margin: 0;
	}

	#header ul li {
		display: inline;
		font-size: .8em;
		margin: 0 8px 0 8px;
	}
	
#header ul li a:link,
#header ul li a:active,
#header ul li a:visited {
 color: #FFF;
 text-decoration:none;
}

#header ul li a:hover {
 text-decoration:underline;
 }
 
#ads {
	float: left;
	width: 150px;
}


#content {
	float: left;
	width: 450px;
}

	#content p {
		font-size: .75em;
	}


#mapHeader{
	margin-top:10px;
	font-size:10pt;
	font-weight:bold;
}
#ad-footer {
text-align:center;

}
#footer {
	height: 20px;
        width: 100%;
	color: #FFF;
	margin-top: 25px;
	text-align: center;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-color: #000;
}

	#footer ul {
		font-size:10px;
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		margin:0;
		padding:0;
	}

	#footer ul li {
		display:inline;
		padding:0pt 4px 0pt 4px;
	}
	
#footer ul li a:link,
#footer ul li a:active,
#footer ul li a:visited {
 color: #FFF;
 text-decoration:none;
}

#footer ul li a:hover {
 text-decoration:underline;
 color: #FFF;
 font-weight: bold;
 }
 
     /*~~~~~Visit Related Sites~~~~~*/

	#relatedsites h1 {
		color: #000;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: bold;
		text-align: left;	
		}
		
		#relatedsites li a:link, 
		#relatedsites li a:visited, 
		#relatedsites li a:active {
			color: BLACK;
			background-color: #fab152;	
			border-right: 7px solid #ba843d; /* Thicker Border On Left Side */
			}
		
		#relatedsites li a:hover {
				background-color: #fbd29e;
				border-right-color: #c78d41;
				}
	
     /*~~~~~Left Content~~~~~*/
	 
#leftcontent {
	width: 280px;
	margin: 0px;
	padding-right: 10px;
	float: left;
	padding-top: 50px;
	}	 
	 
     /*~~~~~Article Box~~~~~*/	 

			#articlecontent h1 {
			font-weight: bold;
			font-size: 16px;
			color: #000;
				}
				
			#articlecontent h2 {
			font-weight: bold;
			font-size: 12px;
			color: #000;
				}
				
			.readmore {
				}
	
			#content h3 {
				color: #000;
				font-size: 18px;
				border-bottom: 2px solid #000;
				}
				
			#content a {
				color: #000;
				font-weight: bold;
				}
				
			#content a:hover {
				text-decoration: underline;
				} 	
				
/* ~~~~~~ For Listings ~~~~~~ */

.listing {
	margin-top: 10px;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	border-color: #000;
}

	.listing p {
		padding: 5px;
		margin: 0;
	}

	.listing h4 {
		background-color: #000;
		padding: 3px;
		font-size: .8em;
		margin: 0;
		color: #FFF;		
	}

		.listing h4 span {
			padding-top: 2px;
			float: right;
		color: WHITE;			
		}

	.listing h3#listing_header {
		background-color: #000;
		padding: 3px;
		font-size: .8em;
		margin: 0;
		color: WHITE;
	}
	
	

		.listing h3 span {
			padding-top: 2px;
			float: right;
		}

	.listing h4.description {
		background-color: #000;
		padding: 3px;
		font-size: .8em;
		margin: 0;
	}

		.listing h4.description span {
			padding-top: 2px;
			float: right;
		}

.pages {
	background-color: #000;
	font-size:1em;
	padding:3px;
	margin: 4px 0 4px 0;
	overflow: auto;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	border-color: #000;
	color: WHITE;
}

	.pages span {
		float:right;
	}				 		

	.pages span form a#page_link {
		color: WHITE;
		}
		
/*~~~~For the Map~~~~*/

#front-map-links {
	border: 1px solid #000;
	padding-bottom: 10px;
}

	#front-map-links h3#frontmap_header {
		background-color: #000;
		color: #FFF;
		margin: 0px 0px 10px 0px;
	}
		
/* For Side Navigation */
#nav li a:link,
#nav li a:visited,
#nav li a:active { /* For Nav Links */	
	color: BLACK;
	background-color: #fab152;	
	border-bottom: 1px solid #FFF; /* Thin border on the bottom of links */
	border-left: 7px solid #ba843d; /* Thicker Border On Left Side */
	}
	
#nav li a:hover { /* Color for mouseover, hover: Change Both */
	background-color: #fbd29e;
	border-left-color: #c78d41;
	}		
