*
{
    margin: 0;
    padding: 0;
    line-height: 100%;
}

body
{
    text-align: center;
    font-family: "Lucida Grande" , "Lucida Sans Unicode";
    background: #fffae4;
    color: #5c3f19;
}

.center_it
{
    position: relative;
    margin: auto;
    text-align: left;
    width: 890px;
}

.clear
{
    clear: both;
}

p
{
    margin-bottom: 1em;
    line-height: 130%;
    font-size: 13px;
}

a
{
    color: #5c9b34;
}

a img
{
    border: 0;
}

h1
{
    margin-bottom: 20px;
    font-family: Georgia;
    font-size: 30px;
    color: #5c3f19;
}

.title
{
    margin-top: 15px;
    height: 30px;
}

.title h1
{
    margin-bottom: 0px;
}

h2
{
    margin-bottom: 15px;
    font-size: 18px;
}

h3
{
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
}

.hr
{
    height: 1px;
    border-bottom: 1px solid #ceba9e;
    overflow: hidden;
}

.hr hr
{
    display: none;
}

input[type="submit"]
{
    line-height: 120%;
}

input.left_blank, select.left_blank, textarea.left_blank
{
    background: #fcc;
}

/*** Headers ***/

#super_header
{
    background: #5c3f19;
    color: #c1b99d;
    font-size: 11px;
    text-align: left;
}

#super_header .center_it
{
    height: 25px;
    line-height: 25px;
}

#super_header a
{
    text-decoration: none;
    color: #fff9e3;
    border-bottom: 1px dotted #996;
}

#super_header a#join
{
    float: right;
    padding: 7px 0;
    width: 78px;
    text-align: center;
    background: #7eb24b;
    color: #ff9;
}

#super_header a#log_in
{
    float: right;
    padding: 7px 0;
    width: 66px;
    text-align: center;
    background: #5c9b34;
    color: #ff9;
}

#header
{
    position: relative;
    background: #f6eab3;
    border-bottom: 1px solid #d2c794;
}

#header #logo
{
    float: left;
    padding-top: 15px;
}

ul#navbar
{
    float: right;
    list-style: none;
    margin-bottom: -1px;
    border-right: 1px solid #ceba9e;
}

ul#navbar li
{
    float: left;
    padding: 18px 18px 15px 18px;
    border-left: 1px solid #ceba9e;
    border-top: 13px solid #d8cd99;
    cursor: pointer;
}

ul#navbar li:hover
{
    background: #fff4bf;
}

ul#navbar li.on
{
    border-top: 13px solid #8db538;
    background: #fffae4;
}

ul#navbar li img.header
{
    display: block;
    margin-bottom: 15px;
}

ul#navbar li p
{
    margin: 0;
    font-family: Helvetica;
    font-size: 12px;
    color: #5c3f19;
}

#header #log_in_form
{
    display: none;
    position: absolute;
    top: -20px;
    right: 78px;
    padding: 12px 15px 15px 15px;
    background: #5c9b34;
    color: #ff9;
}

/*** Structure ***/

#main_column
{
    float: left;
    padding: 25px 0;
    width: 685px;
}

#sidebar
{
    float: left;
    margin-left: 30px;
    text-align: left;
    width: 175px;
}

/*** Forms ***/

.form label
{
    display: block;
    margin: 15px 0 5px 0;
    font-size: 13px;
}

.form label.plain, .form table.inline label
{
    display: inline;
    margin: 0;
}

.form label.optional
{
    color: #9d9487;
}


.form .req
{
    font-weight: bold;
}

.form input[type="text"], .form input[type="password"], .form select, .form textarea
{
    display: block;
    padding: 2px 4px;
    font-size: 14px;
}

.form select, .form textarea
{
    font-size: 14px;
}

.form input.button
{
    padding: 5px 8px;
    margin-top: 15px;
    font-size: 16px;
}

.example
{
    font-size: 12px;
    color: #9d9487;
}

table#acres td:first-child
{
    padding: 3px 10px 3px 0;
}

table#acres td:last-child
{
    padding: 3px 0;
    font-size: 13px;
}

#agreement
{
    padding: 10px 12px;
    background: #fff;
    border: 1px solid #ceba9e;
    width: 450px;
    height: 80px;
    overflow: auto;
}

#agreement p
{
    font-size: 11px;
}

#agreement p:last-child
{
    margin: 0;
}

/*** Kitchen Sink ***/

.h1_info
{
    float: left;
    margin-left: 10px;
    padding-top: 3px;
    font-family: Georgia;
    font-size: 24px;
    color: #b3a790;
    line-height: 110%;
}

#rss
{
    float: left;
    margin: 6px 0 0 10px;
}

ul.buttons
{
    list-style: none;
    height: 45px;
}

ul.buttons li
{
    float: left;
    margin-left: 10px;
}

ul.buttons li a
{
    position: relative;
    padding: 5px 8px 4px 8px;
    font-size: 13px;
    text-decoration: none;
}

ul.buttons li.button a
{
    background: #e9e3c7;
    color: #998d76;
}

ul.buttons li.green a
{
    background: #8db538;
    color: #fff;
}

ul.buttons li.light_brown a
{
    background: #b3aa83;
    color: #fff;
}

ul.buttons li.label
{
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    color: #818270;
}

ul.buttons li.button .left_corners
{
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/green_button_off_left_corners.png") no-repeat;
    height: 25px;
    width: 5px;
}

ul.buttons li.button .right_corners
{
    position: absolute;
    top: 0;
    right: 0;
    background: url("../images/green_button_off_right_corners.png") no-repeat;
    height: 25px;
    width: 5px;
}

ul.buttons li.green .left_corners
{
    background: url("../images/green_button_on_left_corners.png") no-repeat;
}

ul.buttons li.green .right_corners
{
    background: url("../images/green_button_on_right_corners.png") no-repeat;
}

ul.buttons li.light_brown .left_corners
{
    background: url("../images/light_brown_button_left_corners.png") no-repeat;
}

ul.buttons li.light_brown .right_corners
{
    background: url("../images/light_brown_button_right_corners.png") no-repeat;
}

table.list
{
    border-bottom: 1px solid #ceba9e;
}

table.list td
{
    padding: 20px 0 20px 20px;
    border-top: 1px solid #ceba9e;
}

table.list td.pic
{
    padding-left: 0;
    width: 204px;
}

table.list td.pic img
{
    padding: 1px;
    border: 1px solid #ac977b;
}

a.view_details
{
    font-size: 14px;
    font-weight: bold;
}

#sidebar ul
{
    list-style: none;
    margin-bottom: 12px;
}

#sidebar ul li
{
    padding-left: 14px;
    margin-bottom: 8px;
    background: url("../images/bullet_arrow.png") 0 7px no-repeat;
}

#sidebar ul li a
{
    font-size: 12px;
}

#sidebar h3
{
    padding: 5px 8px;
    margin: 30px 0 10px 0;
    background: #f1e6c6;
    color: #5c3f19;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#sidebar h3:first-child
{
    margin-top: 0;
}

#sidebar a.more_about
{
    font-size: 12px;
    color: #5c3f19;
}

#acres_badge
{
    float: right;
    padding: 12px 15px 10px 15px;
    text-align: center;
    background: #f6d3ad;
    font-family: Helvetica;
    font-size: 30px;
    font-weight: bold;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#acres_badge #num_acres
{
    margin-bottom: 3px;
    font-size: 12px;
    font-weight: normal;
}

#farm_detail
{
    float: left;
    width: 498px;
}

#farm_detail h3
{
    margin-bottom: 10px;
    font-size: 10px;
    color: #d26800;
    text-transform: uppercase;
}

#farm_detail p
{
    margin-top: 15px;
    font-size: 12px;
}

#farm_detail #description p
{
    font-size: 14px;
}

table.checkboxes td
{
    height: 19px;
}

table.checkboxes td.box
{
    text-align: center;
    width: 24px;
    background: #e7e0c2;
}

table.checkboxes td.label
{
    padding-left: 5px;
    padding-right: 20px;
    font-size: 12px;
}

table.checkboxes td.label label
{
    margin: 0;
    padding: 0;
}

table.checkboxes td.on
{
    background: #e7e0c2 url("../images/green_checkmark.png") no-repeat;
}

#map a#caption
{
    display: block;
    float: left;
    text-align: center;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    background: #e6ebd2;
    text-decoration: none;
    border-left: 1px solid #b1a694;
    border-bottom: 1px solid #b1a694;
    border-right: 1px solid #b1a694;
    width: 360px;
}

#map iframe
{
    float: left;
    margin-top: 25px;
    border: 1px solid #b1a694;
}

#video
{
    margin-top: 25px;
    border: 1px solid #b1a694;
}

#video object
{
    float: left;
}

#classifieds .h2_info
{
    float: left;
    margin-left: 10px;
    padding-top: 1px;
    font-size: 15px;
    color: #b3a790;
}

ul.list
{
    list-style: none;
    margin-bottom: 25px;
}

ul.list li
{
    padding-left: 14px;
    margin-bottom: 8px;
    background: url("../images/bullet_arrow.png") 0 8px no-repeat;
}

ul.list li a
{
    font-size: 16px;
}

.empty_list
{
    font-style: italic;
    color: #92887a;
}

#sidebar .box
{
    padding: 11px 13px;
    background: #f1e6c6;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

#search_bar
{
    padding: 2px 5px;
    background: #5c3f19;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    white-space: nowrap;
    clear: both;
}

#search_bar label
{
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    color: #fff;
}

table#internships
{
    margin-top: 10px;
}

table#internships td
{
    padding: 20px 0 20px 30px;
    font-size: 13px;
    line-height: 130%;
    border-bottom: 1px solid #ceba9e;
}

table#internships td:first-child
{
    padding-left: 0;
}

table#internships tr.header td
{
    padding-bottom: 6px;
    font-weight: bold;
}

.internships_badge
{
    padding: 12px 15px 10px 15px;
    text-align: center;
    background: #f6d3ad;
    font-family: Helvetica;
    font-size: 24px;
    font-weight: bold;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#billboard
{
    margin: 30px -9px;
    width: 908px;
    height: 358px;
    background: url("../images/billboard_bg.png") no-repeat;
}

#billboard #info
{
    float: left;
    width: 510px;
    height: 320px;
    background: url("../images/billboard_grunge_bg.jpg") no-repeat;
}

#billboard p
{
    font-size: 16px;
    font-family: Helvetica;
    color: #f1e7d0;
}

#billboard a
{
    font-size: 16px;
    font-family: Helvetica;
    color: #fbc84d;
}

table#quad
{
    padding-bottom: 10px;
}

table#quad td
{
    padding: 5px 20px;
    border-right: 1px solid #ceba9e;
    text-align: center;
    width: 25%;
}

table#quad td:first-child
{
    border-left: 1px solid #ceba9e;
}

table#quad td img.header
{
    margin-bottom: 15px;
}

table#quad td a.link
{
    font-size: 12px;
}

table#quad td div.or
{
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: #998d76;
}

table#quad td p
{
    font-size: 14px;
}

/*** Footer ***/

#footer
{
    position: relative;
    margin-top: 30px;
    padding: 49px 0 52px 0;
    font-size: 13px;
    color: #fffae4;
    background: #5d3f1a;
}

#footer #footer_top
{
    position: absolute;
    top: 0;
    left: 0;
    height: 29px;
    width: 100%;
    background: #fffae4 url("../images/footer_top_bg.png") repeat-x;
}

#footer #footer_bottom
{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 32px;
    width: 100%;
    background: #f6eab3 url("../images/footer_bottom_bg.png") repeat-x;
}

#footer h3
{
    font-size: 14px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #c5c1af;
}

#footer p
{
    line-height: 150%;
}

#footer a
{
    color: #fffae4;
}

#footer ul
{
    list-style: none;
}

#footer ul li
{
    padding-left: 14px;
    margin-bottom: 8px;
    background: url("../images/bullet_arrow_footer.png") 0 5px no-repeat;
}

#sub_footer
{
    padding: 30px 0;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    background: #f6eab3;
}

#sub_footer table
{
    margin: 25px auto 0 auto;
}

/*** Error ***/

#error, #dialog_error
{
    display: none;
    padding: .7em 1em;
    margin-bottom: 15px;
    background-color: #c20;
    font-size: 14px;
    color: #fee;
    line-height: 130%;
}

#error a, #message a
{
    color: #fff;
}

#message
{
    display: none;
    padding: .7em 1em;
    margin-bottom: 15px;
    font-size: 14px;
    color: #efe;
    background: #4a0;
    line-height: 130%;
}

/* map*/
.mapInfoWindow
{
}

.mapInfoWindow .infoContent
{line-height:120%;
 height:100px;}

.mapInfoWindow h4
{
   margin-bottom: 8px
}

.mapInfoWindow .address
{
    display:inline;
    font-size:13px;
    
}

.mapInfoWindow .acres
{
    display:inline;
    font-size:12px;
}

.mapInfoWindow .listing_price
{
    display:block;
    font-size:12px;
    display:block;
    padding: 5px 0 0 0;
}

