* { margin: 0; padding: 0; }

body
{
    background: transparent url(../Images/bkgd_DarkSand.jpg) repeat left top;
    font-family: Helvetica, Arial, Verdana;
    font-size: small;
    min-width: 1024px;
    color: #333333;
}
a img { border: none; text-decoration: none; }

#top
{
    height: 310px;
    background: transparent url(../Images/bkgd_Top.jpg) repeat-x left top;
}
#header
{
    position: relative;
    width: 1024px;
    height: 310px;
    left: 50%;
    top: 0;
    margin-left: -512px;
    background: transparent url(../Images/bkgd_Top.jpg) repeat-x left top;
}
#middle
{
    position: relative;
    min-height: 200px;
    background: transparent url(../Images/bkgd_LightSand.jpg) repeat left top;
}
#middle .wrapper
{
    position: relative;
    width: 1024px;
    left: 50%;
    margin-left: -512px;
    background: transparent url(../Images/bkgd_Middle.jpg) no-repeat left top;
}
#menu
{
    position: relative;
    width: 286px;
    left: 50%;
    top: 8px;
    margin-left: -454px;
    border-right: dashed 1px #666666;
    float: left;
}
#menu ul
{
    list-style: none;
    padding-bottom: 3px;
    background: transparent url(../Images/bkgd_MenuBottom.jpg) no-repeat left bottom;
}
#menu ul li a
{
    display: block;
    width: 279px;
    height: 29px;
    line-height: 29px;
    text-indent: 10px;
    background: transparent url(../Images/bkgd_Menu.jpg) no-repeat left top;
    color: #12110E;
    text-decoration: none;
    font-weight: bold;
}
#menu ul li a:hover,
#home #nav-home,
#appointments #nav-appointments,
#directions #nav-directions,
#facility #nav-facility,
#fees #nav-fees,
#services #nav-services,
#contact #nav-contact,
#faqs #nav-faqs,
#testimonials #nav-testimonials
{
    background: transparent url(../Images/bkgd_MenuSelected.jpg) no-repeat left top;
}

#info
{
    width: 279px;
    margin-top: 10px;
    border-top: dashed 1px #454545;
    border-right: dashed 1px #454545;
    border-left: dashed 1px #454545;
}
#info .spacer
{
    width: 279px;
    margin: 10px 0 10px 0;
    background: transparent url(../Images/bkgd_LeftSandFade.jpg) repeat-y right top;
}
#info .spacer .spacer
{
    width: 259px;
    margin: 10px;
    background: none;
    text-align: right;
    min-height: 75px;
    font-size: 85%;
}
#info .spacer .spacer p
{
    margin: 0 0 5px 0;
}

#bottom
{
    background: transparent url(../Images/bkgd_BottomBorder.jpg) repeat-x left top;
}


#content
{
    position: relative;
    width: 615px;
    left: 50%;
    top: 8px;
    margin-left: -162px;
    border-right: dashed 1px #666666;
    float: left;
}

#content .spacer
{
    margin: 0 12px 0 5px;
}

.clear
{
    clear: both;
    width: 0px;
    height: 0px;
    overflow: hidden;
}
.clearbottom
{
    clear: both;
    width: 100%;
    height: 20px;
    overflow: hidden;
}

#content p
{
    font-size: 110%;
    margin: 10px 0 15px 0;
    line-height: 150%;
}
#home #content p
{
    line-height: 175%;
}
#content img
{
    margin: 3px;
}
#content h1
{
    font-size: 175%;
    margin: 5px 0 5px 0;
    padding-bottom: 5px;
    border-bottom: solid 1px #333333;
}
#content h2
{
    font-size: 150%;
    margin: 5px 0 5px 0;
}
#content h3
{
    font-size: 125%;
    font-weight: normal;
    margin: 5px 0 5px 0;
}
#content h4
{
    font-size: 115%;
    margin: 5px 0 5px 0;
}
#content a
{
    color: #652F19;
    text-decoration: none;
}
#content a:hover
{
    color: #652F19;
    text-decoration: underline;
}
#content ul, #content ol { margin: 5px 0px 5px 50px; }
#content li 
{
    margin: 5px;
    font-size: 90%;
    margin: 10px 0 15px 0;
    line-height: 130%; 
}

#map
{
    margin-top: 10px;
    width: 597px;
    height: 350px;
    border: solid 1px #666666;
}
#choices
{
    width: 597px;
    background: transparent url(../Images/bkgd_RightSandFade.jpg) no-repeat left bottom;
    border-bottom: solid 1px transparent;
}
#choices .spacer
{
    margin: 5px 5px 73px 5px;
    padding: 7px;
    min-height: 157px;
    border: solid 1px #776B52;
    background-color: #A29A86;
    text-align: center;
}
#choices .item
{
    border: none;
    cursor: pointer;
    padding: 0;
    float: left;
}
#choices .item img
{
    margin: 8px;
    border: none;
    padding: 0;
}