﻿
@media only screen and (max-device-width : 500px)  
{
    
        .Header-Top
    {
	    font-family:NewFont,Trebuchet MS;
	    font-size:17px;
	    color:#ffffff;
	    position:relative;
	    width:100%;
	    
	    line-height:37px;
	    height:37px;
	    background-image:url('/Common/Images/Gradients/Content Area/Header.png');
    }

    .Header-Container
    {
	    position:relative;
	    width:100%;
	    background-color:#ffffff;
    }

    .Header-Content-Container
    {
	    position:relative;
	    padding-left:2%;
	    width:96%;
	    font-size:15px;
	    padding-top:10px;
    }
    
    
    .Header-Content-Container img
    {
        max-width:90%;
    }



    .Header-Bottom
    {
	    font-family:NewFont,Trebuchet MS;
	    font-size:12px;
	    color:#ffffff;
	    position:relative;
	    width:660px;
	    bottom:0;
	    padding-right:3px;
	    line-height:27px;
	    height:27px;
	    background-image:url('/Common/Images/Gradients/Content Area/Footer.png');
	    text-align:right;
	    display:none;
    }

    .Header-Bottom a:link
    {
	    font-family:NewFont,Trebuchet MS;
	    font-size:12px;
	    color:#ffffff;
	    text-decoration:none;
	    display:none;
    }

    .Header-Bottom a:visited
    {
	    font-family:NewFont,Trebuchet MS;
	    font-size:12px;
	    color:#ffffff;
	    text-decoration:none;
	    display:none;
    }

    .Header-Bottom a:hover
    {
	    font-family:NewFont,Trebuchet MS;
	    font-size:12px;
	    color:#ff0000;
	    text-decoration:none;
	    display:none;
    }
    
    
}

@media only screen and (min-width : 0px) and (min-device-width : 501px) 
{
    
    .Header-Top
    {
	    font-family:NewFont,Trebuchet MS;
	    font-size:15px;
	    color:#ffffff;
	    position:relative;
	    width:674px;
	    padding-left:5px;
	    line-height:37px;
	    height:37px;
	    background-image:url('/Common/Images/Gradients/Content Area/Header.png');
	    text-align:left;
    }

    .Header-Container
    {
	    position:relative;
	    width:679px;
	    border:3px solid #3a3838;
    }

    .Header-Content-Container
    {
	    position:relative;
	    width:659px;
	    padding:10px;
	    text-align:justify;
    }



    .Header-Bottom
    {
	    font-family:NewFont,Trebuchet MS;
	    font-size:12px;
	    color:#ffffff;
	    position:relative;
	    width:660px;
	    bottom:0;
	    padding-right:3px;
	    line-height:27px;
	    height:27px;
	    background-image:url('/Common/Images/Gradients/Content Area/Footer.png');
	    text-align:right;
    }

    .Header-Bottom a:link
    {
	    font-family:NewFont,Trebuchet MS;
	    font-size:12px;
	    color:#ffffff;
	    text-decoration:none;
    }

    .Header-Bottom a:visited
    {
	    font-family:NewFont,Trebuchet MS;
	    font-size:12px;
	    color:#ffffff;
	    text-decoration:none;
    }

    .Header-Bottom a:hover
    {
	    font-family:NewFont,Trebuchet MS;
	    font-size:12px;
	    color:#ff0000;
	    text-decoration:none;
    }

}