/* Inland Comfort CSS Document - Footer */

#foot-content {

clear: both; 
position: relative; 
float: left; 
width: 914px; 
text-align: left; 
font-size: 10px;
font-weight: bold;
line-height: 20px;

}

#foot-content a{color:#636363; font-weight:bold; text-decoration:none; border-bottom:1px dotted;}
#foot-content a:hover{color:#2d68b1; font-weight: bold; text-decoration:none; border-bottom:1px dotted #636363;}

#links {float: left; position:relative; width: 370px; margin: 35px 0px 0px 45px;} 

li {
  list-style: none;
  background-image: url(../images/bullet.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 15px;  /* space for the image */
}

#column1 {float:left; width: 100px; position:relative;}

#column2 {float: left; width: 100px; position:relative;}

#column3 {float:left; width: 170px; position:relative;}

#legal {float: right; width: 400px; position: relative; text-align: right; margin: 25px 45px 0px 0px;}


