﻿*
{
    margin: 0;
    padding: 0;
}

html
{
    height: 100%;
    width: 100%;
}
body
{
    background-color: #3a7399;
    background-image: url(       '../../images/bg.gif' );
    background-repeat: repeat-x;
    background-position: center top;
}

#wrapper
{
    width: 844px;
    margin: auto;
}
.clear
{
    clear: both;
}


#logo
{
    background-image: url(       '../../images/logo.gif' );
    background-repeat: no-repeat;
    height: 180px;
    width: 834px;
}
#contentborder
{
    background-color: White;
    height: 10px;
    width: 834px;
    margin: auto;
}
#content
{
    width: 844px;
    margin: auto;
    background-color: White;
    background-image: url(       '../../images/content-bg.gif' );
    background-repeat: repeat-y;
    min-height: 750px;
}

#nav
{
    float: right;
    margin-top: 150px;
}
#nav li
{
    display: inline;
    color: black;
    padding: 0px 5px 0px 5px;
}

#nav a:link, #nav a:visited
{
    font-family: Georgia;
    font-size: 13pt;
    color: black;
    text-decoration: none;
    font-style: italic;
}


#nav a:hover, #nav a:active
{
    color: white;
}
.left
{
    width: 500px;
    float: left;
    padding: 50px 0px 0px 30px;
}

.right
{
    padding: 50px 30px 0px 10px;
    float: right;
}

a:link, a:visited
{
    color: #2E5C8B;
}

a:hover, a:active
{
    color: Red;
}

.title
{
    background-image: url(       '../../images/scroll.jpg' );
    background-repeat: no-repeat;
    background-position: center top;
    height: 76px;
    margin: auto;
    text-align: center;
    padding-top: 23px;
}

.title h1
{
}
h1
{
    font-family: Georgia;
    font-size: 16pt;
    color: #303030;
    text-transform: capitalize;
    font-weight: normal;
}

h3
{
    font-family: Georgia;
    margin-bottom: 20px;
    color: #336699;
    border-bottom: dashed 1px gray;
    padding: 10px;
}

h4
{
    font-family: Georgia;
    margin: 10px 0px 10px 0px;
    color: #303030;
    font-size:14px;
}

.left p, .prices td
{
    font-family: Georgia;
    font-size: 10pt;
    color: #303030;
    font-weight: normal;
    line-height: 20px;
    margin-top: 20px;
    text-align: justify;
}

.prices td
{
    color: #3a7399;
    font-weight: bold;
}

.left li
{
    font-family: Georgia;
    color: #303030;
    margin-left: 20px;
    font-size: 10pt;
}
.weather
{
    padding: 20px 0px 20px 0px;
    width: 500px;
    margin: auto;
}

.form
{
    font-family: Georgia;
    font-size: 10pt;
    color: #303030;
    font-weight: normal;
    line-height: 20px;
    margin-top: 20px;
    text-align: left;
    font-weight: bold;
}

.formfield
{
    width: 250px;
    height: 20px;
    color: #303030;
}
.box
{
    background-image: url(           '../../images/div-bg.gif' );
    background-repeat: repeat-x;
    background-position: center bottom;
    border: 1px solid #E1E1E1;
    padding: 20px;
    margin-bottom: 10px;
}

.button
{
    background-image: url(       '../../images/btn_bg.gif' );
    background-repeat: repeat-x;
    background-position: right center;
    background-color: #339933;
    border: solid 2px #f1f1f1;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    height: 30px;
    font-size: 9pt;
    font-family: Arial;
    float: right;
}

.photos img
{
    margin-bottom: 20px;
}

#footer
{
    width: 800px;
    margin: auto;
    margin-top: 20px;

}

#footer ul
{

}

#footer li
{
    display: inline;
    list-style: none;

}


#footer a, #footer
{
    font-family: Verdana;
    font-size: 9px;
    color: Gray;
}
.loofy
{
    display: inline;
    float:right;
}

.bottomlinks
{
    float:left;
}