/*=== LANDING ===*/

.landing-hero{
	height:480px;
	background-repeat:no-repeat;
	background-position: top center;
}

.landing-about{
	height:280px;
	background-repeat:no-repeat;
	background-position: top center;
}

.covered
{
    float:right;
    right:200px;
    top:415px;
    z-index:555;
    position:absolute;
}

.AboutTitleDiv
{
    float:right;
    right:250px;
    top:250px;
    z-index:555;
    position:absolute;
}

.AboutTitleText
{
    font-size:44px;
    
    }
    
    .ServiceTitlesText
{
    font-size:24px;
    color:#12223a;
    
    }
    
  .address
  {
      font-weight:bold;
      
  }

.landing-hero a .landing-link-arrow,
.landing-hero a .landing-link-arrow span{
	position:relative;
	overflow: hidden;
	width:14px;
	height:19px;
}
.landing-hero a .landing-link-arrow{
	background: url('../img/01_home/home-arrow-off.png') no-repeat;	
}
.landing-hero a .landing-link-arrow span{
	display: block;
	background: url('../img/01_home/home-arrow-on.png') no-repeat;	
}
.landing-hero a .landing-link-arrow span{
	position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; 
	filter: alpha(opacity=0);
}

.landing-hero a:hover .landing-link-arrow span{
	display:block;
	opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
	filter: alpha(opacity=100);
}
.ie7 .landing-hero a:hover .landing-link-arrow span,
.ie8 .landing-hero a:hover .landing-link-arrow span{
	filter: none !important; 
}
.landing-hero a .landing-link-arrow,
.landing-hero a .landing-link-arrow span,
.landing-hero a h2{
 	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
	-webkit-backface-visibility: hidden;
 }

.landing-hero h1{
	padding-bottom:8px;
}
.landing-hero .column-right{
	width: 505px;
	padding-top:80px;
}
.landing-hero h2{
	width:340px;
	float:left;
	margin-right:9px;
}
.landing-hero .text-button{
	margin-top:30px;
}
.landing-hero a:hover h2{
	margin-right:13px;
}

.landing-touts{
	margin-top:56px;
}

.landing-link{
	float:left;
	width:255px;
	margin-left:93px;
}
.landing-link h6{
	float:left;
	margin-top:1px;
}
.landing-link:first-child{
	margin-left:0;
}


.landing-tout-img{
	width:260px;
	height:130px;
	margin-top: 16px;
	margin-left:0px;
	margin-bottom:0px;
}
.ie7 .landing-tout-img{
	width:auto;
	height:auto;
}
.landing-tout-img .img-border{
	width:231px;
	height:130px;
}

.landing-link h3{
	color:#757f87;
	font-size:24px;
	margin-top: 11px;
	line-height: 24px;
}

#map_canvas
{
    left:300px;
    top:-20px;
    width:500px;
    height:388px;
    position:relative;
    border-style:solid;
    border-width:10px;
    border-color:White;
    
}

#mapFrame
{
    top:-85px;
    left:0px;
    position:relative;
    width:500px;
    height:388px;
    
}

.social
{
    top:50px;
    left:450px;
    position:absolute;
    z-index:1300;
}

.socialIcon
{
    margin:0 5 0 5;
}

.marker {
  right:485px;
  top:50px;
  position:absolute;
  z-index:1000;
}

/*=== LANDNG FOOTER ===*/

footer.landing{
	background-image:none;
	margin-top:-90px;
	height:90px;
}
footer.landing nav,
footer.landing .footer-logo{
	display:none;
}
footer.landing .footer-left{
    margin-top:8px;
}
footer.landing nav.footer-subnav{
	display:block;
	margin-top:0;
}
footer.landing .copyright,
footer.landing .terms-links,
footer.landing .terms-links a,
footer.landing nav.footer-subnav a{
	color:#9da6ae;
}
footer.landing .footer-right{
	margin-top:10px;
}
footer.landing nav.footer-subnav a:hover,
footer.landing .terms-links a:hover{
	color:#3d4247;
}
footer.landing .footer-signup p{
	color:#bfc8cd;
}
