@charset "UTF-8";

* { outline:none;}
body {
	background: #6b2127;
	text-align:center;
	color:#FFFFFF;
	line-height:16px;
	margin-top:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
DIV#container {
	width:728px;
	margin:auto;
	position:relative;
	border:solid 14px #efa928;
	}
.cLeft {
	width:250px;
	margin-left:24px;
	text-align:left;
	}
.cRight {
	width:420px;
	margin-right:26px;
	text-align:left;
	}
.floorplans {
	margin-top:12px;
	align:center;
	}
.tag {
	margin-top:24px;
	margin-bottom:17px;
	}
.list LI {
	margin-top:12px;
	margin-left:-38px;
	list-style:none outside;
	}
.list2 LI {
	margin-left:-24px;
	}
.separator {
	text-align:center;
	margin:30px 0px;
	}
.navContainer {
	border-bottom:solid 14px #efa928;
}
.buildingImages {
	position:absolute;
	top:540px;
	left:40px;
	width:200px;
	height:480px;
	}
.thumb {
	padding:10px 5px 0px 5px;
	width:85px;
	heght:85px;
	}
.thumb img {
	border-style:solid;
	border-width:4px;
	border-color:#efa928;
	}
.thumb:hover img {
	border-style:solid;
	border-width:4px;
	border-color:#ffffff;
	}