@charset "UTF-8";
/* CSS Document */

html {
	font-size: 60%;
	font-family: Arial, sans-serif;
	line-height: 24px;
	color: #dddddd;
	margin: 0;
	height: 100%;
	font-style: normal;
	font-weight: lighter;
}

body {
	background-image: url(/common/images/bg.gif);
	background-color: #2b2728;
	margin: 0;
	height: 100%;
	
}

div#background {
	background-image: url(/common/images/content_bg.jpg);
	height: 100%;
	min-height: 100%;
	width: 100%;
	background-repeat: repeat-x;
	background-position: center 410px;
}

div#container {
	width: 960px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

div#header {
	background-image: url(/common/images/bg.gif);
	width: 100%;
	height: 98px;
}

div#logo {
	width: 233px;
	height: 98px;
	float: left;
}

div#nav {
	width: 237px;
	height: 18px;
	float: right;
	margin-top: 60px;
}

div#flash {
	width: 100%;
	height: 310px;
	background-image: url(/common/images/wood_bg.jpg);
	background-position: center top;
	border-top: solid #ab8a5f 1px;
	border-bottom: solid #ab8a5f 1px;
	text-align: center;
}

div#flash_content {
	width: 960px;
	height: 310px;
	margin-left: auto;
	margin-right: auto;
	border-left: solid #ab8a5f 2px;
	border-right: solid #ab8a5f 2px;
}

div#content {
	width: 700px;
	height: 220px;
	min-height: 220px;
	padding-top: 35px;
	font-size: 18px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	font-weight: 100;
}
	
div#footer_shadow {
	width: 100%;
	height: 10px;
	background-image: url(/common/images/footer_shadow.gif);
	background-repeat: repeat-x;
	background-position: center top;
	position: fixed;
	bottom: 31px;
}

div#footer {
	width: 100%;
	height: 31px;
	background-image: url(/common/images/wood_bg_footer.jpg);
	background-position: left top;
	position: fixed;
	bottom: 0;
	text-align: left;
}

p {
	margin-bottom: 20px;
	margin-top: 0px;
}

.highlight {
	color: #d9a165;
}

.highlight2 {
	color: #ac8c61;
}

.divider {
	height: 2px;
	width: 75px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

p.small {
	font-size: 15px;
}

a.suites {
	display: inline;
	float: left;
	width: 56px;
	height: 18px;
	text-decoration: none;
	background: url(/common/images/nav_suites.gif) no-repeat;
}

a.suites:hover {
	background-position: -56px 0;
}

a.developments {
	display: inline;
	float: left;
	width: 120px;
	height: 18px;
	text-decoration: none;
	background: url(/common/images/nav_developments.gif) no-repeat;

}

a.developments:hover {
	background-position: -120px 0;
}

a.freight {
	display: inline;
	float: left;
	width: 61px;
	height: 18px;
	text-decoration: none;
	background: url(/common/images/nav_freight.gif) no-repeat;
}

a.freight:hover {
	background-position: -61px 0;
}

