body {
	margin-top: 10px;
	text-align: center; 
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1.3px;
	line-height: 24px;
	background: url(images/bg.png) repeat;
}

/* font link styles */

a:link {color: #ccc; font-weight: bold; text-decoration: none;}
a:visited {color: #ccc;	font-weight: bold; text-decoration: none;}
a:hover {color: #fff; font-weight: bold; text-decoration: none;}
a:active {color: #ccc; font-weight: bold; text-decoration: none;}

.copyright a:link {color: #ccc; text-decoration: none}
.copyright a:visited {color: #ccc; text-decoration: none}
.copyright a:hover {color: #fff; text-decoration: none}
.copyright a:active {color: #ccc; text-decoration: none}

/* div definition and styles */


p {margin: 0px;}

#container {
	margin: 0px auto;
	padding: 0;
	width: 1020px;
}

#left {
	float: left;
	margin: 0px auto;
	padding: 0;
	width: 70px;
	height: 590px;
}

#header {
	float: left;
	position: relative;
	z-index: 100; 
	width: 500px;
	height: 200px;
}

#intro {
	position: relative;
	z-index: 100; 
	width: 460px;
	height: 70px;
	padding: 50px 20px 10px 20px;
	text-align: left;
}

#environment {
	position: relative;
	z-index: 100; 
	width: 460px;
	height: 50px;
	background:url(images/bg_environment_yellow.png);
	padding: 10px 20px 10px 20px;
	text-align: left;	
}

#logo {
	float: left;
	position: relative;
	z-index: 100; 
	width: 450px;
	height: 200px;
	background: url(images/logo.png) no-repeat;
}

#encourage {
	float: left;
	position: relative;
	z-index: 102; 
	width: 910px;
	height: 210px;
	text-align: left;
	background:url(images/bg_encourage_yellow.png) no-repeat;
	padding: 10px 20px 10px 20px;
	text-align: left;	
}

#local {
	float: left;
	position: relative;
	z-index: 4;
	width: 910px;
	height: 50px;
	background:url(images/bg_local_yellow.png);
	padding: 10px 20px 10px 20px;
	text-align: left;	
}

#believe {
	float: left;
	position: relative;
	z-index: 4;
	width: 910px;
	height: 50px;
	background:url(images/bg_believe_yellow.png);
	padding: 10px 20px 10px 20px;
	text-align: left;	
}

#contact  {
	float: left;
	position: relative;
	z-index: 4;
	width: 950px;
	height: 40px;
}

#footer {
	position: relative;
	z-index: 0; 
	width: 950px;
	height: 30px;
}

#copyright {
	float: left;
	position: relative;
	z-index: 0; 
	width: 600px;
	height: 30px;
	padding-left: 10px;
	display: inline;
}

#designed {
	float: left;
	position: relative;
	z-index: 0; 
	width: 200px;
	height: 30px;
	display: inline;
	padding-right: 20px;
}

/* graphic bullets 

ul {
	list-style-image: url(images/bullet.gif);
	line-height: 28px;
	padding-right: 16px;
	vertical-align: middle;
} */

ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	line-height: 24px;
	}

li {
	background: url(images/bullet.png) left center no-repeat;
	padding-left: 25px;
	margin-bottom: 10px;
	}

/* text layout */

.copyright
{
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	letter-spacing: 0.6px;
	color: #767769;
	padding: 4px 70px;
}

.emailform {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

.intro {
	color: #EEB94A;
}

.environment {
	color: #FFFFFF;
}

.encourage {
	color: #767769;
}

.local {
	color: #FFFFFF;
}

.believetop {
	color: #767769;
}

.believebottom {
	color: #231f20;
}	


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:23px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:11px;
font-weight:bold;
width:118px;
padding:5px 0 5px 6px;
color:#fff;
background:#4d0202;
text-decoration:none;
margin-left:1px;
text-align: left;
}
/* style the links hover */
.menu :hover{
color:#4d0202;
background-color:#FFFFFF;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:124px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}
