/* CSS Document */

body {
	background-color: #c6d8b4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 133%;
}

hr {
	background-color: #6633CC;
	color: #993333;
	width: 770px;
	height: 10px;
	border: 0;
	margin: 0;
	padding: 0;
	line-height: 0%;
}

h1 {
	font-size: 22px;
}

table#floor {
	text-align: center;
	font-style: italic;
	padding-top: 5px;
	width: 465px;
}
td.floor {
	padding: 8px;
}

table#home {
	text-align: left;
	padding-left: 20px;
}

.view {
	text-decoration: none;
	font-size: 10px;
	font-style: normal;
	color: #5d9731;
	}
	.view:hover {
	text-decoration: underline;
}
	
.subheader {
	font-weight: 100;
	font-size: 17px;
	line-height: 130%;
	color: #5d9731;
}

#container {
	position: absolute;
	width: 770px;
	top: 0px;
	left: 50%;
	margin-left: -385px;
}

#menu {
	position: absolute;
	top: 155px;
	text-align: center;
	list-style: none;
	font-size: 13px;
	line-height: 30px;
	margin: 0px;
	padding: 3px 0px;
	width: 750px;
}

	#menu li {
		display: inline;
	}

	#menu a {
		text-decoration: none;
		color: #000000;
		margin: 0px;
		padding: 1px 4px;
	}

	#menu a:hover {
		background-color: #c4d6b0;
	}
	
	.current_location {
		background-color: #c4d6b0;
		margin: 0px;
		padding: 1px 4px;
	}
	
#content {
	position: absolute;
	top:195px;
	left: 280px;
	width: 470px;
}

#design_footer {
	position: absolute;
	bottom: 15px;
	right: 5px;
	font-size: 10px;
	color: #666666;
}
	#design_footer a {
	color: #666666;
	}