@media screen, print {
html, body {
   margin: 0;
   padding: 0;

   font: 11px Verdana,Arial,sans-serif;

   color: #464646;
   background-color: #fff;
}

td {
   font: 11px Verdana,Arial,sans-serif;

   color: #464646;

   vertical-align: top;
}

form {
   margin: 0;
   padding: 0;
}

input, textarea {
   padding: 2px 5px;

   font: 11px Verdana,Arial,sans-serif;

   color: #464646;
   background-color: #f5f5f5;
   border: 1px solid #4d4d4d;
}

input[type=checkbox], input[type=radio] {
   border: 0;
}

input.btn {
   /* for whatever reason there's an extra pixel of padding on buttons */
   padding: 1px 5px;

   font-weight: bold;
   text-transform: uppercase;

   color: #fff;
   background-color: #4d4d4d;
}

h1, h2, h3, h4, h5, h6 {
   text-transform: uppercase;

   margin: 0.5em 0;
}

h1 {
   font: bold 16px Verdana,Arial,sans-serif;
   text-transform: uppercase;

   color: #3c507c;
}

h2 {
   font: bold 14px/17px Verdana,Arial,sans-serif;
   text-transform: uppercase;
}

h3 {
   font: bold 13px/16px Verdana,Arial,sans-serif;
   text-transform: uppercase;
}

h4 {
   font: bold 11px/15px Verdana,Arial,sans-serif;
   text-transform: uppercase;
}

h5 {
   font: bold 10px/15px Verdana,Arial,sans-serif;
   text-transform: uppercase;
}

p {
   margin: 1em 0;
}

a {
   color: #65b260;
}

a img {
   border: 0;
}

div#b_anchor {
   width: 942px;

   margin: 0 auto;
   padding: 24px 0;
}

div#b_head {
   text-align: right;
}

#b_head a.logo {
   float: left;
}

#b_head div#b_search {
   padding: 15px 5px;
}


div#b_nav {
   position: relative;
   clear: both;

   padding-top: 22px;

   z-index: 1000;
}


div#b_content {
   width: 100%;
   margin-top: 1em;

   clear: both;
}

#b_main {
   width: 637px;

   padding-right: 11px;
}

div#b_foot {
   clear: left;

   margin-top: 1.5em;
}

#b_foot ul {
   margin: 0;
   padding: 0;

   list-style-type: none;
}

#b_foot ul li {
   display: inline;
}

#b_foot ul li a {
   padding: 0 0.5em 0 0.75em;

   text-decoration: none;
   text-transform: uppercase;

   color: #4d4d4d;
   border-left: 1px solid #4d4d4d;
}

#b_foot ul li a.first-of-type {
   border-left: 0;
   padding-left: 0;
}

#b_featurette {
   border-left: 1px solid #c4c4c4;

   padding-left: 11px;
}

#b_featurette div#c_featurette {
   width: 282px;
}

#search_pagination {
   text-align: center;
   font-size: 1.2em;
}

#search_pagination a {
   margin-left: 0.5em;
}

#search_pagination a em {
   font-weight: bold;
   font-size: 1.2em;
}

div.featurette {
   position: relative;

   margin-bottom: 1em;

   z-index: 1;
}

div.f_med {
}

div.f_small {
}

div.f_pad {
   padding: 1em;
}

div.f_pad h3 {
   margin-top: 0;
}

div.f_col_ctr {
   width: 100%;
   overflow: hidden;
}

div.f_col_ctr div.featurette {
   float: left;
}

div.f_2col div.featurette {
   float: right;

   width: 312px;

   margin-bottom: -1003px;
   padding-bottom: 1000px;
}

div.f_2col div.first-of-type {
   float: left;
}

div.f_3col div.featurette {
   width: 210px;

   margin-bottom: -1000px;
   padding-bottom: 1000px;
}

div.f_ctr_line_col .featurette {
   border-left: 1px solid #c4c4c4;
}

div.f_ctr_line_col .first-of-type {
   border-left: 0px;
}

div.f_ctr_line_row .featurette {
   border-top: 1px solid #c4c4c4;

   padding-top: 1em;
   margin-bottom: 0px;
}

div.f_ctr_line_row .first-of-type {
   border-top: 0px;

   padding-top: 0;
}

div.f_overlay {
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0px;

   width: 50%;

   color: #fff;
   background-color: transparent;
   background-image: url('../img/black_70p.png');
}

div.f_overlay h3 {
   color: #fff;
}

div.f_grey {
   padding-bottom: 0.75em;

   background-color: #f2f3f3;
}

div.f_grey table {
   width: 100%;
}

div.f_grey table td {
   padding: 0.3em 0.6em;
}

div.f_grey h2 {
   margin: 0;
   padding: 0.3em 0.4em 0.4em 0.4em;
   line-height: 14px;

   color: #fff;
   background-color: #959595;
}

div.f_grey p {
   margin: 0;
   padding: 0.5em 0.75em;
}


div.f_grey a {

   color: #464646;
}

div.f_green {
   color: #fff;
   background-color: #42594e;
   border: 1px solid #888;
}

div.f_green p {
   margin: 0.5em 0;
}

div.f_section {
   margin: 1em 0 3em 0;
}

div.f_section h4 {
   margin-top: 0;

   font-size: 9px;
   line-height: 10px;

   border-top: 1px solid #65b260;
}

div.f_section h4 span.ttl {
   padding: 0 0.5em;

   color: #fff;
   background-color: #65b260;
}

div.f_section p {
   margin: 0.75em 0;
}

div.f_section_ctr {
   padding-left: 0.5em;
}

div.f_ttext {
   margin-left: 73px;
}

img.f_ttext_img {
   float: left;
   border: 1px solid #919191;
}

div.flash_message_info {
   padding: 10px;
   margin: 0 0 10px 0;

   background-color: #f3ee6f;
   border: 1px solid #babc1b;
}

div.flash_message_error {
   padding: 10px;
   margin: 0 0 10px 0;

   color: #fff;
   background-color: #ff4242;
   border: 1px solid #a12a2a;
}

div.f_paginator {
   margin-right: 30px;
   text-align: right;
}


.ttl {
   font-weight: bold;
   text-transform: uppercase;
}

.copyright {
   margin-left: 1em;

   text-transform: uppercase;

   color: #cecece;
}

.high_line {
   line-height: 1.5em;
}

.grey_pullout {
   padding: 1em;

   color: #464646;
   background-color: #f6f7f7;
}

.grey_pullout img {
   float: left;
   margin-right: 2em;

   border: 1px solid #919191;
}

.green { color: #42594e; }
.white { color: #fff; }

.huge { font-size: 1.5em; }
.large { font-size: 1.4em; }
.small { font-size: 0.75em; }
.tiny { font-size: 0.5em; }

.left { float: left; }
.left_pad { float: left; margin: 0 1em 1em 0; }

.right { float: right; }
.right_pad { float: right; margin: 0 0 1em 1em; }

.upper { text-transform: uppercase; }
a.upper { font-weight: bold; }

img.bordered { border: 1px solid #919191; }

a.btn {
   margin: 0 0 0 -6px;
   padding: 0.5em 1em;

   font-weight: bold;
   text-transform: uppercase;
   text-decoration: none;

   color: #fff !important;
   background-color: #4d4d4d;
   border: 1px solid #181818;
}

table tr.alt td {
   background-color: #eee;
}

table.rates {
   width: 100%;
}

table.rates td {
   padding: 1px 2em 1px 1em;
}

table.rates td.rates_spcr {
   width: 5em;
   padding: 0px;

   background-color: transparent;
}

#map_locations ul {
   margin: 0;
   padding: 0;
}

#map_locations ul li {
   display: inline-block;

   width: 33%;
}

}
