@charset "utf-8";
p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: normal;
    color: #222;
}

body {
    border: 0;
    margin: 0;
    padding: 0;
    background: #DDD;
}

h3, h4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #333;
}
li {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #222;
    font-size: small;
    padding-top: 5px;
}
a img {
    border: 0;
}
.indent {
    padding: 5px 20px;
}
/***********************
Banner & Navigation
***********************/
.CVname {
    margin: 15px 0 20px 0;
    font-family: "Times New Roman", Times, serif;
    font-size: x-large;
    color: #FFBA00;
    letter-spacing: .3em;
    text-decoration: none;
}
.tagline {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #D3DCE6;
    font-weight: normal;
    letter-spacing: .1em;
}
#banner {
    position: relative;
    left: 0px;
    top: 0;
    right: 0;
    min-width: 780px;
    height: 95px;
    background-color: #003300;
    background: -moz-linear-gradient(top, #194719, #003300);
    background: -webkit-gradient(linear, left top, left bottom, from(#194719), to(#003300));
    -moz-box-shadow: 0 0px 4px #333333;
    -webkit-box-shadow: 0 0px 4px #333333;
    border-bottom: 1px solid #111111;
    text-align: center;
    padding-bottom: 5px;
/*    z-index: 1000;*/
    overflow: hidden;
}
#banner a, a:visited, a:active, a:hover {
    text-decoration: none;
}
#navigation {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #D3DCE6;
    font-weight: normal;
}
#nav {
    text-align: center;
    padding-top: 6px;
}
#nav ul {
    margin: 0px;
    padding: 0px;
}
#nav li {
    list-style-type: none;
    display: inline;
}
#nav a {
    padding: 5px 14px;
    color: #CCCCCC;
    text-decoration: none;
    font-weight: bold;
    padding-bottom: 15px;
    border-top-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
}
#nav a:hover, a:active {
    color: #000000;
    background-color: #FFBA00;
    background: -moz-linear-gradient(top, #FFBA00, #CC9500);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFBA00), to(#CC9500));
}
#nav .selected {
    color: #000;
    background-color: #FFBA00;
    background: -moz-linear-gradient(top, #FFBA00, #CC9500);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFBA00), to(#CC9500));
}
/* Main Wrapper */
div.mainContent {
    position: relative;
    background-color: #FFFFFF;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
    width: 750px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 4px 4px #333333;
    -moz-box-shadow: 0px 4px 4px #333333;
    -webkit-box-shadow: 0px 4px 4px #333333;
    padding: 10px;
}

/***********************
 Homepage
***********************/
#slideShow {
    margin: 10px auto;
    width: 565px;
    height: 330px;
/*    border: 1px dashed red;*/
}
.logo-pic {
/*    float: left;*/
    width: 190px;
    height: 62px;
/*    padding: 0 15px 5px 15px;*/
}
.column2 {
    margin-left: 15px;
    width: 345px;
/*    border: 1px dashed pink;*/
}
.column1 {
    float: right;
    margin-right: 15px;
    width: 355px;
/*    border: 1px dashed aqua;*/
}
#column1 h3 {
    width: 350px;
    padding-bottom: 2px;
    border-bottom: 1px solid #CCC;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #333;
}
.frame-center {
    text-align: center;
}

/**********************
  Amenities
**********************/
ul.features {
    list-style-image: url(bullet2.png);
}
ul.amenitites {
    list-style-image: url(bullet2.png);
    width: 145px;
    position: relative;
}

#list2 {
    margin: 0;
    float: right;
}
#amenititesHeader {
    position: relative;
    width: 562px;
    top: 8px;
}

.greenUnderline {
    padding-bottom: 5px;
    border-bottom: 1px solid #668566;
}
#logo-amenitites {
    float: right;
}
#column2-amenities {
    margin-top: 40px;
}
/***********************
 Leasing
***********************/
.lease-plan {
    margin: 20px 20px;
/*    border: 1px dashed pink;*/
}
#bed1 {
    position: absolute;
    margin: 0px;
    left: 10px;
}
#bed2 {
    position: absolute;
    margin: 0px;
    right: 10px;
}
.floorplan {
/*    padding: 2px;
    border: 1px solid #CCC;*/
    width: 165px;
    height: 80px;
    margin-left: 25px;
}
#vertical-floorplan {
    width: 110px;
    height: 142px;
    margin-left: 40px;
}
.bedroom {
    position: relative;
    margin: 40px 20px 15px 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #DDD;
}
.room-list {
    margin:0;
    list-style-image: url(bullet2.png);
    margin-bottom: 20px;
}
.list-title {
    font-weight: bold;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}
.bedroomWrapper {
    position: relative;
    margin: 0;
    padding: 0;
    width: 750px;
    height: 255px;
/*    border: 1px dashed aqua;*/
}
.link-left {
    margin-left: 10px;
}
/***********************
 floorplan
***********************/
.lease {
    float: left;
    margin-left: 30px;
    padding-right: 150px;
}
.floor-slides {
    position: absolute;
    left:55px;
    top: 175px;
}
#wide-layout {
    position: relative;
    top: 20px;
    margin: 20px 240px;
}
.wide-slides {
    position: relative;
    margin: 20px 50px;
    top: 40px;
    padding-bottom: 30px;
}
#lease-wide {
    float: none;
    position: absolute;
    padding: 0;
    top: 75px;
    left: 0px;
    width: 200px;
/*    border: 1px dashed pink;*/
}
.breadcrumbs {
    position: absolute;
    top: 5px;
    left: 15px;
    width: 600px;
    height: 20px;
/*    border: 1px dashed aqua;*/
}
.breadcrumbs ul {
    margin: 0px;
    padding: 0px;
}
.breadcrumbs li {
    list-style-type: none;
    display: inline;
}
.breadcrumbs ul a {
    text-decoration: none;
}
.breadcrumbs a li {
    color: #003300;
    font-weight: bold;
}
.breadcrumbs a:hover li {
    color: #FFBA00;
}
#floorplanHeader {
    position: relative;
    width: 562px;
    top: 19px;
}
#logo-floorplan {
    margin-top: 10px;
    float: right;
}
#garage {
    width: 187px;
    height: 236px;
    position: absolute;
    right: 50px;
    top: 370px;
}
#garage-narrow {
    width: 187px;
    height: 236px;
    position: relative;
    margin-left: 100px;
    top: -30px;
}
/*----------------------
Furnished
-----------------------*/
.center-furnished {
    position: relative;
    top: 10px;
    left: 75px;
}
/*----------------------
  Pictures
-----------------------*/
#pictures {
    padding-top: 30px;
    padding-bottom: 30px;
}
/***********************
 Contact
***********************/
form {
    margin-top: 20px;
    width: 340px;
/*    border: 1px dashed pink;*/
}
div #map_canvas {
    float: right;
    margin: 0;
    height: 225px;
    width: 400px;
}
div #getDirections {
    margin-top: 15px;
    margin-left: 0px;
}
label {
    float: left;
    width: 50px;
    text-align: left;
    padding-right: 10px;
    font-weight: bold;
}
div input {
    width: 270px;
}
div.input {
    position: relative;
    margin-left: 0px;
    margin-top: 15px;
}
#button {
    left: 60px;
}
.contact {
    width: 230px;
}
p span {

}
#myDate img {
    position: absolute;
    top: 8px;
    left: 320px;
}
.instructions {
    margin: 0px 20px;
    padding-left: 5px;
}
/********************************
            directions
***********************************/
#map {
    margin: 30px 20px;
    position: relative;
    height: 400px;
    width: 600px;
    /*border: 2px dashed yellow;*/
}
#directionsPane {
    position: relative;
    height: 400px;
    width: 600px;
    margin: 30px 20px;
    /*border: 2px dashed aqua;*/
}
#directionsWindow {
    position: relative;
    height: auto;
    width: 700px;
    margin: 60px auto;
    /*border: 2px dashed aqua;*/
}
#directions-canvas {
    position: relative;
    margin: 20px auto;
    width: 750px;
    height: 400px;
}
#directions {
    background: none;
}
#directionsForm {
    float: right;
    margin-right: 205px;
    padding-bottom: 20px;
}
button {
    position: absolute;
    right: 95px;
    top: 25px;
}
/*-----------------------
Footer
------------------------*/
#footer {
    position: relative;
    margin-top: 20px;
    height: 75px;
    min-width: 780px;
    left: 0;
    right: 0;
    background-color: #003300;
    background: -moz-linear-gradient(top, #194719, #003300);
    background: -webkit-gradient(linear, left top, left bottom, from(#194719), to(#003300));
    -moz-box-shadow: 0 0px 4px #222;
    -webkit-box-shadow: 0 0px 4px #222;
    box-shadow: 0 2px 4px #222;
    padding-top: 8px;
    overflow: hidden;
}
.copyright {
    margin-top: 25px;
    text-align: center;
    color: #EEE;
}

#footer-navigation a {
    padding: 13px 40px 7px 40px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;

    border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
}

#footer-navigation {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #D3DCE6;
    font-weight: normal;
}
#footer-navigation li {
    padding-top: 0;
}