@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
img {
	border:0;
}

body {
	background:#99b3cb url(../images/bg.png) repeat-x;
	font-size: 18px;
	font-family: Georgia,"Times New Roman",Times,serif;
	line-height:18px;
}
#container {
	width:1043px;
	margin:0 auto;
	background:url(../images/edges.png) repeat-y;
	behavior:url(scripts/iepngfix.htc)
}
.inner-container {
	margin:0 auto;
	width:989px;
	height:508px;
	background:#000;
}
#floorplan {
	float:left;
	margin:20px 0 0 50px;
	display:inline;
}
#floorplan a{
	display:block;
	background:url(../images/dl-floor.jpg) top left;
	text-decoration:none;
	width:462px;
	height:85px;
	color:#000;
}
#floorplan a:hover{
	background-position:bottom left;
	color:#666;
}
#get-there {
	float:right;
	margin:20px 50px 0 0;
	display:inline;
}
#get-there a{
	display:block;
	background:url(../images/get-there.jpg) top left;
	text-decoration:none;
	width:462px;
	height:85px;
	color:#000;
}
#get-there a:hover{
	background-position:bottom left;
	color:#666;
}
.title {
	display:block;
	padding:20px 0 0 120px;
}
.desc {
	display:block;
	font-size:12px;
	padding:0 0 0 120px;
}
h2 {
	background:#000;
	width:959px;
	margin:0 auto 20px;
	color:#fff;
	height:30px;
	font-size: 14px;
	padding:20px 0 5px 30px;
}
#mapview {
	width:920px;
	height:500px;
	margin:0 auto 20px;
}
#footer {
	background:url(../images/footer.jpg) no-repeat center center;
	width:939px;
	height:74px;
	margin:0 auto;
	border:1px solid #ccc;
	padding:2px;
	font-size:12px;
	overflow:hidden;
	text-align:right;
	font-size:11px;
	color:#525252;
}
#footer a{
	color:#525252;
	font-weight:700;
	text-decoration:none;
}
#footer div {
	padding:20px 20px 0 0;
}
#bot {
	background:url(../images/bot.png) no-repeat;
	width:1043px;
	height:48px;
	margin:0 auto;
	behavior:url(scripts/iepngfix.htc)
}