﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    font-size: small;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
}

a:link, a:visited
{
    color: #144906;
    text-decoration: none;
}

a:hover
{
    color: #144906;
    text-decoration: underline;
}

a:active
{
    color: #144906;
}

.hyperlink
{
    cursor: pointer;
    color: #89BB17;
}

p
{
    margin-bottom: 5px;
    line-height: 1.4em;
}

h1
{
    color: #144906;
    font-size: large;
    font-weight: bolder;
    margin-bottom: 20px;
}

h2
{
    color: #144906;
    font-size: 1em;
    font-weight: 700;
}

.headspace
{
    margin-top: 20px;
}

.highlight
{
    color: #144906;
    font-size: 1em;
    font-weight: 700;
}

.page
{
    width: 950px;
    margin-right: auto;
    margin-left: auto;
    background-color: #FFFFFF;
}

.header
{
    padding: 10px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.title
{
    margin-left: 10px;
    float: left;
    display: inline;
    margin-top: 10px;
}

.navigation
{
    float: right;
    display: inline;
}


.feature
{
    width: 910px;
    margin-left: 15px;
    margin-top: 15px;
}

.body_left
{
    padding: 10px 20px 10px 20px;
    float: left;
    width: 434px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.body_right
{
    padding: 10px 20px 10px 20px;
    float: right;
    width: 434px;
    border-width: 1px;
    border-color: #3A8D25;
    border-left-style: dotted;
    margin-top: 10px;
    margin-bottom: 5px;
    min-height: 300px;
}

.body_left_narrow
{
    padding: 10px 20px 10px 20px;
    float: left;
    width: 300px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.body_right_wide
{
    padding: 10px 20px 10px 20px;
    float: right;
    width: 569px;
    border-width: 1px;
    border-color: #3A8D25;
    border-left-style: dotted;
    margin-top: 10px;
    margin-bottom: 5px;
    min-height: 400px;
}

.body_whole
{
    padding: 10px 20px 10px 20px;
    float: left;
    width: 910px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.icon_column
{
    padding: 10px 30px 20px 30px;
    float: left;
    width: 30px;
    height: 20px;
    text-align: center;
}

.icon_longcolumn
{
    padding: 10px 30px 20px 30px;
    float: left;
    width: 30px;
    height: 40px;
    text-align: center;
}

.word_column
{
    padding: 10px 0px 20px 0px;
    width: 300px;
}

.definition_head
{
    padding: 20px 0px 0px 30px;
    float: left;
    width: 120px;
        clear: left;
}

.definition_term
{
    padding: 20px 0px 0px 0px;
    float: left;
    
}

.definition_term_long
{
    padding: 20px 0px 0px 0px;
    float: left;
    width: 400px;
}

.spaced_line
{
    margin-bottom: 5px;
}

.underline
{
    border-width: 1px;
    border-color: #3A8D25;
    border-top-style: dotted;
    margin-top: 10px;
}


.footer
{
    border-width: 1px;
    border-color: #3A8D25;
    padding: 10px;
    text-align: center;
    width: 930px;
    font-size: 0.8em;
    margin-top: 10px;
    border-top-style: dotted;
    margin-right: 5px;
    margin-left: 5px;
    color: #144906;
}


.menu_item
{
       border-color: #3A8D25 !important;
    border-style: none none none dotted !important;
    border-width: 1px !important;
    padding: 15px 0px 0px 5px !important;
}

.unordered_list
{
    line-height: 1.8em;
}

.basic_list
{
    line-height: 1.4em;
}

.menu_hover
{
}

.menu_selected
{
}

.figure
{
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #808080;
}

.accordian_header
{
    background-position: left center;
    color: #144906;
    font-size: 1em;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 20px;
    cursor: pointer;
    text-decoration: underline;
    background-image: url('../Images/Bullet.png');
    background-repeat: no-repeat;
    padding-left: 20px;
}

.accordian_selected
{
    color: #144906;
    font-size: 1em;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 0px;
    cursor: pointer;
    text-decoration: underline;
    background-image: url('../Images/Plus.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
}

.accordian_content
{
    margin-left: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.article_title
{
}

.article_title_text
{
    color: #144906;
    font-size: 1em;
    font-weight: 700;
    cursor: pointer;
    text-decoration: underline;
    padding-left: 20px;
    float: left;
}

.article_image
{
    float: left;
}

.article_body
{
}

.entry_label
{
    color: #144906;
    margin-top: 5px;
}

.entry_box
{
    margin-top: 5px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
}

.entry_validation
{
    color: #FF0000;
}

.summary_validation
{
 color: #FF0000;
 }

.message_area
{
    color: #FF0000;
    margin-top: 10px;
    margin-bottom: 10px;
}

.button
{
    cursor: pointer;
    margin-right: 10px;
}

.clear
{
    clear: both;
}

.caterpillar
{
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 320px;
    position: relative;
}

.spacer
{
    height: 450px;
}

.smallSpacer
{
    clear: both;
    border-color: #3A8D25;
    border-top-style: dotted;
    border-top-width: 1px;
    margin-top: 10px;
    padding-top: 10px;
}

.circle1
{
    width: 80px;
    float: left;
    z-index: 1;
    position: absolute;
    cursor: pointer;
}

.circle2
{
    width: 80px;
    float: left;
    z-index: 1;
    position: absolute;
    top: 50px;
    cursor: pointer;
}

.circle3
{
    width: 80px;
    float: left;
    z-index: 1;
    position: absolute;
    top: 100px;
    cursor: pointer;
}

.circle4
{
    width: 80px;
    float: left;
    z-index: 1;
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.circle5
{
    width: 80px;
    float: left;
    z-index: 1;
    position: absolute;
    top: 200px;
    cursor: pointer;
}

.circle6
{
    width: 80px;
    float: left;
    z-index: 1;
    position: absolute;
    top: 250px;
    cursor: pointer;
}

.callout1
{
    z-index: 2;
    width: 500px;
    height: 150px;
    position: absolute;
    left: 80px;
    top: 0px;
}

.callout2
{
    z-index: 2;
    width: 500px;
    height: 150px;
    position: absolute;
    left: 80px;
    top: 50px;
}

.callout3
{
    z-index: 2;
    width: 500px;
    height: 150px;
    position: absolute;
    left: 80px;
    top: 80px;
}

.callout4
{
    z-index: 2;
    width: 500px;
    height: 150px;
    position: absolute;
    left: 80px;
    top: 110px;
}

.callout5
{
    z-index: 2;
    width: 500px;
    height: 150px;
    position: absolute;
    left: 80px;
    top: 160px;
}

.callout6
{
    z-index: 2;
    width: 500px;
    height: 150px;
    position: absolute;
    left: 80px;
    top: 210px;
}


.hidden
{
    visibility: hidden;
    float: left;
    display: block;
    width: 0px;
}

.clearPanel
{
    padding: 20px 20px 20px 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
        box-shadow: 5px 5px 5px #144906;
               border-collapse: separate;
}

.closeImage
{
    float: right;
    display: block;
}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.panelTitle
{
    padding: 20px 20px 20px 30px;
    float: left;
    width: 300px;
    color: #144906;
    font-size: large;
    font-weight: bolder;
}

.panelPortrait
{
    float: right;
    display: block;
    padding-top: 20px;
    padding-bottom: 0px;
    padding-right: 50px;
}

.largeLink
{
    color: #144906;
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 20px;
}

.name
{
    padding: 0px 0px 15px 0px;
    float: left;
    width: 300px;
}

.portrait
{
    float: right;
    display: block;
}

.summary
{
    padding: 20px 0px 0px 0px;
    float: left;
    width: 280px;
}


