﻿#Footer_Area a:link  {color:#FFFFFF; text-decoration: none;}
#Footer_Area a:visited {color:#FFFFFF; text-decoration: none;}

#Footer_Area 
{
    height:175px;
    width:100%;
    background-color:#1A4D81; /*#052546;*/
	-webkit-box-shadow:4px 4px 4px #000;
	box-shadow:8px 0px 8px #000;
}

#Footer_AreaContent
{
    height:140px;
    width:864px;
    position:relative;
    font-family:Verdana;
    color:White;
    left:0; right:0;
    margin: 0 auto;
}

#Footer_AreaContentMission
{
    height:138px;
    width:70%;
    position:relative;
    font-size:12px;
    float:left;  
}

#Footer_AreaContentMissionTitle
{
    height:20px;
    width:100%;
    position:absolute;top:10px;
    border-bottom:1px solid white;
    font-weight:bold;
}

#Footer_AreaContentMissionText
{
    height:105px;
    width:100%;
    position:absolute;top:33px;
    font-size:10px;   
}

#Footer_AreaContentContact
{
    height:138px;
    width:25%;
    position:relative;
    font-size:12px;
    float:right; 
}

#Footer_AreaContentContactTitle
{
    height:20px;
    width:100%;
    position:absolute;top:10px;
    border-bottom:1px solid white;
    font-weight:bold;
}

#Footer_AreaContentContactText
{
    height:105px;
    width:100%;
    position:absolute;top:33px;
    font-size:10px;
}

#Footer_AreaContentCopyright
{
    height:14px;
    width:100%;
    position:absolute;top:150px;
    font-size:9px;
}