html, body {
    height: 100%;
}

.clickHere{
margin-left:20px;
font-size: 1.4em;
}

body {
    background-color: #6a7b61;
    font-family: Arial, Helvetica, sans-serif;
    color: #595644;
    font-size: 62.5%;
}
* {
    margin: 0;
    padding: 0;
}

object {
    border: none;
    outline: none;
    cursor: pointer;
}

hr {
    margin-top: 10px;
    margin-bottom: 4px;
    margin-left: 12px;
    color: #595644;
}

img {
    border: none;
}

p {
    word-spacing: -0.1em;
    letter-spacing: 0;
    line-height: 1.4em;
    font-size: 1.3em;
}

h1 {
    font-size: 2em;
}

h2, h3, h4 {
    padding-left: 12px;
    padding-right: 19px;
    padding-top: 8px;
    padding-bottom: 6px;
}

h2 {
    font-variant: small-caps;
    font-size: 2.1em;
}

h3 {
    font-size: 1.6em;
}

h4 {
    font-size: 1.4em;
}

fieldset {
    margin-left: 19px;
    width: 320px;
    padding: 5px;
    margin-bottom: 1em;
    display: block;
    font-size: 1.6em;
}

legend {
    font-weight: bold;
    padding: 2px;
}

/*
 table {
 width: 600px;
 margin-left: 19px;
 margin-bottom: 10px;
 }
 
 td {
 border-right: 1px solid #aaaaaa;
 padding: 1em;
 }
 
 td:last-child {
 border-right: none;
 }
 
 th {
 text-align: left;
 padding-left: 1em;
 background: #cac9c9;
 border-bottom: 1px solid white;
 border-right: 1px solid #aaaaaa;
 }
 */
input[type = text], input[type = password] {
    width: 280px;
    padding: .6em;
    color: #595644;
}

input[type = text]:hover, input[type = password]:hover, textarea:hover {
    background-color: #fff5d3;
}

input[type = text]:focus, input[type = password]:focus, textarea:focus {
    background-color: #fff5d3;
}

input[type = submit] {
    border: none;
    text-decoration: none;
    padding: 6px;
    font-size: 1.2em;
    background-color: #6a7b61;
    color: white;
}

input[type = submit]:hover, form a:hover {
    background-color: #595644;
    cursor: pointer;
}

select {
    color: #595644;
}

select option {
    border-bottom: 1px #CCCCCC solid;
    padding: .2em;
}

textarea {
    width: 450px;
    padding: .6em;
    color: #595644;
}

/*
 DIVS
 */
#background {
    margin: 0 auto;
    width: 1180px;
    background-image: url("../media/backgroundFade.jpg");
    background-repeat: repeat-y;
    min-height: 100%;
}

#wrapper {
    margin: 0 auto;
    padding-bottom: 20px;
    width: 960px;
    background-color: #e5dbac;
    border-left: 1px #ffffff solid;
    border-right: 1px #ffffff solid;
    min-height: 100%;
}

#footer {
    margin: -36px auto 0 auto;
    width: 960px;
    height: 36px;
    border-left: 1px #ffffff solid;
    border-right: 1px #ffffff solid;
    background-color: #595644;
    color: #e5dbac;
}

#footer p {
    padding: 10px;
    font-size: .8em;
    text-align: center;
}

#phoneHeader {
    background-color: #595644;
    background-image: url("../media/phoneHeader.gif");
    width: 960px;
    height: 36px;
}

#cottamsOutdoorHeader {
    width: 960px;
    height: 90px;
    background-image: url("../media/cottamsOutdoorHeader.jpg");
    border-bottom: 1px #b27d35 solid;
}

#cottamsRiverTripsHeader {
    width: 960px;
    height: 90px;
    background-image: url("../media/cottamsRiverTripsHeader.jpg");
    border-bottom: 1px #b27d35 solid;
}

#menu {
    width: 960px;
    height: 200px;
    border-bottom: 1px #b27d35 solid;
    font-size: 1.3em;
}

#menuLeft {
    width: 246px;
    height: 200px;
    background-color: #595644;
    background-image: url(../media/menuLeftBg.jpg);
    background-repeat: no-repeat;
    float: left;
    border-right: 1px #b27d35 solid;
}

#menu ul {
    margin-top: 10px;
    width: 240px;
}

#menu li {
    padding-left: 14px;
    padding-top: 3px;
    color: #e5dbac;
    height: 20px;
    list-style: none;
    margin-top: 3px;
}

#menu a:link, #menu a:visited {
    color: #e5dbac;
    text-decoration: none;
}

#menu a:hover {
    text-decoration: underline;
}

#menu .activeMenu a {
    color: #ffffff;
    font-weight: bold;
}

#menu .activeMenu {
    background-color: #d6aa6e;
}

#menuRight {
    background-color: #6a7b61;
    width: 713px;
    height: 200px;
    float: right;
}

#menuOne {
    width: 940px;
    margin-left: 10px;
    background-color: #595644;
    font-size: 1.3em;
}

#menuOne ul {
    padding-top: 1px;
    padding-bottom: 1px;
}

#menuOne li {
    display: inline;
    height: 20px;
    list-style: none;
    padding-left: 30px;
    padding-right: 30px;
    border-right: 1px #e5dbac solid;
}

#menuOne a:link, #menuOne a:visited {
    color: #e5dbac;
    text-decoration: none;
    font-weight: bold;
}

#menuOne a:hover {
    text-decoration: underline;
}

#menuOne .activeMenu a {
    color: #ffffff;
}

#menuOne .activeMenu {
    background-color: #d6aa6e;
}

#menuTwo {
    margin-top: 2px;
    width: 940px;
    height: 20px;
    font-size: 1.3em;
    background-image: url(../media/arrow.gif);
    background-repeat: no-repeat;
}

#menuTwo ul {
    padding-top: 4px;
    margin-left: 10px;
}

#menuTwo li {
    display: inline;
    height: 20px;
    list-style: none;
    padding-left: 15px;
}

#menuTwo a:link, #menuTwo a:visited {
    color: #595644;
    text-decoration: none;
}

#menuTwo a:hover {
    text-decoration: underline;
}

#menuTwo .activeMenu a {
    text-decoration: underline;
    color: #595644;
    font-weight: bold;
}

#contentArea {
    padding-top: 10px;
}

#pageContent {
    margin-top: 10px;
    width: 713px;
    float: left;
}

#pageImage {
    margin-top: 30px;
    width: 247px;
    float: left;
}

#pageContent ul {
    padding-left: 60px;
    padding-bottom: 8px;
    font-size: 1.3em;
}

#pageContent li {
    line-height: 1.6em;
}

#pageContent p {
    padding-left: 19px;
    padding-right: 19px;
    padding-bottom: 8px;
}

#pageContent a:link, #pageContent a:visited {
    color: #0033CC;
}

#pageContent a:hover {
    color: #000099;
}

#riverTripTable {
    width: 690px;
    margin-left: 19px;
    margin-bottom: 8px;
    font-size: 1.3em;
}

#reservationForm {
    margin-left: 19px;
}

#pagination {
    margin-left: 19px;
}

#pagination a, #pagination strong {
    background: #e3e3e3;
    padding: 4px 7px;
    text-decoration: none;
    border: 1px solid #cac9c9;
    color: #292929;
    font-size: 13px;
}

#pagination strong, #pagination a:hover {
    font-weight: normal;
    background: #cac9c9;
}

#login_form {
    margin-top: 10px;
    margin-left: 19px;
    color: #000000;
}

#login_form a {
    padding-left: 15px;
}

/*
 ======================================================
 */
.clearFloats {
    clear: both;
}

.fieldSet {
    margin-bottom: 20px;
    padding: 5px;
    font-weight: bold;
}

.pageImage {
    margin-left: 10px;
    border: 1px #595644 solid;
}

.pageImageNoBorder {
    margin-left: 10px;
    margin-bottom: 34px;
    border: none;
    outline: none;
}

.pageImageNoBorderOrBtmPadding {
    margin-left: 19px;
    border: none;
    outline: none;
}

.subcategoryHeader {
    width: 745px;
    height: 32px;
    margin-left: -48px;
}

.smallprint {
    font-size: 1em;
    font-style: italic;
}

.reserveYourTrip {
    padding-top: 8px;
    font-size: 1.2em;
    font-weight: bold;
}

.formTable {
    margin-left: 19px;
    width: 100%;
    font-size: 1.2em;
    border: none;
}

.error {
    color: #b27d35;
}
