@charset "utf-8";
/* CSS Document */

body#homepage {
	margin: auto;
	width:auto;
}

/* Container 
#container {
	width:830px;
	margin:0 auto;
}*/

/* Header */
#header {
	margin: 5px auto 7px auto;
	width:830px;
	height:auto;
}

#header img {
	border:0;
}

#logo{
	float:left;
	width:288px;
	height:140px;
}

#quote{
	float:right;
	width:288px;
	height:140px;
	margin-bottom:0px;
}

#header02{
	margin: 0px auto 40px auto;
	width:830px;
	height:auto;
}

#gray_content {
	margin: 0px auto;
	width:auto;
	height:auto;
	/*background-color:	#D8D8D8 ;*/
	background-image:url('images/greengradient.gif');
	background-repeat:repeat;

}

#topimage{
	background-image:url('images/top03.gif');
	background-repeat:repeat-x;
	width:830px;
	height:50px;	
	margin-top:-12px;
}

#topimage2{
	background-image:url('images/top01.gif');
	background-repeat:repeat-x;
	width:830px;
	height:50px;	
	margin-bottom:-12px;
}

#line1 {
    margin: 3px auto 0px auto;
	position:relative;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:9px;
	background-color:#A2CD5A;
	/*background-color:#D8D8D8;
	background-image:url(images/top_navbar.gif);
	background-repeat:repeat-x;*/
	width:830px;
	height:1px;
}

#line {
    margin: 0px auto -1px auto;
	position:relative;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#A2CD5A;
	width:830px;
	height:1px;
}

/* Navigation drop down menue and links */
#menuh{
	font-size:8px;
	font-weight:bold;
	letter-spacing:1px;
	/*font-variant:small-caps;*/
	text-transform:uppercase;
	font-family:agency fb, palatino linotype, "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:100%;
	margin-left:20px;
}
		
#menuh a{
	display:block;
	border: 0px solid #555;
	white-space:nowrap;
	padding:5px 30px 5px 30px;
}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */{
    color:black;
	background-color:#FFFFFF;
	text-decoration:none;
	font-family:agency fb, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:1px;
	/*font-variant:small-caps;*/
}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color:white;
    background-color: #282828;/*#2F4F4F;*/
	text-decoration:none;
	font-family:agency fb, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:1px;
	/*font-variant:small-caps;*/
	}	

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	/*
	width:9em;	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#menuh li
	{
	position:relative;
	min-height: 1px;		/* for IE7 */
	vertical-align: bottom;		/* for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */

#body {
	margin: 0px auto;
	width:auto;
	height:317px;
}

#filler {
	margin: 0px auto;
	width:830px;
	height:20px;
	text-align:center;
}

#filler p {
	margin: 0px auto;
	color:#666666;
	font-size:11px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
}

#recycle{
	width:100px;
	height:100px;
	margin:0px 0px -5.3em 1em;
	background-image:url('images/recycle01.gif');
}

#rightcontent{
	width:28em;
	height:auto;
	float:right;
	background-color: #F6F9ED;
	padding:0px 10px 0px 20px;
	margin-top:-17em;
	margin-left:135px;
	margin-bottom:50px;
}

#leftcontent{
	width:45%;
	height:auto;
	padding: 5px 5px 5px 5px;
	margin:50px 0px 20px 5px;
}

#leftcontent img{
	padding: 0px 0px 0px 0px;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
}

#fonts{
	position:relative;
	/*margin-bottom:9em;*/
}

#font01{
	margin-right:3em;
	float:left;
}

#font02{
	margin-right:3em;
	float:left;
}

#font03{
	margin-right:3em;
	float:left;
}

#font04{
	margin-right:0px;
	float:left;
}

#boxes{
	position:relative;
	margin-bottom:15em;
	background-image:url('images/backbox01.gif');
}

#box01{
	margin-right:3em;
	float:left;
}

#box02{
	margin-right:3em;
	float:left;
}

#box03{
	margin-right:3em;
	float:left;
}

#box04{
	margin-right:0px;
	float:left;
}

#content {
	margin: auto;
	padding: 0px 5px 10px 5px;
	background-color:#FFFFFF;
	width:830px;
	height:auto;
}

#content p {
	font-family:Arial, palatino linotype, lucida sans unicode, impact, "Trebuchet MS", Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:0px;
	color:#666666;
}

#content h1 {
	font-family:agency fb, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:30px;
	color: black;
	margin-left:4.5em;
	/*text-align: center*/
}

#content h5 {
	font-family:agency fb, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	letter-spacing:1px;
	font-variant:small-caps;
	color:black;
}

#content li {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

#content a:link, #content a:visited, #content a:active {
        color:#8B0000;
        font-family: palatino linotype, "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:12px;
}

#content a:hover {
		margin: 0px auto;
        color: black;
        font-family: palatino linotype, "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:12px;
}

#line2 {
    margin: 0px auto 10px auto;
	position:relative;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:9px;
	background-color:#A2CD5A;
	width:830px;
	height:1px;
}

#footer {
	margin: -36px auto 0px auto;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:9px;
	background-color:#2F4F4F;
	/*background-image:url(images/footer_navbar.gif);
	background-repeat:repeat-x;*/
	width:830px;
	height:30px;
	/*padding:10px 10px 10px 10px;*/
}

#foot_text_1 {
	margin: 15px 0px 0px 37px;
	color:#FFF;
	font-size:16px;
	/*float:left;*/
}	

#footer_2 {
	margin: 0px auto;
	width:830px;
	height:25px;
}

#footer_2 a:link, #footer_2 a:visited, #footer_2 a:active {
        color:#8B0000;
        font-family: palatino linotype, "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:14px;
}

#footer_2 a:hover {
		/*margin: 0px auto;*/
        color: black;
        font-family: palatino linotype, "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:12px;
}

#footer_left {
	margin: 0px 0px 0px 20px;
	font-family:palatino linotype, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:9px;
	width:270px;
	height:50px;
	float:left;
}

#footer_left a:hover {
		margin: 0px auto;
        color: black;
		font-size:9px;
		width:270px;
		height:50px;
        font-family: palatino linotype, "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:14px;
}

#footer_middle {
	margin: 0px auto;
	font-family:palatino linotype, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:9px;
	width:270px;
	height:50px;
	float:left;
}

#footer_middle a:hover {
		margin: 0px auto;
        color: black;
		font-size:9px;
		width:270px;
		height:50px;
        font-family: palatino linotype, "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:14px;
        }

#footer_right {
	margin: 0px auto;
	font-family:palatino linotype, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:9px;
	width:270px;
	height:50px;
	float:left;
}

#footer_right a:hover {
		margin: 0px auto;
        color: black;
		font-size:9px;
		width:270px;
		height:50px;
        font-family: palatino linotype, "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:14px;
}

#line3 {
    margin: 0px auto 0px auto;
	position:relative;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:9px;
	background-color:	#A2CD5A ;
	width:830px;
	height:1px;
}

#footer_bottom {
	margin: 0px auto 0px auto;
	background-color: white;
	width:830px;
	height:auto;
}

#footer_bottom p {
	color:#666666;
	font-size:10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#footer_bottom a:link, #footer_bottom a:visited, #footer_bottom a:active {
        color:#8B0000;
        font-family: palatino linotype, "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:10px;
}

#footer_bottom a:hover {
        color: black;
        font-family: palatino linotype, "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:10px;
        }
		
p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

a {
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	/*font:bolder;*/
}

ul {
	list-style:none;
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

li {
	list-style:none;
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#flash_content {
	margin: 0px auto;
	width:830px;
	height:317px;
}

#flash_content object{
}
