/* Palette info:
	#FFF: white
	#000: black
	#CCC: grey
	#6F9AC8: lightish blue
	#8CB2D9: lighter blue

*/

body{
	background-color: #FFF;
	color: #000;
	font-family: "Arial", "Verdana";
	text-align: center;
	padding: 10px 0px 0px 0px;
	margin: 0px;
}

	#header{
		width: 800px;
		height: 100px;
		padding: 0px;
		margin: auto;
		position: relative;
	}
	
		#cornerLogo{
			position: absolute;
			top: 0px;
			left: 0px;
			width: 253px;
			height: 69px;
		}
		
		#greeting{
			position: absolute;
			top: 0px;
			left: 263px;
			font-size: 16px;
			font-weight: bold;
		}
		
		#userStatus{
			position: absolute;
			top: 21px;
			left: 263px;
			font-size: 12px;
			font-weight: bold;
			width: 537px;
			text-align: left;
		}
		
		#headerSearch{
			position: absolute;
			top: 0px;
			right: 0px;
			font-size: 14px;
			padding: 1px;
			vertical-align: bottom;
			text-align: right;
			height: 20px;
		}
		
			#headerSearchBox{
				border: 0px solid #FFF;
				font-size: 14px;
				background-color: #FFF;
				color: #000;	
				height: 16px;
				margin: 0px;
				padding: 0px;
				vertical-align: top;
			}
			
			#headerSearchButton{
				border: 0px solid #FFF;
				font-size: 14px;
				background-color: #FFF;
				color: #000;	
				margin: 0px;
				padding: 1px;
				vertical-align: top;
				text-align: center;
				text-decoration: none;
			}
			
		div#tabs{
			position: absolute;
			top: 55px;
			left: 160px;
			width: 640px;
			padding: 0px;
			background: #FFF;
		}
		
			ul#nav,ul#nav li{
				list-style-type:none;
				margin:0px;
				padding:0px;
			}
			
			ul#nav{
				margin-left: 0px;
				width: 640px;
			}
	
			ul#nav li{
				float:left;
				margin-right: 3px;
				text-align: center;
			}
			
				ul#nav a{
					float:left;
					width: 100px;
					padding: 5px 0px 0px 0px;
					background: #8CB2D9;
					text-decoration:none;
					color: #FFF;
					font-weight: bold;
				}
			
				ul#nav a:hover{
					background: #FFA826;
					color: #FFF;
				}
	
				ul#nav li.activelink a,ul#nav li.activelink a:hover{
					background: #6F9AC8;
					color: #000;
				}
		
		div#submenu{
			position: absolute;
			top: 79px;
			left: 0px;
			width: 800px;
			padding: 0px;
			background: #FFF;			
		}
		
			ul#subnav,ul#subnav li{
				list-style-type:none;
				margin:0px;
				padding:0px;
			}
			
			ul#subnav{
				background: #6F9AC8;
				margin-left: 0px;
				width: 780px;
				padding: 3px 0px 3px 20px;
				text-align: left;

			}

			ul#subnav li{
				display: inline;
				margin-right: 3px;
				text-align: center;
			}

				ul#subnav a{
					text-decoration:none;
					color: #FFF;
					padding: 3px 10px;
					font-weight: bold;
					z-index: 99;
				}
	
				ul#subnav li.activelink a,ul#nav li.activelink a:hover{
					color: #000;
					background: #6F9AC8;
				}
			
				ul#subnav a:hover{
					background: #FFA826;
					color: #FFF;
				}

.blueBorder{
	height: 22px;
	padding: 1px;
	border: 1px solid #6F9AC8;
	vertical-align: top;
}

#content{
	width: 800px;
	position: relative;
	margin: auto;
	text-align: left;
	padding: 0px;
}

	#map{
		width: 500px;
		height: 350px;
		position: absolute;
		top: 10px;
		left: 0px;
		border: 1px solid #3F4C6B;		
	}
	
	#placeInfo{
		width: 290px;
		position: absolute;
		top: 10px;
		left: 510px;
		/*
		border: 1px solid #000;
		padding: 10px;
		*/
		overflow: hidden;
	}

		.placeTitle{
			font-size: 16px;
			font-weight: bold;
		}
		
		.placeAddress{
			font-size: 12px;
			font-weight: bold;
			padding: 0px 0px 0px 10px;
		}
		
		.placeAddress a{
			color: #6F9AC8;
			text-decoration: none;
			font-size: 10px;
		}
		
		#infoTabs {
			border-bottom : 1px solid #ccc;
			margin: 0px;
			padding-bottom: 19px;
			padding-left: 10px;
		}
		
			#infoTabs ul, #infoTabs li	{
				display: inline;
				list-style-type: none;
				margin: 0px;
				padding: 0px;
			}
		
			
				#infoTabs a:link, #infoTabs a:visited	{
					background-color: #E8EBF0;
					border: 1px solid #ccc;
					color: #000;
					float: left;
					font-size: small;
					font-weight: normal;
					line-height: 14px;
					margin-right: 5px;
					padding : 2px 10px 2px 10px;
					text-decoration: none;
				}
		
				#infoTabs a:link.active, #infoTabs a:visited.active	{
					background: #fff;
					border-bottom: 1px solid #fff;
				}
		
				#infoTabs a:hover	{
					background-color: #8CB2D9;
				}
		
		
				#infoTabs ul a:hover {
					background-color: #8CB2D9;
				}
		
			.placeDetails {
				background: #fff;
				border: 1px solid #ccc;
				border-top : none;
				clear: both;
				margin: 0px;
				padding: 0px;
				height: 390px;
				overflow: auto;
				font-size: 12px;
			}

			.placeDetails p{
				margin: 0px;
				padding: 5px 15px;
			}
			
			ul.expandingMenu {
			  width: 100%;
			  list-style-type: none;
			  margin: 0px;
			  padding: 0px;
			}
			
			ul.expandingMenu ol {
			  display: none;
			  list-style-type: none;
			  margin: 0px;
			  padding: 0px;
			  width: 100%;
			}
			
			
			ul.expandingMenu li {
			  width: 100%;
			  line-height: 15px;
			}
			
			ul.expandingMenu DIV {
				background-color: #CCC;
				color: #000;
				width: 100%;
				font-weight: bold;
				margin: 0px 0px 3px 0px;
				cursor: pointer;
			}

			 
			dl.stat {
				display: none;
				width: 100%;
				clear: both;
				padding: 0px;
				margin: 0px;
			}
			
			.stat dt {
				float: left;
				font-weight: bold;
				padding: 0px 0px 0px 10px;
				margin: 0px;
			}
			
			.stat dd {
				text-align: right;
				padding: 0px 5px 0px 0px;
				margin: 0px;
			}


			
		#placeFinder{
			width: 480px;
			height: 186px;
			position: absolute;
			top: 370px;
			left: 0px;
			border: 1px solid #6F9AC8;
			padding: 10px;
		}
