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

body {
	margin: 0px;
	background-color: #000000;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

.clear {
	clear: both;
}

a, img {
	border: none;
}

p, h4 {
	padding: 0 0 12px 0;
	margin: 0;
}

.bold {
	font-weight: bold;
}

.gold {
	color: #cbb77c;
}

/* Layout */

#logobar {
	height: 87px;
	width: 960px;
	margin: auto;
	background-color: #fff;
}

#logo {
	width: 240px;
	margin: auto;
}

#logo img {
	margin: 15px 0px;
}

#navbar {
	height: 25px;
	width: 960px;
	background-color: #262626;
	margin: 0px auto 2px auto;
}

#banner {
	width: 960px;
	height: 385px;
	margin: 0 auto 26px auto;
}

#slideshow {
	position: relative;
}

.banner {
	position: absolute;
}

#content {
	width: 960px;
	margin: 0 auto;
}

#sidebar {
	float: left;
	width: 284px;
	margin-top: 4px;
}

#copy {
	width: 648px;
	float: right;
	padding: 0px;
	margin: 0px;
}

#copy a {
	color: #eaeaea;
}

#footer {
	width: 960px;
	margin: 20px auto 0 auto;
	text-align: center;
	/*border-top: 1px solid #4d4d4d;*/
	padding: 10px 0 0 0;
}

.video {
	width: 284px;
	height: 160px;
	background-color: #fff;
}

#sidebarbutton1 {
	float: left;
	margin: 10px 0;
}

#sidebarbutton2 {
	float: right;
	margin: 10px 0;
}

#ticker {
	background-color: #1d1d18;
	border-top: 4px solid #262621;
	padding: 4px 10px 10px 4px;
	text-align: center;
}

#ticker p {
	margin: 0px;
	padding: 6px 0 6px 0;
	font-size: 14px;
}

#valueofview {
	margin: 20px 0;
}

/* Navigation */

#navbar #navlist {
	margin: 0 auto;
	text-align: center;
	width: 960px;
}

#nav {
	padding: 0;
	margin: 0 0 0 20px;
}

#nav li {
	float: left;
	display: block;
	height: 25px;
	position: relative;
	z-index: 500;
}

#nav li a {
	padding: 3px 28px 0 10px;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	height: 25px;
}

#nav li a:hover {
	text-decoration: none;
	color: #999;
}

/* Subnavs */

#nav ul {  
	position: absolute;   
	display:none;
	top: 26px;   
	margin: 0;   
	padding:0;   
	list-style:none;  
}  

#nav ul li {   
	float:left;   
	border-top:1px solid #000; 
	padding: 0 0 0 10px;
	margin: 0;
	background-color: #424236;
	width: 180px; 
	color: #fff;
	font-size: 11px;
}  

#nav ul li a {
text-align: left;
	color: #fff;
	padding: 3px 0;
	margin: 0;
}
  
/* display block will make the link fill the whole area of LI */  
#nav ul a {  
	display:block;    
	height:25px;    
	color:#666;  
}  
  
#nav ul a:hover {  
	text-decoration:underline;    
}  
/* Footer */

#footercontent {
	margin: auto;
}

#footer_left {
	float: left;
	margin-right: 45px;
}

#footer_center {
	float: left;
	margin: auto;
	width: 600px;
}

#footer_right {
	float: left;
}

#address {
	color: #cbb77c;
	font-size: 12px;
	letter-spacing: .2em;
	padding: 0;
}

#footernav {
	color: #4d4d4d;
	font-size: 11px;
}

#footernav a {
	color: #4d4d4d;
	text-decoration: none;
}

#footerlogos {
	margin-bottom: 20px;
}

#disclaimer {
	font-size: 10px;
	color: #4d4d4d;
}

/* Video Page */

.videogalleries #copy {
	width: 100%;
	float: left;
}

.videoembed {
	float: left;
	width: 45%;
	margin: 0 5% 5% 0;
}

.videoembed object {
	margin-bottom: 15px;
}

/* Press Page */

.press_date {
	float: left;
	width: 100px;
}

.press_headline {
	margin: 0px;
	padding: 0px;
}

.press_headline a {
	text-decoration: none;
}

.press_right {
	float: left;
	margin-bottom: 20px;
	width: 520px;
}

/* Galleries */

.thumbnail {
	width: 50px;
	height: 50px;
	margin: 0 20px 20px 0;
}

.thumbnail img {
	width: 50px;
	height: 50px;
}

.thumbnailnext img  {
	width: 50px;
	height: 50px;
}

.thumbnailnext {
	width: 50px;
	height: 50px;
	margin: 0 0 20px 0;
}

.thumbnail_big {
	margin-bottom: 20px;
}

.thumbnails {
	margin-bottom: 30px;
}

/* Floorplan page */

.floorplans #banner {
	height: 252px;
}

.floorplans #copy {
	width: 100%;
	margin: 0;
	padding: 0;
}

#selectfp {
	width: 452px;
	float: left;
}

#selectfp .left {
	float: left;
	width: 220px;
}

#selectfp .right {
	float: left;
}

#floorplan_graphic {
	width: 480px;
	height: 781px;
	float: right;
	position: relative;
}

.fp {
	position: absolute;
}

#floorplan_description {
	margin-top: 50px;
	position: relative;
}

.fpd {
	position: absolute;
}

.tagline {
	font-weight: bold;
	margin-top: 40px;
	color: #cbb77c;
}

/* registration form */
.registration label {
  display:block;
}
.registration label.error {
  width:290px;
}
/*.registration button {
  background:url(images/btnRegister-form.png) no-repeat;
  margin:20px 0;
  width:76px;
  height:29px;
}
.registration button.cancel{
  background:url(images/btnRegister-cancel.png) no-repeat;
}*/
.registration span.small {
  display:block;
  margin-bottom:0.5em;
}
.registration select {
  width:310px;
}
.registration .checkboxes {
  margin:1em 0;
}
.registration .checkboxes input {width:40px;}
.registration .checkboxes label {
  display:inline;
}
.registration fieldset {
  border:none;
}
.registration div.submit {
	clear:left;
	}
.registration input, .registration textarea {width:310px;}
.registration #working_with, .registration #state {width:60px;}
#legal {
  padding:20px;
  color:#fff;
  background:#424237;
}
