html, body {
   height: 100%;
   margin: 0;
   padding: 0;
   background-repeat: repeat-x;
   background-color: #363;
   font-family: "Arial", sans-serif;
}

body {
   text-align: center;
   color: white;
   background-image: url(/gradient.png);
   background-repeat: repeat-x;
}

h2 {
   font-size: 1.33em;
   font-weight: normal;
   margin: 0px;
}

ul {
   list-style: none;
   font-size: 0.9em;
   padding: 0px;
}

#container {
   width: 950px;
   text-align: left;
   margin: 0 auto;
}

iframe {
   margin-top: 16px;
   border: 4px solid #333;
}

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

#header {
   height: 360px;
}

.tinyHeader #header {
   height: 124px;
}

#header .photo {
   position: absolute;
   z-index: 1;
   width: 950px;
   height: 275px;
}

#bg1 {
   background-image: url(/header/apts.jpg);
}

#header h1 {
   width: 890px;
   margin: 0px;
   padding: 15px 30px;

   text-align: right;
   font-family: georgia, serif;
   font-weight: normal;
   font-size: 48px;
   background-color: #242;
}

#header h1 a {
   color: white;
   text-decoration: none;
   display: block;
}

#header #menuBg {
   position: absolute;
   top: 85px;
   z-index: 2;
   height: 39px;
   width: 950px;
   background-color: #152015;
}

#header ul {
   position: absolute;
   z-index: 3;
   top: 90px;
   font-size: 26px;
   margin: 0px;
   font-family: georgia, serif;
}

#header ul li {
   display: inline;
}

#header ul a,
#header ul a:visited {
   padding: 4px 68px;
   margin: 0px 1px 0px 3px;
   text-decoration: none;
   color: white;
   width: 150px;
   height: 39px;
   opacity: 1;
}

#header ul a:active,
#header ul a:hover {
   color: black;
   text-decoration: none;
   background-color: white;
   opacity: 0.7;
}

/** BODY **************************************************/

#main {
   border-top: 4px solid #222;
   padding: 20px;
   background-color: #eee;
   color: black;
}

#main img {
   border: 4px solid #333;
}

#main ul {
   margin-left: 30px;
   list-style-type: circle;
}

/* INDEX */
.index img {
   float: left;
}
.index .features {
   float: left;
   width: 300px;
   padding-left: 30px;
}

/* INFO */
.index .info {
   margin-top: 5px;
}
.index .info ul {
   float: left;
   width: 230px;
   padding-left: 30px;
}

/* FLOORPLANS */
.floorplans div {
   clear: both;
}
.floorplans div h2 {
   font-family: "Georgia", serif;
   color: #152015;
   font-size: 3em;
}
.floorplans div img {
   float: left;
   margin: 0px 40px 20px 20px;
}

/* PHOTOS */
.modalPhotos img {
   cursor: pointer;
}

.photos p {
   margin: 0px 50px 10px 0px;
   text-align: right;
}

#show {
   border: 4px solid #333;
}

#main .slideshow-thumbnails ul {
   margin-left: 0px;
}
/*
.photos img {
   width: 180px;
   height: 135px;
   margin: 15px 18px 10px 18px;
}

.large {
   border: 8px solid #333;
   width: 900px;
   height: 675px;
}
   */

.modal {
   position: absolute;
   z-index: 5;
   margin: 0px;
   padding: 0px;
   top: 0px;
   left: 0px;
   height: 100%;
   width: 100%;
   background-color: #666;
}

.modalClose {
   position: absolute;
   z-index: 7;
   cursor: pointer;
}

.imageContainer {
   z-index: 6;
   position: absolute;
   top: 50px;
   left: 0px;
   text-align: center;
   width: 100%;
}

/* CONTACT */
.contact div {
   float: left;
}
.contact .sidebar {
   margin-left: 30px;
}
.contact .left {
   margin-right: 80px;
}
.contact .services {
   margin-top: 16px;
}
.contact .services p {
   margin-top: 0px;
}

/* MAINTENANCE */
.maintenance .label {
   width: 200px;
}


/** FOOTER ************************************************/

#footer {
   border-top: 4px solid #222;
   margin: 0px;
   padding-bottom: 30px;
   text-align: center;
}

#footer ul {
   margin: 5px 0px;
}

#footer li {
   display: inline;
   margin: 0px 20px 5px 0px;
}

#footer a,
#footer a:visited,
#footer a:active,
#footer a:hover {
   color: white;
   text-decoration: none;
}
