/* Main CSS for WhiteSwanCondos.com */
/* Copyright 2006-2008 313 Group, LLC. All Rights Reserved. */
/* Revised 2008-06-16 by Brandon Lundh */

/* GLOBALS */

h1, h2, h3, h4, h5, h6, p, form {
 margin: 0px;
 padding: 0px;
 color: #900;
}

p, li {
 font-size: 13px;
 margin: 6px;
 color: #900;
}

a {
 text-decoration: none;
 font-weight: 500;
}

a:hover {
 text-decoration: underline;
}

/* STANDARD PAGES */

html, body {
 margin: auto;
 padding: 0px;
 background-color: #f26522;
 background-image: url(/images/ws_background.png);
 background-attachment: fixed;
 background-position: center center;
 background-repeat: no-repeat;
 font-family: Myriad Pro, Myriad, Myriad Web, Calibri, Trebuchet MS, sans-serif;
 width: 750px;
}

#wrapper {
 width: 800px;
 margin: 0px auto;
 background-color: #fff;
 min-height:640px;
 border-radius: 16px;
 -webkit-border-radius: 16px;
 -moz-border-radius: 16px;
}

#content {
 width: 778px;
 margin: 0px auto;
}

#header {
 min-height: 108px;
}

#logo {
 min-width: 254px;
 float: left;
}

/* NAVIGATION BAR */

#navbar {
 width: 545px;
 height: 35px;
/* background-color: #91003e; */
background-color: #971b1e;
 float: right;
 border-bottom-left-radius: 16px;
 -webkit-border-bottom-left-radius: 16px;
 -moz-border-radius-bottomleft: 16px;
 border-top-right-radius: 16px;
 -webkit-border-top-right-radius: 16px;
 -moz-border-radius-topright: 16px;
}

#navbar ul {
 margin-top: 0px;
 line-height: 35px;
 float: right;
}

#navbar li {
 float: left;
 list-style-type: none;
 height: 20px;
 text-align: center;
/* background-color: #91003e; */
background-color: #971b1e;
 margin-left: 10px; margin-right: 10px;
}

#navbar li.first {
 margin-left: 20px;
}

#navbar li.last {
 margin-right: 20px;
}

#navbar a {
 text-decoration: none;
 font-size: 14px;
 color: #fff;
}

#navbar a:hover {
 text-decoration: underline;
 color: #ffa;
}

#pagedesc {
 float: right;
 width: 520px;
 font-size: 12px;
 margin: 10px;
}

.footer1 {
 font-size: 14px;
 color: #fff;
 text-align: right;
 font-weight: bolder;
 margin-right: 12px;
 margin-top: 12px;
}

.footer2 {
 font-size: 11px;
 color: #fff;
 text-align: right;
 margin-right: 12px;
 margin-top: 6px;
}

.footer2 .link {
 color: #804f3e;
}

/* FLOORPLAN NAVIGATOR 2.0 */

 /* IFRAMES */

  .floornav {
   border: none;
   margin: 10px 25px 0px 25px;
   clear: both;
  }
  
  #bldframe {
   height: 210px;
   width: 250px;
   float: left;
   margin: 0px; margin-bottom: 15px;
   padding: 0px;
   overflow: hidden;
   overflow-x: hidden;
   overflow-y: hidden;
   border: 0px none;
   border-bottom: 1px solid #ccc;
  }
  
  #flrframe {
   height: 275px;
   width: 250px;
   float: left;
   margin: 0px;
   padding: 0px;
   overflow: hidden;
   border: 0px none;
  }
  
  #steframe {
   height: 500px;
   width: 480px;
   float: right;
   margin: 0px;
   padding: 0px;
   overflow: hidden;
   border: 0px none;
   border-left: 1px solid #ccc;
  }
/* CONTACT FORM */
table#contactform {
 margin-left: auto; margin-right: auto;
}

table#contactform td.label {
 font-size: 12px;
 font-weight: bolder;
 margins: 0px;
 padding-left: 2px;
 padding-top: 6px;
 padding-right: 0px;
 padding-bottom: 0px;
}

table#contactform td.spacer {
 width: 12px;
}

table#contactform td.field {
 margins: 0px;
 padding: 0px;
}

table#contactform td.buttons {
 margins: 0px;
 padding: 0px;
 text-align: right;
}

