/* small screen   
----------------------------------------------------------*/
@media all and (max-width:990px) {

#FC_Search, a.LoginLink
{
	margin-top:0;
	}
}

@media all and (max-width:740px) {

#FooterContainer .Inner
{
	width:90%;
	}
}
@media all and (max-width:700px) {
/******************/
/*Standard Styles */
/******************/
#MainColumn, #RightColumn, #FullColumn
{
	float:left;
	width:100%;
}
.FCMSDesktopOnly
{
	display:none;}
	
.FCMSMobileOnly
{
	display:block;}
/******************/
/*Menu Styles */
/******************/
.ShowMenuButton
{
	display:inline-block;
	font:1.0em/1.1em Arial, Helvetica, sans-serif;
	color:white;
	margin-left:10px;
	cursor:pointer;
	padding-left:30px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
	background-image:url(../Styles/Images/MobileMenu.png);
	background-repeat: no-repeat;
	background-position:left;

	}
.ShowMenuButton:hover
{
	background-color:#333;
	}
#DesktopMenu
{
	display:none;
}
#MobileMenu
{
	border-top:solid 1px #ccc;
}
#MobileMenu .SMainMenu
{
    float:left;
	width:100%;
}
#MobileMenu .SMainMenuItem
{
	display:block;
	width:100%;
}
/******************/
/*Custom Styles */
/******************/
.Breadcrumb
{  
	display:none;
}
}
@media all and (max-width:600px) {
.Featurebox
{
	float:left;
	width:100%;
	text-align:center;}
}
@media all and (max-width:500px) {

#links
{
	float:left;width:100%;
	}
#ContactUsBlock
{
	float:left;width:100%;
}
}