﻿body 
{
    background-color: #ab9d90;
    font-family: Arial, Verdana;
    font-size: .8em;
    color: #000000;
    line-height: 1.8em;
    margin-top: 0px;
}

a:link, a:visited, a:hover, a:active
{
    color: #ffffff;
    text-decoration: none;
}

a:hover, a:active
{
    text-decoration: underline;
}

h1
{
    font-size: 1.8em;
    color: #ffffff;
    font-weight: lighter;
}

#main-container
{
    margin: 0px auto 0px auto;
    width: 825px;
}
#top-nav
{
    width: 615px;
    background-image: url(Images/Nav-BG.jpg);
    background-repeat: no-repeat;
    padding-left: 210px;
    height: 68px;
    padding-top: 30px;
    display: block;
}

#top-nav a:link, #top-nav a:visited, #top-nav a:hover, #top-nav a:active
{
    color: #ffffff;
    font-size: 15px;
    padding-right: 20px;
    padding-left: 20px;
    border-right: solid 1px #9f9181;
    height: 22px;
    vertical-align: middle;
    text-decoration: none;
}

#top-nav a:hover, #top-nav a:active
{
    text-decoration: underline;
}

#under-nav
{
    margin-left: -160px; 
    padding-top: 2px; 
    font-size: 12px;
    
}

#tour-feature
{
    width: 825px;
    padding: 0px;
    margin:0px;
    display: table;
}
#tour-nav
{
    width: 815px;
    background-color: #313131;
    background-image: url(Images/Tour-Nav-BG.jpg);
    background-repeat: repeat-y;
    height: 23px;
    padding: 5px 5px 0px 5px;
    margin: 0px;
    color: #ffffff;
}

#tour-nav a:link, #tour-nav a:visited, #tour-nav a:hover, #tour-nav a:active
{
    color: #ffffff;
    font-size: 1.2em;
    text-decoration: none;
    font-weight: normal;
}

#tour-nav a:hover, #tour-nav a:active
{
    font-weight: bold;
}

.tour-nav-right
{
    float:right; 
}

#content-title
{
    width: 800px;
    background-image: url(Images/Content-Title-BG.jpg);
    padding-left: 25px;
    vertical-align: middle;
    padding-top: 25px;
    height: 52px;
    display: table;
}
#left-title
{
    float: left;
    width: 390px;
}
#right-title
{
    float:right;
    width: 400px;
}

#right-title h2
{
    border-left: solid 1px #313131;
    padding-left: 45px;
    color: #ffffff;
    font-weight:lighter;    
}

#body-content
{
    width: 825px;
    background-color: #ac9e91;
    border-left: solid 1px #9c8f7e;
    border-right: solid 1px #9c8f7e;
	display: table;
}
#left-body
{
    float: left;
    width: 372px;
    padding-left: 28px;
    padding-top: 30px;
    position: relative;
    display: block;
}
#right-body
{
    float:right;
    margin-top: 15px;
    width: 327px;
    padding-right: 28px;
    padding-top: 15px;
    border-left: solid 1px #c5bcb3;
    padding-left: 45px;
    position: relative;
    display: block;
}
#footer
{
    width: 795px;
    background-color: #b5a99b;
    height: 60px;
    color: #ffffff;
    font-size: 1em;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 35px;
}

.left-cutline
{
    width: 385px;
    float: left;
    padding-left: 15px;
}

.right-cutline
{
    width: 400px;
    float: right;
}