/* CSS Document */

/* 1st Tier nav */

#nav ul li a.about {
	color: #333333;
	background: #E1DC9B;}

/* Open up 2nd Tier nav */

#about #nav ul ul.about { 
	display: list-item;
	margin: 0px;
	padding: 0px;
	list-style: none; 
	font: 100% arial, helvetica, sans-serif; 
	width: 149px;  }
	
#about #nav ul ul a {
	padding: 4px 0px 4px 24px;
	width: 126px;
	border-bottom: 1px solid #333333;
	text-decoration: none;
	margin-left: -1px;
}		
	
#about #nav ul ul a:link, #about #nav ul ul a:visited {
	padding: 4px 0px 4px 24px;
	font-weight: normal;
	color: #333333;
	background-color: #fff; }
	
#about #nav ul ul a:hover {
	font-weight: normal;
	padding: 4px 0px 4px 24px;
	color: #333333;
	background-color: #F1EFD1; }
	
/* Second Tier nav Links */

#about.floor_plans #nav ul ul li a.floor_plans {	
	color: #333333;
	background: #F1EFD1 url(/images/arrow.gif) no-repeat;
	background-position: 1em .6em;	 }
	
#about.history #nav ul ul li a.history {	
	color: #333333;
	background: #F1EFD1 url(/images/arrow.gif) no-repeat;
	background-position: 1em .6em;	 }
	
#about.team #nav ul ul li a.team {	
	color: #333333;
	background: #F1EFD1 url(/images/arrow.gif) no-repeat;
	background-position: 1em .6em;	 }
	
#about.location #nav ul ul li a.location {	
	color: #333333;
	background: #F1EFD1 url(/images/arrow.gif) no-repeat;
	background-position: 1em .6em;	 }	
	
#about.timeline #nav ul ul li a.timeline {	
	color: #333333;
	background: #F1EFD1 url(/images/arrow.gif) no-repeat;
	background-position: 1em .6em;	 }		
	
/* Other CSS */
			
.floor_plans .box, .team .box {
	margin-top: 20px;
	padding-right: 0px;}
	
.team .box .text {
	width: 300px;
	float: left;}
