/* CSS Document */

body {
	margin:0;
	padding:0;
	background:url(images/bg_top.jpg) top repeat-x #f9f9f9;
	font-family:'PT Sans', sans-serif;
	font-size:14px;
}
#top {
	margin:0 auto;
	padding:0;
	width:960px;
	height:94px;
}
#logo {
	margin:0;
	padding:10px 0 0 0;
	width:237px;
	height:72px;
	float:left;
}
#logo2 {
	margin:0;
	padding:10px 0 0 0;
	width:350px;
	height:110px;
	float:left;
}
#logo3 {
	margin:0;
	padding:10px 0 0 0;
	width:200px;
	height:110px;
	float:left;
}

#topnav {
	margin:0;
	padding:0;
	width:600px;
	float:right;
}

#topsocial {
	width:80%;
	padding:10px 20px 10px 10px;
	clear:both;
	float:right;
	text-align:right;
			}
/* Clearfix */
.group:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}
*:first-child+html .group {
	zoom: 1;
} /* IE7 */
.nav-wrap {
	margin:40px auto 0 auto;
}
#example-one {
	margin:0 auto;
	list-style:none;
	position:relative;
	width:600px;
}
#example-one li {
	display:inline-block;
}
#example-one a {
	color:#333;
	font-size:12px;
	font-family:'PT Sans', sans-serif;
	font-weight:700;
	float:left;
	padding:6px 20px 4px 20px;
	text-decoration:none;
	text-transform:uppercase;
}
#example-one a:hover {
	color:#000;
}
#magic-line {
	position:absolute;
	top:-2px;
	left:0;
	width:100px;
	height:2px;
	background:#df1f26;
}
.current_page_item a {
	color:#df1f26 !important;
}
.ie6 #example-one li, .ie7 #example-one li {
	display: inline;
}
.ie6 #magic-line {
	top: -3px;
}
#subMenu {
	font-weight: normal;
	color: #000;
	background-color: #222;
	border: 1px solid #111;
	position: relative;
	margin: 0px;
	padding: 0px;
}
#subMenu a {
	text-align:left;
	color: #000;
	width: 220px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-color: #111;
}
#subMenu a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.clear {
	clear:both;
	margin:0;
	padding:0;
	height:0;
}
#slideshow {
	width:960px;
	margin:20px auto;
	padding:0;
}
#slideshow2 {
	width:960px;
	margin:40px auto;
	padding:0;
}
.slidepic {
	width:500px;
	float:left;
	margin:0;
	padding:0;
}
.slidetext {
	width:420px;
	float:right;
	margin:0;
	padding:0;
}
.slidetext h1 {
	font-family:'Playfair Display', serif;
	font-size:38px;
	font-weight:400;
	margin:5px 0 30px 0;
	padding:0;
}
.slidetext h2 {
	font-family:'PT Sans', sans-serif;
	font-size:20px;
	font-weight:400;
	margin:0;
	padding:0;
	color:#df1f26;
}
.slidetext p {
	font-family:'PT Sans', sans-serif;
	font-size:16px;
	font-weight:400;
	margin:5px 0 20px 0;
	padding:0;
	color:#666;
}
.slidetext2 {
	width:430px;
	float:right;
	margin:0;
	padding:0;
}
.slidetext2 h1 {
	font-family:'Playfair Display', serif;
	font-size:32px;
	font-weight:400;
	margin:5px 0 30px 0;
	padding:0;
}
.slidetext2 h2 {
	font-family:'PT Sans', sans-serif;
	font-size:24px;
	font-weight:400;
	margin:0;
	padding:0;
	color:#df1f26;
}
.slidetext2 p {
	font-family:'PT Sans', sans-serif;
	font-size:16px;
	font-weight:400;
	margin:5px 0 20px 0;
	padding:0;
	color:#666;
}

/*
 * Lean Slider v1.0
 */
 
.lean-slider { 
    position: relative; 
    *zoom: 1;
}
.lean-slider:before,
.lean-slider:after {
    content: " ";
    display: table;
}
.lean-slider:after {
    clear: both;
}

.lean-slider-slide { 
    float: left;
    width: 499px;
    margin-right: -100%;
    display: none; 
}
.lean-slider-slide.current { display: block; }

.slider-wrapper { 
    position: relative; 
    background: #fff url(images/loading.gif) no-repeat 50% 50%;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.4);
    box-shadow: 0 0 3px rgba(0,0,0,0.4);
	width:499px;
	float:left;
}
.lean-slider { overflow: hidden; }
.lean-slider-slide {
    display: block;
    position: relative;
    opacity: 0;
    -webkit-transition: opacity 0.6s linear;
    -moz-transition: opacity 0.6s linear;
    -ms-transition: opacity 0.6s linear;
    -o-transition: opacity 0.6s linear;
    transition: opacity 0.6s linear;
}
.lean-slider-slide.current { opacity: 1; }
.lean-slider-slide img { 
    display: block;
    width: 499px; 
}

#slider-direction-nav {
    position: absolute;
    left: 0;
    top: 47%;
    width: 100%;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    opacity: 0.2;
}
.slider-wrapper:hover #slider-direction-nav { opacity: 1; }
#slider-direction-nav a {
    float: left;
    display: block;
    width: 26px;
    height: 37px;
    background: url(images/arrows.png) no-repeat 0 0;
    text-indent: -9999px;
}
#slider-direction-nav .lean-slider-next {
    float: right;
    background-position: 100% 0;
}

#slider-control-nav {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    opacity: 0.2;
}
.slider-wrapper:hover #slider-control-nav { opacity: 1; }
#slider-control-nav a {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(images/bullets.png) no-repeat 0 0;
    text-indent: -9999px;
    margin: 0 3px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
#slider-control-nav a.active { background-position: 100% 0; }

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-width : 480px) {

    #slider-direction-nav,
	#slider-control-nav { opacity: 1; }

}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
	
	#slider-direction-nav,
	#slider-control-nav { opacity: 1; }

}

/* slider end */

#hometabs {
	width:100%;
	margin:0 auto;
	padding:0;
	background:url(images/hometabs_bg.png) repeat-x top;
}
#maintabs {
	width:100%;
	margin:80px auto 0 auto;
	padding:0;
	background:url(images/hometabs_bg.png) repeat-x top #FFF;
}
#maintabs h1 {
	font-family:'Playfair Display', serif;
	font-size:28px;
	font-weight:400;
	margin:10px 0;
	padding:0;
	color:#df1f26;
	text-transform:uppercase;
}
#maintabs h2 {
	font-family:'PT Sans', sans-serif;
	font-size:24px;
	font-weight:400;
	margin:10px 0;
	padding:0;
	color:#df1f26;
}
#maintabs p {
	font-family:'PT Sans', sans-serif;
	font-size:14px;
	font-weight:400;
	margin:15px 0;
	padding:0;
	color:#363636;
	line-height:1.5em;
}
#maintabs a {
	color:#df1f26;
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
	text-transform:uppercase;
}
#maintabs a:hover {
	text-decoration:underline;
}
.ninesixty {
	width:960px;
	margin:0 auto;
	padding:30px 0;
	background:url(images/hometabs_bg.png) repeat-x top;
}
.container {
	width:960px;
	margin:0 auto;
	padding:0;
}
#footer {
	width:100%;
	background-color:#141414;
	color:#adadad;
	margin:50px 0 0 0;
	padding:20px 0;
}
#footer a {
	font-size:12px;
	color:#ececec;
	text-decoration:none;
	text-transform:uppercase;
}
#footer a:hover {
	text-decoration:underline;
}
#foot {
	width:100%;
	background:url(images/foot_bg.png) repeat-x top;
	height:59px;
	color:#adadad;
	margin:0;
	padding:0;
}
/* new impact footer */

.clearfix:before, .clearfix:after {
	display:table;
	content:"";
}
.clearfix:after {
	clear:both;
}
#global-footer {
	padding:0;
	border:0;
	margin:0;
	color:#2b2b2b;
	padding-top:40px;
	background-color:#c2c2c2;
	width:100%;
	min-height:200px;
	font-size:12px;
	color:#000000;
}
#global-footer a {
	font-size:12px;
	color:#000000;
	text-decoration:none;
}
#global-footer a:hover {
	font-size:12px;
	color:#000000;
	text-decoration:underline;
}
#global-footer a:visited {
	font-size:12px;
	color:#000000;
	text-decoration:none;
}
#global-footer #global-footer-wrapper {
	margin:0 auto;
	float:none;
	width:960px;
}
#global-footer-cols {
	width:192px;
 float:none:
 margin:0 auto;
	display:block;
}
#global-footer h3 {
	font-size:14px;
	margin-bottom:7px;
	padding-left:5%;
}
#global-footer ul {
	padding:0;
	border:0;
	margin:0;
	display:block;
}
#global-footer ul li {
	list-style:none;
	list-style-type:none;
}
#global-footer .footer-icon {
	display:inline-block;
	height:24px;
	padding-left:31px;
	padding-top:4px;
	margin-bottom:2px;
	background:#dea;
}
#global-footer .footer-icon.facebook {
	background-position:0 -1032px;
	height:25px;
	width:25px;
	width:auto;
	height:22px;
}
#global-footer .footer-icon.facebook:hover {
	background-position:0 -760px;
	height:25px;
	width:25px;
	width:auto;
	height:22px;
}
#global-footer .footer-icon.twitter {
	background-position:0 -1091px;
	height:25px;
	width:25px;
	width:auto;
	height:22px;
}
#global-footer .footer-icon.twitter:hover {
	background-position:0 -733px;
	height:25px;
	width:25px;
	width:auto;
	height:22px;
}
#global-footer .footer-icon.youtube {
	background-position:0 -787px;
	height:25px;
	width:25px;
	width:auto;
	height:22px;
}
#global-footer .footer-icon.youtube:hover {
	background-position:0 -679px;
	height:25px;
	width:25px;
	width:auto;
	height:22px;
}
#global-footer .footer-icon.googleplus {
	background-position:0 -814px;
	height:25px;
	width:24px;
	width:auto;
	height:22px;
}
#global-footer .footer-icon.googleplus:hover {
	background-position:0 -706px;
	height:25px;
	width:24px;
	width:auto;
	height:22px;
}
#global-footer #googleplus {
	display:inline-block;
	height:24px;
	padding-left:31px;
	padding-top:4px;
	margin-bottom:2px;
	background-position:0 -814px;
	height:25px;
	width:24px;
	width:auto;
	height:22px;
}
#global-footer #googleplus:hover {
	background-position:0 -706px;
	height:25px;
	width:24px;
	width:auto;
	height:22px;
}
#global-footer .rss-link {
	padding:0;
	border:0;
	margin:0;
	display:inline-block;
}
#global-footer .sign-up-updates-link {
	padding:0;
	border:0;
	margin:0;
	display:inline-block;
	font-weight:normal;
	font-family:'PT Sans', sans-serif;
}
#global-footer .copyright-row {
	padding:0;
	border:0;
	margin:0;
	font-size:16px;
	margin-top:20px;
	border-top:1px solid #d7d7d7;
	padding-top:20px;
	padding-bottom:10px;
	text-align:center;
}
#global-footer .footer-divider {
	margin:0 10px;
	border-left:1px solid #b6b6b6;
	display:inline-block;
	vertical-align:middle;
	height:0.8em;
}
#global-footer a.disclosures-link, #global-footer a[data-disclaimer].disclosures-link, #global-footer span[data-disclaimer].disclosures-link {
	display:inline-block;
	float:right;
	padding:0;
}
#container5 {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
}
#container4 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:20%;
}
#container3 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:20%;
}
#container2 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:20%;
}
#container2b {
	clear:left;
	float:left;
	width:100%;
	position:relative;
}
#container1 {
	float:left;
	width:100%;
	position:relative;
	right:20%;
}
#col1 {
	float:left;
	width:20%;
	position:relative;
	left:79%;
	overflow:hidden;
}
#col2 {
	float:left;
	width:18%;
	position:relative;
	left:80%;
	overflow:hidden;
}
#col3 {
	float:left;
	width:18%;
	position:relative;
	left:81%;
	overflow:hidden;
}
#col4 {
	float:left;
	width:18%;
	position:relative;
	left:80%;
	overflow:hidden;
}
#col5 {
	float:left;
	width:22%;
	position:relative;
	left:84%;
	overflow:hidden;
}
.span1 {
	width:54px;
}
.span2 {
	width:118px;
}
.span3 {
	width:182px;
}
.span4 {
	width:246px;
}
.span5 {
	width:310px;
}
.span6 {
	width:374px;
}
.span7 {
	width:438px;
}
.span8 {
	width:502px;
}
.span9 {
	width:566px;
}
.span10 {
	width:630px;
}
.span11 {
	width:694px;
}
.span12 {
	width:758px;
}
.span13 {
	width:822px;
}
.span14 {
	width:886px
}
.span15 {
	width:950px
}
#global-footer ul, ol {
	padding:0;
	margin:0 0 9px 25px;
}
#global-footer ul ul, ul ol, ol ol, ol ul {
	margin-bottom:0;
}
#global-footer ul {
	list-style:disc;
}
#global-footer ol {
	list-style:decimal;
}
#global-footer li {
	line-height:18px;
}
#global-footer ul.unstyled, ol.unstyled {
	margin-left:0;
	list-style:none;
}
 /* Menu */
 
 .menucontainer {
 width: 100%;
 float: right;
 z-index: 1000;
 position: relative;
}
#menu {
	margin-top: 2px;
	float: right;
	position: relative;
}
#menu li {
	float: left;
	display: block;
}
#menu li a {
	position: relative;
	padding:10px 15px 4px 15px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color:#333;
	font-size:12px;
	font-family:'PT Sans', sans-serif;
	font-weight:700;
	float:left;
	display: block;
}
#menu li a:hover, #menu li a.active {
	color: #df1f26;
	background: url(/images/nav-indicator.png) no-repeat center top;
}
#menu .current_page_item {
	background: url(/images/nav-indicator.png) no-repeat center top;
	color: #df1f26;
}
#menu li ul {
	left: -999em;
	top:25px;
	position: absolute;
	display: table;
}
#menu li ul li {
	float : none;
}
#menu li ul a {
	width : 200px;
	padding : 6px 10px 10px 10px;
	background : #dddddd;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-transform: none;
	color: #df1f26;
	position: relative;
	margin-left: -40px;
!important  *margin-left: 100px; /* IE7-8 fix */
!important  _margin-left: 100px; /* IE6 fix */
!important
}

#menu li ul a:hover {
	background: #8f8e8e;
	color: #df1f26;
}
#menu li:hover ul, #menu li.sfhover ul {
	left: auto;
}
#menu li ul li a:hover {
	color:#df1f26;
}
#menu li ul li a.active {
	color:#df1f26;
}

/**
 * Tooltips!
 */

div.htmltooltip{
position: absolute; /*leave this and next 3 values alone*/
z-index: 1000;
left: -1000px;
top: -1000px;
background: #272727;
color: #ffffff;
padding: 10px;
margin-top:10px;
width: 580px; /*width of tooltip*/
}

.imcbtn {
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  font-family: Georgia;
  color: #ffffff;
  font-size: 20px;
  background: #05619e;
  padding: 10px;
  text-decoration: none;
}
.imcbtn a {
	color: #ffffff;
}
.imcbtn:hover {
  background: #1acca0;
  text-decoration: none;
}

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:20px 20px 20px 20px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}
.myButton:hover {
	color:#ffffff;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}
.myButton:active {
	position:relative;
	top:1px;
}
.sidebarButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #af030a), color-stop(1, #df1f26));
	background:-moz-linear-gradient(top, #af030a 5%, #df1f26 100%);
	background:-webkit-linear-gradient(top, #af030a 5%, #df1f26 100%);
	background:-o-linear-gradient(top, #af030a 5%, #df1f26 100%);
	background:-ms-linear-gradient(top, #af030a 5%, #df1f26 100%);
	background:linear-gradient(to bottom, #af030a 5%, #df1f26 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#af030a', endColorstr='#df1f26',GradientType=0);
	background-color:#af030a;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:20px 20px 20px 20px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}
.sidebarButton:hover {
	color:#ffffff;
}
.sidebarButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #df1f26), color-stop(1, #af030a));
	background:-moz-linear-gradient(top, #df1f26 5%, #af030a 100%);
	background:-webkit-linear-gradient(top, #df1f26 5%, #af030a 100%);
	background:-o-linear-gradient(top, #df1f26 5%, #af030a 100%);
	background:-ms-linear-gradient(top, #df1f26 5%, #af030a 100%);
	background:linear-gradient(to bottom, #df1f26 5%, #af030a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#df1f26', endColorstr='#af030a',GradientType=0);
	background-color:#df1f26;
}
.sidebarButton:active {
	position:relative;
	top:1px;
}
sidebarButton a {
	color:#ffffff;
}