﻿body
{
    background-image: url(./images/background.jpg);
    background-repeat: repeat-x;
    background-position: top left;
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 22px;
    color: #ffffff;
    font-style: italic;
    font-weight: normal;
    text-transform: uppercase;
}
h2
{
}
h3
{
}
a
{
    color: #669900;
    text-decoration: underline;
}
a img
{
    border: none;
}
a:hover
{
    color: #333333;
    text-decoration: none;
}



.container
{
    width: 758px;
    margin: 0px auto;
}

.menubar
{
    height: 25px;
    margin-top: 20px;
    background-color: #998855;
}

.content
{
    background-color: #ffffff;
    margin-top: 20px;
    padding: 20px;
    border-top: 1px solid #cccccc;
    min-height: 200px;
    height: auto !important;
    height: 200px;
}

.footerbar
{
    height: 60px;
    background-color: #669900;
    color: #ffffff;
    margin-top: 20px;
    font-size: 10px;
    text-transform: uppercase;
}
.footerbar a
{
    color: #ffffff;
}
.footerbar a:hover
{
    text-decoration: none;
}

.preload {
    display:none;
    visibility:hidden;
}
.error {
    color:Red;
}
.small {
    font-size:10px;
}

.mainmenu
{
    position: relative;
    float: left;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    height: 25px;
    font-weight: bold;
}

.mainmenu ul
{
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.mainmenu li
{
    float: left;
    position: relative;
    margin: 0;
    text-align: center;
}

.mainmenu ul li a, .menu ul li a:visited
{
    /* unselected top-level menu items */
    color: #ffffff;
    display: block;
    padding-top: 5px;
    height: 20px;
    float: left;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.mainmenu ul li:hover a, .menu ul li a:hover
{
    text-decoration: none;
    color: #ffffff;
    background-color: #669900; /*background-image: url(./images/menubarHover.jpg);*/
    background-repeat: repeat-x;
    background-position: top left;
}

.mainmenu ul li a.active
{
    background-color: #669900;
}
.mainmenu ul li:hover a.active:hover
{
    background-color: #669900;
}



.inputButton
{
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #cccccc;
    background-color: #ececec;
    cursor: pointer;
}
.inputButtonHover
{
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #999999;
    background-color: #ececec;
    cursor: pointer;
}
.inputButtonDisabled
{
    border: 1px solid #999999;
    background-color: #ececec;
    color: #999999;
    cursor: default;
}
.inputTextbox
{
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}
.inputTextarea
{
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    height: 150px;
}
.inputCheckboxList
{
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}
.inputDropDownList
{
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}
.inputListBox
{
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

#mainlogo
{
    display: block;
    width: 152px;
    height: 110px;
    background-image: url(./images/logo.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}

#titleContact
{
    width: 152px;
    height: 21px;
    margin-bottom: 20px;
    background-image: url(./images/titles/contactus.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}
#titleTown
{
    width: 71px;
    height: 19px;
    margin-bottom: 20px;
    background-image: url(./images/titles/town.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}
#titleRates
{
    width: 214px;
    height: 30px;
    margin-bottom: 20px;
    background-image: url(./images/titles/condorates.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}
#titlePageNotFound
{
    width: 219px;
    height: 31px;
    margin-bottom: 20px;
    background-image: url(./images/titles/pageNotFound.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}
#titlePageError
{
    width: 145px;
    height: 27px;
    margin-bottom: 20px;
    background-image: url(./images/titles/pageError.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}
