/* 	Sky Pilot Website
	External CSS stylesheet for location page
	Author:  Jennifer Roberts
	Created: 6/7/08
	Last modified:
*/

#this_page_links_box {
	float: right;
	background-color: #99CC99;
	color: #000033;
	padding: 4px 0px 4px 0px;
	margin: -10px 0px 0px 0px;
	border-bottom: #000033 solid 2px;
	border-left: #000033 solid 2px;
	border-top: #000033 solid 2px;
	}
	
#this_page_links_box p {
	text-align: center;
	margin: 0px -18px 0px -18px;
	}
	
#this_page_links_box a {		
	text-decoration: none;
	color: #000033;
	font-weight: normal;
	}


#div_map1_image {
	text-align: center;
	}
	
#map1_image {
	width: 650px;
	height: 660px;
	margin: 10px 0px 30px 0px;
	border: black solid 1px;
	}
	
#div_fll_map2_image {
	text-align: center;
	}
	
#fll_map2_image {
	width: 650px;
	height: 693px;
	margin: 10px 0px 30px 0px;
	border: black solid 1px;
	}
	
#page_content h3 {
	clear: both;
	}
	
#directions p {
	margin-left: 20px;
	}