 
    .container {
        position:relative;
        width:1000px;
        margin:auto;
    }

    .fluidgrid {
/*        position:relative;*/
        width:1050px;
        margin:auto;
    }

    .fluidgrid .fluidgrid {
        margin:0px 0px;
    }

    .head {
        height:195px;
        background:#ffffff url(/img/head-bg.png) repeat-x;
        border-bottom:1px solid #cccccc;
    }

    .head .head-top {
        height:145px;
    }

    .head .tagline {
        position:absolute;
        right:0px;
        top:85px;
    }

    .head .nav-main {
        height:51px;
        padding-right:30px;
        z-index:10;
    }

    .head .nav-main a {
        display:block;
        white-space:nowrap;
        font-size:18px;
        color:#6fc9c5;
        text-transform:uppercase;
        text-decoration:none;
        line-height:50px;
    }

    .head .nav-main a:hover {
    }

    .menu {
        position:relative;
        z-index:20;
    }
    
    #nav, #nav-top {
        height:50px;
    }

    #nav a, #nav-top a {
        display:block;
        min-width:5em;
        white-space:nowrap;
        padding-right:20px;
    }

    #nav-top a {
        padding-right:30px;
    }

    #nav li, #nav-top li { /* all list items */
        float:left;
        min-width:5em; /* width needed or else Opera goes nuts */
    }

    #nav a.nav-main, #nav-top a.nav-main {
        text-decoration:none;
        font-size:18px;
        font-weight:normal;
        color:#6fc9c5;
        line-height:50px;
    }

    #nav a.nav-main:hover, #nav-top a.nav-main:hover {
        text-decoration:underline;
    }

    #nav li ul, #nav-top li ul { /* second-level lists */
        position:absolute;
        left:-999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
    }

    #nav-top li ul {
        background:#efefef;
    }

    #nav ul.nav-subnav li, #nav-top ul.nav-subnav li {
        width:100%;
        clear:left;
    }

    #nav ul.nav-subnav li a, #nav-top ul.nav-subnav li a {
        line-height:30px;
        height:30px;
        color:#404040;
        text-decoration:none;
    }

    #nav-top ul.nav-subnav li a {
        padding:0px 10px;
    }
    
    #nav ul.nav-subnav li a:hover {
    }
    
    #nav-top ul.nav-subnav li a:hover {
        background:#6fc9c5;
        color:#ffffff;
    }

    #nav li:hover ul, #nav li.sfhover ul, #nav-top li:hover ul, #nav-top li.sfhover ul { /* lists nested under hovered list items */
        left:auto;
    }
    
    /* hack to fix width of submenu li tags in IE */
    #nav li.sfhover ul, #nav-top li.sfhover ul {
        width:150px !important;
    }

    .contentarea-2col {
        column-count:2;
        column-gap:50px;
        -moz-column-count:2;
        -moz-column-gap:50px;
        -webkit-column-count:2;
        -webkit-column-gap:50px;
    }

    .contentarea-2col h1, .contentarea-2col h2 {
        column-span:all;
        -moz-column-span:all;
        -webkit-column-span:all;
    }

    .foot {
        position:relative;
    }

    .foot .foot-mid {
        display:none;
    }

    .foot .followus {
        position:absolute;
        width:120px;
        height:90px;
        bottom:50px;
        right:80px;
        overflow:hidden;
    }

    .foot .followus a {
        display:inline-block;
        margin-right:10px;
        margin-bottom:10px;
    }

    .foot .foot-bottom {
        height:40px;
        line-height:40px;
    }

    .foot .foot-bottom .foot-bottom-right {
        float:right;
    }

    /* Control/Content layout and styling */
    .home-fluidgrid h2 {
        min-height:30px; /* forcing height for IE */
    }

    .box-overlayhider {
        width:300px;
    }

    .box-fluidgridplus-nav {
        /*position:absolute;
        top:50%;
        width:100%;*/
        min-height:70px;
        text-align:center;
    }

    .box-fluidgridplus-nav .fluidgridoplus-prev {
        position:absolute;
        top:0px;
        width:30px;
        height:50px;
        left:0px;
    }

    .box-fluidgridplus-nav .fluidgridoplus-next {
        position:absolute;
        top:0px;
        width:30px;
        height:50px;
        right:0px;
    }

    .box-propoftheweek { }

    .box-propoftheweek .potw-moredetail {
        position:absolute;
        top:30px;
        right:80px;
        z-index:2;
    }

    .box-propoftheweek .fluidgrid-cell-nopadding {
        margin-bottom:1px !important;
    }

    .box-propoftheweek-large .potw-moredetail {
        top:100px !important;
        right:160px !important;
    }

    .box-propoftheweek-large img {
        margin-bottom:2px;
    }

    .box-card-container {
        min-height:1000px;
    }

    .box-card {
        position:absolute;
        right:2%;
        top:200px;
        width:220px;
    }

    .box-property-list .box-property-icons {
        position:absolute;
        bottom:2px;
        left:10px;
        right:10px;
    }

    .box-staff-card {
    }

    .box-ofi .fluidgrid {
        width:1025px;
    }

    /* Control/Content layout and styling */
    .desktop-fluidgrid-cell-2 {
         width:33.3333333333% !important;
    }

    .fluidgrid-cell-allowoverflow {
        overflow:visible;
    }

    .is_stuck {
        padding-top:90px;
        padding-bottom:20px;
        transition: padding 0.5s linear;
        background:#252526;
    }

    .sticky-light {
        background:#414042 !important;
    }

    /* general useful styles */
    .hidden-desktop {
        display:none;
    }

