p, ul, li, h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
}

h1 a {
    text-decoration: none;
    color: #4e5635;
}

/* IE Mac can't handle overflow */
.UAmac html body {
    overflow: visible;
}

body {
    font: normal 76% verdana, arial, sans-serif;
}

#container {
    margin: 0 auto;
    width: 740px;
    overflow: hidden;
}

/* IE Mac can't handle overflow */
.UAie5 #container {
    overflow: visible;
    width: 740px;
    height: 100%;
}

#banner {
    background-color: #6f7649;
    border-bottom: 1px solid #fff;
}

#banner img.banner {
    margin: 35px 0 5px 5px;
}

#banner img.contact {
    margin-top: 48px;
    margin-right: 7px;
}

#banner .bannernavigation span.inner  {
    margin: 0;
    padding: 0;
    text-align: center;
}

#banner .bannernavigation span.inner a {
    font-size: 11px;
    padding: 7px 25px 8px 24px;
    line-height: 15px;
    margin-right: 1px;
    float: left;
    display: block;
    color: white;
    text-decoration: none;
    background-color: #3e4724;
}

#banner .bannernavigation span.inner a.home {
    padding-right: 26px;
}

.UAmac #banner .bannernavigation span.inner a.home {
    padding-left: 26px;
}

.bannernavigation a:link,
.bannernavigation a:visited {
    color: white;
}

#banner .bannernavigation span.inner a:hover {
    background-color: #748239;
}

#banner .bannernavigation span.inner a:active,
#banner .bannernavigation span.inner #banner_current {
    background-color: #5a6239;
}

#banner .bannernavigation span.inner a.last {
    margin-right: 0;
}

#left {
    float: left;
    width: 200px;
    background: #ecede1 url(/Images/left-back.jpg) 0 0 repeat-x;
    padding-bottom: 19999px;
    margin-bottom: -19999px;
}

.UAmac #left {
    padding-bottom: 50px;
    margin-bottom: 0;
}

#left h1 {
    margin: 10px 0 10px 10px;
    font: normal 1.8em georgia, "georgia ms", "times new roman", serif;
}

#left h1 a{
    color: #4e5635;
}

#left p {
    margin: 5px 10px 0 10px;
    line-height: 1.4em;
    font-size: .9em;
    letter-spacing: .02em;
}

#left ul {
    padding-left: 10px;
    list-style-position: inside;
    marker-offset: 3px;
}

#left ul li {
    font-size: .9em;
}

#left .left-divider {
    margin: 15px 0 2px 15px;
}

#right {
    float: right;
    width: 170px;
    padding-top: 8px;
    font-size: .9em;
    background-image: url(/Images/main-back.jpg);
    background-repeat: repeat-x;
}

#right img.calltoaction {
    margin: 1px 0 0;
}

#right .why_header {
    display: block;
    color: white;
    padding: 2px 0 8px 0;
    text-align: center;    
    font-size: 1em;
    font-weight: bold;
    background-color: #6f7649;
    width: 160px;
    border-bottom: 1px solid white;
}

#right .why_header h1 {
    font-size: 1em;
}

#right .why_header a {
    color: #fff;
    text-decoration: none;
}
#right .why {
    display: block;
    color: #3e4724;
    background-color: #cfd1be;
    width: 160px;
}

#right .why p {
    line-height: 1.6;
    padding: 4px 10px;
}

#right .print {
    display: block;
    background-image: url(/Images/print-button.jpg);
    background-position: center left;
    background-repeat: no-repeat;
    padding: 5px 0 5px 20px;
    margin: 15px 0;
}

#main {
    float: left;
    width: 370px;    
    background-image: url(/Images/main-back.jpg);
    background-repeat: repeat-x;
}

.breadcrumbs {
    font-size: .9em;
    color: #595959;
}

#maincontent {
    margin: 10px 20px;
}

#maincontent img.cmx-FloatRight {
    margin-left: 7px;
    margin-top: 5px;
}

#maincontent img.left {
    margin: 7px 20px 2px 0;
    float: left;
    clear: right;
}

#maincontent h1 {
    margin: 15px 0 10px;
    font: normal 2.2em georgia, "georgia ms", "times new roman", serif;
    color: #818181;
}

#maincontent h2 {
    margin: 0 0 10px;
    font: normal 1.5em georgia, "georgia ms", "times new roman", serif;
    color: #818181;
}

#maincontent p {
    color: #595959;
    line-height: 1.6em;
    font-size: 1.1em;
    letter-spacing: .02em;
    margin-bottom: 10px;
}

#maincontent ol,
#maincontent ul {
    color: #595959;
    line-height: 1.4em;
    letter-spacing: .02em;
    margin-left: 20px;
    padding-left: 0;
}

#maincontent ol li,
#maincontent ul li {
    margin: 5px;
}
#maincontent img {
    border: 1px solid #6f7649;
}

#maincontent .clear-right {
    clear: right;
    float: right;
}

#maincontent table {
    border-collapse: collapse;
    color: #333;
    margin-bottom: 15px;
}

#maincontent table td {
    border: 1px solid #aaa;
    padding: 5px 10px;
    vertical-align: top;
}

#contactform {
    font-size: .9em;
    color: #595959;
    width: 290px;
}

#contactform .formfield {
    margin: 2px 0;
    padding: 5px 0;
    clear: both;
}

#contactform .submit {
    text-align: right;
}

#maincontent .required,
#maincontent .required p {
    color: #dc690b;
    font-weight: bold;
}

#maincontent .required p {
    font-size: .9em;
}

#contactform .col1 {
    width: 120px;
    float: left;
    margin-right: 10px;
    font-weight: bold;
}

#footer {
    border-top: 3px solid #6f7649;
    margin: 10px 0 0;
    padding: 15px 0;
    line-height: 1.7;
    color: #595959;
    font-size: .8em;
    background: #fff;
    position: relative;
    width: 100%;
    text-align: center;
}

#footer a {
    color: #595959;
    text-decoration: none;
}

.footernavigation {
    margin: 4px auto;
}