/* universal layout/positioning */

html, body {
	margin: 0;
	padding: 0;
}

body {
	background: #4c4841 url(../images/bg.jpg) top repeat-x;
}

#wrapper {
	position: relative;
	width: 756px;
	margin: 0px auto;
	margin-top: 191px;
	padding: 0;
	background: #201f1b url(../images/body_bg.jpg) 0px 0 no-repeat;
	border: 2px solid #fff;
	border-width: 0 2px 2px 2px;
}

#header {
	position: absolute;
	top: -188px;
	left: -2px;
	margin: 0;
	padding: 0;
	width: 760px;
	height: 188px;
	background: url(../images/header.jpg) top left no-repeat;
}

#header span {
	display: none;
}

#logo {
	position: absolute;
	top: 15px;
	left: 15px;
}

#header a img {
	border: none;
}
	
#content {
	margin: 0 0 0 215px;
	padding: 0px 25px 0 0;
}

#content p {
	margin: 0 0 20px 0;
	padding: 0;
}

#content img {
	float: right;
	border: 7px solid #e9e4e4;
	clear: right;
}

div.ImageContainer{
	width:235px;
	float: right;
	padding: 0;
	margin: 0 0 10px 10px;
	text-align: center;
	background: none;
}

#content div.ImageContainer p{
	margin: 0;
	line-height: 2.25em;
	color: #fff;
	font-weight: bold;
}

#content img.FloorPlan {
	float: left;
	background: none;
	border-width: 0;
	padding-bottom: 40px;
}

.FloorPlanTitle {
	clear: both;
}


#content img.splash {
	position: relative;
	top: -50px;
	right: 30px;
	background: transparent;
	margin: 0;
	padding: 0;
	border: 0;
}

#content ul li, #content ol li {
	margin-bottom: 15px;
}

#content p.PolicyListTitle{
	padding: 15px 0 0 0;
	margin: 0 0 0 0;
}


span.ListItemTitle{
	font-weight: bold;
	color: #d5c4aa;
}

#footer {
	display: block;
	text-align: right;
	padding: 40px 5px 0 0;
	clear: both;
}

#footer p {
	margin: 5px 0;
	padding: 0;
}

#map {
	width: 500px;
	height: 300px;
	border: 2px solid #fff;
}

#map img {
	background: none;
}

div.ContactForm ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
/* navigation */

#nav {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 174px; /* value to make Mac IE behave */
	
	/* hide actual value from Mac IE \*/
	width: auto;
	/* end hack */
}

#nav li.primary {
	padding: 0 0 0 15px;
}

#nav ul {
	list-style-type: none;
	margin: 0 0 30px 0;
	padding: 0;
}

#nav ul li {
	margin: 6px 0 10px 0;
	border: 0;
}

#nav a:link, #nav a:visited {
	padding: 0 22px 0 15px;
}

#nav ul a:link, #nav ul a:visited {
	padding: 0 22px 0 23px;
}

hr {
	margin: 30px 0 50px 0;
}

/* universal typography */

strong { font-weight: bold; }
em { font-style: italic; }

body {
	font: 13px/1.5em 'Lucida Grande', 'Lucida Sans', sans-serif;
	color: #fff;
}

h2,h3,h4,h5 {
	font-size: 18px;
	font-family: Georgia, 'Bitstream Vera Serif', serif;
	color: #ffe3af;
}

h3,h4,h5 {
	padding-top: 20px;
}

a:link, a:visited {
	color: #95b5c8;
	text-decoration: underline;
}

a:hover { color: #a54e30; }

a:active { color: #95b5c8; }

#footer p, #footer a  {
	font: bold 10px/12px "Trebuchet MS", sans-serif;
	color: #47433c;
}

#footer a:hover {
	color: #c8f352;
}

.ListTitle {
	text-transform: uppercase;
	font-size: 15px;
}

.PolicyListTitle{
	font-weight: bold;
	color: #d5c4aa;
}

.FloorPlanTitle {
	color: #d5c4aa;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;	
}

ul.NoDots {
	list-style: none;
	color: #d5c4aa;
	padding: 0;
}

ul.NoDots ul {
	list-style: circle;
	color: #fff;
	margin-bottom: 45px;
}

/* navigation typography */

#nav a:link, #nav a:visited {
	font: bold 15px/17px "Trebuchet MS", sans-serif;
	color: #fff;
	text-decoration: none;
}

#nav a:hover{
	background: url(../images/arrow.gif) 100% 50% no-repeat;
}

#nav .current a:link, #nav .current a:visited, #nav .current a:hover, #nav .current a:active, #nav a:hover, #nav a:active {
	color: #ffe3af;
}

#nav ul a:link, #nav ul a:visited {
	font: bold 12px/14px "Trebuchet MS", sans-serif;
	color: #ede2db;
	text-decoration: none;
}

.Note {
	font-size: 11px;
	color: #ede2db;
	text-transform: none;
	font-style: italic;	
}
