/* Before footer */

#morefoot {
	height: 135px;
  background: url(images/bg-trans_foot.png) no-repeat;
  padding: 15px 15px 0px 15px;
  color: #777;
  overflow: hidden;
}
#morefoot p {
  
}

#morefoot a {
  color: #777;
}
#morefoot a:hover {
  text-decoration: underline;
  color: #777;
}
  
#morefoot h3 {
  font-size: 11px;
  font-weight: bold;
  color: #777;
  border-bottom: 1px dotted #444;
  margin: 0;
  padding: 0 0 4px 25px;
}

#morefoot .col1, #morefoot .col2, #morefoot .col3, #morefoot .col4 {
  float: left;
  width: 202px;
  }
#morefoot ul {
	margin: 4px;
}
#morefoot ul li, #morefoot p {
	font-size: 11px;
}
#morefoot li {
  margin-bottom: 5px;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
}


/* footer*/
#footer {
  clear: both;
  text-align: center;
  }
#footer p {
  font-size: 9pt;
  color: #bbb;
  padding: 0;
  }
#footer a {
  color: #bbb;
  text-decoration: underline;
  }
#footer a:hover {
  color: #ed2939;
  }
#footerleft {
  float: left;
  width: 500px;
  }
#footerright {
  float: right;
  width: 300px;
  text-align: right;
  }