﻿body {
   font-family: Verdana, Arial, Helvetica, Sans-Serif;
   font-size: 0.9em;
   text-align: center;
   background-color: AppWorkspace;
}

div#Content {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    min-height: 600px;
    text-align: left;
}

div#Footnote {
   padding-top: 15px; 
   font-family: inherit;
   font-size: 0.6em; 
}
    

.SectionTitle {
   font-family: inherit;
   font-size: 1.6em;
   font-weight: bold;
   color: #FFFFFF;
}

/* Tables */
table#Layout {
    border: solid 2px #000;
    background-color: #FFF;
    width: 800px;
    height: 600px;
    min-height: 600px;
}

td#Logo {
    width: 200px;
    height: 130px;
    background-image: url(../images/01_Slice.gif);
    text-align: center;
}

td#Headline {
   width: 590px;
   height: 214px;
   background-image: url(../images/CSRA_header_bg.jpg);
   background-repeat: no-repeat;
   background-color: #678CDA;
}

td#Links {
   width: 200px;
   background-image: url(../images/12_Slice12.gif);
   padding-left: 30px;
   padding-right: 20px;
   text-align: left;
   font: inherit;
   font-size: 1.0em;
   vertical-align: top;
}

td#Realtor {
   background-image: url(../images/04_Slice.gif);
   background-repeat: no-repeat;
   width: 104px;
   text-align: center;
   vertical-align: top;
   padding-top: 5px;
}

td#Realtor a {
   font-family: inherit;
   font-size: 0.7em;
   text-decoration: none;
   color: #000; 
}

td#AboutUs {
   background-image: url(../images/05_Slice.gif);
   background-repeat: no-repeat;
   width: 104px;
   text-align: center;
   vertical-align: top;
   padding-top: 5px;
}

td#AboutUs a {
   font-family: inherit;
   font-size: 0.7em;
   text-decoration: none;
   color: #000; 
}

td#ContactUs {
   background-image: url(../images/06_Slice.gif);
   background-repeat: no-repeat;
   width: 119px;
   text-align: center;
   vertical-align: top;
   padding-top: 5px;
}

td#ContactUs a {
   font-family: inherit;
   font-size: 0.7em;
   text-decoration: none;
   color: #000;
   margin-left: -9px;
}

td#Body {
   padding-right: 15px; 
}

td#Footer {
   width: 800px;
   height: 46px;
   background-image: url(../images/37_Slice.gif);
   background-color: #85A6EC;
   padding-top: 4px;
   text-align: center;
   font: inherit;
   font-size: 0.7em;
   color: #000000;
}

.SquareFootage {
   background-color: #85A6EC;
   font-weight: bold;
   width: 50%;
   padding-left: 5px;
}

.PriceHeader {
   background-color: #85A6EC;
   width: 25%;
   text-align: right;
   padding-right: 7px;
}

.Price {
   text-align: right;
   padding-right: 7px;
}

p
{
    padding-right: 10px;
    padding-left: 10px;
}

.formTitle
{
    font-weight: bold;
    text-align:right;
    font-size: inherit;
}

/* NAVIGATION BUTTONS */
.cssnav {
    position: relative;
    font-family: inherit;
    color: #FFF;
    background-image: url(../images/nav_over.jpg);
    background-repeat: no-repeat;
    white-space: nowrap;
    display: block;
    width: 200px;
    height: 30px;
    margin: 0;
    padding: 0;
}
.cssnav a {
    display: block;
    color: #000000;
    font-size: 0.7em;
    width: inherit;
    height: inherit;
    display: block;
    float: left;
    color: black;
    text-decoration: none;
}

.cssnav img {
    width: 200px;
    height: 30px;
    border: 0;
}

.cssnav a:hover
{
    /*color: #FFF;*/
    /*font-weight: bold;*/
}
* html a:hover {
    visibility: visible;
}
.cssnav a:hover img {
    visibility: hidden;
}

.cssnav span {
    position: absolute;
    left: -10px;
    top: 9px;
    margin: 0px;
    padding: 0px;
    padding-left: 40px;
    cursor: pointer;
    width: 149px;
    height: 14px;
    text-align: left;
}
/* END OF NAVIGATION */
