@charset "utf-8";
/* CSS Document */
/* ----------- General Styling --------------- */
.clearboth {
  clear: both; }

/* ------------------------ FOOOOOOOOOOTER ------------------- */
#footer {
  text-align: left;
  clear: both; }

#footer, #footer a {
  font-size: 11px; }

.footercontainer {
  background: #555;
  margin: 0px auto; }

.footerleftcontainer {
  width: 56%;
  height: 150px;
  float: left; }

.footerrightcontainer {
  width: 42%;
  height: 150px;
  float: right;
  border-left: 1px solid #CCC; }

#footercenter {
  width: 980px;
  margin: 0px auto; }

.bottomstrip {
  background-color: #272727;
  border-top: 1px solid #FFF; }

#bottomlogo {
  width: 199px;
  height: 72px;
  float: left;
  margin: 15px 0px 0px 0px;
  background: #555555 url(../images/logo-footer-2013.png) no-repeat left top; }

.silolinks {
  float: right;
  margin: 15px 20px 0px 0px;
  line-height: 20px; }

.silolinks ul, .silolinksright ul {
  list-style: none;
  margin: 0px;
  padding: 0px; }

.silolinks a, .silolinksright a, .bottomlinks a {
  text-decoration: none;
  color: #FFF; }

.silolinks a:hover, .silolinksright a:hover, .bottomlinks a:hover {
  text-decoration: underline;
  color: #FFF; }

.silolinksright {
  float: left;
  margin: 15px 12px 0px 10px;
  line-height: 20px; }

.silolinksright img {
  vertical-align: middle;
  margin: 0px 5px 10px 0px; }

.copyright {
  width: 160px;
  color: #FFF;
  margin: 4px 0px;
  float: left; }

.bottomlinks {
  float: right;
  margin: 4px 15px 9px 15px;
  width: 750px; }

.bottomlinks ul, .bottomlinks ul li {
  list-style: none;
  display: inline;
  float: right;
  margin: 0px 15px 0px 0px; }

/* ----------- End of Footer --------------- */

