/* CSS Master Document for footers */
/* Created by Cristine Cravens */

/* TPS FOOTERS - This section applies to the TPS Footers only */

/* This sets the formatting for the entire TPS section of the TPS footer */
.footerTPS {
	width: 768px;
	height: 84px;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	font-color: #ffffff;
	background-color: #000000;
	}
	
/* This sets the left hand margin for the pillars and is IE and Firefox compliant for large law */	
.footerTPSitems {
	padding-left: 292px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	}
	
/* To follow is for each pillar area for large law */	
.ftrTPScl {	
	margin-left: 0px;
	float: left;
	width: 107px;
	}
.ftrTPSrs {	
	margin-left: 4px;
	float: left;
	width: 107px;
	}
.ftrTPSpm {	
	margin-left: 8px;
	float: left;
	width: 107px;
	}
.ftrTPSls {	
	margin-left: 8px;
	float: left;
	width: 107px;
	}
	
/* This sets the left hand margin for the pillars and is IE and Firefox compliant for large law */	
.footerTPSitemsSL {
	padding-left: 388px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	}
	
/* To follow is for each pillar area for small law */	
.footerTPSsl {
	width: 768px;
	height: 84px;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	font-color: #ffffff;
	background-color: #000000;
	}
	
.ftrTPSclSL {	
	margin-left: 0px;
	float: left;
	width: 117px;
	}
.ftrTPSrsSL {	
	margin-left: 5px;
	float: left;
	width: 117px;
	}
.ftrTPSpmSL {	
	margin-left: 10px;
	float: left;
	width: 117px;
	}

/* ALL FOOTERS - This sets the formatting for all footers */

/* This sets the font color white for the TPS section and for the links in the dark gray row */
a.footerlink:link, a.footerlink:visited, a.footerlink:hover, a.footerlink:active {
 color:#ffffff !important;
	}
	
/* This sets the formatting for the dark gray row */
.btmfooter {
	background-color: #666666;
	width: 762px;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	}
	
/* This sets the formatting for the light gray row */
.btmfooter2 {
	background-color: #cccccc;
	padding: 3px;
	width: 762px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

/* This sets the font color and spacing for the light gray row */
a.footerlink2:link, a.footerlink2:visited, a.footerlink2:hover, a.footerlink2:active {
 color:#333333 !important;
 margin-left: 8px;
	}


