html {
    margin: 0;
    padding: 0;
   /* background: #286d00;*/
    position: relative;
}

body {
    top: 0;
    margin: 0 auto;
    padding: 0;
    min-width: 1050px;
    background: white;
    font-family: "DejaVu Sans","Bitstream Vera Sans","Myriad","Calibri","Lucida Sans",sans-serif;
color: #330033;
    font-size: 16px;
}

a, a:hover, a:visited, a:active {
    color: #269a11;
    text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
    margin: 6px 0 0;
    text-align: left;
}

ul {
    margin: 8px 0 4px 8px;
    padding: 0 0 0 14px;
    list-style-type: none;
}

* html ul {
    list-style-type: disc;
}

ul li {
    padding: 0 0 0 14px;
}

ul li:before {
    content: "-";
    float: left;
    margin: 0 0 0 -10px;
}

* html ul li {
    display: list-item;
    margin: 0;
}

#container {
    overflow: hidden;
    background: url(/img/container.png) repeat-x top left;
    padding: 126px 0 0 0;
    position: relative;
}

#topcontainer {
    background: #286d00;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 126px;
}

#topbar {
    margin: 0 auto;
    background: #286d00 url(/img/logobar.png) no-repeat top left;
    width: 2000px;
    height: 126px;
    position: absolute;
    left: -500px;
}

#logo {
    background: url(/img/logo.png) no-repeat top left;
    width: 215px;
    height: 35px;
    position: absolute;
    top: 74px;
    left: 45px;
}

#logo h1 {
    display: none;
}

/* Navigation rules. */
#navbar {
    position: absolute;
    right: 1030px;
    bottom: 0;
}
#navbar ul, #navbar li {
    margin: 0;
    padding: 0;
    float: left;
    list-style-type: none;
}
#navbar ul {
    position: relative;
}
#navbar li {
    width: 110px;
    padding: 4px 0;
    position: relative;
}

#navbar li:before {
    content: "";
}
#navbar a {
    display: block;
    color: white;
    text-decoration: none;
    height: 100%;
}

#navbar a:hover {
    text-decoration: underline;
}

/* Main Menu */
#navbar ul {
    display: block;
    text-align: center;
}

#navbar ul li {
    background: url(/img/button-default.png) no-repeat top left;
    padding: 10px 2px 0;
    height: 30px;
}
* html #navbar ul li {
    margin: 0 2px;
}
#navbar ul li.active {
    background: url(/img/button-hilight.png) no-repeat top left;
}
#navbar ul li.active a {
    color: black;
}

#navbar ul ul {
    border: 1px #4f5666 solid;
    border-top: none;
    z-index: 999999;
    background: #2c3238;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    text-align: left;
    display: none;
    margin: 0;
    position: absolute;
    left: 1px;
}

#navbar li:hover ul {
    display: block;
}

#navbar ul ul li {
    background: transparent;
    border-top: 1px #4f5666 solid;
    padding: 0;
    height: auto;
}

#navbar ul ul a {
    padding: 5px 0 5px 10px;
    display: block;
    height: 100%;
}

#navbar ul ul a:hover {
    text-decoration: none;
}

#navbar ul ul a:hover:after {
    float: right;
    margin: 0 5px 0 0;
    content: "\2023";
}

* html #navbar ul ul a:hover {
    text-decoration: underline;
    display: block;
    float: left;
}

#navbar li.active ul {
    background: white;
    border: 1px #afafaf solid;
    border-top: none;
}

#navbar li.active li {
    border-top: 1px #afafaf solid;
}

#navbar li.active li.active {
    background: transparent;
}

#contentcontainer {
   /* background: url(/img/contentcontainer.png) repeat-x bottom left;*/
    text-align: center;
}

* html #contentcontainer {
    background: none;
}

#content {
    min-height: 400px;
    width: 1000px;
    margin: 40px auto 0;
    padding: 0 30px 40px;
    text-align: justify;
    overflow: hidden;
}

img {
    margin: 3px;
    border: none;
}

div.column {
    clear: both;
}

#column1 {
    clear: none;
    width: 60%;
    float: left;
    margin: 0;
    padding: 0;
}

#column2 {
    clear: none;
    width: 40%;
    float: left;
    margin: 0;
    padding: 0;
}

#content div.column div {
    margin: -1px 4px 4px 0;
    padding: 1px 0 0;
    background: url(/img/corner.png) no-repeat top right;
}

#content #column1 div {
    margin: -1px 50px 4px 0;
}

div.column h1, div.column h2, div.column h3 {
    margin: 8px 4px 0 0;
    padding: 0 0 0 6px;
    font-weight: normal;
    font-size: 200%;
    border-bottom: 1px dashed #bcbdc1;
}

div.column h2 {
    font-weight: 170%;
}

div.column h3 {
   font-size: 140%;
}

#column1 h1, #column1 h2, #column1 h3 {
    margin: 8px 50px 0 0;
}

#content div.column div div {
    margin: 0;
    padding: 0;
    background: none !important;
}

#content div.column div h1, #content div.column div h2, #content div.column div h3 {
    margin: 6px 0 0 0;
    padding: 0;
    border: none;
}

.introtext {
    font-weight: bold;
}

/*** News ***/

.newsheader {
    border-bottom: 1px dashed #bcbdc1;
    font-weight: normal;
    font-size: 140%;
font-size:14px;

}

.newsdate {
    font-size: 80%;
}

.newsheader a {
    color: black;
    text-decoration: none;
}

.newsitem {
    padding: 1px 8px 6px 6px !important;
    margin: -1px -2px 0 40px !important;
    border: 2px dashed white;
    border-top: none;
    -moz-border-radius: 0 0 5px 20px;
    -webkit-border-bottom: 0 0 5px 20px;
    border-radius: 0 0 5px 20px;
}

.newsitemhighlight {
    border: 2px dashed #bcbdc1;
    border-top: none;
}

.newsitem .readmore {
    text-align: right;
    margin: -20px 0 0;
    clear: right;
}

#content .tooltip, .toolbox {
    border: 1px solid #bcbdc1 !important;
    background: #c6ff20 !important;
    -moz-border-radius: 0 5px 5px 10px;
    -webkit-border-radius: 0 5px 5px 10px;
    border-radius: 0 5px 5px 10px;
}

#content .tooltip {
    color: black;
    padding: 4px;
    max-width: 400px;
    position: absolute;
}

#content a.toolbox:hover {
    text-decoration: none;
}

#content div.column .tooltip {
    background: #c6ff20 !important;
    padding: 4px;
}

ul.pagelist {
    list-style-type: none;
    overflow: hidden;
    text-align: center;
}

ul.pagelist li {
    display: inline;
    margin: 0;
    padding: 0;
}

ul.pagelist li a {
    padding: 0 2px;
}

/*** Footer ***/

#contact {
    /*background: #246b00 url(/img/bottom.png) repeat-x top left;*/
    /*width: 100%;*/
width: 1000px;
    height: 36px;
    /*color: white;*/
color: #330033;
    font-size: 16px;
    text-align: center;
    padding: 24px 0 0;
border-top:5px solid #009901;
margin-left:auto;
margin-right: auto;
}

#contact a, #contact a:hover, #contact a:visited, #contact a:active {
   color: white;
color: #330033;
}

/* Secondary nav */
html #secondary-nav {
    position: absolute;
    background: none !important;
    left: -100px;
    bottom: -35px;
}

#secondary-nav li {
    display: inline;
}

#secondary-nav li:before {
    content: "" !important;
}

#secondary-nav li.current a {
    font-weight: bold;
}

html #secondary-nav a {
    color: black;
}
