/*tan #CED19F */
/*blu #1B4182 */ 
/*grn #828B3F */

/* General Settings */
p
{
	font-family: Trebuchet MS;
        font-size: 1em;
	margin-bottom: 10px;
}

BODY
{
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	background-image: url("/img/Greentoolback2.png");
}

img
{
	border: 0px solid #FFF;
}

.page_block
{
	padding: 0px;
}

/* Page Banner */
#banner
{
	background-image: url('/files/banner.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-color:#CED19F;
	height:142px;
	padding:0;
	text-align:center;
	width:100%;
}


/* Horizontal Menu */

#menu
{
	background-image: url('/files/menu-background.png');
	background-repeat: repeat-x;
        margin-left: auto;
        margin-right: auto;
	height:50px;
        width: 100%;
}

#menu a
{
	color: #fff;
	text-decoration: none;
}

#menu a:hover
{
	text-decoration: underline;
}

/* Main Content Container */
#container
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	padding: 4px;
}

/* Page Footer */
#footer
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	border-top: solid 4px #828B3F;	
	margin-bottom: 5px;
	text-align: center;
	color: #828B3F;
	clear: both;
}

/* Newsletter Link */
.mailinglist
{
        cursor: pointer;
        color: darkblue;
}

/* Menu settings */
#horiz_menu li, #horiz_menu ul
{		
	margin: 0;
	padding: 0;
        margin-left: 20px;
        margin-right: 20px;
	list-style-type: none; 
	list-style-image: none;
	display: inline;
	height: 38px;
}

.menu_text
{
	display: inline;
	font-size:14px;
	text-transform:uppercase;
	font-weight: bold;
	color: #FFF;
	text-align: center;	
}

#horiz_menu
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 12px;
        text-align: center;
}


