div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    background: #eff6d7;
}

h1 {font:bold 16px Georgia, "Times New Roman", Times, serif; color:#91a25c; padding:10px; text-align:center; margin:0px;}
h2 {font:bold 12px Georgia, "Times New Roman", Times, serif; color:#91a25c; padding:10px; text-align:center; margin:0px;}


#container {
    min-height: 100%;
    position: relative;
}

#header {
    width: 100%;
    height: 113px;
    display: block;
    background: #fff;
}

#header img{
   width: 562px;
   height: 93px;
   display: block;
   margin: 0 auto;
}

#body {
    position: relative;
    top: -20px;
    padding-bottom:-20px;
    background: #eff6d7;
}

#footer-space {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: #eff6d7;
}

.content {
    display: block;
    width: 730px;
    min-height: 100%;
    margin: 0 auto;
    background: url("../images/bg.jpg") repeat-y;
    background-size: 100%;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    clear: both;
}

.banner {
    display: block;
    float: right;
    margin-top: -332px;
    margin-bottom: -332px;
}

#nav {
    list-style: none;
    width: 230px;
    padding-top: 15px;
    position: relative;
}

#nav li {
    display: block;
    color: #fff;
    font-weight: bold;
    font-family: "Trebuchet MS";
    font-size: 18px;
    text-align: center;
    width: 171px;
    height: 25px;
    margin: 15px 0 15px 31px;
}

#nav li a {
    text-decoration: none;
    color: #fff;
    text-align: center;
}

#nav li.active a,#nav li a:hover {
    width: 190px;
    height: 30px;
    display: block;
    position: relative;
    background: url("../images/navigation-bg.png") no-repeat;
    background-size: 100%;
    z-index: 10;
    line-height: 25px;
}

.sidebar {
    position: relative;
    top: 20px;
    display: inline-block;
}

.box {
    width: 210px;
    min-height: 80px;
    margin: 15px 0 15px 15px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 10px 0 0;
}

.box img {
    float: left;
    margin-right: 10px;
    display: inline-block;
}

.box p {
    font-size: 12px;
    color: #fff;
    line-height: 15px;
    font-family: "Times New Roman";
    position: relative;
    top: -10px;
    width: 149px;
    display: inline-block;
}

.no-border {
    border: none;
}

.no-border p {
    text-align: center;
    width: 210px;
    margin: 0;
}

.no-border a {
    text-decoration: none;
    color: #fff;
    font-weight: normal;
}

.container {
    display: block;
    width: 494px;
    height: auto;
    float: right;
    padding: 30px 0;
}

.container .text-wrapper{
   width: 430px;
   margin-left: 15px;
   color: #333;
   margin-top: -20px;
   margin-bottom: -20px;
   text-align: center;
}

.content-box {
    width: 215px;
    min-height: 231px;
    background: #92a25b;
    display: inline-block;
    margin: 0 15px;
    vertical-align: top;
    font-family: "Times New Roman";
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}

.content-box p {
    width: 196px;
    height: auto;
    margin: 0 auto;
    display: block;
    padding: 15px 5px;
    text-align: center;
}

.content-box img {
    padding: 1px;
}

.phoneNumber {font-weight:bolder; font-size:18px;}

#footer {
    width: 900px;
    height: auto;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    clear: both;
    position: relative;
    top: 10px;
}

#footer-nav {
    list-style: none;
}

#footer-nav li {
    float: left;
    font-size: 12px;
}

#footer-nav li a {
    text-decoration: none;
    color: #ba9233;
    padding: 5px 5px 5px 2px;
}

#footer-nav li a:after {
    content: "|";
    color: #92a25b;
    font-size: 14px;
    padding-left: 7px;
}

#footer-nav li.last a:after {
    content: "";
}

#footer-nav li a:hover , .copyright a:hover {
    color: #555;
}

.copyright {
    color: #ba9233;
    font-size: 12px;
    float: right;
}

.copyright a {
    text-decoration: none;
    color: #ba9233;
}

.copyright p {
    margin-top: -10px;
    text-align: center;
}  