@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
}
p {
	color: #444;
}
/* first for IE 4–8 */
@font-face {
	font-family: DINWeb-Light;
	src: url("DINWeb-Light.eot");
}
/* then for WOFF-capable browsers */
@font-face {
	font-family: DINWeb-Light;
	src: url("DINWeb-Light.woff") format("woff");
}


@font-face {
	font-family: DINWeb-Medium;
	src: url("DINWeb-Medium.eot");
}
/* then for WOFF-capable browsers */
@font-face {
	font-family: DINWeb-Medium;
	src: url("DINWeb-Medium.woff") format("woff");
}

@font-face {
	font-family: DINWeb-Regular;
	src: url("DINWeb.eot");
}
/* then for WOFF-capable browsers */
@font-face {
	font-family: DINWeb-Regular;
	src: url("DINWeb.woff") format("woff");
}



@font-face {
	font-family: 'EalingOT-Regular';
	src: url('EALINGRegular.woff') format('woff'),  url('EALINGRegular.svg#EalingOT-Regular') format('svg');
}

.din{
	font-family: DINWeb-Regular, sans-serif;
	font-weight:normal;
}




.earling{
	font-family: "EalingOT-Regular", serif;
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: Arial, sans-serif;
	font-size: 13px;
}
.floatkiller {
	display: block;
	clear: both;
	float: none;
	height: 1px;
	width: 100%
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -55px; /* the bottom margin is the negative value of the footer's height */
}
.skip {
	display: block;
	padding: 5px;
	color: #fff;
	margin-top: -26px;
	background-color: #444;
}
.skip:focus {
	margin-top: 0px;
}
.global-header {
	display: block;
	width: 100%;
	min-height: 40px;
	background-color: #000000;
	min-width: 1000px;
	position:relative;
}
.global-header a, .global-header a:hover {
	color: #fff;
	text-decoration: none;
}
.left-global {
	display: block;
	width: 400px;
	margin-left: 1%;
	position:absolute;
	left:0;
	top: 0;
	height: 30px;
}
.global-header form, .global-header input {
	display: inline;
	margin-left: 10px;
}


.header-third {
	display: block;
	width: 300px;
	position:absolute;
	right:10px;
	top:50px;
	
}

#small-header .header-third{
	top:0px;	
}
.search-wrap {
	display: block;
	padding: 6px;
	border-radius: 3px;
	background-color: #444;
}

#small-header .search-wrap {
	display: block;
	padding: 6px;
	border-radius: 0px;
	background-color: transparent;
}

.search-btn {
	text-indent: -30000px;
	background-image: url(../../img/layout/icon-search.png);
	border: none;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 25px;
	width: 25px;
	position:absolute;
	top:7px;
	right:7px;
	background-color:transparent !important;
	overflow:hidden;
	overflow-y:hidden;
	overflow-x:hidden;
}
#small-header .search-btn {
	background-image: url(../../img/layout/icon-search-dark.png);
}
.global-search {
	border: none;
	border-radius: 3px;
	height: 21px;
	width: 249px;
	padding-left: 5px;
    font-weight: bold;
	color: #007cc2;
	margin-top: 0px;
	padding-top: 3px;
}

#small-header .global-search{
	margin-left:4px;
	padding-top:3px;
	height:20px;
	margin-top:0;	
}

.right-global {
	display: block;
	width: 63%;
	margin-right: 1%;
	float: right;
	line-height: 40px;
	height: 40px;
	text-align: right;
}
.header-contact, .header-location, .header-account {
	padding-right: 30px;
	margin-left: 10px;
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.header-contact {
	background-image: url(../../img/layout/icon-contact.gif);
}
.header-location {
	background-image: url(../../img/layout/icon-location.gif);
}
.header-account {
	background-image: url(../../img/layout/icon-login.gif);
}
.header {
	display: block;
	background-color: #ffffff;
	padding-top: 10px;
	padding-left:10px;
	padding-bottom:5px;
	padding-right:10px;
	position:relative;
}
.logo {
	display: block;

	width: 50%;
	height: 80px;
}
.header .logo img {
	outline: none;
	border: none;
	max-width: 100%;
	height: auto;
}
.social {
	display: block;
	text-align: right;
	height: 30px;
	position:absolute;
	right:0px;
	top:-40px;
}

#small-header .social{
	padding-top:7px;
	top:0;
	right:305px;
}
.social img {
	border: none;
	outline: none;
}

/*.socialimages {
    margin-right:3px;
}*/

.socialimages img {
    margin-right:3px;
    max-height: 22px;
    max-width: 22px;
}

#small-header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
	display: none;
	min-width: 1000px;
}
#small-header .header {
	display: block;
	background-color: #007cc2;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 5px;
	padding-bottom: 5px;
	position:absolute;
	width:98%;
}
#small-header .header a {
	color: #fff;
	font-size: 26px;
	text-decoration: none;
	float: left;
	font-family: "EalingOT-Regular", serif;
}


.main-nav, .main-nav-cloned {
	display: block;
	width: 100%;
	min-height: 30px;
	background-color: #444;
}


.main-nav-cloned{
	margin-top:38px;
}

ul.navigation {
	background-color: #444!important;
}
ul.navigation li a:hover, ul.navigation li.selected a {
	background-color: #fff !important;
	color: #004166 !important;
}

#home-content {
	display: block;
	width: 100%;
	min-height: 600px;
	background-color: #ffffff;
}
ul.home-page-link-list a {
	color: #444444;
}
ul.home-page-link-list a:hover {
	color: #000;
}
ul.home-page-link-list {
	padding-left: 20px;
	padding-bottom: 10px;
}
ul.home-page-link-list li {
	list-style: none;
	padding: 0;
	margin-left: 0;
	margin-bottom: 3px;
}
ul.home-page-link-list li:before {
	content: '>';
	margin: 0 7px 0 -15px;
	color: #007cc2;
}
input.check, .check {
	float: right;
	height: 30px;
	background-color: #007cc2;
	border: 1px solid #005686;
	border-radius: 3px;
	color: #FFFFFF !important;
	padding-left:10px;
	padding-right:10px;
	cursor: pointer;
	display: block;
	text-align: center;
	
}

input.check{
	margin-right:2px;
}

.check {
	padding-top: 5px;
	padding-bottom:3px;
	height: 20px;
	margin-bottom: 10px;
	border-radius: 3px;
	text-decoration:none;

}

input.check:hover, .check:hover {
	background-color: #00476e;
	border: 1px solid #003352;
}
a.blue-arrow-btn-single {
	display: block;
	font-size: 17px;
	line-height: 42px;
	background-image: url(../../img/layout/blue-arrow-btn-single-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
	padding-left: 10px;
	color: #fff;
	text-decoration: none;
	height: 42px;
	position: relative;
}
a.blue-arrow-btn-single:hover {
	background-position: left bottom;
}
a.blue-arrow-btn-single:hover .point, a.blue-arrow-btn-single:hover .point.gray {
	background-position: right bottom;
}
a.blue-arrow-btn-single .point {
	background-image: url(../../img/layout/blue-arrow-btn-single-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 15px;
	height: 42px;
}
a.blue-arrow-btn-single:hover {
	color: #fff;
}
a.blue-arrow-btn-single.double {
	display: block;
	font-size: 17px;
	line-height: 19px;
	background-image: url(../../img/layout/blue-arrow-btn-double-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 10px;
	padding-left: 10px;
	color: #fff;
	text-decoration: none;
	height: 44px;
	position: relative;
	padding-top: 12px;
	padding-bottom: 8px;
}
a.blue-arrow-btn-single.double .point {
	background-image: url(../../img/layout/blue-arrow-btn-double-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	float: right;
	width: 15px;
	height: 64px;
	position: absolute;
	right: 0;
	top: 0;
}
a.blue-arrow-btn-single.double:hover {
	background-position: left bottom;
}
a.blue-arrow-btn-double.double .point {
	background-position: right bottom;
}
#lower-content {
	min-height: 60px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
}
.left-two-thirds {
	display: block;
	float: left;
	width: 64%;
	min-height: 40px;
	margin-left: 1%;
}
.right-one-third {
	display: block;
	float: right;
	width: 32%;
	min-height: 40px;
	margin-right: 1%;
	position: relative;
}
.right-one-third hr {
	margin-bottom: 10px;
	border: none;
	background-color: #ccc;
	color: #ccc;
	height: 1px;
}
.left-half, .right-half {
	display: block;
	width: 49.4%;
	float: left;
}
.right-half {
	float: right;
	margin-right: -2px;
}

.right-half.promo{
	margin-top:35px;
}

#tab-wrap {
	display: block;
	background-color: #d8d8d8;
	padding: 10px;
	margin-top: 38px;
	margin-bottom: 20px;
}
#tab-wrap a {
	color: #444;
}
#tab-wrap a:hover {
	color: #000;
}
/* #tab-two, */
#tab-one {
	display: block;
	background-color: #FFF;
	min-height: 100px;
	border-radius: 3px;
	padding: 10px;
}
#tab-two-content {
	display: none;
}

#lower-content h2#control-tab-two,
#lower-content h2#control-tab-one{
	font-size:20px;
	padding-top:10px;
	height:26px;
	padding-bottom:2px;
}

#control-tab-two {
	display: block;

	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	padding-left: 10px;
	padding-bottom: 0px;
	background-image: url(../../img/layout/tab-left-light.gif);
	background-repeat: no-repeat;
	background-position:right;
	z-index: 3;
	/*color: #444;*/
    color: #666666 !important;
	cursor: pointer;
	border-left:1px solid #bbbbbb;
}

#control-tab-two.front {
	background-image: url(../../img/layout/tab-left-dark.gif);
	z-index: 4;
	color: #444444 !important;
	border-left:none;
}
#control-tab-one {
	display: block;
    color: #666666 !important;
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	width: 125px;
	padding-left: 35px;
	border-right:1px solid #bbbbbb;
	padding-bottom: 0px;
	background-image: url(../../img/layout/tab-right-light.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-align: left;
	cursor: pointer;
}
#control-tab-one.front {
	background-image: url(../../img/layout/tab-right-dark.gif);
	z-index: 4;
	color: #444444 !important;
	border-right:none;
}
.date-dropdowns {
	width: 32% !important;
	float: left;
}
.date-dropdowns.mm {
	margin-left: 2%;
	margin-right: 2%;
}
#footer {
	display: block;
	width: 100%;
	background-color: #000000;
	min-width: 1000px;
}
#footer, .push {
	height: 55px; /* .push must be the same height as .footer */
}
#lower-content h1 {
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	color: #007cc2;
	display: block;
	padding-bottom: 0px;
	font-family: DINWeb-Regular, sans-serif;
	padding-top: 3px;
}
#lower-content h2 {
	font-size: 22px;
	font-weight: normal;
	color: #727375;
	display: block;
	padding-bottom: 10px;
	font-family: DINWeb-Regular, sans-serif;
	line-height: 24px;
}
#lower-content h2.support {
	
}
h3.support {
	padding-top: 0px;
	color: #727375;
	font-size: 17px;
	/*font-family: DINWeb-Regular, sans-serif;*/
	padding-bottom: 10px;
	font-weight: normal;
}
h3.support a {
	color: #444;
}
.tag-line {
	display: block;
	border-bottom: 1px solid #bbb;
}
.notify {
	display: block;
	border-bottom: 1px solid #bbb;
	border-top: 1px solid #bbb;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.left-divided {
	padding-top: 2%;
	padding-bottom: 2%;
	padding-right: 2%;
	display: block;
	float: left;
	width: 47.8%;
}
.left-divided a {
	color: #444;
}
.right-divided {
	padding-top: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	display: block;
	float: right;
	width: 48%;
	border:none;
}
#tab-wrap h3 {
	color: #727375;
	padding-bottom: 10px;
	font-size:22px;
}

p.tab-note{
	font-size:12px;
}

.right-one-third p, .left-two-thirds p {
	margin-bottom: 10px;
}

.board-select {
	float: left;
	margin-top: -1px;
}
.home-news {
	margin: 0;
	padding: 0;
	list-style: none;
}
.home-news .item {
	padding-top: 10px;
	border-top: 1px solid #bbb;
}
.home-news .item h3 {
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 5px;
	font-size: 15px;
	font-weight: normal;
}
.home-news .item h3 a {
	color: #000;
	text-decoration: none;
}
.home-news .item h3 a:hover {
	text-decoration: underline;
}
.home-news .item p {
	font-size: 13px;
	color: #444;
}
.home-news .item a {
	color: #007cc2;
}
.home-news .item p.byline {
	color: #666;
	margin-top: -3px;
}
.pipe {
	color: #000;
}
.view-all-news {
	display: block;
	margin-bottom: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	color: #444;
	border: 1px solid #bbb;
	border-radius: 3px;
	background-color: #e5e5e5;
}
.footer-links {
	display: block;
	color: #e3e3e3;
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 2%;
	padding-right: 2%;
}
.footer-links a {
	color: #e3e3e3;
}
.footer-left {
	padding-left: 2%;
	display: block;
	width: 47%;
	float: left;
	color: #e3e3e3;
	padding-bottom: 10px;
	font-size: 12px;
}
.footer-right {
	padding-right: 2%;
	display: block;
	width: 47%;
	float: right;
	color: #e3e3e3;
	padding-bottom: 10px;
	font-size: 12px;
	text-align: right;
}
.section-navigation li {
	background-color: #fff;
}
ul.navigation li .dropdown .column ul li a:hover {
	background-color: #444 !important;
	color: #fff !important;
}
h4 {
	margin-bottom: 10px;
}

.promo-text {
    COLOR: #ffffff;
    PADDING-BOTTOM: 10px;
    PADDING-TOP: 10px;
    PADDING-LEFT: 10px;
    MARGIN-TOP: -10px;
    DISPLAY: block;
    LINE-HEIGHT: 20px;
    PADDING-RIGHT: 10px;
    WIDTH: 295px;
    BACKGROUND-COLOR: #444444;
}

.promo img{
    outline:none;
    text-decoration:none;
    border:none;
}

/* cr 15197 */
.round-grey-btn{
   display:block;
   background-color:#ece8e5;
   color:#0072d2 !important;
   font-size:16px;
   text-decoration:none;
   padding-left:30px;
   padding-top:10px;
   padding-bottom:8px;
   padding-right:10px;
   background-image:url(../../img/layout/grey-rounded-btn-blue-arrow.gif);
   background-repeat:no-repeat;
   background-position:15px center;
   border-radius:30px;
   -webkit-border-radius: 30px;
   -moz-border-radius: 30px; 
   margin-bottom:10px;
   border:1px #bbbbbb solid;
}
.round-grey-btn:hover, .round-grey-btn:focus{
   background-color:#d2cecb !important;
   color:#005D92 !important;
}

