﻿body 
{
    margin:0 auto;
    font-family:Verdana;
    font-size:12px;
    text-align:center;
    background:#fff ;
}
.Clear{clear:both;}
a{text-decoration:none;}
a img{border:0px;}

#pageloaddiv {position: fixed;left: 0px;top: 0px;width: 100%;height: 100%;z-index: 9999;display:none;
background:#fff url('../Images/wait.gif') no-repeat center center;}
.AnimationHolder{margin:0px;display:block;background:#43b3e1;}
.TopHeader{background:#fff url('../Images/HeaderBg.jpg') repeat-x left top;position:relative;z-index:999;}

.TopMostStrip{text-align:right;padding:10px 10px 25px 60px;font-weight:bold;color:#fff;float:right;
              background:url('../Images/CallIcon.png') no-repeat left bottom;}
.Specialmenu{background:#ffe9a6;color:#0060b6;float:right;padding:6px 10px;margin-left:5px;border-radius:5px;}
.Specialmenu:hover{background:#fff;}


.LogoHolder{max-width:320px;height:80px;float:left;text-align:left; padding:10px;background:white;}
.LogoHolder img{float:left;height:80px;max-width:320px;}
.LogoText{float:left;font-size:40px;color:#3d107b;}
.LogoText strong{font-size:14px;color:#56595c;font-weight:normal;}
.Logoright{float:right;}


.SearchBlock{width:500px;background:#95c328;border:solid 1px #cacaca;float:right;border-radius:5px;padding:5px;margin:15px 0;}
.SearchTextBox{height:26px;padding:2px;width:400px;background:white;border:0px;outline:0px;}
.SearchBtn{background:transparent;border:0px;width:90px;color:White;font-weight:bold;cursor:pointer;height:24px;outline:0px;}


.MenuHolder{max-width:750px;text-align:left;float:right;padding-top:9px;display:block}
.MobMenu{display:none;}
.MobCat{padding:10px 0;color:#363636;font-size:14px;cursor:pointer;font-weight:bold;text-transform:uppercase;}
.MobMenuItem{color:#396aac;padding:10px 0;text-transform:uppercase;text-align:center;border-bottom:solid 1px #cacaca;display:none;
             background:white;
            -webkit-transition: all 200ms linear; -moz-transition: all 200ms linear; transition: all 200ms linear;}
.MobMenuItem:hover{color:#fff;background:#396aac;}
.ContentHolder{min-height:300px;background:url('../Images/AniShadow.png') no-repeat center top;padding-top:20px;}


/*Footer*/

.MiddleFooter{background:#0f73ad;}
.FooterText{text-align:left;background: no-repeat left 5px;padding-left:10%;float:left;width:40%;min-height:75px;}
.FooterContact{color:#ededed;line-height:18px; padding-bottom:8px;}
.FooterContact b{color:#0d3252;font-size:13px;}
.FooterContact strong{font-size:15px;line-height:30px;}


.BottomFooter{text-align:center;background:#131313;padding:15px 0 15px 0;font-size:11px;line-height:24px;color:White;}
.BottomFooterText{padding-top:5px;text-align:center;}
.BottomFooter a.link{color:#43b3e1;text-decoration:none;font-weight:bold;}
.BottomFooter a.link:hover{color:#f0f0f0;}

.FooterMenu{color:#ededed;padding:3px 1% 3px 1%;text-transform:uppercase;text-align:left;
            float:left;font-size:10px;margin:0px 1% 0 0;border-right:solid 1px #cacaca;
            -webkit-transition: all 200ms linear; -moz-transition: all 200ms linear; transition: all 200ms linear;}
.FooterMenu:hover{color:#fff;text-decoration:underline;}

.followus{text-align:left;padding-top:20px;}
.followus strong{color:#fff;font-weight:normal;float:right;padding-right:10px;}
.followus img.Network{margin:8px;height:40px;width:40px;
                      -webkit-transition: all 200ms linear; -moz-transition: all 200ms linear; transition: all 200ms linear;}
.followus img.Network:hover{-webkit-transform: rotate(360deg);
                   -moz-transform: rotate(360deg);
                   -ms-transform: rotate(360deg);
                   transform: rotate(360deg);}

.FooterBlock,.FooterBlockBig{width:67%;padding:15px 0;float:right;}
.FooterBlock{width:25%;background:#131313;padding:15px 2%;float:left;}
.FooterBlockHeader{font-size:16px;text-transform:uppercase;text-align:left;border-bottom:solid 1px #fff;color:#fff;
                   margin-bottom:15px;padding-bottom:5px;font-weight:bold;}
