/*
 * Created on 29-Sep-2006.
 *
 * ####################################################################
 * Copyright (c) 2005 Tenon & Groove, LLC. All Rights Reserved.
 *
 * This software without any limitations is strictly confidential and
 * proprietary to Tenon & Groove, LLC. Any unlawful copying, disclosure
 * or use shall be vigorously prosecuted.
 * ####################################################################
 * Changes (from 29-Sep-2006)
 * ####################################################################
 * 29-Sep-2006 Prince Malhotra    : Original version.
 *                                : Bug 2224 - Modify Id footer li. 
 * 05-Oct-2006 Prince Malhotra    : Bug 2224 - Modify Id footer li. 
 * 06-Nov-2006 Shashi Mishra      : Bug 2570 - Modified Id "footer".
 * 10-Apr-2008 Suresh Pathak      : Bug 4184 - Changes in id as per new prototype requirement.
 */

#footer{
clear:both;
text-align:center;
padding:10px 0;
margin:0 0 0px 0px;
border: 0px;
}
#footer ul{
margin-bottom:3px;
}
#footer li{
display:inline;
padding:0 5px 0 5px;
margin: 0 1px 0 1px;
_padding:0 2px 0 2px;
_margin: 0 1px 0 1px;
}
#footer li.last{
border:0;
padding-right:0;
margin-right:1px;
}
#copyright{
padding:0 5px;
font:normal 100% arial;
}
#copyright li.first{
border:0;
padding-right:0;
margin-right:2px;
}
#footer{
  color:#16387c;
}
#footer li{
  border-right:1px solid #b0bec7;
}
