/* ---------- Start Reset ---------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
    }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
    }

body {
    line-height: 1
    }

ol, ul {
    list-style: none
    }

blockquote, q {
    quotes: none
    }

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none
    }

table {
    border-collapse: collapse;
    border-spacing: 0
    }

/* ---------- End Reset ---------- */
body {
    font-size: 12px;
    line-height: 20px;
    font-family: Arial, sans-serif;
    color: #888
    }

#wrapper {
    width: 980px;
    background: #fff;
    margin: 0 auto 50px;
    overflow: hidden
    }

.inner {
    width: 900px;
    margin: 0 auto
    }

#header, #main, #footer, #nav {
    margin: 6px auto;
    width: 100%
    }

#header p, p.feature {
    font-family: "Sorts Mill Goudy", serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 45px;
    padding: 20px 20px 8px 35px;
    color: #182571
    }

#header p span {
    font-size: 20px;
    color: #b1b89a
    }

a {
    color: #50773d;
    text-decoration: none
    }

a:hover {
    color: #444
    }

strong {
    font-weight: 700
    }

em {
    font-style: italic
    }

input, textarea {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif
    }

.clear {
    clear: both;
    display: block;
    height: 0;
    width: 100%
    }

#main h1 {
    font-size: 20px;
    padding: 10px 20px 0;
    line-height: 28px;
    color: #4c4c4c;
    clear: both
    }

#main p.heading_comment {
    padding-left: 40px
    }

#main #layout1 img {
    padding: 2px;
    margin: 16px 32px
    }

#main #layout1 img.shadow1 {
    margin-top: 2px;
    padding: 0;
    -moz-box-shadow: 0 3px 8px #999;
    -webkit-box-shadow: 0 3px 8px #999;
    box-shadow: 0 3px 8px #999
    }

#main #layout1 img.shadow2 {
    margin-top: 2px;
    padding: 0;
    -moz-box-shadow: 0 8px 5px -6px #333;
    -webkit-box-shadow: 0 8px 5px -6px #333;
    box-shadow: 0 8px 5px -6px #333
    }

#layout1 {
    padding: 20px
    }

#main #layout1 p {
    font-size: 14px;
    line-height: 18px;
    padding: 6px 6px 6px 20px
    }

#main #layout1 h2 {
    margin-bottom: 20px;
    padding: 20px 0 4px 2px;
    border-bottom-color: #4c4c4c;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-size: 16px;
    color: #666;
    clear:both;
    }

#main #layout1 h3 {
    margin-bottom: 12px;
    margin-top: 12px;
    padding: 6px 0 0 10px;
    border-bottom-color: #dfdfdf;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-size: 14px;
    font-style: italic;
    width: 80%;
    clear: both;
    color: #666
    }

#main #layout1 form#ContactForm {
    padding: 32px
    }

#main #layout1 form#ContactForm label {
    font-size: 14px;
    font-weight: 400
    }

#nav {
    float: left;
    width: 100%;
    height: 36px;
    clear: both;
    overflow: hidden;
    position: relative
    }

#nav ul {
    float: left;
    position: relative;
    left: 50%;
    height: 36px;
    text-align: center
    }

#nav ul li {
    border-left-color: #a5acc1;
    border-left-style: solid;
    border-left-width: 1px;
    border-top-color: #4C4C4C;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-color: #4C4C4C;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    float: left;
    display: inline;
    position: relative;
    right: 50%;
    background-image: url(../new_media/menu-bg-2.png);
    background-position: -3px -8px
    }

#nav ul li a {
    float: left;
    display: block;
    font-size: 13px;
    color: #FFF;
    text-decoration: none;
    padding: 0 22px;
    line-height: 34px;
    height: 34px
    }

#nav ul li:first-child {
    border-left-color: #4C4C4C;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    padding-left: 0
    }

#nav ul li:last-child {
    border-right-color: #4C4C4C;
    border-right-style: solid;
    border-right-width: 1px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    padding-right: 0
    }

#nav a:hover, #nav .menu-select a {
    color: #FFF;
    text-decoration: none;
    background-image: url(../new_media/menu-bg-2.png);
    background-position: -8px -57px
    }

#nav ul li:first-child a:hover, #nav ul li.menu-select:first-child a {
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    text-decoration: none;
    background-image: url(../new_media/menu-bg-2.png);
    background-position: -8px -57px
    }

#nav ul li:last-child a:hover, #nav ul li.menu-select:last-child a {
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    text-decoration: none;
    background-image: url(../new_media/menu-bg-2.png);
    background-position: -8px -57px
    }

#news_menu {
    padding: 8px;
    border-color: #b2b2b2;
    border-width: 1px;
    border-style: solid;
    float: left;
    width: 140px;
    margin: 0 0 50px 8px
    }

#news_menu ul li {
    padding: 4px 0 6px
    }

#news_menu ul li a {
    color: #404d2f;
    font-size: 14px;
    line-height: 16px;
    padding: 4px 2px;
    display: block
    }

#news_menu ul li a:hover {
    color: #000;
    background-color: #f6f6f6
    }

.newsdiv {
    margin: 10px 10px 40px 180px;
    padding-bottom: 20px;
    background-color: #f6f6f6
    }

.newsdiv h2 {
    color: #8f9e72;
    font-size: 18px;
    padding: 12px 8px
    }

.newsdiv p {
    font-size: 14px;
    line-height: 18px;
    padding: 8px;
    margin: 0
    }

#gallery_menu {
    float: left;
    display: inline;
    width: 100%;
    clear: both;
    overflow: hidden;
    position: relative;
    font-size: 12px;
    margin: 0;
    background-color: #c9c9c9
    }

#gallery_menu ul {
    clear: left;
    float: left;
    position: relative;
    left: 50%;
    text-align: center
    }

#gallery_menu ul li {
    display: inline
    }

#gallery_menu ul li {
    display: block;
    float: left;
    position: relative;
    right: 50%
    }

#gallery_menu a {
    font-size: 12px;
    color: #626262;
    text-decoration: none;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 20px;
    margin: 0
    }

#gallery_menu a:hover, #gallery_menu a.button_down {
    color: #fff;
    text-decoration: none
    }

#main #layout1 p.p1 {
    font-size: 15px;
    color: #666
    }

#main #layout1 p.p2 {
    margin: 0;
    font-size: 14px;
    padding: 2px 32px;
    line-height: 14px
    }

p.p3 {
    margin: 0;
    font-size: 12px;
    line-height: 14px
    }

p.p4 {
    margin: 0;
    font-size: 10px;
    line-height: 11px
    }