﻿body 
{
    padding:0px;
    margin:0px;
    background-color: #b5d8fc;
    font-family:Trebuchet MS;
    font-size:12px;
}

/*elements */

strong  {font-size:13px;}

h1      {font-size:14px;}

 .clear 
 {
    position:relative;
    clear:both;
    padding:0;
    margin:0;
 }
 
#wrapper {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:745px;
	padding-bottom:0;
	margin-bottom:0;
}

#nav-1 {
	position:absolute;
	left:0px;
	top:0px;
	width:130px;
	height:559px;
	background:url('/green/images/bg-1.jpg') no-repeat;

}

#nav-2 {
	position:absolute;
	left:130px;
	top:0px;
	width:128px;
	height:559px;
	background:url('/green/images/bg-2.jpg') no-repeat;

}

#text_area {
	position:absolute;
	left:258px;
	top:0px;
	width:542px;
	height:559px;
	background:url('/green/images/bg-3.jpg') no-repeat;
}

#ad_banner {
	position:absolute;
	left:0px;
	top:559px;
	width:800px;
	height:120px;
	background:url('/green/images/bg-4.jpg') no-repeat;

}

#footer {
	position:absolute;
	left:0px;
	top:679px;
	width:800px;
	height:66px;
	background:url('/green/images/bg-5.jpg') no-repeat;
	font-family: Trebuchet MS;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	text-align:left;
	vertical-align:bottom;
	padding:0;
	margin:0;
}

#logos
{
padding:0;
margin:0;
list-style-type:none;
}
#logos li {display:inline;float:left;padding:0 16px 0 16px;}
#menu li a
{
padding:0.2em 1em;
background:#fc6;
color:#000;
text-decoration:none;
float:left;
border:1px solid #000;
}
#menu li a:hover
{
background:#08c;
color:#fff;
}

/** links **/

a.txt_link
{
  color:Black;
  text-decoration:none;  
}

a.txt_link:hover
{
  color:gray; 
  text-decoration:underline; 
}

.nav_ul2    
{
    position:relative;
    list-style:none;
    padding:0px;
    margin:0px;
    top:170px;
    }
    
.main_nav   
{
    position:relative;
    display:block;
    text-align:center;
    color:White;
    font-size:15px;
    font-family:Trebuchet MS;
    text-decoration:none;
    font-weight:bold;
    width:128px;
    padding-top:25px;
    padding-bottom:25px;
}

a.main_nav:hover  
{
    color:Gray;
    text-decoration:underline;
}

.nav_ul1    
{
    position:relative;
    list-style:none;
    padding:0px;
    margin:0px;
    top:200px;
    padding-left:10px;
    }

.sub_nav    
{
    position:relative;
    display:block;
    text-align:center;
    color:White;
    font-size:11px;
    font-family:Trebuchet MS;
    text-decoration:none;
    font-weight:bold;
    width:130px;
}

#top    
{
    position:relative;
    width:800px;
    margin-left:auto;
    margin-right:auto;
    background-color: #b5d8fc;
}

#share  
{
    position:relative;
    color:#3052b6;
    width:680px;
    margin-left:auto;
    margin-right:auto;
    margin-top:5px;
    margin-bottom:5px;
    text-align:right;
    float:left;
}

#sharebutton    
{
    position:relative;
    background:url('/green/images/share.gif') no-repeat;
    width:100px;
    height:23px;
    float:right;
    padding-top:7px;
    padding-left:12px;   
}

#sb 
{
    position:relative;
    width:100px;
    height:30px;
    }

#legal_links    
{
    position:relative;
    float:right;
    padding-top:90px;
}

#legal_ul   
{
    position:relative;
    list-style:none;
    padding:0 10px 0 0;
    margin:0px;
    }

.legal_li   
{
    position:relative;
    display:block;
    font-size:11px;
    font-family:Trebuchet MS;
    font-weight:bold;
    width:105px;
    float:left;
}

a.legal_nav
{
    color:black;
    text-decoration:none;
}


a.legal_nav:hover  
{
    color:Green;
    text-decoration:underline;
}

/* page color */

#white-page {background-color:White;}

/* page text */

.txt-holder   {position:relative;top:100px;width:470px;margin-right:auto;margin-left:auto;}

