@charset "UTF-8";

*{
margin: 0 auto;
font-family:Helvetica, Palotino, sans-serif;
font-size: 14px;
color: #444444;
font-weight:100;
text-decoration:none;
text-transform:none;}

* a, * acronym{
cursor:pointer;
color:#9abb50;}

* a:hover{
text-decoration:underline;}

.opaque{
opacity: 0.4;
filter:alpha(opacity=40);}

.opaque:hover{
opacity: 1;
filter:alpha(opacity=100);}

.greybackground{
background-color:#767769;}

.bold{
font-weight:bold;}

.greenHeader{
font-size:24px;
font-weight:bold;
color:#9abb50;}

.greenText{
color:#9abb50;}

span.block{
display:block;}

*.table{
display:table;}

*.th{
display:table-header-group;}

*.td{
display:table-cell;}

*.clear{
clear: both;}

*.clearFloat{
	clear: both;
	width: 100%;}

div#page_container{
position: relative;
height: 800px;
width: 1024px;
border-top: 5px solid #9abb50;}

div#header{
margin: 10px;
height: 55px;}

div#header img{
position: relative;
top: 10px;
z-index:1;}

div#menu{
height:38px;
width: 1024px;
background-color:#767769;;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;}

div#flash_menu{
width: 650px;
position: absolute;
left:350px;
z-index:2;
}

div#menu_extension{
width: 350px;
height: 38px;
position: absolute;
background-image:url(../images/main/menu_extension.jpg);
background-repeat:no-repeat;
background-position:left top;}

div#menu_spacer{
background-color:#767769;
background-repeat:no-repeat;
background-position: top left;
height: 38px;
position: absolute;
left: 900px;
height: 38px;
width: 124px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
z-index:0;}

div#content_container{
padding-top: 15px;
min-height:300px;
position:relative;
background-image:url(../images/main/top_divider.png);
background-repeat:no-repeat;
background-position:top center;
margin-bottom: 10px;
z-index: 10;}
	
div#footer{
position:relative;
border-top: 10px solid #767769;
height: 87px;
padding-top: 15px;
text-align: center;
clear:both;}

div#tree_graphic{
position: absolute;
left: 0px;
top: -235px;
width: 217px;
height: 268px;
background-image:url(../images/main/tree_graphic.jpg);
background-repeat:no-repeat;
background-position:bottom left;
z-index: -1;}

div#foot_nav{
margin-bottom: 5px;
text-align:center;}
