/* Xeric Design, Ltd. 2015 Stylesheet */

#footer {
	height:150px;
	position:absolute;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	background-color:#eeeeee;
	border-top:1px solid #dddddd;
}

#footerbox {
	width:1000px;
	margin:auto;
	padding-top:20px;
}

#footernav {
	width:100%;
	display:inline-block;
}

.footercolleft {
	float:left;
	padding-right:40px;
	border-right:1px solid #dddddd;
}

.footercolright {
	float:right;
}

.footercol {
	padding-right:55px;
	float:right;
}

.footercoltitle {
	color:#666;
	font-family:"Open Sans";
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}

.footercollist {
	margin-top:4px;
	list-style-type:none;
	text-align:left;
	padding-left:0;
	line-height:1.2em;
}

.footercollistitem {
	color:#666;
	font-family:"Open Sans";
	font-size:12px;
	font-weight:400;
}


/* unvisited link */
#footernav a:link {
	color: #666;
	text-decoration:none;
}

/* visited link */
#footernav a:visited {
	color: #666;
	text-decoration:none;
}

/* mouse over link */
#footernav a:hover {
	color:#900;
	text-decoration:none;
}

/* selected link */
#footernav a:active {
	color:#e00;
	text-decoration:none;
}