﻿/*
SITE COLORS *******************

Dark Green:         #0E280D
Green from logo:    #22641F
Yellow from logo:   #F7EC21

*******************************/

BODY {
    background-image:url(images/bg_image.jpg);
    font-size:9pt;
    text-align:center;
    color:black;
    font-family:verdana;
    margin-top:0px;
}

#MainDiv {
    text-align:center;
    margin:0 auto;
    /*
    border-style:solid;
    border-width:1px;
    border-color:#0E280D;
    */
    width:800px;
    min-height:500px;
    height: auto;
    /*background-image:url(images/main_div_bg_gradient.jpg);*/
    background-color:#F7EC21;
    padding-bottom:10px;
}

/* Hack for IE to take care of vertical stretching */
* HTML #MainDiv {
    height:500px;
}
/* End IE Hack */

#Nav {
    font-size:11pt;
}

#Nav A {
    color:#22641F;
    text-decoration:none;
}

#Nav A:hover {
    color:red;
}

#Mission {
    color:#22641F;
    margin-top:15px;
    margin-bottom:15px;
    font-size:11pt;
    margin-bottom:20px;
}

UL {
    margin-bottom:0px;
    padding-bottom:0px;
    margin-left:10px;
    padding-left:10px;
}

A {
    color:#22641F;
    text-decoration:none;
}

A:hover {
    text-decoration:underline;
}

.Copyright {
    color:#F7EC21;
    font-size:8pt;
    font-weight:normal;
    margin-top:10px;
}

#BottomDiv {
    color:#22641F;
    margin-top:15px;
}

#SubPageContentDiv {
    width:684px;
    background-color:White;
    min-height:310px;
    height: auto;
    padding-left:35px;
    padding-right:35px;
    padding-top:15px;
    padding-bottom:15px;
    text-align:left;
    margin:0 auto;
}

/* Hack for IE to take care of vertical stretching */
* HTML #SubPageContentDiv {
    height:310px;
}
/* End IE Hack */

#AdminPageContentDiv {
    width:684px;
    background-color:White;
    min-height:400px;
    height: auto;
    padding-left:35px;
    padding-right:35px;
    padding-top:5px;
    padding-bottom:15px;
    text-align:left;
    margin:0 auto;
}

/* Hack for IE to take care of vertical stretching */
* HTML #AdminPageContentDiv {
    height:400px;
}
/* End IE Hack */

#PageTitle {
    font-weight:bold;
    color:#0E280D;
    font-size:13pt;
    text-align:center;
    margin-bottom:25px;
}

.PageTitle {
    font-weight:bold;
    color:#0E280D;
    font-size:13pt;
    text-align:center;
    margin-bottom:25px;
}

.AlertMessage {
    color:Red;
}

.AdminPageHeader {
    font-size:11pt;
    font-weight:bold;
    margin-top:25px;
    margin-bottom:35px;
    color:#22641F;
}

.ScreenTitle {
    font-weight:bold;
    font-size:13pt;
    color:#22641F;
}

#ScreenTitleTable {
    margin-top:15px;
    margin-bottom:25px;
}

.LeftAlignedOuterDiv {
    text-align:left;
    width:80%;
    margin-left:auto;
    margin-right:auto;
}

.OddRow {
    background-color:#D8D8D8;   
}

.EvenRow {
    background-color:#EEEEEE;   
}

.GridHeaderRow {
    background-color:#22641F;
    color:White;
}

.NewsItemTitle {
    font-weight:bold;
    color:#0E280D;
    font-size:11pt;
    text-align:center;
    margin-bottom:25px;
}

.NewsItemContent {
    text-align:left;
    line-height:1.5;
}

.ProjectPageTopText {
     text-align:left;
     line-height:1.5;
     margin-bottom:20px;
}

.ProjectType {
    font-weight:bold;
    font-size:11pt;
    margin-bottom:15px;
}