body {
    background-color: #660000;
    font-family: verdana, times new roman;
    margin: 0 0 0 0;
}
a
{
    text-decoration: none;
    font-size: 10pt;
    cursor: pointer;
}
a:link, a:visited ,a:hover, a:active {
    color: #000;
}
strong
{
    color: #660000;
}
.centeralign
{
    margin: 0 auto;
}
div.note
{
    background-image: url('../images/note.gif');
    background-repeat: no-repeat;
    padding-left: 42px;
    padding-top: 1px;
    text-align: left;
    width: 550px;
    height: 40px;
    color: white;
    font-size: 7pt;
}
.menudivide
{
    height: 2px;
    width: 100%;
    background-color: black;
    display: block;
}
.menu a
{
    font-family: serif;
    font-size: 10pt;
    font-weight: bold;
    color: #585858;
}
.menu a:hover
{
    color: #660000;
}
.menuitem
{
    margin-left: 17px;
    margin-right: 17px;
}
td#bg
{
    background-image: url('../images/bk_condo.jpg');
    background-repeat: no-repeat;
    height: 450px;
    background-position: bottom center;
}
.clr
{
    clear: both;
}
.whitebg
{
    background-color: white;
}
ul.maroonstar
{
    margin-top: 25px;
}
ul.maroonstar li
{
    background-image: url('../images/maroonstar.png');
    background-repeat: no-repeat;
    list-style: none;
    padding-left: 20px;
    font-family: verdana;
    font-size: 10pt;
    line-height: 20px;
    
    word-spacing: +1px;
}
div.maincontent
{
    font-size: 10pt;
}
div.split
{
    float: left;
    width: 47%;
    margin-right: 5px;
    margin-left: 5px;
}
div.links
{
    padding-top: 40px;
    line-height: 50px;
}
div.links a, div.links strong
{
    background-image: url('../images/maroonstar.png');
    background-repeat: no-repeat;
}
div.links a
{
    cursor: pointer;
    padding-left: 20px;
}
div.links strong
{
    background-position: right;
    padding-right: 20px;
}
div.contact
{
    padding-top: 40px;
    font-size: 10pt;
    line-height: 20px;
}
div.contactdetails
{
    margin-left: 240px;
    text-align: left;
    display: block;
}
div.contactdetails strong
{
    background-image: url('../images/maroonstar.png');
    background-repeat: no-repeat;
    padding-left: 20px;
}
div.pricing
{
    padding-top: 30px;
    font-size: 8pt;
}
div.pricing .price_foot
{
    width: 560px;
    padding-top: 15px;
    
}
div.pricing .price_note
{
    float: left;
    text-align: left;
}
table.pricing
{
    font-size: 10pt;
    border-collapse: collapse;
    border-color: silver;
    
}
table.pricing th
{
    border: 1px solid silver;
    border-color: silver;
    background-color: #CCC;
    color: #660000;
    border-width: 1px;
}
table.pricing td
{
    border: 1px solid silver;
    border-color: silver;
    border-width: 1px;
}

#gallery
{
    /*background-color: #444;*/
    padding: 10px;
    width: 720px;
    padding-top: 30px;
    margin: 0px 0px 0px -40px ;
    margin-left: -40px;
}
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
    border: 2px solid #ddd;
    border-width: 2px 2px 2px 2px;
}
#gallery ul a:hover img {
    border: 2px solid #3e3e3e;
    border-width: 2px 2px 2px 2px;
    color: #fff;
}
#gallery ul a:hover { color: #fff; }

div.footer
{
    font-size: 7pt;
    color: #fff;
}
td.frame_l
{
    background-image: url('../images/frame_l_bg.gif');
    background-repeat: repeat-y;
    vertical-align: top;
}
td.frame_r
{
    background-image: url('../images/frame_r_bg.gif');
    background-repeat: repeat-y;
    vertical-align: top;
}
div.hidden
{
visibility: hidden;
display: none;
}
div.footer a{
    color: white;
    font-size: 8pt;
}
div.loading
{
    /*background-color: white;*/
    background-image: url('../images/spinner.gif');
    background-position: center center;
    background-repeat: no-repeat;
}