/* additional styles for this site */

body 
{
    color: #333;
    background-color: #C8B18B;
    text-align: center;
    
  
}
h1, h2, h3, h4 
{
    
}
.clear 
{
    clear: both;
}

img.border 
{
    border: 1px solid #BAE3C4;
    padding: 2px;
}

a 
{
    color: #000;
}
a:visited 
{
    color: #333;
}

div#PageContainer 
{
    text-align: left;
    background-color: white;
    width: 800px;
    margin: 0 auto;
    padding: 0;
    margin-top: 0;
}

div#Masthead 
{
   margin-bottom: 0px;
   height: 300px;
   position: relative;
}

div#Masthead img#aaa_logo 
{
    position: absolute;
    top: 300px;
    left: 32px;
    background-color: White;
    padding: 8px;
    border: 1px solid #543019;
}

div#Footer 
{
    background-color: #A0B6CE;
    width: 100%;
    text-align:center;
    height: 50px;
    padding: 8px 0 12px 0;
    color: #543019;
}
div#Footer p 
{
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 14px;
    
    
}
div#PrimaryNav 
{
   
   padding: 8px 0 0px 0;
   text-align: right;
   background-color: #A0B6CE;
  
   height: 26px;
   
}

div#PrimaryNav ul
{
    margin: 0; padding: 0;
    float: right;
   
}

div#PrimaryNav ul li
{
    margin: 0; padding: 0;
    list-style-type: none;
    float: left;
    padding: 4px 7px;
    font-size: 18px;
    font-weight: bold;
    background-color: White;
    margin-right: 8px;
  
  
    
}

div#PrimaryNav ul li a, div#PrimaryNav ul li a:visited
{
    text-decoration: none;
    color: #543019;
}

div#PrimaryNav ul li a:hover
{
    /*border-bottom: 2px solid #8E7152;*/
    color: #8E7152;
}

div#BodyContent 
{
    padding-top: 25px;
   
}

div#BodyContent h1
{
    font-family: Georgia, Times New Roman, Serif;
   
    font-variant: small-caps;
    color: #543019;
}

div#BodyContent h2
{
   
   
    font-variant: small-caps;
    color: #543019;
}

div#BodyContent ul 
{
   
}
div#BodyContent ul li 
{
    font-variant: small-caps;
    list-style-type: square;
    font-size: 14px;
    color: #8E7152;
}
div#BodyContent img 
{
    border: 1px solid #8E7152;
    padding: 1px;

}
div#BodyContent a 
{
    text-decoration: underline;
    color: #543019;
}
div#BodyContent a:hover 
{
    color: #8E7152;
}

dl.attraction_list 
{
}

dl.attraction_list dt 
{
    font-size: 14px;
    color: #543019;
    margin-bottom: 8px;
	text-decoration: underline;
}

.pointer 
{
    cursor: pointer;
}

.tag_line 
{
    font-style: italic;
    font-size: 16px;
    font-family: Georgia, Times New Roman, Serif;
}