/*
Description: iqestores center column styles
Version: 1.0
*/

#footer a {
	color: #006bb6;
	text-decoration: none;
}
#footer a:hover {
	color: #003365;
	text-decoration: underline;
}
#footer .testimonial {
	width: 500px;
	margin: auto;
}

.footerImageHeader {
	padding-left: 30px;
}
#footerSep {
	height: 15px;
	width: 100%;
	background: #035;
}
#footerSep-2 {/*added for sister sites*/
height: 5px;
width: 100%;
background: #ddd;
margin: 5px 0 0 0;
}
#sister-sites {
text-align: center;
margin: 5px 0 0 0;
}
#sister-sites p {
text-align:left;
font-size:14px;
font-weight:bold;
margin:0 0 6px 12px;
}
#sister-sites a img {
border: 1px solid #ccc;
}
#sister-sites a:hover img {
border: 1px solid #ff0000;
}
#sister-sites td {
width: 10%;
font-size: 9px;
text-align: center;
}
ul.footerSubLinks {
	margin: 2px 0 0 10px;
	font-size: 88%; /*dennis changed from 80%*/
	line-height: 100%;
}
#footer #footerNav {
	width: 100%;
}
#footer #footerNav h4 {
	font-size: 110%;
	padding: 2px;
	padding-left: 4px;
	background: #4f759a;
	color: #FFF;
}
#footer #footerNav ul {
	padding: 2px;
	margin-left: 20px;
}
#footer #footerNav li {
	padding: 2px;
list-style-type: square; /*dennis added this*/
list-style-position: inside; /*dennis added this*/
}
#footerHead {
	width: 100%;
	margin: auto;
	text-align: center;
}
#footerCopyright {
	text-align: center;
	margin-top: 15px;
	color: #666;
	list-style: none;
}
#footerImages {
	text-align: center;
	border: none;
	width: 100%;
}
.contactLinks {
	text-align: center;
	margin-top: 5px;
}

