/* main stylesheet, Ridgecrest 3.0                         */
/* page layout designed for 1024x768 with tabbed browsing; */
/* content width is 980px                                  */

body {
  background-color: black;
  color: white;
  margin-top: 2px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

/* layout styles for all pages */
/* border color: #CC9966 matches gold of background, #CC0033 matches red in RC logo */

div#container {
  position:relative;
  margin: 0 auto;
  width: 984px; /* allow for 2px border on either side of 980px content */
  border-top: 2px solid #CC9966;
  background-color: black;
}
div#pgTopText { /* page top text bar - all pages */
  position: absolute; top: 0px; left: 0px;
  border-left: 2px solid #CC9966;
  border-right: 2px solid #CC9966;
  z-index: 0;
}
td.pgTopText {
  width: 980px;
  height: 69px;
  text-align: center;
  vertical-align: middle;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 7px;
}
div#pgTopNavBg {
  position: absolute; top: 82px; left: 0px;
  border-left: 2px solid #CC9966;
  border-right: 2px solid #CC9966;
  z-index: 0;
}
div#pgTopNav { /* page top navigation bar - all pages behind splash page */
  position: absolute; top: 82px; left: 0px;
  width: 980px;
  z-index: 2;
}
div#pgTopNav td {
  text-align: center;
  vertical-align: middle;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 5px;
  color: white;
  padding-left:  30px;
  padding-right: 30px;
}
div#pgTopNav a:link    {text-decoration:none; color:black}
div#pgTopNav a:visited {text-decoration:none; color:black}
div#pgTopNav a:focus   {text-decoration:none; color:white}
div#pgTopNav a:hover   {text-decoration:none; color:white}
div#pgTopNav a:active  {text-decoration:none; color:black}

div#pgContent { /* page content - all pages behind splash page */
  position: absolute; top: 110px; left: 0px;
  border-left: 2px solid #CC9966;
  border-right: 2px solid #CC9966;
  z-index: 0;
}
div#pgContent a:link    {color:white}
div#pgContent a:visited {color:white}
div#pgContent a:focus   {color:white}
div#pgContent a:hover   {color:yellow}
div#pgContent a:active  {color:white}

div#pgBottomNavBg { /* page bottom navbar background - all pages behind splash page */
  position: absolute; top: 458px; left: 0px;
  border-left: 2px solid #CC9966;
  border-right: 2px solid #CC9966;
  z-index: 0;
}
div#pgBottomNav { /* page bottom navigation links - all pages behind splash page */
  position: absolute; top: 485px; left: 0px;
  width: 980px;
  z-index:2;
}
div#pgBottomNav td {
  text-align: center;
  vertical-align: middle;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 5px;
  color: white;
}
div#pgBottomNav a:link    {text-decoration:none; color:black}
div#pgBottomNav a:visited {text-decoration:none; color:black}
div#pgBottomNav a:focus   {text-decoration:none; color:white}
div#pgBottomNav a:hover   {text-decoration:none; color:white}
div#pgBottomNav a:active  {text-decoration:none; color:white}

div#pgBottomText { /* page bottom text bar - all pages */
  position: absolute; top: 530px; left:0px;
  border-left: 2px solid #CC9966;
  border-right: 2px solid #CC9966;
  border-bottom: 2px solid #CC9966;
  z-index: 0;
}
.pgBottomText {
  width: 980px;
  height: 37px;
  text-align: center;
  vertical-align: middle;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 7px;
}

/* navigation text - new homes, showcase, virtual tours */

.navText {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 5px;
  color: white;
  text-align: center;
  vertical-align: middle;
}
.navText a:link    {text-decoration:none; color:#CC9966}
.navText a:visited {text-decoration:none; color:#CC9966}
.navText a:focus   {text-decoration:none; color:white}
.navText a:hover   {text-decoration:none; color:white}
.navText a:active  {text-decoration:none; color:white}

/* layout styles for splash page */

div#pageMiddleSp {
  position: absolute; top: 82px; left: 0px;
  border-left: 2px solid #CC9966;
  border-right: 2px solid #CC9966;
  z-index: 0;
}
div#jsDisabled {
  position: absolute; top: 485px; left: 280px;
  background-color:yellow;
  z-index: 1;
}

/* layout styles for showcase pages */

.scThumb {
  width: 180px;
  height: 120px;
  border: 2px solid #CC9966;
}
div#detailNav {
  position: absolute; top: 420px; left: 0px;
  border-left: 2px solid #CC9966;
  border-right: 2px solid #CC9966;
  z-index: 0;
}
img#sdMain {
  width: 435px;
  height: 290px;
  border: 2px solid #CC9966;
  margin: 3px;
}
img.sdThumb {
  width: 135px;
  height: 90px;
  border: 2px solid #CC9966;
  margin: 3px;
}
.textShow {
  color: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  text-align: left;
  margin: 40px 20px 40px 20px;
}

/* text styles */
/* disabled in favor of div-specific styles
a:link    {text-decoration:none; color: white}
a:visited {text-decoration:none; color: white}
a:focus   {text-decoration:none; color: white}
a:hover   {text-decoration:none; color: yellow}
a:active  {text-decoration:none; color: white}
*/
.extLink {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
}

.propDetail { /* for property detail pages */
  color: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5em;
  padding-left: 24px;
  padding-right: 24px;
  text-align: justify;
}
.textMain {
  color: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.2em;
  text-align: justify;
  margin: 5px 20px 10px 20px;
}
.textDetail {
  color: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-align: center;
}
