body {
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-family: arial, sans-serif;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
    background: url(../images/background3.jpg) no-repeat top center;
}

#contentwrapper {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 50px 0 #9ebf4e;
    box-shadow: 0 0 50px 0 #9ebf4e;
    margin-bottom: 50px;
}

header {
    width: 1020px;
    height: 170px;
    position: relative;
    margin: 0 auto;
}

a.skipper,
a.skipper:visited {
    line-height: 0;
    font-size: 0;
    border: 0;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101
}

a.skipper:focus,
a.skipper:visited:focus {
    border: solid 2px white;
    color: black;
    background-color: yellow;
    line-height: 1;
    font-size: 14px;
}

a.homelink {
    position: absolute;
    left: 20px;
    top: 20px;
}

.search {
    position: absolute;
    top: 37px;
    right: 10px;
    z-index: 5
}

.searchbox {
    background: url(../images/Sbox2.png) no-repeat;
    width: 142px;
    height: 46px;
    border: 0;
    padding-top: 0px;
    position: relative;
    top: -1px;
}

.searchbutton {
    position: relative;
    top: 17px;
    left: 5px
}

.navbar .search {
    display: none;
}

.socmed {
    position: absolute;
    top: 115px;
    right: 20px;
    text-align: right;
}

.toplinks {
    text-align: right;
    position: absolute;
    top: 15px;
    right: 20px;
    font-weight: bold
}

.toplinks a,
.toplinks a:visited {
    text-decoration: none;
    color: white;
}

.toplinks a:hover {
    text-decoration: underline;
    color: white;
}


.pipe {
    font-weight: bold;
    color: white;
    margin: 0px 5px 0px 5px;
}

.bottomlinks a,
.toplinks a {
    white-space: nowrap;
}

section {
    width: 1020px;
    margin: 0 auto;
    line-height: 1.5;
    background-color: white;
}

article {
    width: 73%;
    position: relative;
    float: right;
    text-align: left;
    margin: 20px 2% 0 0;
    padding: 10px 20px 20px 20px;
}

article.home {
    background-color: #c7f4f7;
    min-height: 400px;
    width: 65%;
}

aside {
    z-index: 99;
    overflow: hidden;
    width: 22%;
    min-height: 400px;
    position: relative;
    float: left;
    margin: 20px 0px 20px 2%;
    background-color: #578f32;
}

aside.home {
    width: 29%;
    min-width: 298px;
    background-color: transparent;
}

.bannerbox {
    margin-bottom: 10px;
}

.vidbox {
    margin-bottom: 10px;
}

.regionbox,
.code_block_indiv_content {
    overflow: hidden;
    width: 90%;
    margin: 0 auto 10px auto;
    text-align: left;
}

.regionbox ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.regionbox ul li a {
    color: white;
}

.regionbox ul li a:hover,
.regionbox ul li a:active {
    color: #ecffbe;
}

.boxtop,
.code_block_indiv_top,
.boxbottom,
.code_block_indiv_bttm {
    display: none;
}

.regionbox h1 {
    margin: 0;
}

footer {
    width: 1020px;
    padding: 10px;
    margin: 0 auto;
    border-top: solid 20px white;
    background: url(../images/green_background-tile2.png);
}

.bottomlinks {
    position: relative;
    float: right;
    text-align: right;
    color: #ffd503;
    width: 75%;
}

.bottomlinks a,
.bottomlinks a:visited {
    text-decoration: none;
    color: white;
}

.bottomlinks a:hover {
    text-decoration: underline;
    color: #ffd503;
}

.footnote {
    font-size: 12px;
    width: 150px;
    text-align: left;
    position: relative;
    float: left;
    text-align: center;
}

.images {
    position: relative;
    float: left;
}

.images img {
    margin-right: 5px;
}

.text {
    position: relative;
    float: left;
    padding: 10px;
}

.icons {}

.icons a  {
    display: inline-block;
}

.icons img {
    max-width: 40px;
    margin-left: 5px;
}

.mobi {
    display: none;
}


/*
change '#01adb9' to main site color
#01adb9 #02abb6 - 
Yellow #ffd503 - 
Green #cccc27 
Turquoise #01adb9

*/


/*****************************************/

.tester {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
    font-size: 18px;
    z-index: 1020
}

div,
section,
article,
aside,
header,
footer,
nav {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

li {
    margin-bottom: 10px;
}

a,
a:visited {
    color: black;
}

a:hover {
    color: #578f32;
}

.breaker {
    clear: both;
}

.border {
    border: solid 1px red;
}

img {
    border: 0px;
}

.print {
    display: none;
}

.captcha_warning {
    font-size: 14px;
    color: red;
    font-weight: bold;
}

.col4 {
    width: 23%;
    margin: 0 1%;
    position: relative;
    float: left;
}

.col3 {
    width: 31%;
    margin: 0 1%;
    position: relative;
    float: left;
}

.col2 {
    width: 48%;
    margin: 0 1%;
    position: relative;
    float: left;
}

h1,
.blog_title,
.content_blog_header,
.category_name {
    color: #578f32;
    font-size: 24px;
}

.regionbox h1 {
    color: white;
}

h2,
.content_rates_category1,
.faq_header,
.faq_question,
.comments_section_header {
    color: #578f32;
    font-size: 18px;
    font-weight: bold;
}

h3,
.content_rates_table_title,
.region_faq_header,
.comment_title {
    color: #578f32;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

h4 {
    color: #578f32;
    font-size: 14px;
    font-weight: bold;
}

h5 {
    color: black;
    font-size: 14px;
    font-weight: bold;
}

h6 {
    color: black;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
}


/* forms */

.captcha_warning {
    font-size: 14px;
    color: red;
    font-weight: bold;
}

.required_legend {
    padding-bottom: 20px;
    color: gray;
    font-style: italic;
}


/* forms */

div.taft_formElement-wrapper.wide {
    width: 100%;
}

span.fb_legend {
    padding-bottom: 10px;
    color: gray;
    font-style: italic;
}

hr.fb_legend {
    display: none;
}

li.fb_element {
    padding: 0;
}

form.taft_fb_form ul {
    padding: 0;
    margin: 0;
}

.taft_label-wrapper {
    clear: both;
    width: 20%;
    position: relative;
    float: left;
    min-height: 30px;
    border: solid 0px red;
    padding-right: 10px;
}

.taft_formElement-wrapper {
    width: 80%;
    position: relative;
    float: left;
    min-height: 30px;
    border: solid 0px blue;
    padding-right: 10px;
}

input.fbPhoneprt {
    width: 50px;
}


/* rates page */

.content_rates_table {
    margin-bottom: 20px;
    width: 100%;
}

.content_rates_table_fields {
    background-color: #578f32;
    color: white;
    font-weight: bold;
}

.content_rates_table_row2 {
    background-color: #dfe5ef;
}

.content_rates_table_row_highlight {
    color: #0a6104;
}

.sideslider {
    width: 100%;
}


/* featured rates */

.regions_rates_table {
    width: 100%;
}

.regions_rates_table_row1,
.regions_rates_table_row2 {
    background-color: silver;
    border-bottom: 3px solid white;
    font-size: 12px;
}

.regions_rates_table_effectivedate {
    font-size: 12px;
}

.regions_rates_table_title {
    display: none;
}

.regions_rates_table_fields {
    font-size: 12px;
    color: #578f32;
}

.aprnote {
    font-size: 12px;
    width: 180px;
}

td.regions_rates_table_row2 marquee,
td.regions_rates_table_row1 marquee {
    width: 242px;
}


/* for polls */

.region table td table td {
    padding: 2px;
}

.region table td table {
    margin-bottom: 10px;
}


/* calendars */

.content_calendar_table {
    border: solid 1px black;
    border-collapse: collapse
}

td.content_calendar_table_headercell {
    background-color: #578f32;
    color: white;
    text-align: center;
    font-weight: bold;
}

td.content_calendar_table_headercell a,
td.content_calendar_table_headercell a:visited {
    color: white;
    text-decoration: none;
}

td.content_calendar_table_headercell a:hover {
    color: silver;
    text-decoration: none;
}

td.content_calendar_table_cell {
    border: solid 1px black
}

td.content_calendar_table_selectedcell {
    border: solid 1px black;
    background-color: silver
}


/* polls */

.content_poll_option,
.regions_poll_option {
    margin: 5px 0px;
    display: inline-block;
}

.content_poll_title,
.regions_poll_title {
    margin: 5px 0px;
    display: inline-block;
    font-weight: bold
}

.votebutton,
.votebutton_regions {}

.poll input[type=radio] {
    position: relative;
    top: 3px;
}


/* faqs page */

.faq_toolbar {
    padding-bottom: 15px;
}

.faq_viewed {
    color: #578f32;
    font-size: 11px;
    font-weight: bold;
    font-family: arial, sans-serif;
}

.faq_search {
    margin: 20px 0px
}

.faq_question_block {
    margin-top: 10px;
}

.faq_advanced_search_panel {
    padding: 0px;
}

.faq_advanced_search_panel table {
    margin: 20px 0px;
}

.faq_advanced_search_panel table td {
    padding: 2px 0px;
}

.faq_advanced_search_panel i {
    color: silver;
}


/* faqs regions */

ul.region_faq_list li {
    margin-bottom: 5px;
}

span.region_faq_header {
    display: block;
    margin-bottom: 10px
}


/* blog styles */

.blog_posted_date {
    display: block;
    color: gray;
}

.blog_share {
    position: relative;
    float: right;
}

.blog_main_post a {
    display: block;
    margin-bottom: 20px;
}

.comments_sortbox {
    position: relative;
    float: right;
    background-color: white;
    top: -20px;
}

.comment_item {
    border: solid 1px #578f32;
    padding: 0px 10px 10px 10px;
    margin: 10px 0px;
    clear: both;
}

.comment_posted_by_and_who {
    color: gray;
}

.comment_text {
    margin-top: 10px;
}

table.comments_form_table {
    border: solid 1px #578f32;
    width: 100%
}

table.comments_form_table td {
    padding: 3px 5px;
}

.comments_submitted {
    margin: 10px 0px;
    border: solid 1px red;
    padding: 10px;
}

.comment_reply_body {
    border: solid 1px #578f32;
    padding: 10px;
    margin: 10px;
    background-color: #E9E7E6;
}

textarea.comments_form_textbox {
    width: 98%;
    height: 75px;
}


/* for sidebar content */

.code_block {
    overflow: hidden;
    width: 100%
}


/* prevents breaking the design with images that are too wide, if width set */

.code_block_top {}

.code_block_center {}

.code_block_bttm {}

.code_block_indiv_content p {
    margin-top: 0px;
}