﻿/*Body content stuff*/

.ckEditor{
    text-align:left;
    float:left;
    height:auto;
    width:100%;
    
}

.GlobalWrapper
{
   
    width:100%;
    height:auto;
    float:left; 
}

.BigFooter
{
      height:300px;
      width:100%;
      float:left;
}

.BigFooterInner
{
    margin:0 auto 0 auto;
    width:1000px;
    height:auto;   
}



.MainMap {
    -webkit-animation-name: reset, fade-in;
    -webkit-animation-duration: 1.4s;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-iteration-count: 1;
}
 
.DivContent {-webkit-animation-delay: 0, 0;}


@-webkit-keyframes reset {
0% {
    opacity: 0;
}
100% {
    opacity: 0;
}
}
 
@-webkit-keyframes fade-in {
0% {
    opacity: 0;
}
60% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}


.Wrapper
{
    Width:1000px;
    height:auto; 
    margin: 0 auto 0 auto;
    position:relative;
    min-height: 100%;
}

.Header{
    width:100%;
    height:128px;
    float:left;
    background: url("../SiteImages/headerbg2.png") 0 0 repeat-x;
}

.InnerHeader
{
    margin:0 auto 0 auto;
    height:50px;
    width:1000px;
       
}

.MainMap
{
    background: url("../SiteImages/map.png") 0 0 no-repeat;
   width:100%;
    float:left;
   height:436px;
   margin-top:30px;
   position:relative;
   z-index:10;
   top:50px;
}

.ProviderBG
{
     background: url("../SiteImages/ProviderBG.png") 0 0 no-repeat;
     width:100%;
     text-align:center;
     height:159px;
     float:left;
     margin-top:60px;
     border:none;
     cursor:pointer;
}


.DivContent{
    float:left;
    width:1000px;
    height:auto;
    margin-top:20px;
    text-align:left;
}