/*
=general
=page structure
=utility_navigation
=main_navigation
=sub_navigation
=sub_sub_navigation
=table
=form
=page content
=site map
=footer
=debug
=misc
*/

/*
=general
---------------------------------------------- */

* {
    margin: 0;
    padding: 0;
}

html {
	height: 101%;
}

html, body {
    width: 100%;
}

body {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 75%;
    line-height: 1.6;
    font-weight: normal;
    color: #333;
    text-align: center;
    background: #F3F3F3 url(/images/bg-body.gif) repeat-x 0% 0%;
}

table, tr, td, input, select, textarea, ul, ol {
    font-size: 100%;
    vertical-align: top;
}

a img, img {
    border: 0;
}

code, pre {
    font-size: 1em; /* 12px */
    color: #999;
    background: #fff;
    display: block;
    width: 500px;
}

h1, h2, h3, h4, h5 {
    font-family: "Helvetica Bold", Helvetica, Arial, sans-serif;
}

h1 {
    font-size: 2.085em; /* 25px */
    line-height: 1;
    color: #297C2E;
    padding: .75em 0 .5em;
    clear: both;
}

h1.prevar {
    width: 378px;
    height: 41px;
    background: transparent url(/images/bg-h1-prevar.gif) no-repeat 0% 0%;
    margin-top: 5px;
    padding-bottom: 0;
    text-indent: -999em;
}

h1.com {
    color: #919291;
}

em {
    color: #ED1C24;
}

h2 {
    font-size: 1.665em; /* 20px */
    line-height: 1;
    color: #85C440;
    padding: .5em 0 .35em;
}

h3 {
    font-size: 1em; /* 12px */
    color: #999;
}

h4 {}

ul, ol {
    list-style: none;
}

p {
    padding: .35em 0px 1.5em;
}

em {
    font-weight: bold;
    font-style: normal;
}

sup {vertical-align: top;}


/*
=page structure
---------------------------------------------- */

#container {
    margin: 0 auto;
    text-align: left;
    width: 759px;
    background: #F3F3F3 url(/images/bg-container.gif) repeat-y 50% 100%;
}

#header {
    position: relative;
    background: transparent url(/images/bg-header.jpg) no-repeat 50% 0%;
    width: 759px;
    height: 111px;
}

#header #logo_prevar {
    margin: 27px 0 0 21px;
}

#menu {
    background: transparent url(/images/bg-menu.gif) no-repeat 0% 0%;
    margin-left: 2px;
    padding: 5px 0 2em 0;
    width: 195px;
    float: left;
    display: inline;
}

/* news */

#news {
    clear: left;
    float: left;
    display: inline;
    margin: 32px 0 0 20px;
    width: 174px; /* 175px */
    border-left: 1px solid #BABABB;
    background-color: #F3F3F3;
}

#news h2 {
   background: transparent url(/images/bg-news-h2.gif) no-repeat 0% 0%;
   width: 175px;
   height: 26px;
   padding: 0;
}

#news h3 {
    background: transparent url(/images/bg-news-h3.gif) no-repeat 0% 0%;
    font-size: .915em; /* 11px */
    margin: 0 5px .5em;
    padding: .5em 6px 0;
}

#news a {
    color: #333;
    text-decoration: none;
    line-height: 1.2;
}

#news a:focus, #news a:hover, #news a:active {
    color: #79AE79;
}

#news p {
    margin: 0 11px .5em 11px;
    padding: 0;
}

#news p a {
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #85C285;
}

#news p a:hover, #news p a:hover, #news p a:hover {
    color: #79AE79;
}

#news .more {
    margin-bottom: 1em;
}

#news strong {
    color: #79AE79;
}

#content_wrapper {
    margin-right: 27px;
    width: 520px;
	float: right;
	display: inline;
}

#banner {
    background: url(/images/bg-banner.jpg) no-repeat 0% 0%;
    width: 520px;
    height: 135px;
}

#content {
    width: 505px;
    min-height: 500px;
	height: 500px;
	margin-bottom: 3em;
	padding: 6px;
}

*>#content {
    height: auto;
}

/* footer */

#footer {
    clear: both;
    margin-left: 8px;
    background-color: #999;
    padding: .5em 0;
    color: #fff;
    width: 743px;
    font-size: .83em; /* 10px */
    text-align: center;
}

/*
=utility-navigation
---------------------------------------------- */

#utility_navigation {
    position: absolute;
    right: 98px;
    bottom: 13px;
}

#utility_navigation li {
    padding-left: 9px;
    background: transparent url(/images/bg-utility-nav-li.gif) no-repeat 0% 90%;
}

#utility_navigation a {
    color: #333;
    font-size: .93em;
    text-decoration: none;
    border-bottom: 1px solid #99CC99;
}

#utility_navigation a:hover {
    background-color: #CCFF99;
}

/*
=main_navigation
---------------------------------------------- */

#main_navigation {
    background: transparent url(/images/bg-main-nav-ul.gif) no-repeat 0% 100%;
    float: left;
    padding-bottom: 25px;
}

#main_navigation li {
    float: left;
}

#main_navigation a {
    display: block;
    line-height: 1.5em;
    width: 159px; /* 195px */
    background: transparent url(/images/bg-main-nav-a.gif) repeat-y 0% 100%;
    padding: .5em 0px .5em 36px;
    font-size: .835em; /* 10px */
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    color: #2A6A2D;
}

#main_navigation a:focus, #main_navigation a:hover, #main_navigation a:active, #main_navigation li.current a {
    background-position: -195px 100%;
    color: #fff;
}

#main_navigation li.current a {
    text-decoration: underline;
}

/*
=sub_navigation
-----------------------------------------------*/

#main_navigation #sub_navigation {
    float: left;
    background: transparent url(/images/bg-sub-nav-ul.gif) repeat-y 0% 0%;
}

#main_navigation #sub_navigation a {
    background: transparent url(/images/bg-sub-nav-a.gif) no-repeat 15% 50%;
    color: #79A548;
}

#main_navigation #sub_navigation a:focus, #main_navigation #sub_navigation a:hover, #main_navigation #sub_navigation a:active, #main_navigation #sub_navigation li.current a {
    background: transparent url(/images/bg-sub-nav-a.gif) no-repeat 15% 50%;
    text-decoration: underline;
    color: #42770D;
}

/*
=sub_sub_navigation
-----------------------------------------------*/

#main_navigation #sub_navigation #sub_sub_navigation {
    background: transparent url(/images/sub-sub-nav-ul.gif) repeat-y 0% 0%;
    float: left;
}

#main_navigation #sub_navigation #sub_sub_navigation a {
    color: #999;
    padding: .3em 0px;
    background: transparent url(/images/bg-sub-sub-nav-a.gif) no-repeat 38px .9em;
    padding-left: 48px;
    width: 147px; /* 195px */
}

#main_navigation #sub_navigation #sub_sub_navigation a:focus, #main_navigation #sub_navigation #sub_sub_navigation a:hover, #main_navigation #sub_navigation #sub_sub_navigation a:active, #main_navigation #sub_navigation #sub_sub_navigation a.current {
    color: #6E6E6E;
    background: transparent url(/images/bg-sub-sub-nav-a.gif) no-repeat 38px .9em;
    text-decoration: underline;
    padding-left: 48px;
}

/*
=table
---------------------------------------------- */

table {
    margin: 1em 0;
    width: 100%;
}

td {
    width: 50%;
    padding: .75em 10px;
    border-bottom: 1px solid #ddd;
    line-height: 1.2;
}

.row_odd {
    background: #eee;
}

/*
=form
---------------------------------------------- */

/*
=page content
---------------------------------------------- */

#content a {
    color: #030;
    text-decoration: none;
    border-bottom: 1px solid #9C3;
    padding-bottom: 1px;
}

#content a:focus, #content a:hover, #content a:active {
    background-color: #cf9;
}

#content a.back {
    background: transparent url(/images/bg-a-back.gif) no-repeat 1% 50%;
    padding-left: 21px;
}

#content a.back:focus, #content a.back:hover, #content a.back:active {
    background: #cf9 url(/images/bg-a-back.gif) no-repeat 1% 50%;
}

#content ul {
    margin: 0 0 .75em 10px;
}

#content li {
    background: transparent url(/images/bg-content-li.gif) no-repeat 0 .9em;
    padding: .25em 0 .25em 10px;
}

.info {
    font-family: helvetica bold, helvetica, arial, verdana, sans-serif;
    font-size: 1.1em; /* 13px */
    font-weight: bold;
    color: #85C440;
}

.frame {
    background: transparent url(/images/bg-frame.gif) no-repeat 0% 0%;
    margin: 1em auto;
    padding: 11px 0px 0px 11px;
    width: 435px;
    height: 277px;
}

img#quote {
    margin: 8px 0 1em 15px;
    float: right;
}

/*
=site map
---------------------------------------------- */

#site_map {
    margin-bottom: 2em;
}


/*
=debug
---------------------------------------------- */

.debug {
    margin: 1em 0;
}

/*
=misc
---------------------------------------------- */

.hide {
    position: absolute;
    left: -999em;
}

.error {
    color: red;
}

/*
=listing
---------------------------------------------- */

dl {
    border-bottom: 1px solid #C8DCC9;
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
    float: left;
    width: 100%;
}

dt {
    font-size: 1.7em; /* 20px */
    font-weight: bold;
    line-height: 1.2;
    color: #85C440;
}

#content dt a {
    color: #85C440;
    border-bottom: none;
}

#content dt a:focus, #content dt a:hover, #content dt a:active {
    color: #1F7624;
    background: none;
}

dd.date {
    color: #999;
    font-weight: bold;
}

#content .thumb {
    width: 150px;
    height: 135px;
    float: left;
    margin: 0;
    background: transparent url(/images/bg-directors-thumb.jpg) no-repeat 0% 0%;
}

#content .thumb a {
    background: none;
    border: 1px solid #1F7624;
    float: left;
    padding: 0;
}

#content .thumb a:focus, #content .thumb a:hover, #content .thumb a:active {
    background: none;
    border: 1px solid #85C440;
    float: left;
    padding: 0;
}

/*
=news_list
---------------------------------------------- */

#news_list {
    width: 100%;
    float: left;
}

#news_list dd {
    margin-left: 90px;
}

#news_list dd.thumb {
    width: 89px;
    height: 90px;
    padding-left: 1px;
    float: left;
    margin: 0px;
    background: transparent url(/images/bg-news-thumb.jpg) no-repeat 0% 0%;
}

#news_list .thumb a:focus, #news_list .thumb a:hover, #news_list .thumb a:active {
    background: none;
    border: none;
}

/*
=directors_list
---------------------------------------------- */

#directors_list {
    width: 100%;
    float: left;
}

#directors_list dt, #directors_list dd {
    margin-left: 150px;
}
