﻿* {margin:0; padding:0;}

/* Elements */

p {font-size:14px; margin-bottom:10px;}
h1 {font-size:24px; margin-bottom:10px; font-weight:normal;}
h2 {font-size:20px; margin-bottom:10px; font-weight:normal;}
h3 {font-size:18px; margin-bottom:10px; font-weight:normal;}
a {text-decoration:none; color:#694326;}
img {border:none;}
ul {margin-bottom:10px; font-size:14px;}
table {font-size:14px;}
input {padding: 0 2px; color:#694326;}
textarea {padding:4px; color:#694326; font-size:14px; font-family:Arial;}

.logo-header
{
    background-image:url(../images/lantern.gif);
    background-repeat:no-repeat;
    background-position:left top;
    height:60px;
    padding-left:90px;
    padding-top:20px;
}

#googlemap
{
    background:url(../images/googlemap.gif) left no-repeat;
    padding-left:30px;
}

.areader
{
    background:url(../images/bigreader.gif) left no-repeat;
    padding:10px 0 10px 35px; height:25px; min-height:25px;
}

.clear {clear:both; height:20px;}

/* Master */

body 
{
    font-family:Arial;
    color:#694326;
    background-image:url(../images/bg.gif);
    background-repeat:repeat-x;
    background-color:#72543d;
    margin:0; padding:0;
}

#container
{
    width:960px;
    margin:0 auto;
    background-color:#ffffff;
}

#header
{

}

#bannertop
{
    height:166px;
    background:url(../images/bannertop.gif);
    padding:0 30px 0 20px;
    margin:0;
}

#bannertop p
{
    margin-bottom:0;
}

#bannerbottom
{
    height:318px;
}

#bannerbottom img
{
    margin:0; padding:0;
}

#header-weather
{
    float:left;
    width:373px;
    margin-top:146px;  
    font-size: 11px;
    
}

#header-phone
{
    float:right;
    color:#baca72;
    margin-top:80px;
    text-align:right;
}

#nav
{
    height:31px;
    background:#96a989;
    border-bottom:solid 8px #3d2818;
    padding-left:20px;
    padding-top:9px;
    width:940px;
}

#nav ul
{
    margin:0; padding:0;
}

#nav li
{
    list-style-type:none;
    display:inline;
    background:url(../images/navbreak.gif) right no-repeat; 
    padding:20px 10px 20px 0;
    margin-right:10px;
}

#nav a
{
    display:inline;
    color:#ffffff;
    font-weight:bold;
    font-size:16px;
}

#nav a:hover,
body.bhome a#nhome,
body.bcontact a#ncontact,
body.bamenities a#namenities,
body.blocal a#nlocal,
body.bphotos a#nphotos
                               
{
     color:#cae07e;
}

#content
{
    padding:30px 20px 10px 20px;
    float:left;
    clear:both;
    background:#ffffff;
}

#footer
{
    height:42px;
    background:#4c3320;
    border-top:solid 8px #cae07e;
    clear:both;
    color:#ffffff;
    text-align:right;
    padding:32px 20px 0 0;
    font-size:12px;
}

#footer a
{
    color:#ffffff;
}

/* Home Page */

.default-left
{
    width:600px;
    float:left;
}

.default-right
{
    float:left;
}

/* Amenities */

.amenities-list
{
    list-style-position:inside;
    float:left;
    margin-right:60px;   
}

.list-title
{
    list-style-type:none;
    margin-bottom:10px;
}

.center
{
    margin-left:15px;
}

/* Contact Page */

.contact-left
{
    float:left;
    width:420px;
}

.contact-right
{
    float:left;
    font-size:14px;
    padding:30px 0 10px 30px;
    background:url(../images/gallery.jpg) left top no-repeat;
    margin-top:40px;
    height:250px;
    line-height:18px;
}

.contact-table
{
    margin:0 0 10px 20px;
}

/* Gallery Page */

.gallery
{
    background:url(../images/gallery.jpg) left top no-repeat;
    margin:20px auto 30px auto;
    padding:30px 0 10px 30px;
    height:300px;
}

.gallery img
{
    border: solid 1px #e8e7e7;
    padding:3px;
}

.gallery-cat
{
    width:180px;
    float:left;
}

.gallery-cat li
{
    list-style-type:none;
    margin-bottom:6px;
}

.gallery-right
{
    float:left;
    width:610px;
    padding-top:20px;
    margin-left: 40px;
}
 
