
html { overflow: -moz-scrollbars-vertical; }

html, body {
    background-color: #6e6f70;
    font-family: Arial, Helvetica, sans-serif;
}

#content {
    padding-top: 20px;
}

h1.contentopen {
    font-family: 'Times New Roman', 'Times New', 'Times Roman', Times, serif;
    font-weight: normal;
    font-size: 200%;
    margin: 0 0 0.35em 0;
    padding: 0;
}

img { border: 0; }

a { color: #585a82 }
a:active, a:visited { color: #3d486e }
a:hover { color: #a1a8c5 }

/* Content templates */
div.contentitem_links {
    padding-bottom: 4px;
    border-bottom: 1px solid #585a82;
}
div.contentitem_links, div.contentitem_categories {
    font-size: 90%;
    margin-right: 48px;
}
div.contentitem_categories {
    margin-top: 1em;
}

.c_floatright {
    margin-right: 48px;
    display: inline; /* hack to fix IE */
}

h2.c_default, h1.listings, .news_container h1 {
    font-family: 'Times New Roman', 'Times New', 'Times Roman', Times, serif;
    font-weight: normal;
    font-size: 180%;
    margin: 0 0 0.30em 0;
    padding: 0;
}

h2.c_newsitem_date {
    font-size: 100%;
    margin: 0;
    margin-top: 0.8em;
    padding: 0;
}

h3.c_newsitem {
    font-size: 90%;
    font-weight: normal;
    padding-left: 1em;
    margin: 0;
}

.essential_news_container h2.c_newsitem_date {
    font-size: 90%;
}

h2.c_agent, h2.c_listingsearch {
    font-family: 'Times New Roman', 'Times New', 'Times Roman', Times, serif;
    font-weight: normal;
    font-size: 130%;
    margin: 0.8em 0 0.2em 0;
    padding: 0;
}

h3 {
    margin-bottom: 0.1em;
}

div.c_default_standin, div.c_newsitem_standin {
    display: none;
}

div.c_default, div.c_agent, div.c_newsitem {
    font-size: 90%;
    margin: 0 48px 1em 0;
    text-align: justify;
}

.essential_news_container div.c_newsitem {
    font-size: 80%;
    margin: 0;
}

.essential_news_container a, .essential_news_container a:visited, .essential_news_container a:active {
    color: white;
}

.essential_news_container a:hover {
    color: #a1a8c5;
}

div.icon_default {
    font-size: 0.9em;
    text-align: center;
    border: 2px solid #bf6907;
    background-color: #585a82;
    color: white;
    padding: 5px;
}

div.icon_default a {
    color: white;
}

.contentPic {
    text-align: center;
    display: inline; /* IE6 Hack */
    float: left;
    margin: 0 10px;
    font-weight: bold;
    width: 240px;
}

.floatLeft {
    display: inline; /* IE6 Hack */
    float: left;
    margin-right: 5px;
}

.floatRight {
    display: inline; /* IE6 Hack */
    float: right;
    margin-left: 5px;
}

.alignLeft   { text-align: left;   }
.alignCenter { text-align: center; }
.alignRight  { text-align: right;  }

div.c_headeles_standin {
  display: none;
}

div.c_headeles {
  margin: 0px;
  font-size: 0.8em;
  font-weight: bold;
  color: #ffffff;
}

div.c_headeles a {
  color: #ffffff;
}

/* Non-CMS */

div.footer {
  text-align: center;
  padding-top: 3px;
  font-size: 75%;
  border-top: 1px solid #a1a8c5;
  border-bottom: 1px solid #a1a8c5;
  margin: 25px 48px 7px 0px;
}

div#isgfl_notice {
  padding-bottom: 3px;
}

#textlinks {
    margin: 1em 0;
}

/*
.footer a { color: #c1c8e5; }
.footer a:visited, .footer a:active { color: #a1a8c5; }
.footer a:hover { color: white; }
*/

/* END Non-CMS */

/* Administration */
span.admin_message {
  background-color: #009900;
  color: #ffffff;
  font-weight: bold;
}

span.admin_error {
  background-color: #990000;
  color: #ffffff;
  font-weight: bold;
}

div.admin_message {
  padding: 4px;
  background-color: #009900;
  color: #ffffff;
  font-weight: bold;
}

div.admin_error {
  padding: 4px;
  background-color: #990000;
  color: #ffffff;
  font-weight: bold;
}

table.admin_index {
  font-size: 0.8em;
}

th.admin_index {
  font-weight: bold;
  text-align: left;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

tr.admin_index_th {
  background-color: #666666;
  color: #ffffff;
}

tr.admin_index_even, tr.admin_index {
  background-color: #dddddd;
  font-size: 1.0em;
}

tr.admin_index_odd {
  background-color: #eeeeee;
  font-size: 1.0em;
}

tr.admin_index_context {
  background-color: #aaaadd;
  font-size: 1.0em;
}

td.admin_index {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

/* All-around */

body {
  padding: 0px;
  border: 0px;
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

ul {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

form {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

/*
a.file_attach {
  font-family: ;
  font-size: xx-small;
  font-weight: bold;
  color: #585a82;
  text-decoration: none;
}

a.file_attach:hover {
  text-decoration: underline;
  color: ;
}
*/

table#main {
    width: 100%;
    max-width: 1024px;
    min-width: 905px;
    font-size: 100%;
    text-align: left;
}

#logo_main {
    width: 292px;
    height: 95px;
}

#logo_bottom {
    width: 292px;
    height: 38px;
}

#search {
    background-color: white;
    height: 95px;
}

#left_shadow, #right_shadow {
    background: #6e6f70 top no-repeat;
}

#top_shadow {
    background-image: url(/images/top_shadow.gif);
    height: 5px;
}

#left_shadow {
    background-image: url(/images/left_shadow.gif);
    width: 40px;
}

#right_shadow {
    background-image: url(/images/right_shadow.gif);
    width: 21px;
}

#blueprint_top {
    font-size: 5%;
    background: url(/images/blueprint_top.jpg) white top right no-repeat;
    height: 10px;
}

#menu_curve {
    background: url(/images/menu_curve.gif) white top left no-repeat;
    width: 52px;
}

td#contenttd {
    background: url(/images/blueprint_bottom.jpg) white top right no-repeat;
    vertical-align: top;
}

#content_bottom {
    background: url(/images/sun_watermark.gif) white 45% 100% no-repeat;
    height: 110px;
}

#main_bottom {
    height: 8px;
    background-color: #bf6907;
}

#menu {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 136px;
    background: url(/images/menu_top.gif) #585a82 top no-repeat;
    padding: 90px 0 10px 0;
    font-size: 80%;
    vertical-align: top;
}

#menu a, #menu a:visited, #menu a:active {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    border: 1px solid #9fa0b7;
    border-bottom-color: #383952;
    border-right-color: #383952;
    margin: 5px 0 5px 14px;
    padding: 0px 4px 0 14px;
    text-decoration: none;
    color: white;
    width: 108px;
}

#menu a:hover {
    background-color: #3d486e;
    border-color: #8f90a7;
    border-bottom-color: #282942;
    border-right-color: #282942;
}

#menu a.navi_subscribe, #menu a.navi_subscribe:visited, #menu a.navi_subscribe:active {
    background-color: #bf6907;
    text-align: center;
    font-weight: bold;
    margin: 25px 14px;
    padding: 5px;
    border: 2px solid #ef9937;
    border-bottom-color: #8f3900;
    border-right-color: #8f3900;
    width: 108px;
}

#menu a.navi_subscribe:hover {
    background-color: #af5900;
    border-color: #df8927;
    border-bottom-color: #7f2900;
    border-right-color: #7f2900;
}

#top_menu {
    background: url(/images/topmenu_bg.gif) #a1a8c5;
    height: 28px;
}

#top_menu a, #top_menu a:visited, #top_menu a:active {
    color: white;
    text-decoration: none;
}

#top_menu a:hover {
    color: black;
}

#top_menu a.navi {
    padding: 0 20px;
    border-left: 1px solid white;
}

#top_menu a.navi_first {
    padding-right: 20px;
}

#top_menu_container {
    height: 26px;
    padding-top: 2px;
    line-height: 26px;
    font-size: 80%;
    background-repeat: no-repeat;
    background-attachment: top left;
    background-image: url(/images/topmenu_firstitem.gif);
}

#col1, #col2, #col3, #col4, #col5, #col6 {
    font-size: 5%;
    height: 1px;
}
#col1 { width: 40px;  }
#col2 { width: 136px; }
#col3 { width: 52px;  }
#col4 { width: 104px; }
/* IE is so stupid */
#col5 div {
    /*//width: 552;*/
}
#col6 { width: 21px;  }

div#searchbox_container {
    float: right;
    display: inline;
    margin: 4px;
    width: 228px;
}

table#searchbox {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #bf6907;
    background-color: #585a82;
    color: white;
    float: right;
    border-spacing: 0px;
    font-size: 100%;
    padding: 3px 5px;
    height: 87px;
}

#searchbox th, .essential_news_container h1 {
    font-family: 'Trebuchet MS', Trebuchet, Arial, Helvetica, sans-serif;
    font-size: 110%;
    font-weight: normal;
    text-align: center;
    margin-top: 0;
}

#searchbox th, #searchbox td {
    padding: 0px 4px;
}

#searchbox td {
    text-align: right;
}

.mapbox {
    text-align: center;
    font-size: 80%;
}

.mapbox img {
    border: 2px solid #585a82;
}

.contactright {
    vertical-align: top;
    width: 50%;
    padding-bottom: 1em;
}

.contactleft div.c_default {
    margin-right: 0px;
    margin-bottom: 0.9em;
}

.contactleft {
    vertical-align: top;
    width: 50%;
    font-size: 100%;
    padding-bottom: 1em;
}

.contactleft h2.c_default, .contactright h2.c_default {
    font-size: 120%;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 0.1em;
}

.contentitem_agentlist {
    padding-top: 0.5em;
}

table#agentcontact {
    border: 0px;
    border-spacing: 0px;
}

table#agentcontact td {
    padding: 0 5px;
}

table.listing {
    font-size: 90%;
    border-collapse: collapse;
}

table.listing_sub {
    font-size: 90%;
    padding-bottom: 20px;
    border-collapse: collapse;
}

.files {
    padding: 0 30px 4px 4px;
}

td.cell_label {
    padding: 0 10px 0 0;
    border: 1px solid #a1a8c5;
    border-left-width: 0px;
}
td.cell_value {
    padding: 0 0 0 10px;
    border: 1px solid #a1a8c5;
    border-right-width: 0px;
}

td.show_cell {
    padding: 0 10px 0 0;
}

table.agent_card {
    font-size: 1em;
}

div.photo {
    float: left;
    padding-right: 4px;
    margin: 2px 4px 2px 0;
    border-right: 1px solid #a1a8c5;
}

div.listing {
    margin: 0;
    padding-top: 1em;
    font-size: 90%;
    padding: 2px 0px;
    border-top: 1px solid #a1a8c5;
    display: inline;
    float: left;
    width: 100%;
}

.list_status {
    text-align: center;
    text-decoration: none;
    background-color: #585a82;
    color: white;
    width: 120px;
}

.no_image {
    width: 120px;
    text-align: center;
    background-color: #585a82;
    color: white;
    padding: 25px 0;
    margin-bottom: 0;
}

.prop_menu {
    margin: 1em 0;
    font-weight: bold;
}
.prop_menu a {
    margin: 0 1em;
}

label.check {
    margin-right: 1em;
}

.photo_container {
    border: 1px solid black;
    padding: 0;
}

.listing_radio {
    margin-bottom: 0.5em;
}

.c_agent_summary_standin {
    display: none;
}

.agent_link {
    font-size: 120%;
    font-weight: bold;
}

.essential_news_container {
    float: right;
    display: inline; /* IE Hack */
    width: 205px;
    background-color: #585a82;
    border: 2px solid #bf6907;
    margin-right: 4px;
    color: white;
    padding: 3px 5px;
}

.news_container {
    margin-right: 200px;
}

#subscribe_form {
    font-size: 100%;
}

#subscribe_form td {
    padding-right: 10px;
}

#subscribe_buttons {
    padding: 5px;
    text-align: center;
}

#news_search {
    font-size: 90%;
}

#news_browse {
    font-size: 80%;
    margin-top: 3em;
}

#news_browse a {
    padding: 0 0.8em;
}

#subscribe_top {
    text-align: center;
    height: 100%;
    font-family: 'Trebuchet MS', Trebuchet, Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding-left: 0px;
    background: url(/images/sun-top-white.gif) transparent center center no-repeat;
}

#subscribe_top a {
    color: #46338e;
    text-decoration: none;
    display: block;
    padding: 5px 0;
    margin: 0 auto;
    width: 125px;
}

#subscribe_top a:hover {
    color: #3d486e;
}

#logo_right_td {
    width: 57px;
}

#searchbox_td {
    width: 240px;
}

a.emailProperty {
    background-color: #585a82;
    color: white;
    float: right;
    font-weight: bold;
    font-family: 'Trebuchet MS', Trebuchet, Arial, Helvetica, sans-serif;
    border: 1px solid #9fa0b7;
    border-right-color: #383952;
    border-bottom-color: #383952;
    padding: 2px 4px;
    text-decoration: none;
    text-align: center;
    font-size: 90%;
    margin-right: 30px;
    margin-top: 5px;
}

a.emailProperty:hover {
    background-color: #3d486e;
    border-color: #8f90a7;
    border-right-color: #282942;
    border-bottom-color: #282942;
}

.iField {
    padding: 0.3em;
}

.iField label {
    display: block;
}

.iField input.iText, .iField textarea {
    width: 400px;
}

.iField textarea {
    height: 80px;
}

legend {
    color: black;
    font-weight: bold;
}

.propInfo {
    float: right;
    text-align: center;
}

.propInfo img {
    border: 1px solid black;
    margin: 0.3em;
}

div.special {
    display: none;
}

.errors {
    color: #cc0000;
}

form .errors {
    padding: 0.3em;
}

