
.left-col-wrapper{
  right: 580px;
}

.mid-col-wrapper{
  overflow: visible;
  right: 235px;
}

.right-col-wrapper{
  overflow: hidden;
  background-color: #cccccc; 
}

.mid-col{
  width: 580px;
}

.right-col{
  float: left;
  width: 235px; 
  position: relative;
  left: 815px;
  overflow: hidden;
}

.content-wrapper{
  width: 560px;
}

/*####   Front Page Links   ####*/

.fp-links-wrapper{
  float: left;
  padding: 0;
  margin: 5px 0 0 0;
}


.fp-links-wrapper.left{
	margin-right: 10px;
}

ul.fp-links-list{
  width: 250px;
  padding: 10px 5px 20px 20px;
  margin: 0 0 10px 0;
  position: relative;
  list-style-type: none;
  height: 100%;
}

.fp-links-list a{
  font-family: 'ubuntulight';
  color: #0869A5; 
  font-size: 17px;
  line-height: 1.75em;
  text-decoration: none;
}

li.fp-links-header, .fp-links-header a{
  font-family: "Lucida Sans",Lucida Sans Unicode,Verdana,sans-serif;
  font-size: 21px;
  color: #000000;
  padding: 0;
  margin: 0;
}

li.fp-link{
	margin-left: 15px;
}

.fp-link ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.fp-link ul a{
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2em;
  padding-bottom: 5px;
}

.fp-link ul li{
  padding-left: 20px;
  line-height: normal;
  background: url('../images/system/hook-rtl.png') no-repeat 10px -54px;
}

.fp-link ul li.last{
  background: url('../images/system/hook-rtl.png') no-repeat 10px -27px;
}

/* Left Column Styles */
.social-media{
  font-size: 21px;
  text-align: center;
  margin: 5px 0;
}

.social-media a{
  color: #4c4c4c;
}

.social-media a:hover{
  color: #1c1c1c;
  text-decoration: none;
}

.social-media [class^="icon-"]:before, .social-media [class*=" icon-"]:before{
  margin: 0 1px;
}