@charset "utf-8";
/* CSS Document */
body {
	background: #cccc99;
	color: #333;
	font-size: 11px;
}
a {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1, h2 {
	padding:12px;
}
h3 {
	margin-bottom:4px;
}
h1, h2, h3, h4 {
	padding-left: 16px;
	text-align:left;
	line-height:16px;
}
p {
	/*border: 1px solid #333;*/
	overflow: hidden;
	padding-left: 16px;
	text-align: left;
	line-height:16px;
}
p.copyright {
	text-align: center;
	font-size:9px;
	line-height:24px;
	border:none;
}
.container_16 {
	/*background: #fff url(images/16_col.gif) repeat-y;*/
	background: #fff;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	border-left:1px solid #666;
	padding-top:8px;
	margin-bottom:32px;
}
.map {
	padding-bottom:16px;
	padding-left:14px;
}

#nav {
	background-color:#CCCC99;
	margin-top:8px;
	margin-bottom:8px;
}

#nav a {
	font-size: 14px;
	color:#333;
	font-weight:bold;
	border-right:2px solid #fff;
	display:block;
	width:128px;
	text-align:center;
	margin-top:0px;
	padding-top:4px;
	padding-bottom:4px;
}

#nav a:hover {
	background-color:#E5E784;
}

#contact, #floorplan, #directions {
	height:390px;
}
#contact {
	border: 2px solid #E0E269;
}
#contact h2 {
	background-color:#E0E269;
}
#contact h4 {
	width:250px;
	margin-bottom:4px;
}
#contact p {
	position:relative;
	float:left;
	width: 115px;
}
#contact ul {
	margin-right:10px;
}
#floorplan {
	border: 2px solid #E8D6AD;
}
#floorplan h2 {
	background-color: #E8D6AD;
}
#directions {
	border: 2px solid #E5E784;
}
#directions h2 {
	background-color: #E5E784;
}
#floorplanTable {
	margin: 0 16px 16px 16px;
	width:85%;
	font-family: arial;
	font-size: 11px;
}
#floorplanTable caption {
	font-size:10px;
	line-height:12px;
	text-align:center;
	padding-bottom:8px;
}
#floorplanTable tr td {
	padding: 3px 8px;
	text-align: center;
}
#floorplanTable tr.even td {
	background-color:#E8D6AD;
}

#realtor {
	position:relative;
	float:left;
}

#header {
	background-image:url(../images/tsl_header.jpg);
	width:940px;
	height:418px;
	float:left;
}

#logo {
	float:left;
	margin-left:32px;
}

#promo_badge {
	float:right;
	margin-right:20px;
}
