#content {
    float: right;
    width: 790px;
}
#copyright {
    background: #2C6503;
    overflow: hidden;
    padding: 2em 0em;
    width: 100%;
}
#copyright a {
    color: #fff;
    text-decoration: none;
}
#content a {
    color: #333;
}
#copyright p {
    color: #fff;
    font-size: 0.80em;
    letter-spacing: 0.20em;
    text-align: center;
    text-transform: uppercase;
}
#header {
    height: 150px;
    position: relative;
}
#header-wrapper {
    background: url('images/header.jpg') no-repeat top center;
    height: 495px;
    overflow: hidden;
}
#header-wrapper2 {
    background: rgba(0,0,0,.1);
    box-shadow: inset 0 -10px 10px -10px rgba(0,0,0,.05);
}
#header-wrapper:before {
    background-image: url('images/bg01.png');
    content: '';
    height: 495px;
    left: 0;
    opacity: .1;
    position: absolute;
    top: 0;
    width: 100%;
}
#logo {
    left: 0;
    position: absolute;
    top: 3em;
    width: 100%;
}
#logo a {
    color: #FFF;
    text-decoration: none;
}
#logo h1 {
    color: #FFF;
    display: inline-block;
    font-size: 3.5em;
    font-weight: 700;
    text-transform: uppercase;
	height:60px; line-height:60px; padding-left:60px; background:url(images/logo.png) no-repeat left center;
}
#menu {
    position: absolute;
    right: 0;
    top: 0;
}
#menu .current_page_item a {
    background: rgba(0,0,0,0.1);
    color: #FFF;
}
#menu li {
    display: block;
    float: left;
    text-align: center;
}
#menu li a,#menu li span {
    color: #FFF;
    display: block;
    font-size: 0.90em;
    font-weight: 600;
    height: 150px;
    letter-spacing: 0.20em;
    line-height: 150px;
    outline: 0;
    padding: 0em 1.5em;
    text-decoration: none;
    text-transform: uppercase;
}
#menu ul,.image {
    display: inline-block;
}
#page {
    overflow: hidden;
    padding: 3em 0em 5em 0em;
    position: relative;
}
#sidebar {
    float: left;
    width: 345px;
}
#sidebar .box1 {
    margin-bottom: 3em;
}
#sidebar .title h2 {
    font-size: 1.6em;
}
#wrapper {
    background: #FFFFFF url(images/bg01.png) repeat;
}
.clearfix {
    clear: both;
}
.container {
    margin: 0px auto;
    width: 1200px;
}
.image img {
    display: block;
    width: 100%;
}
.image-centered {
    display: block;
    margin: 0 0 2em 0;
}
.image-centered img {
    margin: 0 auto;
    width: auto;
}
.image-full {
    display: block;
    margin: 0 0 2em 0;
    width: 100%;
}
.image-left {
    float: left;
    margin: 0 2em 2em 0;
}
.title {
    margin-bottom: 1em;
    margin-top: 1em;
}
.title .byline {
    color: #6F6F6F;
    font-size: 0.90em;
    font-weight: 400;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}
.title h2 {
    color: #171717;
    font-size: 2em;
    font-weight: 700;
    letter-spacing: 0.20em;
}
a {
    color: #2C6503;
}
a img {
    border: none;
}
a:hover {
    text-decoration: none;
}
body {
    background: #FFFFFF url(images/bg01.png) repeat;
    color: #363636;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12pt;
    font-weight: 300;
    height: 100%;
    margin: 0px;
    padding: 0px;
}
h1,h2,h3 {
    margin: 0;
    padding: 0;
}
hr {
    display: none;
}
html {
    height: 100%;
}
ol,ul {
    margin-top: 0px;
}
p {
    line-height: 180%;
    margin-left: 0px;
    margin-top: 0px;
}
ul.style2 {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.style2 li {
    border-top: solid 1px #E5E5E5;
    padding: 0.80em 0;
}
ul.style2 li:first-child {
    border-top: 0;
    padding-top: 0;
}
