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

.floatrightfooter{
	float:right;
	padding-left:25px;
	margin-top: -5px;
	padding-right: 15px;
}

.white {
	color:#FFF;
}

.backgroundfoot:HOVER {
	border-radius: 15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-moz-box-shadow: 0px 0px 6px #000000;
	-webkit-box-shadow: 0px 0px 6px #000000;
	box-shadow: 0px 0px 6px #000000;
	background:#333;}

#footerlink{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999;
	width: 1000px !important;
	z-index: 1;
	text-align: right;
	line-height: 18px;
	height: 130px;
	padding-top: 13px;
	margin: 0 auto;
    margin-top:30px;
}

#footersocial{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999;
	width: 1000px !important;
	text-align: right;
	line-height: 18px;
	height: 100px;
	margin: 0 auto;
	padding-top: 11px;
}

#footerlink a:link {
	color:#999;
	text-decoration:none;
	}

#footerlink a:active {
	color:#999;
	text-decoration:none;
	}

#footerlink a:visited {
	color:#999;
	text-decoration:none;
}

#footerlink a:hover {
	color:#FFF;
	text-decoration:underline;
}

#footerback{
    display:block;
    min-width:1100px;
	width: 100%;
	background:url(/Images/footer_bg.png) repeat-x #212121;
    height: 430px;
	border-top: #000 solid thin;
}

<!-- css -->
@media only screen and (max-device-width: 1024px) and (orientation:portrait) { 
    #footerback { min-width:1080px !important; }
}
@media only screen and (max-device-width: 1024px) and (orientation:landscape) { 
    #footerback { width: 1080px; }
}


#sitelinks {
	position:absolute;
	left:150px;
	text-align:left;
	padding: 0px 5px 5px 5px;
	width: 379px;
}

