/**
 * @copyright Copyright 2010 Glenn Herbert
 * @license http://www.gnu.org/licenses/ GNU Public License V3.0
 * /includes/templates/your_template/css/stylesheet_ezpages_footer_columns.css
 * Ezpages Footer Columns by Glenn Herbert (gjh42) 2010-12-08
 */
 
#navSupp {background: none; width:728px;}

.ezpagesFooterCol {float: left; padding: 0;}

.ezpagesFooterCol h4 {color: #996633; text-align: center;}

.ezpagesFooterCol ul {float: left; margin: 0; padding: 0;}

#navSupp .ezpagesFooterCol li {display: block; text-align: left;}

#navSupp .ezpagesFooterCol a { 
	color: #727272; 
	font-weight: normal;
	font-size:12px;
	line-height:26px;
	text-decoration:none;
	background:url(../images/marker2.png) no-repeat 0;
	padding-left:14px;
}
#navSupp .ezpagesFooterCol a:hover{
	color:#000;
}
#navSupp a.activeEZPage, #navSupp a.activeILPage {font-weight: normal; color: #252525;}

.ezpagesFooterCol a:hover {text-decoration: underline; color: #000;}

#navSupp .col1 ul {border: none;}

.ezpagesFooterColComment {font-size: 0.9em; color: #aabbcc; display: block; margin-left: 0;}
/* demo combine 2 cols under 1 heading
define col2 heading as '&nbsp;'
#navSupp .col2 ul {border: none;}
#navSupp .col1 h4 {margin-right:-14em;}
*/