body {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 960px;
}

#wrapper {
    background-color: #FFFFFF;
    float: right;
    margin-bottom: 0;
    margin-left: auto;
    margin-top: 0;
    padding: 15px;
    text-align: left;
    width: 850px;
}

ul {
    list-style: none;
}

p {
    font-family: Arial;
    text-align: justify;
    font-size: 16px;
    font-weight: 400;
    margin: 20px auto;
}

.front-page em {
    text-decoration: underline;
}

a {
    color: #000000;
}

h2 {
    margin: 5px 0px;
}

h3 {
    margin: 3px 0px;
    font-size: 15px;
}

/********** HEADER **********************/

.page-header {
    text-align: center;
}

.app-name {
    margin: 50px auto;
    display: block;
    clear: both;
}

.app-name a {
    text-indent: -9999px;
    display: block;
    margin: 0px auto;
}

.front-page .app-name a {
    width: 480px;
    height: 196px;
    background-image: url("/images/logo.gif");
}

.mission-statement .app-name a {
    width: 492px;
    height: 86px;
    background-image: url("/images/mission.jpg");
}

.meet-team .app-name a {
    width: 418px;
    height: 90px;
    background-image: url("/images/team.jpg");
}

.section-bar{
    float: left;
    height: 100%;
    position: fixed;
    width: 86px;
    background: url("../images/bg_just_red.gif");
    left: 0px;
}
.section-bar img{
    bottom: 9px;
    left: 9px;
    position: absolute;
}
/************* MAIN NAV ****************/

.main-nav {
    text-indent: -9999px;
    margin: 0px auto;
    width: 551px;
    height: 69px;
}

.main-nav li {
    height: 69px;
    float: left;
}

.main-nav li a {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.main-nav #nav-left {
    width: 40px;
    background-image: url("/images/navbar-left.png");
}

.main-nav #home {
    width: 76px;
    background-image: url("/images/sprite-home.png");
}

.main-nav #team {
    width: 104px;
    background-image: url("/images/sprite-meet.png");
}

.main-nav #mission {
    width: 119px;
    background-image: url("/images/sprite-mission.png");
}

.main-nav #nav-middle {
    width: 24px;
    background-image: url("/images/navbar-middle.png");
}

.main-nav #properties {
    width: 100px;
    background-image: url("/images/sprite-property.png");
}

.main-nav #nav-right {
    width: 40px;
    background-image: url("/images/navbar-right.png");
}

.main-nav li:hover {
    background-position: 0 -69px;
}

.main-nav .current {
    background-position: 0 -138px;
}

.main-nav .current:hover {
    background-position: 0 -207px;
}

/************* FOOTER ****************/
.footer {
    margin: 0px 0px;
    padding: 0px;
    text-align: center;
    clear: both;
}

.footer-nav {
    margin: 20px auto;
    text-align: center;
}

.footer-nav li {
    float: left;
}

.footer a {
    color: red;
}

.page-footer
{
    text-align: center;
}

.page-footer ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.page-footer li {
    float: left;
    padding: 4px;
}


/************* ACCOUNT NAV ****************/

.account-nav {
    float: right;
}

.account-nav li {
    float: left;
    margin: 0 5px;
}

/************* CONTENT ****************/

.content {
    margin: 30px 0px;
    padding: 0px;
    text-align: center;
}

.content-body {
    margin: 0px 0px;
    padding: 0px;
    margin: 0 auto;
}

.front-page .content h1 {
    margin: 10px auto;
}

.front-page .signature {
    text-align: center;
    margin: 50px auto;
}

#mission-animation {
    display: block;
    border: #000000 solid 1px;
    width: 810px;
    height: 260px;
    margin: 0 50px;
}

#mission-animation embed {
    width: 800px;
    height: 250px;
    border: #CC0000 solid 5px;
}

.mission-statement p {
    margin: 10px 50px;

}

.mission-statement em {
    font-size: 25px;
    font-style: normal;
}

.mission-statement img {
    margin: 20px auto;
}

.mission-major-statement {
    margin: 3px 0px;
    font-size: 45px;
}

/* Meet the team*/
#team-image-wrapper {
    width: 710px;
    height: 411px;
    margin: 0 auto;
    border: #000000 solid 1px;
}

#team-image-wrapper img {
    width: 700px;
    height: 401px;
    border: #CC0000 solid 5px;
}

.clear{
    clear: both;
}

#meet-team{
    margin: 0 auto;
}

#meet-team .left{
    float:left;
    clear: left;
    width: 420px;
}

#meet-team .right{
    float:right;
    width: 420px;
}

#meet-team dl {
    margin-bottom:50px;
}

#meet-team dl dt {
    color:#000;
    float:left;
    font-weight:bold;
    margin-right:20px;
    padding:5px;
    width:250px;
    font-size: 10pt;
    text-align: right;
}

#meet-team .team dl dt {
    color: #000000;
    float: left;
    font-size: 10pt;
    font-weight: normal;
    margin-right: 0;
    padding: 5px;
    text-align: right;
    width: auto;
    min-width: 40px;
}


#meet-team dl dd {
    margin:2px 0;
    padding:5px 0;
    text-align: left;
}


#meet-team .sub-section dl dt {
    color: #000000;
    float: left;
    font-size: 10pt;
    font-weight: normal;
    margin-right: 10px;
    padding: 5px;
    text-align: center;
    width: 240px;
}

#meet-team .sub-section dl dd {
    margin:2px 0;
    padding:5px 0;
    text-align: center;
}

#meet-team .title{
    /* font-style: italic; /**/
    text-align: center;
    text-decoration: underline;
    font-size: 13pt;
    font-weight: bold;
}

#meet-team .sub-section .title{
    text-align: center;
    text-decoration: none;
    font-size: 12pt;
    font-weight: bold;
}

#meet-team a{ color: red; }

#meet-team a span{ color: black}

#meet-team .main-section{
    background-color: #CD0104;
    clear: both;
    color: white;
    font-size: 16pt;
    padding: 7px;
    text-align: center;
}
#meet-team .main-sub-section{
    background-color: #000000;
    clear: both;
    color: white;
    font-size: 12pt;
    padding: 7px;
    text-align: left;
    margin-top: 14px;
    margin-top: 14px;
}
#meet-team .team{
    margin: 14px 0 0 0;
}
#meet-team .team img{
    float: left;
}

#meet-team h3{
    margin: 14px 0;
    text-decoration: underline;
}
#meet-team .sub-section span{
    float: left;
    font-weight: bold;
    text-align: left;
    width: 128px;
}

/*List properties*/
.header .count{ font-weight: bold; text-align: center;}
.top-page-nav , .bottom-page-nav {padding: 5px; clear: both; text-align: center;}
.top-page-nav em, .bottom-page-nav em {color: #0000CC; font-weight: bold; font-style: normal; }
ul.properties .item{
    clear: both;
}
ul.properties{
    padding-top: 10px;
}
ul.properties li{
    float: left;
    width: 100%;
    border: 1px solid gray;
    margin-top: -1px;
    padding: 5px 0;
}
ul.properties h4{
    padding: 4px;
    text-align: left;
    text-decoration: none;
}
ul.properties h4 a{
    text-decoration: none;
    color: #0000CC;
}
ul.properties a span:hover{
    text-decoration: underline;
}
/*
ul.properties .even{
    background-color: #CD0104;
    color: #f5deb3;
}
ul.properties li.even{
    border: 1px solid #CD0104;
}
ul.properties .even h4 a{
    text-decoration: none;
    color: #f5deb3;
}
ul.properties .even h4:hover{
    color: #f5deb3;
    text-decoration: underline;
}                 /**/
ul.properties table tr{ height: 15px;}
ul.properties table td{ padding-left: 5px;}
ul.properties table td a {color: #0000CC;}
ul.properties table th{ font-weight: bold;}

/*Show Property*/

body.show-page.property{
    width: 960px;
}

body.show-page.property #wrapper{
    width: 960px;
}

.property .app-name{
    display: none;
}

.top-title{
    border-bottom: 1px solid #000000;
    display: inline-block;
    height: 50px;
    padding-bottom: 10px;
    width: 960px;
}
.top-title .image-left{
    float: left;
    width: 50px;
}
.top-title .image-right{
    float: right;
    width: 50px;
}
.top-title .content{
    float: left;
    margin: 0 10px;
    width: 830px;
}
.top-title .content p{
    font-size: x-small;
    margin: 0;
    text-align: center;
}
h2.property {
    margin: 10px;
}
.show-property table .row-image
{
    vertical-align: bottom;
    text-align: right;
}
.show-property table
{
    clear: both;
    margin-top: 10px;
}
.show-property table tr
{
    height: 15px;
}
.show-property .style17
{
    color: #0000CC;
    font-size: small;
}
.show-property .style26
{
    font-size: x-small;
    font-style: italic;
}
.show-property .style2, .show-property .style2 p
{
    font-size: small;
}
.property-images li{
    float: left;
    width: auto;
    padding: 5px;
}
.property-images img{
    height: 89px;
}

.aside h3{
    padding: 3px;
    margin: 3px;
}
.search-property{
    width: 960px;
    margin: 0 auto;
}


.search-property dl {
    margin-bottom:50px;
}

.search-property dl dt {
    color:#000;
    float:left;
    font-weight:bold;
    margin-right:20px;
    padding:5px;
    width:250px;
    font-size: 10pt;
    text-align: right;
}
.search-property  dl dd {
    margin:2px 0;
    padding:5px 0;
    text-align: left;
    border-bottom: 1px solid black;
}
.search-property  dl dd.last {
    border-bottom: none;
}
.search-property  input[type=submit] {
    text-align: center;
}
/*For property images*/
body.index-for-owner-page.property.property-image
{
    width: auto;
}
.index-for-owner-page.property.property-image #wrapper
{
    width: auto;
    float: none;
    padding: 0;
}
.section-images-bottom
{
    bottom: 0;
    margin: 0;
    position: absolute;
    width: 100%;
}
.section-images-bottom .content .left
{
    width:50px;
    float: left;
    padding-top: 21px;
    padding-left: 10px;
}
.section-images-bottom .content
{
    background: url("/images/TFBG.gif");
    margin: 0;
    width:100%;
    float: left;
    height: 115px;
    padding-top: 40px;
}
.section-images-bottom .content .right
{
    margin: 0;
    width:50px;
    float: right;
    padding-top: 21px;
    padding-right: 10px;
}
.section-images-bottom .content ul
{
    display: inline-block;
    margin: 0;
    padding: 0;
}
.section-images-bottom .content li
{
    float: left; padding: 0;
}
.section-images-bottom .content li a img
{
    border: 1px solid #000000;
}
/* For  property image show page*/
body.show-page.property-image
{
    width: auto;
}
.show-page.property-image #wrapper
{
    width: auto;
    padding: 0;
    float: none;
}
.show-page.property-image .content
{
    width: auto;
    padding: 0;
    margin: 0;
    float: none;
}
/* For the new property admin link */
.main-new-property-link
{
    float: none;
    margin:  10px 600px 10px 0px;
}
.content-body-new-property
{
    padding: 10px;
}

.rows-status {
  padding-top: 20px;
  margin-right: 35px;
  display: block;
  float: right;
  width: 20%;
}


.rows-status table tr td span {
  padding-left: 5px;
  line-height: 1.0em;
}


/* jQuery Carousel */
/** Stage container **/

.connected-carousels .stage {
    width: 350px;
    margin: 20px auto;
    position: relative;
}

.connected-carousels .photo-credits {
    position: absolute;
    right: 15px;
    bottom: 0;
    font-size: 13px;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
    opacity: .66;
}

.connected-carousels .photo-credits a {
    color: #fff;
}

/** Navigation container **/

.connected-carousels .navigation {
    width: 260px;
    margin: 20px auto;
    position: relative;
}

/** Shared carousel styles **/

.connected-carousels .carousel {
    overflow: hidden;
    position: relative;
}

.connected-carousels .carousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.connected-carousels .carousel li {
    float: left;
}

/** Stage carousel specific styles **/

.connected-carousels .carousel-stage {
    height: 350px;
}

/** Navigation carousel specific styles **/

.connected-carousels .carousel-navigation {
    height: 60px;
    width: 240px;
    background: #fff;
    border: 10px solid #fff;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
}

.connected-carousels .carousel-navigation li {
    cursor: pointer;
}

.connected-carousels .carousel-navigation li img {
    display: block;
    border: 5px solid #fff;
}

.connected-carousels .carousel-navigation li.active img {
    border-color: #ccc;
}

/** Stage carousel controls **/

.connected-carousels .prev-stage,
.connected-carousels .next-stage {
    display: block;
    position: absolute;
    top: 0;
    width: 305px;
    height: 410px;
    color: #fff;
}

.connected-carousels .prev-stage {
    left: 0;
}

.connected-carousels .next-stage {
    right: 0;
}

.connected-carousels .prev-stage.inactive,
.connected-carousels .next-stage.inactive {
    display: none;
}

.connected-carousels .prev-stage span,
.connected-carousels .next-stage span {
    display: none;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
}

.connected-carousels .prev-stage span {
    left: 20px;
}

.connected-carousels .next-stage span {
    right: 20px;
}

.connected-carousels .prev-stage:hover span,
.connected-carousels .next-stage:hover span {
    display: block;
}

/** Navigation carousel controls **/

.connected-carousels .prev-navigation,
.connected-carousels .next-navigation {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 16px/29px Arial, sans-serif;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
}

.connected-carousels .prev-navigation {
    left: -15px;
    top: 22px;
    text-indent: -12px;
}

.connected-carousels .next-navigation {
    right: -15px;
    top: 22px;
    text-indent: 20px;
}

.connected-carousels .prev-navigation.inactive,
.connected-carousels .next-navigation.inactive {
    opacity: .5;
    cursor: default;
}


.property-image-link img {
  width: 350px;
}
