@charset "utf-8";
/* CSS Document */

#footer_container {
	float:left;
	width:100%;
	height:136px;
	background-color:#000000;
}

#footer_menu {
	position:relative;
	width:900px;
	height:136px;
	margin:auto;
}

.footer_nav_column {
	float:left;
	width:210px;
	padding:16px 16px 16px 0;
}

.footer_column {
	float:left;
	width:168px;
	padding:16px 24px 16px 24px;
}

#disclaimer_line_divider {
	float:left;
	width:100%;
	height:1px;
	overflow:hidden;
	background-color:#191919;
}

#disclaimer_container {
	float:left;
	width:100%;
	height:36px;
	background-color:#0A0A0C;
}

#disclaimer {
	position:relative;
	width:900px;
	height:36px;
	margin:auto;
}


/* links */

a.footer_underline:link,
a.footer_underline:visited {
	color:#FFF;
	font-weight:normal;
	text-decoration:none;
	padding-bottom:1px;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#666666;
}

a.footer_underline:hover {
	color:#FF4615;
	font-weight:normal;
	text-decoration:none;
	padding-bottom:1px;
	border-bottom-style:dotted;
	border-bottom-width:1px;	
	border-bottom-color:#661C08;
}

a.facebook:link,
a.facebook:visited {
	font-weight:bold;
	color:#6D84B4;
	text-decoration:none;
	padding-left:21px;
	background-image:url(images/network_icons.gif);
	background-position:-9px -10px;
	background-repeat:no-repeat;
}

a.facebook:hover {
	font-weight:bold;
	color:#FF4615;
	text-decoration:none;
	padding-left:21px;
	background-image:url(images/network_icons.gif);
	background-position:-9px -44px;
	background-repeat:no-repeat;
}

a.flickr:link,
a.flickr:visited {
	font-weight:bold;
	color:#0063C8;
	text-decoration:none;
	padding-left:21px;
	background-image:url(images/network_icons.gif);
	background-position:-9px -78px;
	background-repeat:no-repeat;
}

a.flickr:hover {
	font-weight:bold;
	color:#FF4615;
	text-decoration:none;
	padding-left:21px;
	background-image:url(images/network_icons.gif);
	background-position:-9px -112px;
	background-repeat:no-repeat;
}

a.linkedin:link,
a.linkedin:visited {
	font-weight:bold;
	color:#3399CC;
	text-decoration:none;
	padding-left:21px;
	background-image:url(images/network_icons.gif);
	background-position:-9px -146px;
	background-repeat:no-repeat;
}

a.linkedin:hover {
	font-weight:bold;
	color:#FF4615;
	text-decoration:none;
	padding-left:21px;
	background-image:url(images/network_icons.gif);
	background-position:-9px -180px;
	background-repeat:no-repeat;
}

a.vimeo:link,
a.vimeo:visited {
	font-weight:bold;
	color:#0DADD6;
	text-decoration:none;
	padding-left:21px;
	background-image:url(images/network_icons.gif);
	background-position:-9px -214px;
	background-repeat:no-repeat;
}

a.vimeo:hover {
	font-weight:bold;
	color:#FF4615;
	text-decoration:none;
	padding-left:21px;
	background-image:url(images/network_icons.gif);
	background-position:-9px -248px;
	background-repeat:no-repeat;
}


/* text */

.disclaimer_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4F4F4F;
	text-align: center;
	padding-top:9px;
}

.footer_h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#E9E9E9;
	line-height:21px;
	margin:0;
}

.footer_h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#B4B4B4;
	line-height:21px;
	margin:0;
}
