/***** base styles *****/
body {
    color: #000000;
    font-family: 'calibri', sans-serif;
}

/***** grid *****/
.container {
    margin: 0 auto;
    width: 1200px;
}

/***** header/nav css code *****/
header {
    border-bottom: 3px solid #00683d;
    height: 65px;
    margin: 0 auto;
}
header h1 {
    color: #636466;
    float: left;
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}
header h1 span {
    color: #005194;
}
nav {
    float: right;
    padding: 12px 0;
}
nav ul {
    margin: 0;
    padding: 0;
}
nav ul li {
    display: inline;
    font-size: 14px;
    font-weight: bold;
    padding: 0 10px;
    text-transform: uppercase;
}
nav ul li a {
    color: #005194;
    text-decoration: none;
}

/***** top section css code *****/
.top-section {
    clear: both;
    margin: 0 auto;
}
.main-image {
    float: left;
    height: auto;
}
.main-image img {  
    border-bottom: 3px solid #00683d; 
}
.main-title {
    float: left;
    height: auto;
}
.main-title h2 {
    color: #005194;
    font-weight: bold;
    font-size: 18px;
    padding: 5px 0;
    text-align: left;
    text-transform: uppercase;
}
.main-title p {
    color: #000000;
    font-size: 16px;
    line-height: 25px;
    padding: 0;
}

/***** bottom section/menu css code *****/
.bottom-section {
    clear: both;
    margin: 0 auto;
}
.menu,
.reviews,
.contact {
    border-top: 1px solid #f0f0f0;
    float: left;
    height: auto;
    width: 399px;
}
.menu h4 {
    color:#005194;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
    text-transform: uppercase;
}
.menu-listing {
    list-style: none;
    padding-left: 0;
    padding-top: 0;
}
.menu-listing li {
    color: #000000;
    font-size: 16px;
    line-height: 30px;
    padding-top: 0;
}

/***** bottom section/reviews css code *****/
.reviews {
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
}
.reviews h4 {
    color: #005194;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 30px;
    text-transform: uppercase;
}
.reviews-awesome {
    color: #000000;
    font-size: 16px;
    line-height: 21px;
    padding: 0 30px;
}

/***** bottom section/contact css code *****/
.contact {
    border-top: 1px solid #f0f0f0;
}
.contact h4 {
    color: #005194;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 30px;
    text-transform: uppercase;
}
.address {
    font-size: 16px;
    line-height: 24px;
    padding: 0 30px;
}


/***** footer css code ****/
footer {
    border-top: 1px solid #f0f0f0;
    clear: both;
    height: 50px;
    margin: 0 auto;
    text-align: center;
}
footer p {
    font-size: 16px;
}

