/***************************************************************************************************
  Global Block Elements
***************************************************************************************************/
body {
  margin: 0 auto;
  color: #223759;
}
#wrapper {
  margin: 0 auto;
  text-align: left;
  background: url(../images/bg-body.gif) top left repeat;
  width: 760px;
}
#container {
  position: relative;
}
#mask-left {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;  
  width: 30px;
  height: 100%;
  background: url(../images/bg-mask-left.png) top left repeat-y;
}
#mask-right {
  position: absolute;
  z-index: 3;
  left: 730px;
  top: 0;
  width: 30px;
  height: 100%;
  background: url(../images/bg-mask-right.png) top left repeat-y;
}
#header {
  height: 160px;
  margin: 30px 0 0 0;
  background: #223759 url(../images/header.jpg) bottom center no-repeat;
}
body#gallery #header,
body#location #header,
body#amenities #header,
body#contact #header {
  background: #223759 url(../images/header-2.jpg) bottom center no-repeat;
}
body#home #header {
  height: 40px;
  background: #223759;
}
#nav {
  height: 40px;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  margin: 0 auto;
}
#nav ul {
  list-style: none;
  text-align: center;
  color: #d9d4bf;
  width: 100%;
  padding: 0px;
  height: 24px;
  padding: 11px 0 0 0;
  margin: 0;
  border-bottom: 1px solid #d9d4bf;
}
#nav ul li {
  display: inline;
}
#nav ul li.first a {
  margin-left: 40px;
}
#nav ul li.last a {
  margin-left: 75px;
  font-style: italic;
  font-weight: normal;
}
#nav ul li.on a,
#nav ul li a:hover,
body#home #nav ul li#tab-home a,
body#community #nav ul li#tab-community a,
body#amenities #nav ul li#tab-amenities a,
body#location #nav ul li#tab-location a,
body#gallery #nav ul li#tab-gallery a,
body#news #nav ul li#tab-news a,
body#contact #nav ul li#tab-contact a,
body#register #nav ul li#tab-register a {
  background: url(../images/bg-nav-on.gif) bottom center no-repeat;
}
#nav ul li a {
  display: block;
  float: left;
  height: 24px;
  margin: 0 10px;
  text-decoration: none;
  color: #d9d4bf;
}
#slogan {
  float: left;
  width: 410px;
  color: #fff;  
  height: 100px;
  padding: 20px 0 0 50px;
  letter-spacing: 1px;
  font-family: Arial;
  font-size: 24px;;
}
#logo {
  float: left;
  width: 200px;
  height: 120px;
}
#content {
  font-family: Arial;
  font-size: 13px;
  line-height: 18px;
  border-bottom: 1px solid #d3c89d;
}
body#home #content,
body#gallery #content {
  background: #223759;
  color: #eae8dd;
  padding: 0 0 30px 0;
}
#content div.padding {
  padding: 0 30px;
}
body#community #content div.column-1 {
  float: left;
  width: 400px; 
  height:608px;
  background:url(../images/community-map.jpg) top left no-repeat;
}
body#community #content div.column-2 {
  float: left;
  width: 320px; 
  padding: 20px 20px 0 10px;
}
body#amenities #content div.column-1 {
  float: left;
  width: 350px; 
  padding: 10px 0 0 30px;
}
body#amenities #content div.column-2 {
  float: left;
  width: 350px; 
  padding: 10px 30px 0 0;
}
body#location #content div.column-1 {
  float: left;
  width: 505px; 
  padding: 0 0 10px 0;
}
body#location #content div.column-2 {
  float: left;
  width: 240px; 
  padding: 30px 0 0 15px;
  background: #223759;
  height: 419px;
  overflow: hidden;
  color: white;
}
body#register #content div.column-1 {
  float: left;
  width: 420px; 
  padding: 20px 40px 0 30px;
}
body#register #content div.column-2 {
  float: left;
  width: 270px; 
  padding: 80px 0 30px 0;
}

body#home #content div.padding,
body#gallery #content div.padding {
  padding: 18px 50px 0 50px;
}
#footer {
  margin: 50px 0 0 0;
  font-size: 11px;
  color: #18446c;
  text-align: center;
}
body#home #footer,
body#gallery #footer {
  margin: 0;
  position: relative;
  top: 0px;
}
#footer a {
  color: #18446c;
}
#footer-nav {
  border-bottom: 1px solid #d3c89d;
  padding: 7px 0;
}
#footer-meta {
  padding: 8px 0;
}
/***************************************************************************************************
  Misc
***************************************************************************************************/
.clear {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.cursor-pointer {
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
hr {
  color: #d3c89d;
  background: #d3c89d;
  border: 0;
  height: 1px;
  margin: 0 0 7px 0;
}
.right {
  text-align: right;
}

/***************************************************************************************************
  Community Map Markers and Pop-up bubbles
***************************************************************************************************/
a.map-marker {
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  z-index: 5;
  /* styles for showing our invisible divs (debugging) */
/*
  background: red;
  -moz-opacity: .60;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  color: white;
*/
}
.map-bubble {
  position: absolute;
  z-index: 4;
  height: 130px;
  display: none;
  background: none;
}

/***************************************************************************************************
  Typography
***************************************************************************************************/
h1 {
  margin: 0 0 1em 0;
  font-size: 18px;
  line-height: 22px;
}
h2 {
  margin: 0 0 1em 0;
  font-size: 15px;
  line-height: 18px;
}
ul {
  margin: 0 0 0 3em;
  padding: 0 0 1em 0;
  list-style: disc;
}
ol {
  margin: 0 0 0 3em;
  padding: 0 0 1em 0;
  list-style: decimal;
}
p {
  padding-bottom: 1em;
}
a {
  color: #378bb5;
  text-decoration: none;
}
.blue {
  color: #378bb5;
}
.large {
  font-size: 1.5em;
}
.caps {
  font-variant: small-caps;
  font-size: 16px;
}
.trim {
  margin: 0;
  padding: 0;
}

/***************************************************************************************************
  Forms
***************************************************************************************************/
input, 
select, 
option,
textarea,
label {
  font-family: Arial, Serif;
  font-size: 12px;
  font-weight: normal;
}
form#input-type-image {
  border: 0;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
  height: 22px;
}
form div.row {
  padding: 0 0 10px 0;
}
form div.row-column-1,
form div.row-column-2,
form div.row-column-3 {
  width: 200px;
  float: left;
}
form div.row-column-1 {
  margin-right: 20px;
}
form div.row-column-3 {
  margin-left: 20px;
}
input.btn-register {
  border: 0;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
  height: 22px;
  width: 94px;
  background: url(../images/btn-register.gif) top left no-repeat;
}
table#register td {
  padding: 4px;
  text-align: right;
}
