#footer {
	width: 100%;
	/*text-align: center;*/
  margin-bottom: 3em;
}
  #footer h6 {
    font-weight: bold;
  }

#footer-wrapper {
	background-color: #eee;
	width: 962px;
	margin: 0 auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

}

#footer-left {
	text-align: center;
	margin-top: 4em;
}

#icon_wrap {
	text-align: center;
	padding: 30px;
	}

#icon_wrap h6 {
	font-size: 0.8em;
}

#twitter_icon, #facebook_icon, #flickr_icon, #rss_icon {
	height: 50px;
	width: 50px;
	margin-right: 10px;
	display: block;
	float: left;
}
#twitter_icon {
	background: url(images/twitter_icon.png) no-repeat;
}

#tweet {
	display: none;
}

#tweet h4 {
	padding-bottom: 0;
	margin-bottom: 0;
}
.small {
	font-size: 0.8em;
}

#facebook_icon {
	background: url(images/fb_icon.png) no-repeat;
}

#flickr_icon {
	background: url(images/flickr_icon.png) no-repeat;
}

#rss_icon {
	background: url(images/rss_icon.png) no-repeat;
}
#footer-left, #footer-center, #footer-right {
	background: #eee;
	/*height: 250px;*/
}

#footer-center {
  font-size: 0.75em;  /* 16*0.75= 12px */
  padding-top: 4em;
  padding-bottom: 4em;
}

  #footer-center #nav_secondary {
    width: 100px;
    float: left;
    text-align: right;
    margin-top: 2em; /* 12*4= 48px, or one line-height */
  }
  #footer-center #nav_secondary ul {
    margin-right: 5px;
    font-weight: bold;
  }

    
  #footer-center #nav_ministry {
    width: 150px;
    float: left;
    text-align: left;
    padding-left: 30px;
    padding-right: 20px;
  }
    #footer-center #nav_ministry #col1 {
      float: left;
      width: 95px;
      margin-right: 5px;
    }
    #footer-center #nav_ministry #col2 {
      float: left;
      width: 50px;
    }

#footer-right {
  font-size: 0.75em; /* 16*0.75= 12px */
  text-align: left;
}
  #footer-right .wrap {
    padding: 4em 3em 2em;
  }
  #footer-right h6 {
    display: inline-block;
  }
  #footer-right p {
    margin-bottom: 2em;
  }
  #footer-right address {
    margin-top: 2em;
    margin-bottom: 2em;
    line-height: 1.5em;
  }

