/*
9f585c		nav red
5c598e		nav purple
cbbd7c		nav yellow
a5bc88		nav green
4e4e4e		text grey
*/

table.cake-sql-log {
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
	width: 100%;
	background-color: #ffffff;
}

table.cake-sql-log tr th {
	background-color: #efefef;
	padding: 3px;
}

table.cake-sql-log tr td {
	padding: 3px;
	border-bottom: 1px solid #d9d9d9;
	color: #333333;
	font-size: 11px;
}

table.cake-sql-log caption {
	margin-top: 50px;
}

body {
	padding: 0;
	margin: 0;
	background-color: #a1a3a4;
	background-image: url('../../img/bg-map.jpg');
	background-position: top center;
	color: #4e4e4e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

a:link, a:visited {
	color: #5b598e;
	text-decoration: underline;
}

a:hover, a:active {
	color: #a5bc89;
}

img {
	border: 0;
}

img.right {
	margin: 0px 0px 10px 10px;
	float: right;
}

img.left {
	margin: 0px 10px 10px 0px;
	float: left;
}

p, ul, ol {
	margin-top: 0;
	font-size: .8em;
	line-height: 2em;
}

p.small {
	font-size: .65em;
	line-height: normal;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0;
}

h1 {
	font-size: 2.5em;
	font-weight: normal;
	margin: 0;
	margin-bottom: 20px;
	letter-spacing: 2px;
}

h4 {
	font-size: .75em;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.spacer1 {
	margin-bottom: 30px;
}

.black {
	color: #000000;
}

.dining,
.red {
	color: #9f585c;
}

.live,
.purple {
	color: #5c598e;
}

.community,
.yellow {
	color: #cbbd7c;
}

.residents,
.green {
	color: #a5bc88;
}

.hide {
	display: none;
}

.show {
	display: block;
}

ul.menu {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: normal;
}

ul.menu li {
	float: left;
	display: inline;
}

ul#nav {
	width: 100%;
	overflow: hidden;
	line-height: 35px;
	font-size: 16px;
	font-weight: bold;
}

ul#nav a:link,
ul#nav a:visited {
	text-decoration: none;
	color: #ffffff;
}

ul#nav a:hover,
ul#nav a:active {
	color: #000000;
}

ul#nav li {
	display: block;
	text-align: center;
}

li#dining {
	background-color: #9f585c;
	width: 225px;
}

li#live {
	background-color: #5c598e;
	width: 220px;
}

li#community {
	background-color: #cbbd7c;
	width: 236px;
}

li#residents {
	background-color: #a5bc88;
	width: 225px;
}

#wrapper {
	width: 958px;
	overflow: hidden;
	margin: auto;
	margin-top: 25px;
	background-color: #ffffff;
	padding: 25px 0px 25px 0px;
}

#quicknav {
	float: right;
	font-size: .7em;
	font-weight: bold;
	line-height: 25px;
	margin: -25px 25px 0px 0px;
}

#quicknav a:link,
#quicknav a:visited {
	text-decoration: none;
	color: #333333;
}

#quicknav a:hover,
#quicknav a:active {
	color: #999999;
}

#body,
#header {
	width: 906px;
	overflow: hidden;
	margin: auto;
}

img#masthead,
img#logo {
	float: left;
}

#map {
	float: left;
	width: 236px;
	overflow: hidden;
}

#content {
	width: 620px;
	min-height: 200px;
	overflow: hidden;
	float: left;
	padding: 25px;
}

#footer {
	width: 958px;
	overflow: hidden;
	margin: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	background-image: url('../../img/bg-footer.gif');
	background-repeat: repeat-x;
	height: 95px;
	font-size: .7em;
	color: #ffffff;
}

#footer a:link, #footer a:visited {
	color: #a5bc89;
	text-decoration: underline;
}

#footer a:hover, #footer a:active {
	color: #666666;
}

img#logo-footer {
	float: left;
	margin: 0px 10px 0px 10px;
}

#contact {
	line-height: 18px;
	padding-top: 8px;
}

#credits {
	text-align: right;
	padding: 12px;
}

#social-media {
	margin-bottom: 5px;
}

div#sidebar-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 211px;
	overflow: hidden;
	float: left;
	padding: 40px 0px 25px 25px;
	line-height: normal;
}

div#sidebar-menu ul a:link,
div#sidebar-menu ul a:visited {
	text-decoration: none;
	color: #4f4f4f;
	font-weight: bold;
}

div#sidebar-menu ul a:hover,
div#sidebar-menu ul a:active {
	text-decoration: none;
	color: #999999;
	font-weight: bold;
}

div#sidebar-menu ul li {
	margin-bottom: 10px;
}

div#sidebar-menu ul.dining li.active a:link,
div#sidebar-menu ul.dining li.active a:visited {
	color: #9f585c;
}

div#sidebar-menu ul.live li.active a:link,
div#sidebar-menu ul.live li.active a:visited {
	color: #5c598e;
}

div#sidebar-menu ul.community li.active a:link,
div#sidebar-menu ul.community li.active a:visited {
	color: #cbbd7c;
}

div#sidebar-menu ul.residents li.active a:link,
div#sidebar-menu ul.residents li.active a:visited {
	color: #a5bc88;
}

a.home-teaser {
	text-decoration: none;
	color: #4e4e4e;
	display: block;
	width: auto;
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	border-bottom: 1px solid #cccccc;
	font-size: .75em;
	line-height: 1.75em;
	background-image: url('../../img/arrow1.gif');
	background-repeat: no-repeat;
	background-position: right center;
	outline: none;
}

.home-teaser:hover {
	background-color: #ffffef;
	cursor: pointer;
}

.home-teaser a:link,
.home-teaser a:visited {
	font-weight: bold;
	color: #4f4f4f;
	text-decoration: none;
}

.home-teaser a:hover,
.home-teaser a:active {
	color: #999999;
}

#sidebar {
	float: right;
	width: 205px;
	overflow: hidden;
	margin-left: 20px;
}

#sidebar .page-img {
	margin-bottom: 10px;
}

#sidebar .property-img img,
#sidebar .page-img img {
	display: block;
	margin: auto;
}

#sidebar #files {
	font-size: .8em;
	background-color: #efefef;
	padding: 10px;
	margin-bottom: 10px;
}

#files ul {
	font-size: .8em;
	margin: 0;
	padding: 0;
	list-style: none;
}