﻿@media only screen and (max-device-width : 500px)  
{
    
    .Footer
{
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
	height:190px;    
	background: #45484d; /* Old browsers */
    background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #45484d 0%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #45484d 0%,#000000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #45484d 0%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	
}

.Footer-Container
{
	font-family:NewFont,Trebuchet MS;
	font-size:12px;
	color:#ffffff;
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

.Footer-Container a:link
{
	font-size:10px;
	color:#ffffff;
	text-decoration:none;
}
.Footer-Container a:visited
{
	font-size:10px;
	color:#ffffff;
	text-decoration:none;
}

.Footer-Container a:hover
{
	font-size:10px;
	color:#ff0000;
	text-decoration:none;
}

.footerFloatLeft
{
    float:left;
    width:100%;
}

.footerFloatRight
{
    margin-top:5px;
    float:left;
    width:100%;
}
    
}

@media only screen and (min-width : 0px) and (min-device-width : 501px) 
{

.Footer
{
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
	height:104px;
	background-image:url('/Common/Images/Gradients/Footer/Footer.png');
}

.Footer-Container
{
	font-family:NewFont,Trebuchet MS;
	font-size:12px;
	color:#ffffff;
	width:910px;
	margin-left:auto;
	margin-right:auto;
}

.Footer-Container a:link
{
	font-size:10px;
	color:#ffffff;
	text-decoration:none;
}
.Footer-Container a:visited
{
	font-size:10px;
	color:#ffffff;
	text-decoration:none;
}

.Footer-Container a:hover
{
	font-size:10px;
	color:#ff0000;
	text-decoration:none;
}

.footerFloatLeft
{
    float:left;
    width:60%;
}

.footerFloatRight
{
    float:right;
    width:35%;
    text-align:right;
}

}