﻿@media only screen and (max-device-width : 500px)  
{
    .Header
{
	position:relative;
	left:0px;
	right:0px;
	top:0px;
	

}

.contactdetailshome
{
    color:#000000;
}

.contactdetailshome a:link
{
    color:#000000;
}

.contactdetailshome a:visited
{
    color:#000000;
}

.contactdetailshome a:hover
{
    color:#000000;
}


.HeaderFloatLeft
{
    margin-top:10px;
    width:100%;
    float:left;
    text-align:center;
}

.HeaderFloatRight
{
    margin-top:10px;
     width:100%;
    float:left;
    color:#000000;
}

.Header-Logo-Font
{
	font-family:NewFont,Trebuchet MS;
	line-height:30px;
	font-size:30px;
	color:#ffffff;
	
}

.Header-Title-Font
{
	font-family:NewFont,Trebuchet MS;
	font-size:22px;
	
	color:#141414;
	display:none;
}

.Header-Content
{
	font-family:NewFont,Trebuchet MS;
	font-size:13px;
	color:#ffffff;
	position:relative;
	width:98%;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-top:45px;


}
    
    
}

@media only screen and (min-width : 0px) and (min-device-width : 501px) 
{

.Header
{
	position:relative;
	left:0px;
	right:0px;
	top:0px;
	height:123px;
	/*background-image:url('/Common/Images/Gradients/Header/Header.png');*/

}

.HeaderFloatLeft
{
    width:49%;
    float:left;
}

.HeaderFloatRight
{
    padding-top:0px;
    width:39%;
    float:right;
}

.Header-Logo-Font
{
	font-family:NewFont,Trebuchet MS;
	line-height:35px;
	font-size:35px;
	color:#ffffff;
}

.Header-Title-Font
{
	font-family:NewFont,Trebuchet MS;
	font-size:22px;
	color:#141414;
}

.Header-Content
{
	font-family:NewFont,Trebuchet MS;
	font-size:15px;
	color:#ffffff;
	position:relative;
	width:910px;
	margin-left:auto;
	margin-right:auto;
	height:109px;

}

.contactdetailshome
{
    color:#ffffff;
}

.contactdetailshome a:link
{
    color:#ffffff;
}

.contactdetailshome a:visited
{
    color:#ffffff;
}

.contactdetailshome a:hover
{
    color:#ffffff;
}


}