@charset "UTF-8";
/* CSS Document */

/*================================ Generic ===============================*/

body {
    background: #464646;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 13px;
    color: #666666;
    margin: 0px;
}

a {
    color: #264C99;
    text-decoration: underline;
    font-weight: bold;
}

a:hover {
    color: #cc6633;
    text-decoration: none;
}

h1 {
    font-size: 20px;
    color: #264c99;
    font-weight: bold;
    margin-bottom: 5px;
}

h2 {
    font-size: 17px;
    color: #264c99;
    font-weight: bold;
    margin-bottom: 5px;
}

h3 {
    font-size: 14px;
    color: #264c99;
    font-weight: bold;
    margin-bottom: 5px;
}

.contactlogobox {
    font-size: 12px;
    color: #264c99;
    font-weight: normal;
}

.contactlogobox a {
    color: #264c99;
    text-decoration: none;
}

.contactlogobox a:hover{
    color: #264c99;
    text-decoration: underline;
}

.clickicon {
    width: 26px;
    height: 25px;
    padding-top: 0px;
    float: left;
}

#container {
    width: 1030px;
    min-height: 400px;
    margin: auto;
    margin-top: 50px;
    position: relative;
    background: #FFFAF0;
}

#masthead {
    width: 830px;
    float: left;
    padding-left: 0px;
}

#content {
    width: 1030px;
    float: left;
    margin-top: 10px;
    padding-left: 0px;
}

.picbox {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

#ratesbox {
    border-color: #002;
    border: thick;
    width: 600px;
    height: 155px;
    background: #c7dcef;
    margin-left: 30px;
    padding: 5px;
    padding-left: 5px;
}

#ratesbox2 {
    border-color: #002;
    border: thick;
    width: 75px;
    height: 155px;
    background: #c7dcef;
    margin-left: 30px;
    padding: 5px;
    padding-left: 5px;
}

/*================================ Logo ================================*/

#logo {
    background: #ffffff;
    width: 1008px;
    height: 110px;
    color: #666666;
    padding-left: 22px;
    padding-bottom: 20px;
}

#logoleft {
    background: #ffffff;
    width: 200px;
    height: 80px;
    float: left;
    padding-top: 15px;
    padding-bottom: inherit;
    padding-left: 5px;
}

#logocontact {
    background: #ffffff;
    width: 320px;
    height: 75px;
    color: #666666;
    font-weight: normal;
    font-size: 12px;
    line-height: 2;
    float: right;
    margin-top: 25px;
    border-top: 1px solid #E7E7E5;
    border-left: 1px solid #E7E7E5;
    border-bottom: 1px solid #E7E7E5;
    padding: 8px;
    margin-right: 0px;
    padding-bottom: 10px;
}

#logomap {
    background: #ffffff;
    height: 50px;
    float: right;
    margin-top: 25px;
    margin-right: 10px;
    border: 1px solid #E7E7E5;
}

#logosocial {
    background: #ffffff;
    height: 83px;
    width: 52px;
    float: right;
    margin-top: 25px;
    margin-right: 25px;
    border: 1px solid #E7E7E5;
    padding: 5px;
    padding-right: 10px;
    font-size: 9px;
}

/*================================ Navigation ================================*/

#navigation {
    float: left;
    width: 828px;
    height: 26px;
    background: #8eb9df;
    font-weight: bold;
    font-size: 12px;
    color: #006;
}

#navigationborder {
    float: left;
    width: 798px;
    height: 15px;
    background: #8eb9df;
    padding-left: 30px;
    color: #264C99;
    font-size: 10px; 
}

#navigationstrapline {
    float: left;
    width: 795px;
    height: 18px;
    background: #8eb9df;
    font-family: inherit;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    font-style: italic;
    padding-left: 20px;
    padding-right: 13px;
    text-align: left;
}

#navigationblank {
    float: left;
    width: 828px;
    height: 26px;
    background: #FFFAF0;
}


#navigation ul {
    margin: 0;
    padding: 0;
}

#navigation ul li {
    list-style-type: none;
    display: inline;
}
    
#navigation li a {
    float: left;
    width: 100px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #006;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 2px;
    padding-right: 5px;
}
    
#navigation li a:hover {
    background: #c7dcef;
    color: #006;
}

#navigation li.active a {
    background: #FFFAF0;
    color: #006;
}

/*================================ Left Column ================================*/

#leftcolumn {
    width: 30px;
    min-height: 400px;
    float: left;
    line-height: 1.5;
    text-align: justify;
}

#leftcolumnhome {
    width: 30px;
    min-height: 950px;
    float: left;
    line-height: 1.5;
    text-align: justify;
}


/*================================ Middle Column ================================*/

#middlecolumn {
    width: 760px;
    min-height: 200px;
    float: left;
    line-height: 1.5;
    text-align: justify;
}


/*================================ Right Column ===============================*/

#rightcolumn {
    width: 190px;
    min-height: 200px;
    color: #fff;
    float: right;
    padding: 0px;
    padding-top: 0px;
    margin-right: 0px;
    border: 6px solid #8eb9df;
    margin-bottom: 15px;
}

.boxfont {
    font-size: 11px;
    font-style: normal;
    margin-left: 0px;
    text-wrap: normal;
    line-height: 1.5;
}

.boxfont a {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}

.boxfont a:hover{
    color: #EED6AF;
    font-weight: lighter;
    text-decoration: none;
}

.boxfont2 {
    font-size: 10px;
    font-weight: bold;
    color: #EED6AF;
    margin-left: 0px;
    text-wrap: normal;
    float: right;
}

.boxfont2 a {
    color: #EED6AF;
    text-decoration: underline;
}

.boxfont2 a:hover{
    color: #cc6633;
    text-decoration: none;
}

.linkfont a {
    color: #264C99;
    text-decoration: underline;
    font-weight: normal;
}

.linkfont a:hover {
    color: #cc6633;
    text-decoration: none;
    font-weight: normal;
}

#background {
    width: 166px;
    float: left;
    background: #1a3366;
    border-bottom: 4px solid #8eb9df;
    padding: 12px;
    line-height: 1;
}

#quote {
    width: 166px;
    float: left;
    background: #264c99;
    border-bottom: 4px solid #8eb9df;
    padding: 12px;
    line-height: 1;
}

#testimonials {
    width: 168px;
    float: left;
    background: #3366cc;
    border-bottom: 4px solid #8eb9df;
    padding: 12px;
    line-height: 1;
}

#memberships {
    width: 166px;
    float: left;
    background: #3366cc;
    border-bottom: 4px solid #8eb9df;
    padding: 12px;
    line-height: 1;
}

#links {
    width: 166px;
    float: left;
    background: #33A1DE;
    border-bottom: 4px solid #8eb9df;
    padding: 12px;
    line-height: 1;
}

#pic1 {
    width: 190px;
    min-height: 100px;
    float: left;
    background: #33A1C9;
    border-bottom: 4px solid #8eb9df;
    
    padding-top: 0px;
    margin-right: 0px;
    line-height: 1;
}

#pic2 {
    width: 190px;
    min-height: 100px;
    float: left;
    background: #33A1C9;
    border-bottom: 4px solid #8eb9df;
    padding: 0px;
    padding-top: 0px;
    padding-right: 0px;
    line-height: 1;
}

#pic3 {
    width: 166px;
    float: left;
    background: #33A1DE;
    margin-left: 0px;
    padding: 0px;
    line-height: 1;
}

#social {
    width: 166px;
    float: right;
    height: 100px;
    background: #FFFAF0;
    padding: 12px;
    line-height: 1;
}

/*================================ Footer ================================*/

#footer {
    clear: both;
    width: 1000px;
    background: #8eb9df;
    color: #006;
    font-size: 11px;
    padding: 15px;
    padding-bottom: 25px;  
}
#footer a {
    color: #006;
    text-decoration: underline;
    font-weight: normal;
}

#footer-left {
    float: left;
}

#footer-right {
    float: right;
}

#footer-right a:hover{
    color: #cc6633;
    text-decoration: none;
}

