/*-------------------- General Layout Styles --------------------*/
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

body{background:#fff; min-width:1000px; overflow-x:hidden;}

.top-runner{background:#fff; width:100%; min-width:990px;}
.con-bg{background:#fff; min-width:990px; padding:50px 0 40px 0}

.wrapper{width:970px; margin:0 auto;}

*:focus{outline-style:hidden !important; outline-width:0 !important; outline-color:transparent !important; border:0;}

.header{height:780px; left:50%; margin-left:-960px; min-width:1000px; position:absolute; width:1920px;}
.header-abs-top{background:url(top-runner.png) 0 0 repeat-x; position:absolute; width:100%; height:160px; left:0; top:0; z-index:100; -webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; transition: all 1s;}

.m-height-home{min-height:780px;}

.h-wrapper{margin:0 auto; width:970px; position:relative;}

.top{height:160px; padding:0; -webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; transition: all 1s;}
.top .logo{width:247px; height:129px; float:left; padding:15px 0; -webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; transition: all 1s;}
.top .logo img{width:247px; height:129px; -webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; transition: all 1s;}
.right{width:700px; float:right; padding:30px 0 0 0; -webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; transition: all 1s;}
.social{height:34px; padding-bottom:30px; -webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; transition: all 1s;}
.menu{height:30px; -webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; transition: all 1s;}

.f-nav{background:#fff; z-index:9999; position:fixed; left:0; top:0 !important; width:100%; min-width:990px; height:90px; border-bottom:solid 1px #ccc}
.f-nav .top .logo{width:247px; height:60px; padding:15px 0 0 0;}
.f-nav .top .logo img{width:115px; height:60px;}
.f-nav .right{padding:10px 0 0 0;}
.f-nav .right .social{padding:0 0 10px 0;}

.banner{height:620px; z-index:10; padding-top:160px;}

/*.container{padding:50px 0;}*/

.bottom-bg{background:#bf1e2e; min-width:1000px; padding:15px 0;}

.mr20{margin-right:20px;}
.m30{margin-bottom:30px;}

.f-left{float:left}
.f-right{float:right}
.no-float{float:none !important}

#cmsbody{min-height:200px; overflow:hidden;}
#cmsfooter{text-align:right;}
.htmlarea p{margin:0;}

.home-left{float:left; width:450px; padding:0 70px 0 0}
.home-right{float:right; width:450px;}
ul.con-list{margin:0; padding:0; list-style:none}
ul.con-list li{background:url(arrow1.gif) 0 10px no-repeat; margin:0; padding:0 0 0 15px;}

.social ul.sociallinks, ul.sociallinks * {margin:0; padding: 0; list-style: none; text-align:left; font-size:11px; text-decoration: none;}
.social ul.sociallinks{width:135px; float:right}
.social ul.sociallinks li{width:34px; float:left; margin-right:16px;}
.social ul.sociallinks li.linkedin{margin:0;}
.social ul.sociallinks a {display:block; width:34px; height:34px; background:url(social.jpg) 0 0 no-repeat; text-indent:-9000em; float:left;}
.social a.facebook {background-position: 0 0 !important;}
.social a.googleplus {background-position: -50px 0 !important;}
.social a.linkedin {background-position: -100px 0 !important;}
.social a.facebook:hover, .social a.googleplus:hover, .social a.linkedin:hover{opacity:0.9;}

#cmsfooter td.footer p,
#cmsfooter td.footerDetails div.footerPhone,
#cmsfooter td.footerDetails div.footerAddress,
#cmsfooter td.footerDetails div.lastUpdated{display:none}


/*Tell a Friend popup*/
body.popup{min-width:1px !important;}
/*Tell a Friend popup*/


/*Ipad Fixes*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	.banner, .banner img, .banner div, .in-banner, .in-banner img, .in-banner div{max-width:1480px;}
	.header, .header-in{margin-left:-970px; min-width:1000px; max-width:1480px}
	.h-wrapper{margin-left:490px;}
	.f-nav .h-wrapper{margin-left:32px;}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	.banner, .banner img, .banner div, .in-banner, .in-banner img, .in-banner div{max-width:1480px}
	.header, .header-in{margin-left:-970px; min-width:1000px; max-width:1480px}
	.h-wrapper{margin-left:490px;}
	.f-nav .h-wrapper{margin-left:32px;}
}
