﻿body
{
    font-family: Verdana;
    font-size: 1em;
    font-style: normal;
    font-weight: lighter;
    color: #dcb882;
    background-color: #1c1c1c;
}

#wrapper
{
  
    width: 1000px;
    margin: 0px auto 0px auto;
    position: relative;
    top: 0px;
    left: 0px;
}
#logo
{
    width: 363px;
    position: relative;
    top: 0px;
    left: 537px;
}
#header
{
    margin: 0px 50px 0px 50px;
    clear: both;
    float: left;
    width: 900px;
}

#bartop, #barbott
{
    width: 1000px;
    margin-bottom: 0px 50px 0px 20px;
}


#divNav
{
    background: #1c1c1c;
    margin-bottom: 30px;
    padding: 0;
    height: 80px;
    width: 900px;
}




#nav
{
    position: relative;
    top: 0px;
    left: 0;
    height: 80px;
    color: #dcb882;
    
}

#nav li.on ul, #nav li.off ul
{
    margin: 0;
    padding: 0;
}

#nav a
{
    text-decoration: none;
}

#nav li
{
    /*float the main list items*/
    margin: 0;
    float: left;
    width: 137px;
    display: block;
    padding-right: 0px;
    
}

#nav li ul
{
    display: none;
}

#nav li.off ul, #nav li.on ul
{
    /*put the subnav below*/
    position: absolute;
    top: 25px;
    left: 0;
    padding-top: 15px;
    background-color: Transparent;
    height: 28px;
    width: 850px;
    padding-left: 60px;
}


#nav li.on ul
{
    background: #f90;
}

#nav li.on:hover ul, #nav li.over ul
{
    /*for ie*/
    font-weight: bold;
}


#nav li a
{
    color: #94a17b;
    font-weight: lighter;
    display: block;
    height: 15px;
    width: 120px;
    border: none;
    padding: 5px;
    text-align: center;
}

#nav li.on a
{
    border: none;
    color: #7a8566;
}

#nav li.on ul a, #nav li.off ul a
{
    float: left; /*ie doesn't inherit the float*/
    line-height: 2em;
    border: 0;
    color: #7a8566;
    width: 135px;
    height: 30px;
    margin-right: 10px;
}
#nav li.on:hover ul a, #nav li.over ul li a
{
    /*for ie - the specificity is necessary*/
    font-weight: bold;
}
#nav li.on ul
{
    display: block;
    background-color: Transparent;
}

#nav li.off:hover ul
{
    display: block;
    z-index: 6000;
}

#nav li.off a:hover, #nav li:hover a
{
    font-weight: bold;
    color: #94a17b;
}

/*do the image replacement*/

#nav li span
{
    position: absolute;
    left: -9384px;
}

#liHome a, #liNature a, #liArt a, #liOutdoors a, #liCommer a
{
    display: block;
    position: relative;
    height: 26px;
    background: url(bk-dropdownMap.gif) no-repeat; /*contains all hover states*/
}

#nav li.off ul a, #nav li.on ul a
{
    display: block;
    background-color: Transparent;
    color: #7a8566;
    font-family: verdana;
    font-size: 11pt;
    font-weight: lighter;
}

#nav li.on ul a
{
    background: #1c1c1c;
}

#nav li ul li
{
    width: 125px;
}
#contact
{
    font-size: 11pt;
    text-decoration: none;
    text-align: right;
}


#contact a:link, a:visited
{
    color: #dcb882;
    text-decoration: none;
    
}
#about a:link, a:visited
{
    color: #dcb882;
    text-decoration: none;    
}
#abouttext {
padding: 0px 40px;
font-size: medium;
font-weight: lighter;

}
#abouttext a:link, a:visited
{
    color: #dcb882;
    text-decoration: none;    
}
#abouttext a:hover
{
    font-weight: lighter;
    color: #dcb882;
    text-align: right;
    text-decoration: underline;
}


#contact, #about a:hover
{
    font-weight: lighter;
    color: #dcb882;
    text-align: right;
    letter-spacing: 1px;
}
#footermid
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 400px;
    margin: 0px auto 0px auto;    
    padding-top: 70px;
    text-align: center;
    font-size: 0.75em;
		font-weight: lighter;
}
#footerleft{
float: left;
width: 300px;
clear: left;
text-align: left;
padding-left: 10px;
}

#footerright{
text-align: right;
padding-right: 10px;
float: right;
width: 300px;
clear: right;
}

