/* 19564a lighter green */

form {
	font: 12px/140% "Century Gothic","Verdana","Arial","Helvetica";
}

#BulletStyle {
	color: #333;
}

#BulletStyle li {
	font: 12px/140% "Century Gothic","Verdana","Arial","Helvetica";
}

#ListSpaced li {
	font: 12px/140% "Century Gothic","Verdana","Arial","Helvetica";
	padding: 0px 0px 12px 0px;
}

#footer {
	margin: 10px auto;
	text-align: center;
	width: 600px;
	height: auto;
	padding: 10px 0 0 20px;
	z-index: 999;
}

	#footer p {
		font: 12px/120%  Arial, sans-serif;
		color: #333; /*grey */
	}


#footer_nopadding {
	margin: 10px auto;
	text-align: center;
	width: 600px;
	height: auto;
	padding: 10px 0 0 0px;
	z-index: 999;
}

	#footer_nopadding p {
		font: 12px/120%  Arial, sans-serif;
		color: #333; /*grey */
	}
	
#footerPlaceHolder {
	margin-top: 0px;
}

.footerSitewideLinks {
			margin: 5px;
			padding: 0;
}
		.footerSitewideLinks li {
			display: inline;
			margin: 0;
			padding: 0 15px 0 0;
			list-style-type: none;
			font: 14px/120%  Arial, sans-serif;
			color: #333; /* grey */
		}

			.footerSitewideLinks li a {
				text-decoration: underline;
				color: #a02d00 !important; /* phone red */
			}
			
			.footerSitewideLinks li a:visited {
				text-decoration: underline;
			}
			
			
			.footerSitewideLinks li a:hover {
				text-decoration: underline;
				color: #333 !important; /* grey */
			}

.printIcon {
	margin: 15px !important;
}

.printIcon a {
	color: #a02d00 !important;
	text-decoration: none !important;
	border: 0 !important;
}
.printIcon a:hover {
	color: #333 !important; /* grey */
}


/* TOOLBOX */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
/* END TOOLBOX */


/* begin Used in some FAQ page (expandable/contratable links) */
.questionlink1 {
	color: blue;
	text-decoration:underline;
	cursor:hand; 
	cursor:pointer;
}
.headinglink1 {
	color: blue;
	text-decoration:underline;
	cursor:hand; 
	cursor:pointer;
}
/* end Used in some FAQ page (expandable/contratable links) */

