html, body {
    margin: 0px;
    padding: 0px;
    height: 100%;
}

body {
    height: 100%;
    width: 100%;
}

/*  Main Menu Styles  */

#leftbar {
    padding-top: 5%;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
    width: 143px;
    height: 100%;
    float: left;
    display: none;
}

.navwidth, #logo {
    width: 143px;
    height: 70px;
    border: 0;
    margin: 0px;
    padding: 0px;
    display: block;
}

.links {
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #673319;
    font-size: medium;
    list-style-type: none;
    text-transform: lowercase;
    font-family: Arial, Helvetica, sans-serif;
}

.links li {
    width: 65%;
    margin-left: 15%;
    background-color: #5e5855;
    white-space: nowrap;
    padding-top: 5%;
    padding-right: 10%;
    padding-bottom: 5%;
    padding-left: 10%;
}


.links a:link,
.links a:visited {
    color: #908876;
    text-decoration: none;
}


.links a:hover {
    color: #FFF;
    text-decoration: none;
}


/*  Content Styles  */

#content_area {
    margin: 0px;
    padding: 5%;
    width: 70%;
    height: 80%;
    float: left;

    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    color: #663318;
    line-height: 30px;
    display: none;
/*    font-weight: lighter; */
}

.tabs {
    float: left;
    width: 100%;
    font-size: small;
    margin: 0px;
    padding: 0px;
}

.tabs li {
    float: left;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.tabs li a:link,
.tabs li a:visited {
    color: #5D5854;
    margin-top: 0px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    text-decoration: none;
}

.tabs li a:hover {
    color: #FFFFFF;
    margin-top: 0px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    text-decoration: none;
    background-color: #c1ac94;
}

.active-page {
    color: #FFFFFF;
    margin-top: 0px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    text-decoration: none;
    background-color: #c1ac94;
}

h1 {
    font-family: "Times New Roman", Times, serif;
    font-weight: lighter;
    color: #5D5854;
    text-transform: uppercase;
    font-size: 27px;
}

.bold {
    font-weight: bold;
}

/*  Slideshow  */

.slideshow {
    width: 58%;
    background-color: #e7e6e5;
    padding: 15px 15px 15px 15px;
    float: left;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

a.next {
    float: right;
    font-size: small;
    text-decoration: none;
    color: #747474;
    text-transform: uppercase;
}

a.previous {
    float: left;
    font-size: small;
    text-decoration: none;
    color: #747474;
    text-transform: uppercase;
}

.SlideInfo {
    width: 30%;
    float: left;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 30px;
    display: inline;
    font-size: small;
}

.image {
    width: 100%;
}

#contact-mail-page label {
    clear: both;
    display: block;
}


#contact-mail-page .form-item {
    padding-bottom: 15px;
}

#quotes {
    line-height: 25px;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    width: 100%;
    margin: 0px auto -2em;
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #5E5855;
}

.footer, .push {
    height: 2em;
    clear: both;
}

.home_img {
    background-image: url(image5.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.about_img {
    background-image: url(image4.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.process_img {
    background-image: url(image1.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.contact_img {
    background-image: url(image2.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}
input, textarea { width: 100%; }
