/* CSS Document */

/************************/
/*** GENERAL SETTINGS ***/
/************************/

img {
  border:0px;
}

/*******************/
/*** BASE LAYOUT ***/
/*******************/

body {
  margin:0px;
  background-color:#fbfafa;
  font-family: Arial, Tahoma, Verdana;
  font-size:10pt;
  color:#948f56;
}

#container, #footer {
  margin:0px;
  width:100%;
  text-align:center;
}
#news_list, 
#news_list li {width:180px;}
#news_list li,
#news_list ul {list-style:disc}
#content, #footer-center {
  margin:0 auto;
  text-align:left;
  width:990px;
}

#footer {
  clear:both;
  float:left;
  background-image:url('../img/footer_bg.jpg');
  background-repeat:repeat-x;
}

#footer-content {
  float:left;
  background-image:url('../img/footer_content_bg.jpg');
  width:928px;
  height:132px;
  margin-left:26px;
  text-align:center;
}

/******************/
/*** NAVIGATION ***/
/******************/

#nav {
  width:990px;
} 

#nav #logo {
  margin:15px 0 0 30px;
}

#nav .header {
  float:left;
}

#nav a{
  float:left;
  text-decoration:none;
}

#mm_news, #mm_profile, #mm_eco, #mm_services, #mm_steward, #mm_agriculture, #mm_contact,
#mm_news_on, #mm_profile_on, #mm_eco_on, #mm_services_on, #mm_steward_on, #mm_agriculture_on, #mm_contact_on {
  height:53px;
  margin:0px;
}

#mm_news {
  background-image:url('../img/mm_news.jpg');
  width:101px;
}

#mm_news_on {
  background-image:url('../img/mm_news_active.jpg');
  width:101px;
}

#mm_news:hover {
  background-position:101px 0px;
}

#mm_profile {
  background-image:url('../img/mm_profile.jpg');
  width:58px;
}

#mm_profile_on {
  background-image:url('../img/mm_profile_active.jpg');
  width:58px;
}

#mm_profile:hover {
  background-position:58px 0px;
}

#mm_eco {
  background-image:url('../img/mm_ecosystem.jpg');
  width:196px;
}

#mm_eco_on {
  background-image:url('../img/mm_ecosystem_active.jpg');
  width:196px;
}

#mm_eco:hover {
  background-position:196px 0px;
}

#mm_services {
  background-image:url('../img/mm_services.jpg');
  width:68px;
}

#mm_services_on {
  background-image:url('../img/mm_services_active.jpg');
  width:68px;
}

#mm_services:hover {
  background-position:68px 0px;
}

#mm_steward {
  background-image:url('../img/mm_steward.jpg');
  width:121px;
}

#mm_steward_on {
  background-image:url('../img/mm_steward_active.jpg');
  width:121px;
}

#mm_steward:hover {
  background-position:121px 0px;
}

#mm_agriculture {
  background-image:url('../img/mm_agriculture.jpg');
  width:79px;
}

#mm_agriculture_on {
  background-image:url('../img/mm_agriculture_active.jpg');
  width:79px;
}

#mm_agriculture:hover {
  background-position:79px 0px;
}

#mm_contact {
  background-image:url('../img/mm_contact.jpg');
  width:139px;
}

#mm_contact_on {
  background-image:url('../img/mm_contact_active.jpg');
  width:139px;
}

#mm_contact:hover {
  background-position:139px 0px;
}

#newsletter_btn {
	position:absolute;
	left:770px;
	top:23px;
}

/***********************/
/*** GENERAL CONTENT ***/
/***********************/

.content-block {
  clear:both;
  float:left;
  margin:5px 0 0 27px;
  width:926px;
  border:1px solid #e0e2c3;
  border-bottom-width:0px;
  background-color:#f2f2d9;
}

.bold {
  font-weight:bold;
}

h2 {
  font-family: georgia; 
  font-size: 14pt; 
  font-weight: normal; 
  text-transform: uppercase; 
  color: #be7040;
}

a {
 color:#be7040;
}

a:hover {
  color:#ec8444;
}

/**********************/
/*** FOOTER CONTENT ***/
/**********************/

#footer-content p {
  margin:34px auto;
}

#footer-content p a{
  color:#cdcdb5;
  text-decoration:none;
}

.footer-small a {
  font-size:8pt;
  color:#d5d5d5;
}