﻿* { margin: 0; padding: 0; vertical-align: top; }

html,
body,
form#aspnetForm
{
    width: 100%;
    height: 100%;
}

body 
{
    background: #f0f0f0 url(/images/bg.png) top left repeat-y;
    min-height: 100.01%;
}

body#popup
{
    background: #f0f0f0;
}

h2 
{
    font-family: Verdana, Sans-Serif; 
    margin: .5em 0 .25em 0; 
    font-weight: bold; 
    font-variant: small-caps; 
    font-style: italic;
}

h3
{
    font-family: Verdana, Sans-Serif; 
    margin: .5em 0 .25em 0; 
    font-weight: bold; 
    font-style: italic;
}

body#popup h2 { margin: 0; margin-bottom: .25em; }

p 
{
    line-height: 1.4em; 
    margin-left: 5px; 
    margin-right: 5px;
}

a 
{
    color: #2a6127;
}

a:hover
{
    text-decoration: underline;
    color: #ab0a0e;
}

a img { border: none; }

strong { color: #ab0a0e; }

.left { float: left; }
.right { float: right; }
.center { margin: 0 auto; text-align: center; }

.pic.right { margin-left: 10px; }
.pic.left { margin-right: 10px; }

.half { width: 255px; padding: 0px 5px; }

/***** The wrapper table. *****/

table#wrapper
{
    border-collapse: collapse; 
    min-width: 780px;
    height: 100%;
    width: 100%;
}

td#top
{
    width: 100%;
    height: auto;
    min-width: 780px;
}

td#bottom
{
    height: 63px;
    vertical-align: bottom;
    text-align: center;
}

/***** The header DIV. *****/

div#header
{
    height: 110px;
    padding-top: 5px;
    background: #2a6127 url(/images/head_bg.png) top left repeat-x;
}

#header .logo
{
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 20;
}

/***** The content wrapper DIV. *****/

div#content_wrapper
{
    width: 100%;
    height: auto;
}

body#popup div#content_wrapper
{
    width: auto;
    padding: 15px;
}

/***** The sidebar DIV *****/

#sidebar 
{
    width: 152px;
    float: left;
    _margin-right: -3px;
}

#sidebar ul.menu
{
    list-style-type: none;
}

#sidebar ul.menu li
{
    display: block;
    width: 152px;
    height: 32px;
    margin-bottom: 0px;
    background-position: top center;
    background-repeat: no-repeat;
}

.m_home { background: url(/images/menu/off/home.png) }
.m_about { background: url(/images/menu/off/about.png) }
.m_forestry { background: url(/images/menu/off/forestry.png) }
.m_farm { background: url(/images/menu/off/farm.png) }
.m_comm { background: url(/images/menu/off/commercial.png) }
.m_indus { background: url(/images/menu/off/industrial.png) }
.m_misc { background: url(/images/menu/off/miscellaneous.png) }
.m_contact { background: url(/images/menu/off/contact.png) }

/***** The strip DIV *****/

#strip
{
    /* min-width: 700px; */
    height: 63px;
    background: #f0f0f0 url(/images/strip_bg.png) repeat-x top left;
}

/***** Content DIV *****/

#content
{
    margin: 10px 10px 10px 162px;
}

#content_again
{
    width: 560px;
    margin: 0 auto;
}

.pic {  border: 1px #2a6127 solid; }
.photo {  border: 1px #2a6127 solid; margin: 0;}

p { margin-top: .5em; }

.default h2 { color: #1b6e6d; }
.about h2 { color: #7b1b1b; }
.forestry h2 { color: #2a6127; }
.farm h2 { color: #ab4a0a; }
.comm h2 { color: #0d3660; }
.indus h2 { color: #ab0a35; }
.misc h2 { color: #574a20; }
.contact h2, .contact h3 { color: #7b8418; }

span.title { font-variant: small-caps; font-weight: bold; }

/***** Data Tables *****/

#popup table.data { clear: both; }
table.data { width: 100%; margin-top: 1em; border-collapse: collapse; font-family: Arial, Sans-Serif; }
table.data tr.title, table.data th { color: #fff; }
table.data tr.title { padding: 2px; vertical-align: bottom; }
table.data tr.images td { border: none; }
table.data tr.images td .pic { margin: .5em; }
table.data tr.odd { background: #e8e8e8; }
table.data tr.even { background: #f0f8f0; }
table.data td, table.data th { border: 1px #2a6127 solid; padding: 0 2px; text-align: center; font-size: .9em; }

table.data tr.space td { border-left: none; border-right: none; }
table.data tr.space td.imgcell { border-bottom: none; }

.farm table.data td.seperator, .farm table.data th.seperator { width: 1em;  background: #ab4a0a; }

.forestry table.data td, .forestry table.data th { border: 1px #2a6127 solid; }
.farm table.data td, .farm table.data th { border: 1px #ab4a0a solid; }
.comm table.data td, .comm table.data th { border: 1px #0d3660 solid; }
.indus table.data td, .indus table.data th { border: 1px #ab0a35 solid; }
.misc table.data td, .misc table.data th { border: 1px #574a20 solid; }

@media print 
{
    table.data .title { background: white; color: Black; }
    
.farm table.data td.seperator, .farm table.data th.seperator { border: 1px #2a6127 solid; border-left: .5em #2a6127 solid; border-right: .5em #2a6127 solid; }
}

/* color per group */
.forestry .title { background: #2a6127; }
.farm .title { background: #ab4a0a; }
.comm .title { background: #0d3660; }
.indus .title { background: #ab0a35; }
.misc .title { background: #574a20; }

/***** Footer DIV *****/

div#footer
{
    margin-left: 152px;
    text-align: center;
    padding: 5px 10px;
    font-size: 80%;
    color: #2a6127;
}

div#footer ul.menu
{
    list-style-type: none;
    display: block;
}

div#footer ul.menu li
{
    display: inline;
}

div#footer p a
{
    text-decoration: none;
}

div#footer p a:hover
{
    text-decoration: underline;
}