html, body {
    background: #FFFFFF;
}
body, p, td {
    font-family: verdana, sans serif;
    font-size: 11px;
    color: #000000;
}
p {
    text-align: justify;
}
a img {
    border: 0px;
}
a {
    color: #963C04;
    text-decoration: underline;
}
a:hover {
    color: #000000;
    text-decoration: underline;
}
div.spacer {
    clear: both;
}
h1 {
    font-size: 14px;
    color: #963C04;
}
h2 {
    background: #BA7F5A;
    color: #FFFFFF;
    padding-left: 5px;
    font-size: 14px;
}
h3 {
    font-size: 14px;
    color:#963C04;
}

.brown {
    color: #963C04;
}
div.leftColumn {
    width: 290px;
    float: left;
}
div.rightColumn {
    width: 290px;
    float: right;
}

div#pageholder {
    position: relative;
    top: 0px;
    text-align: left;
    width: 770px;
    padding: 0px;
    margin: 0 auto 0 auto;
    background: transparent;
}
div#header {
    width: 770px;
    height: 80px;
    background: transparent;
}
div#menu {
    width: 756px;
    height: 18px;
    background: #BA7F5A;
    font-size: 12px;
    padding-left: 14px;
    padding-top: 2px;
}
div#menu a {
    color: #FFFFFF;
    text-decoration: none;
    padding: 2px 6px 4px 6px;
    font-weight: bold;
}
div#menu a:hover {
    background: #963C04;
    color: #FFFFFF;
}
div#content {
    width: 745px;
    padding-left: 20px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: transparent;
}
div#content div#submenu {
    width: 135px;
    background: transparent;
    float: left;
}
div#content div#submenu div#heading {
    font-size: 11px;
    font-weight:bold;
    color: #963C04;
    margin-top: 5px;
    margin-bottom: 5px;
}
div#content div#submenu div#paypalButton {
    margin-left: -5px;
    margin-top: 5px;
    margin-bottom: 5px;
}
div#content div#submenu ul {
    margin: 0px;
    padding: 0px;
}
div#content div#submenu ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
div#content div#submenu ul li a {
    color: #963C04;
    display: block;
    width: 117px;
    text-decoration: none;
    padding: 4px 0px 4px 18px;
    background: transparent url("../../pics/design/submenubullet.gif") no-repeat;
}
div#content div#submenu ul li a:hover {
    color: #FFFFFF;
    background: #BA7F5A url("../../pics/design/submenubullet_on.gif") no-repeat;
}
div#content div#pageContent {
    background: transparent;
    padding-left: 5px;
    width: 600px;
    float: right;
}
div#content img {
    border: #963C04 1px solid;
}
div#content img.noborder {
    border: 0px;
}
div#content img.left {
    float:left;
    margin-right: 5px;
}
div#content img.right {
    float:right;
    margin-left: 5px;
}
div#footer {
    width: 752px;
    height: 16px;
    background: #BA7F5A;
    padding-left: 18px;
    padding-top: 2px;
}
div#footerCopyright {
    width: 200px;
    height: 16px;
    color: #FFFFFF;
    float: left;
}
div#footerLinks {
    width: 400px;
    height: 16px;
    color: #FFFFFF;
    float: right;
    text-align: right;
}
div#footerLinks a {
    color: #FFFFFF;
    text-decoration: none;
    padding: 2px 6px 3px 6px;
}
div#footerLinks a:hover {
    background: #963C04;
    color: #FFFFFF;
}

table.extractRouteInfo,div.extractHeritage,table.ridesTable,table.contentsTable,table.extractInns {
    width: 500px;
    border: #DCBFAC 1px solid;
}
table.extractRouteInfo,div.extractHeritage {
    margin: auto auto;
}
table.extractInns {
    width: 290px;
}

table.extractRouteInfo th, table.contentsTable th,table.ridesTable th,table.extractInns th {
    background: #DCBFAC;
}
table.extractRouteInfo tr td, table.contentsTable tr td,table.ridesTable tr td, table.extractInns tr td {
    border-top: #DCBFAC 1px solid;
    vertical-align: top;
    background:#F1E5DE;
}
table.extractRouteInfo tr td.theading {
    font-style: italic;
    width: 130px;
}
div.extractHeritage div.dheading {
    background: #DCBFAC;
    padding: 5px;
    font-weight: bold;
}
div.extractHeritage div.dcontent {
    padding: 5px;
    background:#F1E5DE;
}

table.contentsTable {
    width: 300px;
}
table.contentsTable tr td.tsubheading {
    padding-left: 20px;
    font-style: italic;
    color: #BA7F5A;
}
table.ridesTable tr td.energy {
    width: 50px;
}
table.ridesTable tr td.distance {
    width: 50px;
}


table.linksTable th {
    background: #DCBFAC;
    color: #000000;
    font-weight: bold;
}
div.center, div.center p {
    text-align:center;
}


/****************************************************************/
/* 1. fwdCONTACT */
/****************************************************************/
div.fwdContactSet {
    padding-left: 5px;
}
div.fwdContactLabel {
    width: 130px;
    font-weight: bold;
    float: left;
    padding-top: 3px;
    height: 17px;
}
div.fwdContactInput {
    padding-bottom: 2px;
}
div.fwdContactInput input {
    width: 200px;
    border: #963C04 1px solid;
}
div.fwdContactInput select, div.fwdContactInput textarea {
    border: #963C04 1px solid;
}
div.fwdContactForm fieldset {
    background: #DCBFAC;
    border: 0px;
    margin-bottom: 5px;
}
div.fwdContactForm fieldset legend {
    visibility: hidden;
}
span.fwdContactRequired {
    color: #FF0000;
}
div.fwdContactInput input.fwdContactBtn {
    width: 60px;
    border: #963C04 1px solid;
    background-color: #FFFFFF;
    color: #000000;
}
div.fwdContactInput input.fwdContactBtn2 {
    width: 50px;
    border: #963C04 1px solid;
    background-color: #FFFFFF;
    color: #963C04;
    font-size: 10px;
}