﻿body 
{
    text-align: center;
    margin: 0px auto;
    background: #FFFFFF;
    width: 1000px;
    font: normal 9pt Arial,sans-serif;
    color: #644E38;
}

div#header
{
    width: 100%;
    height: 120px;
}

div#logo
{
    width: 980px;
    float: left;
    margin: 40px 20px 10px 20px;
    font-size: 8pt;
    font-weight: bold;
}

div#logo h1
{
    float: left;
}

div#navigation
{   
    width: 940px;
    position: relative;
    left:auto;
    z-index: 20;
    top: 0px;
    margin: 0px auto;
}

.AspNet-Menu
{
    padding: 0px 50px 0px 10px;   
}

.AspNet-Menu li
{
    width: 125px;
    height: 31px;
    margin: 25px 12px 0px 12px;
    font-weight: bold;
}

.AspNet-Menu li:hover
{
    background: transparent url('images/home/highlight.png') center bottom no-repeat;
}

li.AspNet-Menu-Selected
{
    background: transparent url('images/home/highlight.png') center bottom no-repeat;
}

.AspNet-Menu a
{
    color: #644E38;
}

.navleft
{
    float: left;
}

.navright
{
    float: right;
}

#navcenter
{
    float: left;
    width: 900px;
    height: 56px;
    background: transparent url('images/home/100108_DS_ALL_Center_NAV.gif') center top repeat-x;     
    text-align: center;
    margin: 0px auto;
}

div#maincontent_
{
}

div#maincontent
{
    height: 492px;
    position: relative;
    top: -25px;
}

div#sidebar
{
    float: left;
    background: transparent url('images/home/100108_DS_HOME_SIDEBAR_Bkgrnd.jpg') right bottom repeat;
    width: 225px;
    height: 492px;
    color: #FFFFFF;
    line-height: 25px;
    font-size: 10pt;
    text-align: left;
}

div#sidebar p
{
    line-height: 17px;
}

div#sidebar_all
{
    float: left;
    background: transparent url('images/info/100108_DS_ALL_But_Home_SIDEBARbkgrnd.jpg') right bottom repeat;
    width: 225px;
    height: 492px;
    color: #FFFFFF;
    line-height: 25px;
    font-size: 10pt;
    text-align: left;
}

div#sidebar_all p
{
    line-height: 17px;
}

div#sidebar_all ul
{
    line-height: 25px;
}

div#pagecontent
{
    height: 492px;
    width: 774px;
    float: left;
    background: transparent url('images/about/100108_DS_ALL_MAIN_BKGRND.jpg') left center no-repeat;
}

div#pagecontent a
{
    color: #FF8F00;
}

div#pagecontent a:hover
{
    color: #FFAF00;
}

div#footer
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    position: relative;
    top: -25px;
    
}

div#all_footer_content
{
    height: 170px;
    width: 100%;
    background: #666666;
    color: #FFFFFF;
}

div#all_footer_content h1
{
    clear:left;
    color:#FFFFFF;
    font-weight:normal;
    margin:0 0 0 40px;
    padding:0px 0px 0px 0px;
    text-align:left;
}

div#footer_contact
{
    float: left;
}

.comments
{
    height: 55px;
    width: 100%;
}

div#footer_bottom
{
    background-color: #FFAF00;
    height: 20px;
    width: 100%;
}

div.formline
{
    text-align: right;
}

.formlabel
{
    width: 75px;
}

.forminput
{
    width: 146px;
    margin: 0px 5px 6px 0px;
    font-size: 10pt;
}

div#contact_left
{
    float: left;
    padding: 5px 5px 0px 0px;
    width: 490px;
}

div#contact_right
{
    width: 260px;
    float:left;
    padding: 5px 0px 0px 0px;
    text-align: left;
}

.submitbutton
{
    height: 19px;
    width: 81px;
    color: #FFFFFF;
    font-size: 10pt;
    border: none;
    background: transparent url('images/home/100108_DS_Info_Request_SUBMIT_Button.gif') center center no-repeat;
}


div#footer_brochure
{
    float: right;
}

div#footer_brochure a
{
    border: none;
    border-style: none;
    text-decoration: none;
}

div#footer_brochure img
{
    border: none;
    border-style: none;
    text-decoration: none;
}

div#copyright
{
    width: 900px;
    clear: both;
    margin: 0px auto;
    text-align: center;
    position: relative;
    top: -15px;
}

div#copyright a
{
    text-decoration: none;
    color: #644E38;
}


