


/* ************************************************************************** */
/*                                    Grid                                    */
/* ************************************************************************** */


div.col-1 {
	float: left;
	width: 220px;
	padding: 0 10px;
}
div.col-1-nopadding {
	float: left;
	width: 240px;
}

div.col-2 {
	float: left;
	width: 220px;
	padding: 0 10px;
}
div.col-2-nopadding {
	float: left;
	width: 480px;
}

div.col-3 {
	float: left;
	width: 220px;
	padding: 0 10px;
}
div.col-3-nopadding {
	float: left;
	width: 720px;
}

div.col-4 {
	float: left;
	width: 190px;
	padding: 0 10px;
}
div.col-4-nopadding {
	float: left;
	width: 960px;
}

div.col-half {
	float: left;
	width: 50%;
	padding: 0 10px;
}
div.col-half-nopadding {
	float: left;
	width: 50%;
}

div.col-440 {
	float:left;
	width:440px;
}

div.col-220 {
	float:left;
	width:220px;
	padding-left:20px;
}






/* ************************************************************************** */
/*                                   foot2                                   */
/* ************************************************************************** */

#foot2 {
	clear: both;
	position: relative;
	margin: 0 auto;
	width: 960px;
	padding: 15px 4px 0 4px;
	margin-bottom: 40px;
	background-color: black;
	background-position: center top;
	background-repeat: no-repeat;
}
#foot2:after {
	content: ".";
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}

#foot2 .sharing-icons {
	float: right;
	padding-right: 10px;
}
#foot2 .sharing-icons a {
	padding-left: 2px;
}
#foot2 .header {
	height: 16px;
	padding: 0 0 8px 5px;
	border-bottom: 1px dashed #4c483c;
	color: #9c90a3;
	font-weight: bold;
}
#foot2 address,#foot2 .copyright-and-links {
	padding-left: 5px;
	color: #9c90a3;
	margin-top: 10px;
	font-size: 90%;
}
#foot2 ul {
	margin: 5px 0 0 5px;
	padding: 0;
}
#foot2 li {
	list-style: none;
	height: 31px; /*26*/
	margin: 0;
}
#foot2 li a {
	display: block;
	width: 215px;
	padding-left: 5px;
	padding-top: 4px; /*5*/
	padding-bottom: 4px; /*5*/
	color: #9c90a3;
	text-decoration: none;
}
#foot2 li a:hover {
	background-color: #000000;
	color: #efefef;
	text-decoration: underline;
}
#foot2 li.left-col {
	float: left;
}
#foot2 li.right-col {
	float: right;
}
#foot2 ul.foot2-connect li {
	height: 33px;
}
#foot2 ul.foot2-connect li a {
	background-repeat: no-repeat;
	background-position: right 3px;
	padding-top: 9px;
	padding-bottom: 8px;
}


