/* styles for footer */

div.icon-list
{
text-align: left;	
float: left;
width:300px;
margin-right: 26px;
margin-bottom: 20px;
/*border: solid 1px red;*/
}

div.icon-list img {
float: left;
}

div.gc {
	position: relative;
	padding: 10px 0 0 0;
	min-height: 65px;
	margin: 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #262626;
	border-bottom-color: #000;
}
div.gc:hover {
border-top: 1px solid #1e1e1e;
border-bottom: 1px solid #000;	
background: #0d0d0d;
}




.icon-list .gc a h3, .icon-list .gc a p
{margin:0 10px 0 60px;}
/*moves the text away from picture*/


div.gc a h3
{
color: white;
font-size: 13px;
text-transform: uppercase;
font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
font-weight: bold;
}

div.gc a:hover h3 {
color: orange;	
}

.gc p {
color: #7f7f7f;
font-family: verdana,sans-serif;
font-size: 11px;
padding: 0 0 10px 0;
}
div.gc-img-holder {
	width: 46px;
	height: 46px;
	position: absolute;
	top: 14px;
	left: 0;
}

div.gc a iframe {
	width: 46px;
	height: 46px;
	position: absolute;
	bottom: 0;
	left: 0;
	border: solid 1px gray;
}

div.gc a img {
	width: 46px;
	height: 46px;
	position: absolute;
	bottom: 0;
	left: 0;
	border: solid 1px gray;
}






