* {
    margin: 0;
    padding: 0;
}

html {
    min-height: 100.2%;
}

.js-enabled #content {
    display: none;
}

body {
    background: url("../img/bg-gradient.png") repeat-x top;
    background-color: rgb(2, 176, 227);
    font-family: arial, sans-serif;
}

#bg-fern-container {
    background: url("../img/fern-bg.jpg") no-repeat top;
    width: 950px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

#logo-div {
    margin-left: auto;
    margin-right: auto;
    padding-top: 23px;
    width: 347px;
    height: 135px;
}


#right-column ul{
margin-left:20px;
font-size:12px;
padding-top:1em;	
padding-bottom:2em;
}

#right-column li{

padding-bottom:5px;
}

a {
    color: white;
}

a:hover {
    color: rgb(6, 27, 138);
}

.header-email-icon {
    left: 817px;
    top: 93px;
    position: absolute;
}

.header-email-icon a {
    width: 73px;
    height: 73px;
    position: absolute;
    background: url("../img/email.png");
}

.header-email-icon a.hoverable:hover {
    width: 73px;
    height: 73px;
    background: url("../img/email.png");
    background-position: 0 -73px;
}

.header-email-icon a span {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../img/email.png");
    background-position: 0 -73px;
    display: none;
}

.header-email-icon a span {
    display: none;
}

#nav-block {
    height: 85px;
    background: url("../img/top-nav-upper.png") center bottom no-repeat;
    padding-left: 32px;
}

#nav-block ul {
    list-style: none;
}

#nav-block li {
    float: left;
    width: 126px;
    height: 69px;
    margin-top: 15px;
}

#nav-block li a {
    padding-bottom: 16px;
    font-weight: bold;
    display: block;
    width: 126px;
    line-height: 53px;
    text-align: center;
    text-decoration: none;
    color: rgb(1, 59, 182);
    font-size: 16px;
    height: 53px;
    position: relative;
}

#nav-block li a span.navtxt {
    position: absolute;
    width: 100%;
    height: 16px;
    padding-top: 37px;
    left: 0px;
    padding-bottom: 16px;
    font-weight: bold;
    width: 126px;
    line-height: 16px;
    text-align: center;
    text-decoration: none;
    color: rgb(1, 59, 182);
    font-size: 16px;
}

#nav-block li a span.fadeimg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    background: url("../img/selector.png") center top no-repeat;
    display: none;
}

#nav-block ul.hoverable a:hover {
    background: url("../img/selector.png") center top no-repeat;
}

#nav-mid {
    height: 163px;
    background: url("../img/top-nav-mid-bg.png") center repeat-y;
    padding-left: 40px;
}

#nav-mid-swirl {
    background: url("../img/top-nav-mid.jpg") center no-repeat;
    height: 158px;
    width: 850px;
}

a img {
    border: none;
}

#call-now-txt {
    width: 242px;
    height: 39px;
    margin-top: 65px;
    margin-left: 570px;
}

#nav-lower {
    padding: 0;
    height: 20px;
    background: url("../img/top-nav-lower.png") center no-repeat;
}

#content {
    padding-left: 32px;
    padding-right: 32px;
    color: white;
}

h1 {
    margin-left: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
}

.white-line {
    height: 1px;
    background-color: white;
    margin-right: 18px;
    margin-left: 18px;
    clear: both;
    line-height: 0px;
    font-size: 0px;
}

.blue-line {
    height: 1px;
    background-color: #70c6e0;
    margin-right: 18px;
    margin-left: 18px;
    clear: both;
    line-height: 0px;
    font-size: 0px;
}

#left-column {
    padding-left: 60px;
    padding-right: 18px;
    padding-top: 35px;
    float: left;
    width: 228px;
    font-size: 12px;
    padding-bottom: 85px;
}

#left-column p {
    margin-top: 25px;
    font-style: italic;
    line-height: 1.3em;
}

#right-column {
    float: left;
    width: 430px;
    padding-left: 32px;
    padding-top: 35px;
    padding-bottom: 85px;
}

#right-column p {
    margin-bottom: 1em;
    line-height: 1.3em;
}

#right-column h2 {
    font-size: 20px;
}

#right-column h3 {
    font-size: 14px;
}

#footer {
    margin-top: 18px;
    margin-left: 18px;
    font-size: 12px;
    margin-bottom: 20px;
}

#footer #siteby {
    text-align: right;
    width: 100px;
    float: right;
    padding-right: 20px;
}

#footer a {
    color: white;
}
