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

body {
	background: #000000;
	margin: 0px;
}
#main {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
}
#header {
	height: 110px;
	background: url(images/eco.jpg) bottom right no-repeat;
	margin-right: 10px;
	color: #333333;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	clear: both;
}
#header img{
	margin-top: 10px;
	margin-left: 30px;
	float: left;
	border: 0px;
}
#header ul {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header li {
	float: left;
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background: url(images/top-nav.jpg) top no-repeat;
}
#header li:hover{
	background-image: url(images/top-nav.jpg);
	background-repeat: no-repeat;
	background-position: 0px -36px;
}
#header li img {
	border: 0px;
}
#header li a{
	display: block;
	overflow: hidden;
	height: 26px;
	width: 102px;
	text-align: center;
	padding-top: 10px;
	text-decoration: none;
	color: #333333;
}
#header li a:hover{
	display: block;
	overflow: hidden;
	height: 36px;
	width: 102px;
	text-align: center;
	padding-top: 10px;
	text-decoration: none;
	color: #FFFFFF;
}
#area {
	background: url(images/background.jpg) top no-repeat;
	padding-top: 225px;
}
#footer {
	background: url(images/footer.jpg) top no-repeat;
	height: 167px;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	padding-left: 30px;
	clear: both;
}
#footer ul{
	margin-top: 20px;
	margin-left: 0px;
	padding: 0px;
	width: 160px;
	float: left;
}
#footer li{
	list-style: none;
	margin-bottom: 10px;
}
#footer li a:link,#footer li a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#footer li a:hover{
	text-decoration: underline;
}
#footer div{
	width: 220px;
	float: right;
	margin-top: 120px;
	font-family: Arial;
	font-size: 14px;
	font-style: italic;
}
.copyright{
	background: #575757 url(images/copyright.jpg) top repeat-x;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	display: block;
	clear: both;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	text-align: center;
}
.copyright a{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}

/*Social Plugin
---------------*/
#social{
	clear: both;
	border:0;
	margin:0;
	padding:0;
	float: left;
	position: fixed;
	right:0px;
	top:300px;
	width:45px;
	z-index:1;
}
#social a{
	background: url(images/social.jpg) no-repeat 0 0;
	display: block;
	width: 44px;
	height: 46px;
	padding: 0px;
	margin: 0px;
}
#social a.twitter{
	background-position: 0px 0px;
}
#social a.twitter:hover{
	background-position: 0px -46px;
}
#social a.facebook{
	background-position: 0px -92px;
}
#social a.facebook:hover{
	background-position: 0px -138px;
}
#social a.blog{
	background-position: 0px -184px;
}
#social a.blog:hover{
	background-position: 0px -230px;
}

/*Homepage Layout
---------------*/
#homepage {
	margin: 10px;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}
#homepage h1{
	margin: 5px;
	padding: 0px;
	font-family: Arial;
	font-size: 16px;
	color: #647713;
}
#homepage div{
	height: 260px;
	vertical-align: middle;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
	background: url(images/home.jpg) bottom no-repeat;
	text-align: center;
	padding-top: 10px;
}
#homepage div div{
	font-family: Arial;
	height: 220px;
	width: 300px;
	background: none;
	float: left;
	border-top-style: none;
	text-align: left;
	margin-left: 10px;
}
#homepage div div.center{
	font-family: Arial;
	height: 220px;
	width: 300px;
	background: none;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #666666;
	float: left;
	border-top-style: none;
	text-align: left;
	margin-left: 10px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #666666;
	padding-left: 10px;
}
#homepage h2{
	margin: 5px;
	padding: 0px;
	font-family: Arial;
	font-size: 14px;
	color: #00345e;
}
#homepage img{
	margin: 10px;
	float: right;
}
#homepage div div p{
	margin-top: 10px;
	margin-right: 10px;
	text-align: right;
}
#homepage div div a:link, #homepage div div a:visited{
	color: #00345e;
	text-decoration: none;
}
#homepage div div a:hover{
	color: #00345e;
	text-decoration: underline;
}

/*Inner Layout
---------------*/
/*Homepage Layout
---------------*/
#inner {
	margin: 10px;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}
#inner h1{
	margin: 5px;
	padding: 0px;
	font-family: Arial;
	font-size: 16px;
	color: #647713;
}
#inner h2{
	margin: 5px;
	padding: 0px;
	font-family: Arial;
	font-size: 14px;
	color: #647713;
}
#inner h3{
	margin: 5px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}
#inner form{
	width: 450px;
	margin-left: 30px;
}
#inner div.quotes{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #990000;
	text-align: center;
	margin: 10px;
}

/*Inner Page Navigation
---------------*/
#head-nav {
	background: url(images/head-nav.jpg) bottom repeat-x;
	height: 20px;
	padding-bottom: 10px;
	text-align: center;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}
#head-nav a:link, #head-nav a:visited{
	margin-left: 20px;
	margin-right: 20px;
	color: #333333;
	text-decoration: none;
}
#head-nav a:hover{
	color: #000000;
}
.pad {
	margin-left: 20px;
	margin-right: 20px;
}
.pad img.i{
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}
.pad img{
	margin: 8px;
}
.pad li{
	margin-bottom: 10px;
}
.pad li strong{
	color: #00345e;
}
.pad a:link, .pad a:visited{
	color: #647713;
	text-decoration: none;
}
.pad a:hover{
	color: #647713;
	text-decoration: underline;
}
.pad li a:link, .pad li a:visited{
	color: #647713;
	text-decoration: none;
	font-weight: bold;
}

/*Other Styles
---------------*/
label {
	font-family: Arial;
	font-size: 12px;
	width: 150px;
	float: left;
}
input {
	font-family: Arial;
	font-size: 12px;
	width: 200px;
	margin-bottom: 20px;
}
input.button{
	font-family: Arial;
	font-size: 12px;
	width: 100px;
	margin-bottom: 20px;
}
textarea {
	font-family: Arial;
	font-size: 12px;
	width: 200px;
}