﻿
body 
{
    color: black;
    font-family: helvetica,arial,sans-serif;
    font-size: 100%;
    line-height: 1.375;
    background: #cccccc none repeat scroll 0 0;
    margin:0;
    padding:0;
    min-height:100%;
    font-size:15px;
}

/* Main Container & Wrapper */

.inner-wrap{background-color:#fff; padding:10px;}

a {
    color: #007178;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.2s ease-in-out 0s;
}
a:hover
{
    color: #91d1ba;
    text-decoration:none;
    transition: color 0.2s ease-in-out 0s;
}

h1,h2,h3,h4,h5{margin: 10px 0 0 0;padding:1px 0;font-weight:400;}

h1 
{
    text-transform:uppercase; 
    font-size: 2.0em;
    line-height: 1.1;
    margin: 10px 0;
    letter-spacing:-1px;
}

h2 
{
    text-transform:uppercase; 
    letter-spacing:-1px; 
    font-size:1.0em;
}

h3 
{
    text-transform:uppercase;
    letter-spacing:-1px; 
    color:black;
}

table.menuitem tr td.bold{letter-spacing:-1px; padding-top:15px; text-transform:uppercase;}

h1 {
    color: #007178;
    font-size: 1.5em;
    font-weight: normal;
    text-transform: uppercase;
}

h2{font-size:16px; color:#333;}

h5 { color:#333}

hr {margin:10px 0;}

/* Footer */

footer { 
    background: #cccccc none repeat scroll 0 0;
    color:#333;
}

.footer .container { 
    background: #cccccc none repeat scroll 0 0;
    color:#333;
    font-size:12px;
    padding-top:10px;
}
    
.footer .container a 
{
    color: #007178;
    text-decoration:underline;
}

.footer .container a:hover
{
    color:#91d1ba;
    text-decoration:none;
}

.footer-icon {
    background: url("../../Images/Template/footer-icon-white.png") no-repeat;
}