@import url(global/user.css);
@import url(global/common.css);
@import url(apps/forms01.css);
@import url(../../lightbox/lightbox.css);
/*
  HEIGHTS
    #header
    #tabs
    
  IMAGES
    header_bg
    nav_bg
    
  WIDTHS
    #wrap
    #main-table-body-leftcell
    #main-table-body-rightcell
  
  1. Uncomment #printlogo
  2. If necessary, change the width of .comp-content in layout0.css
  3. If unordered and ordered lists have bg images change the paths in common.css
*/

body {
  background:#fff;
  color:#000;
  font-family: tahoma, verdana, sans-serif;
  font-size: 11px;
  text-align:center;
}

#wrap {
  
  border:1px solid #000;  
  margin:10px auto;
  position:relative;
  text-align:left;
  width:960px;
  background: #DCDFF2;
}

/* HEADER
-------------------------------------------*/
#header {
  /*background:#fff url(../images/header_bg.jpg);*/
  height:0px;
  margin:0 auto;
}
  #logo {
    left:10px;
    position:absolute;
    top:16px;
    z-index: 10;
  }
    #logo a{
      background:url(../images/logo.gif) 0 0 no-repeat;
      display:block;
      height:79px;
      overflow:hidden;
      text-indent:-9999px;
      width:111px;
    }
    #printlogo{
      display:none;
    }
  #tagline {
  }

/* MAIN NAVIGATION
-------------------------------------------*/
#tabs{
  background:#7e7f83;
  height:53px;
  width:100%;
}
  #nav {
    margin:0 0 0 125px;
   
    text-align:center;
    width:833px;

  }
    #nav ul{
      list-style:none;
      margin:0 auto;
      text-align:left;
    }
      #nav ul li {
        background-image:none;
        display:inline;
        margin:0;
        padding:0;
      }
        #nav a {
          color:#FFF;
          display:block;
          float:left;
          text-decoration:none;
          background:transparent;
          height:19px;
          padding:4px 10px 0;
          /******************************************************************
            If you are using a background image then uncomment the following lines.
            Change the padding to reflect the height of the tabs.
          *******************************************************************/
          background:url(../images/nav_bg3.gif) 0 0 no-repeat;
          height:0 !important;
          overflow:hidden;
          padding:53px 0 0 0;
        }
        #nav a:hover, #nav a.active {
          
        }

        /* Home */
        li#t46749 a{
          display: none;
        }
        
        /* Building */
        li#t49512 a {
          background-position:-127px 0;
          width:77px;
        }
        li#t49512 a:hover, li#t49512 a.active {
          background-position:-127px -53px;
        }
        
        /* Gallery */
        li#t86329 a {
          background-position:-204px 0;
          width:71px;
        }
        li#t86329 a:hover, li#t86329 a.active {
          background-position:-204px -53px;
        }

       /* Video */
        li#t104424 a {
          background-position:-275px 0;
          width:55px;
        }
        li#t104424 a:hover, li#t104424 a.active {
          background-position:-275px -53px;
        }
        
        /* Amenities */
        li#t49513 a {
          background-position:-330px 0;
          width:85px;
        }
        li#t49513 a:hover, li#t49513 a.active {
          background-position:-330px -53px;
        }
        
        /* Unit Features */
        li#t49514 a {
          background-position:-415px 0;
          width:115px;
        }
        li#t49514 a:hover, li#t49514 a.active {
          background-position:-415px -53px;
        }
        
        /* Floor Plans */
        li#t49515 a {
          background-position:-530px 0;
          width:90px;
        }
        li#t49515 a:hover, li#t49515 a.active {
          background-position:-530px -53px;
        }
        
        /* Neighborhood */
        li#t49516 a {
          background-position:-620px 0;
          width:115px;
        }
        li#t49516 a:hover, li#t49516 a.active {
          background-position:-620px -53px;
        }

        /* Press*/
        li#t116725 a {
          background-position:-735px 0;
          width:60px;
        }
        li#t116725 a:hover, li#t116725 a.active {
          background-position:-735px -53px;
        }
        
        /* About */
        li#t49517 a {
          background-position:-795px 0;
          width:65px;
        }
        li#t49517 a:hover, li#t49517 a.active {
          background-position:-795px -53px;
        }
        
        /* Contact */
        li#t49518 a {
          background-position:-860px 0;
          width:90px;
  
        }
        li#t49518 a:hover, li#t49518 a.active {
          background-position:-860px -53px;
        }

#main-body{
}
  #main-table-body{
    
    border-collapse:collapse;
    clear:left;
    
  }
  #main-table-body-leftcell {
    background:transparent;
    width:305px;
    vertical-align:top;
    
  }
  #main-table-body-rightcell {
    vertical-align:top;
    width: 655px;
    height:400px;
    
  }

/* SUB MENU
-------------------------------------------*/
#sidebar {
  background:none;
  margin:10px 0 0 0;
  width:inherit;
}

#menu-header {
  background:transparent;
}

#menu{
  padding: 50px 0 0 30px;
}
  #menu ul{
    font-size:90%;
    margin:0;
    padding:0;
    width:100%;
  }
    #menu li{
      background-image:none;
      display:block;
      padding:0;
    }
    * html #menu li{
      height:0px;
    }
      #menu a{
      
        color:#03396C;
        display:block;
        font-size:12px;
        padding:9px 5px;
        text-decoration:none;
        text-transform:none;
      }
      #menu li a:hover, #menu li a.current, #menu li a.active{
        color: #333;
      }

      #menu li a.current{
        font-weight: bold;
      }
      
      #menu li li{
        border-width:0px;
      }
        #menu li li a {
         
        }
          #menu li li a:hover, #menu li li a.subcurrent, #menu li li a.active{
           
          }

  #menu-footer{
    background:transparent;
  }

#banner {
  display:none;
}

/* BREADCRUMBS
-------------------------------------------*/
#breadcrumbbar{
  display:none;
  margin:5px 0 0 0;
  width:100%;
}
  #breadcrumblist{
    color:#554d3c;
    float:left;
    font-size:85%;
    line-height:120%;
    padding:0 0 .5em 10px;
    width:400px;
  }
    #breadcrumblist a:link, #breadcrumblist a:visited{
      color:#554d3c;
      text-decoration:none;
    }
    #breadcrumblist a:hover, #breadcrumblist a:active{
      color:#03396C;
      text-decoration:underline;
    }
    
    #breadcrumbemail{
      float:right;
      font-size:85%;
      text-align:right;
      width:100px;
    }
      #breadcrumbemail a:link, #breadcrumbemail a:visited{
        background:url(../images/email.gif) no-repeat 0px;
        color:#554d3c;
        float:right;
        padding:0 5px 0 18px;
        text-decoration:none;
      }
        #breadcrumbemail a:hover, #breadcrumbemail a:active{
          color: #03396C;
          text-decoration: underline;
        }
    
    #breadcrumbprint{
      float:right;
      font-size:85%;
      text-align:right;
      width:100px;
  
    }
      #breadcrumbprint a:link, #breadcrumbprint a:visited{
        background:url(../images/printer.gif) no-repeat left;
        color:#554d3c;
        float:right;
        padding:0 5px 0 18px;
        text-decoration:none;
      }
        #breadcrumbprint a:hover, #breadcrumbprint a:active{
          color:#03396C;
          text-decoration:underline;
        }

/* CONTENT AREA
-------------------------------------------*/
#content{
  clear:left;
  width:inherit;
}
  #content-header{
    display:none;
  }
  #content-body{
    margin:15px 10px 0px 10px;
    padding:0 0 0px 0;
    overflow:hidden;
    width:inherit;
  }
  #pagetitle{
    display:none;
    border-bottom:1px solid #333;
    margin:0 0 10px 0px;
  }
    #pagetitletext h1{
      font-weight:normal;
    }
  #content-footer{
    display: none;
  }

/* FOOTER
-------------------------------------------*/
#footer{
  padding-bottom: 10px;
  min-height: 155px;
  background: #fff;
  clear:both;
  margin:0 auto;
  position:relative;
  width: 960px;
  color: #000;
  text-align: left;
}

#cta{
  position: relative;
  padding-bottom: 5px;
}

#cta img{
  border: 1px solid #fff;
}

#cta p{
margin: 0;
padding: 0;
position: absolute;
left: 225px;
top: 20px;
font-size: 22px;
color: #fff;
line-height: 25px;

}

#cta p em{
  font-style: normal;
  color: #000;
}

#footer p{
  margin: 0;
  padding: 0;
}

  #copyright{
    color: #000;
    font-size:11px;
    
    padding: 0px 0 5px 0px;
    
  }

  #footer-photo-credits{
    padding: 0 0 5px 0px;
  }

  #footer-specs{
    padding: 0 0 5px 0px;
   width: 700px;
  }

  #facebook{
    position: absolute;
    right: 180px;
    top: 5px;
    width: 144px;
  }
  

	#twitter{
	position: absolute;
  	right: 0px;
    top: 5px;
   	width: 144px;
	}

  #poweredby{
    color: #000;
    font-size:11px;
    padding: 0px 0 0px 0px;
   
  }
    #poweredby a{
      color: #000;
      text-decoration: none;
    }
    #poweredby a:hover {text-decoration: underline;}
