﻿body {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    color: #000000;
    margin: 0px;
    padding: 0px;
    background-image: url('/assets/images/belvedere-bg.gif');
    background-repeat: repeat-x;
    background-position: top left;
    background-color: #494949;
}
.container
{
    width: 803px;
    margin: 0px auto;
}
.box
{
    width: 803px;
    min-height: 500px;
    float: left;
    background-color: #dbdbe3;
    border: solid 1px #000000;
}
.banner
{
   width: 803px;
   height: 87px;
   float: left;
}
.photogrid
{
    width: 803px;
    height: 113px;
    float: left;
    margin-top: 10px;
    padding-bottom: 10px;
}
.navbar
{
    width: 803px;
    height: 35px;
    float: left;
    background-color: #999999;
    border-top: solid 1px #cccccc;
}
.navbar ul li
{
    border-left: solid 1px #CCCCCC;
    min-width: 70px;
    height: 35px;
    line-height: 35px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    float: left;
    margin-left: -40px;
}
.navbar ul li a
{
    color: #000000;
    text-decoration: none;
}
.navbar ul li:hover
{
    background-color: #dbdbe3;
}
.navbar ul li:hover a
{
    text-decoration: underline;
}
.navtab
{
    min-width: 70px;
    height: 35px;
    line-height: 35px;
    padding-left: 7px;
    padding-right: 7px;
    border-left: solid 1px #CCCCCC;
    text-align: center;
    float: left;
}
.navtab a
{
    color: #000000;
    text-decoration: none;
}
.navtab:hover
{
    background-color: #dbdbe3;
}
.navtab:hover a
{
    text-decoration: underline;
}
.navtab-selected
{
    min-width: 70px;
    height: 35px;
    line-height: 35px;    
    padding-left: 7px;
    padding-right: 7px;
    border-left: solid 1px #CCCCCC;
    background-color: #dbdbe3;
    text-align: center;
    float: left;
}
.navtab-selected a
{
    color: #000000;
    text-decoration: none;
}
.navtab-last
{
    min-width: 70px;
    height: 35px;
    line-height: 35px;    
    padding-left: 4px;
    padding-right: 4px;
    text-align: center;
    border-left: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
    float: right;
}
.navtab-last:hover
{
    background-color: #999999;
}
.navtab-last:hover a
{
    color: #cccccc;
}
.breadcrumbs
{
    width: 740px;
    float: left;
    height: 24px;
    line-height: 24px;
    margin-top: 0px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 11px;
}
.breadcrumbs a
{
    color: #000000;
    text-decoration: underline;
}
.teaserarea
{
    width: 803px;
    float: left;
    background-color: #999999;
}
.teasercolumn
{
    width: 267px;
    float: left;
    padding-bottom: 5px;
}
.teaserimage
{   
    width: 253px;
    margin: 0px auto;
    margin-top: 10px;
}
.teaserimage
{
    border: solid 1px #efefef;
    padding: 0px;
    font-size: 0px;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}
.teasertitle
{
    width: 253px;
    margin: 0px auto;
    font-weight: bold;
    font-size: 13px;
    float: left;
    margin: 5px;    
}
.teasertext
{
    width: 253px;
    text-align: justify;
    float: left;
    margin: 5px;
}
.teasertext a
{
    color: #cccccc;
}
.contentspace
{
    width: 803px;
    float: left;
    margin-top: 10px;
}
.introphoto
{
    width: 263px;
    float: left;
    margin: 5px;
}
.introtext
{
    width: 783px;
    float: left;
    margin: 10px;
    text-align: justify;
}
.introtext h1
{
    font-size: 16px;
}
.introtext h2
{
    font-size: 14px;
}
.introtext p
{
    line-height: 16px;
}
#leftnav
{
    height: 446px;
    width: 250px;
    float: left;
    border-right: solid 1px #cccccc;
    background-color: #c3c3c3;
    text-align: right;
}
#leftnav h2
{
    margin-top: 40px;
    font-size: 14px;
    margin-right: 10px
}
#leftnav ul
{
    width: 240px;
    margin-top: 0px;
    margin-left: -40px;    
    list-style-type: none;
}
#leftnav ul li
{
    margin-left: 9px;
    height: 24px;
    width: 230px;    
    line-height: 24px;
    padding-right: 10px;
    border-top: solid 1px #c3c3c3;
    border-left: solid 1px #c3c3c3;
    border-bottom: solid 1px #c3c3c3;  
    border-right: solid 1px #cccccc;  
}
#leftnav ul li:hover
{
    background-color: #dbdbe3;
    border-top: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    border-right: solid 1px #dbdbe3;
}
#leftnav ul li a
{
    color: #000000;
    text-decoration: none;
}
#leftnav ul li:hover a
{
    color: #4b4b4b;
    text-decoration: underline;
}
#leftnav ul li.selected
{
    background-color: #dbdbe3;
    border-top: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    border-right: solid 1px #dbdbe3;
}
#leftnav ul li.selected:hover
{
    background-color: #dbdbe3;
    border-top: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    border-right: solid 1px #dbdbe3;
}
#leftnav ul li.selected a
{
    color: #4b4b4b;
    text-decoration: none;
}
#leftnav ul li.selected:hover a
{
    color: #4b4b4b;
    text-decoration: none;
}
#gallerycontent
{
   width: 523px;
   height: 555px;
   float: left;
   margin-left: 10px;
   margin-right: 10px; 
}
#gallerycontent div.breadcrumb
{
    width: 533px;
    height: 20px;
    line-height: 20px;
    color: #4b4b4b;
    float: left;
    margin-top: 10px;
    font-size: 11px;
}
#gallerycontent div.breadcrumb a
{
    color: #000000;
    text-decoration: underline;
}
#gallerycontent h1
{
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
}
#haGalLink
{
    text-decoration: none;
}
#haGalLink:hover
{
    text-decoration: underline;
}
.gallerydirections
{
    width: 533px;
    float: left;
    text-align: justify;
    font-size: 12px;
    margin-top: 10px;
    line-height: 14px;
}
.gallerycontainer
{
    width: 533px;
    float: left;
}
.errors
{
    color: #ff0000;
}
.contactspace
{
    width: 510px;
    float: left;
    margin: 10px;
}
.featureitem
{
    padding-bottom: 10px;
}
.footer
{
   width: 803px;
   text-align: center;
   color: #ffffff;
   font-size: 10px;
   height: 14px;
   line-height: 14px;
   float: left;
   margin-top: 5px;
   padding-bottom: 5px;
   clear: both;
}
.footer a
{
    color: #999999;
}