/*		CSS - follow_us module		*/

#follow_us {  }
#follow_us h5 { font-size:1em; margin:.5em 0; text-shadow:0px 1px 1px #fff; }
body.home #follow_us h5 { color:#fff; text-shadow:none; }

#follow_us ul { list-style:none; width:100%; margin:0; }
#follow_us ul li { display:block; float:left; width:49%; margin:0; font-size:.8em; background:none; }
#follow_us ul li img.no_border { float:left; margin:5px 5% 0 0; border:none; border-width:0; background:none; }
#follow_us ul li span { position:relative; float:left; top:8px; display:inline-block; width:50%; font-weight:bold; color:#666d61; }
body.home  #follow_us ul li span { color:#fff; }

