@charset "utf-8";
/* CSS Document */
body {
	background: #FFF;
	margin: 0px;
	font-family: PillGothicRegular;
	font-family: 12px;
}
.page {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
#header-nav {
	float: right;
	font-size: .7em;
	color: #494949;
	text-transform: uppercase;
	display: block;
	width: auto;
	height: 20px;
	padding: 5px 0 0 0;
}
ul#header-links {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	height: 20px;
	position: relative;
	left: -160px;
}
ul#header-links li {
	padding: 3px 10px 3px 3px;
	margin: 0px 5px 0 5px;
	border-right: solid #494949 thin;
	float: left;
	height: 6px;
}
#global-link {
	float: right;
	width: 158px;
	height: 27px;
	background: url(../images/global-link-bg-up.png) no-repeat;
	color: #FFF;
	position: relative;
	top: -110px;
    right: 0px;
	vertical-align: middle;
	cursor: pointer;
	display: block;
	text-transform: uppercase;
}
#global-link:hover {
	background: url(../images/global-link-bg-over.png) no-repeat;
}
#global-link-text {
	padding: 8px 0 0 0;
	text-align: center;
	font-size: .6em;
}
#global-menu {
	position: absolute;
	top: 25px;
	left: 55%;
	width: 380px;
	background: #fff;
	padding: 5px;
	border: solid #919191 thin;
	display: none;
	z-index: 32;
}
.global-menu-column {
	width: 46%;
	float: left;
	margin: 5px 10px 5px 5px;
}
img.map-img {
	border-bottom: dotted #919191 thin;
	text-align: center;
}
a:link.header, a:active.header, a:visited.header {
	color: #494949;
	text-decoration: underline;
}
a:hover.header {
	color: #E70003;
	text-decoration: none;
}
a:link.main-nav {
	text-decoration: none;
}
#logo {
	display: block;
	width: 100%;
	clear: both;
	vertical-align: middle;
}
img#slogan {
	margin: 0 0 10px 0;
}
#main-menu {
	width: 100%;
	height: 46px;
	display: block;
	border-top: #919292 solid thin;
	border-bottom: #919292 solid thin;
	margin: 40px 0 0 0;
}
ul.main-nav {
	padding: 0px;
	margin: 10px;
	list-style: none;
	font-size: 1em;
	font-family: PillGothicBold;
	color: #494949;
	
	text-transform: uppercase;
}
ul.main-nav li {
	float: left;
	padding: 5px 10px 5px 10px;
	border-right: #919292 solid thin;
    width: auto;
}
ul.sub-menu {
	position: relative;
	top: 420px;
	left: 0px;
	background: #FFF;
	padding: 20px;
	border-left: solid #919191 thin;
	border-right: solid #919191 thin;
	border-bottom: solid #919191 thin;
}
ul.sub-menu li {
	float: none;
	width: 100%;
	font-size: .8em;
	font-family: PillGothicBold;
	text-transform: uppercase;
	display: block;
	margin: 10px;
	padding: 5px;
	border-bottom: solid #919191 thin;
	border-right: none;
}
ul.sub-menu a:active,
ul.sub-menu a:link,
ul.sub-menu a:visited {
	color: #494949;
	text-decoration: none;
}
ul.sub-menu a:hover {
	color:  #E30018;
	text-decoration: none;
}
#search-tab {
	width: 15px;
	height: 15px;
	padding: 10px;
	background: url(../images/search-icon-up.png) no-repeat center;
	border-left: solid #919291 thin;
	float: right;
	margin: -2px 0 0 0;
	cursor: pointer;
}
#search-tab:hover {
	background: url(../images/search-icon-over.png) no-repeat center;
}
h2 {
	font-size: 1.7em;
	color: #E70013;
	line-height: 1em;
	margin: 0px 0px 5px 0px;
}
p {
	font-size: 1em;
	color: #494949;
	line-height: 1.2em;
}
a.more-button:link, a.more-button:active, a.more-button:visited {
	width: 160px;
	height: 26px;
	background: url(../images/global-link-bg-up.png) no-repeat;
	color: #FFF;
	font-size: .8em;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 8px 5px 5px 5px;
	text-transform: uppercase;
	text-decoration: none;
}
a.more-button:hover {
	background: url(../images/global-link-bg-over.png) no-repeat;
}
.home-column {
	width: 22%;
	float: left;
	height: 100%;
	margin: 0 10px 10px 10px;
}
h3 {
	font-size: 1em;
	font-family: PillGothicBold;
	text-transform: uppercase;
	color: #111;
	width: 100%;
	border-bottom: dotted #1a1a18 thin;
	float: left;
	padding: 5px 0 10px 0;
	margin: 0 0 10px 0;
}
ul.home-list {
	font-size: .9em;
	color: #494949;
	list-style-image: url(../images/list-icon.png);
	padding: 6px;
	margin: 0px 0px 0px 0px;
}
ul.home-list li {
	margin: 3px 0px 3px 20px;
	padding: 5px;
}
img.header-icon {
	float: left;
	margin: 2px 5px 0px 0px;
}
.news-wrapper {
	width: 100%;
	background: #f5f5f5;
	padding: 30px 10px 20px 10px;
	display: block;
	height: 350px;
	clear: both;
	margin: 0px 0px 30px 0px;
}
.news-column-1 {
	width: 29%;
	float: left;
	border-right: solid #919292 thin;
	padding: 5px 20px 5px 0px;
	margin: 0px 10px 0px 0px;
}
.news-column-2 {
	width: 29%;
	float: left;
	border-right: solid #919292 thin;
	padding: 5px 20px 5px 20px;
	margin: 0px 10px 0px 10px;
}
.news-column-3 {
	width: 29%;
	float: left;
	padding: 5px 0px 5px 20px;
	margin: 0px 0px 0px 10px;
}
p.time-stamp {
	font-size: .8em;
	color: #494949;
}
h4 {
	font-family: PillGothicBold;
	color: #494949;
	font-size: 1.1em;
	margin: 5px 0 5px 0;
	line-height: 1em;
}
a:link, a:active, a:visited {
	color: #494949;
	text-decoration: underline;
}
a:hover {
	color: #C30018;
	text-decoration: none;
}
p {
	font-size: .9em;
}
.solution-column {
	width: 33%;
	float: left;
	margin-bottom: 50px;
}
#footer {
	width: 98%;
	height: 80px;
	display: block;
	margin-top: 50px;
	border-top: solid #919292 thin;
	clear: both;
	padding: 10px 0 10px 0;
}
p.copy {
	font-size: .7em;
	color: #919292;
	width: auto;
	float: left;
	margin: 10px 20px 10px 0;
}
ul.footer-links {
	width: auto;
	list-style: none;
	margin: 10px 0 0 0;
	font-size: .7em;
	color: #919292;
	text-transform: uppercase;
}
ul.footer-links li {
	width: auto;
	float: left;
	padding: 0 5px 0 5px;
	margin: 0 5px 0 5px;
	border-right: solid #919292 thin;
}
#social-links {
	float: right;
	width: auto;
	font-size: .8em;
	color: #494949;
	vertical-align: top;
	margin-top: -10px;
}
a:link#fb-link, a:active#fb-link, a:visited#fb-link {
	width: 20px;
	height: 20px;
	background: url(../images/facebook-icon-up.png) no-repeat center;
	display: inline-block;
}
a:hover#fb-link {
	background: url(../images/facebook-icon-over.png) no-repeat center;
}
a:link#twit-link, a:active#twit-link, a:visited#twit-link {
	width: 20px;
	height: 20px;
	background: url(../images/twitter-icon-up.png) no-repeat center;
	display: inline-block;
}
a:hover#twit-link {
	background: url(../images/twitter-icon-over.png) no-repeat center;
}
a:link#yt-link, a:active#yt-link, a:visited#yt-link {
	width: 20px;
	height: 20px;
	background: url(../images/you-tube-icon-up.png) no-repeat center;
	display: inline-block;
}
a:hover#yt-link {
	background: url(../images/you-tube-icon-over.png) no-repeat center;
}
h5 {
	font-size: 1em;
	color: #C30018;
	font-family: PillGothicBold;
	text-transform: uppercase;
	text-align: left;
	margin: 2px 0 2px 0;
}
ul.global-list {
	list-style-image: url(../images/list-icon.png);
	margin: 2px 0 2px 0;
	font-size: .8em;
	color: #494949;
	padding: 5px 0px 5px 18px;
}
ul.global-list li {
	padding: 3px 0px 3px 0px;
	margin: 0 0 0 0;
}
#crumb-panel {
	background: #EFEFEF;
	width: 99%;
	height: 25px;
	display: block;
	padding: 10px 0 0 10px;
	color: #666;
	font-size: .8em;
}
h5 {
	width: 100%;
	margin: 20px 0 10px 0;
	border-bottom: dotted #666 thin;
	font-size: 1.2em;
	padding: 5px 0 5px 0;
	text-align: left;
	color: #2B2B2B;
	text-transform: uppercase;
}
h6 {
	color: #444;
	text-transform: uppercase;
	font-size: 1.2em;
	margin: 5px 0 5px 0;
	font-family: PillGothicRegular;
}
h7 {
	color: #444;
	text-transform: uppercase;
	font-size: 1.2em;
	margin: 10px 0 10px 0;
	padding: 10px 0 10px 0;
	font-family: PillGothicBold;
	width: 100%;
	display: block;
}
h8 {
	font-size: 1em;
	color: #444;
	font-family: PillGothicBold;
	margin: 5px 0 5px 0;
	text-transform: uppercase;
	display: block;
}
.video-wrapper {
	width: auto;
	padding: 10px 10px 10px 0;
	display: inline-block;
	vertical-align: top;
}
.content-wrapper {
	width: 300px;
	padding: 10px 10px 10px 0px;
	display: inline-block;
	vertical-align: top;
}
.block-wrapper {
	background: #EEE;
	width: 98%;
	padding: 10px;
	margin: 0px;
	display: block;
	height: 100%;
}
.paragraph-wrapper {
	width: 60%;
	margin: 20px;
	height: 100%;
	display: block;
}
.table-wrapper {
	width: 75%;
	margin: 10px 0 20px 0;
	padding: 10px;
	background: #EEE;
	display: block;
}

p.minor-header {
	text-transform: uppercase;
	color: #E30018;
}
p.major-header {
	color: #C30000;
	font-size: 3.2em;
	margin: 40px 0px 20px 0px;
}
a.small-more-btn:active, a.small-more-btn:link, a.small-more-btn:visited {
	background: #E30018;
	padding: 3px;
	color: #FFF;
	text-align: center;
	display: block;
	transform: matrix(1,0,-0.2,1,0,0.005);
	width: 60px;
	font-size: .8em;
	text-decoration: none;
	text-transform: uppercase;
	float: right;
	margin: 10px 0 10px 10px;
}
a.small-more-btn:hover {
	background: #444;
}
.crumb-active {
	color: #E30018;
}
h6#accordion-header {
	font-family: PillGothicRegular;
	border-bottom: dotted #666 thin;
	font-weight: lighter;
	font-size: .9em;
	color: #222;
}
.accordian-content {
	padding: 10px 10px 10px 20px;
	font-size: 1em;
	height: auto;
	overflow: visible;
}
p.small-text {
	font-size: 12px;
}
.null-block {
	width: 100%;
	height: 10px;
	border-top: dotted #222 thin;
	border-bottom: dotted #222 thin;
	display: block;
	margin: 20px 0 20px 0;
}
.quad-column {
	width: 24.5%;
	display: inline-block;
	vertical-align: top;
}
.quad-column-content {
	border-right: solid #666 thin;
	padding: 5px;
}
#quad-column-last {
	border-right: none;
}
.trip-column {
	width: 33%;
	display: inline-block;
	vertical-align: top;
}
.footer-wrapper {
	width: 100%;
	border-top: dotted #111 thin;
	height: auto;
	margin: 20px 0 50px 0;
	display: block;
	padding: 30px 0 0 0;
}
.block-affiliates {
	width: 48%;
	height: 80px;
	background-color: #EEEEEE;
	color: #666;
	font-size: 1.4em;
	text-height: max-size;
	text-align: end;
	display: inline-block;
	padding: 5px;
	margin: 5px 5px 0 0;
	transition: background-color .5s ease-in .1s, color .5s ease-in .1s, text-align 1.8s ease-in .1s;
    cursor: pointer;
}
.block-affiliates:hover {
	background-color: #C30000;
	color: #FFF;
	text-align: left;
}
table.catalogue-table {
	margin: 20px;
	width: 98%;
	display: block;
}
table.catalogue-table tr {
	border-bottom: dotted #333 thin;
}
table.catalogue-table th {
	font-family: PillGothicRegular;
	color: #333;
	text-align: left;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	border-bottom: dotted #333 thin;
}
table.catalogue-table td {
	margin: 5px;
	padding: 5px;
	font-size: .9em;
	color: #333;
	border-bottom: dotted #333 thin;
}
a.catalogue-download-btn {
	width: 30px;
	height: 20px;
	margin: 5px;
	padding: 10px 5px 5px 5px;
	background-color: #C30000;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	transition: background-color .5s ease-in .1s;
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: .9em;
}
a.catalogue-download-btn:hover {
	background-color: #C0C0C0;
}
.item-wrapper {
	margin: 0 20px 20px 20px;
	padding: 20px;
	width: 400px;
	display: inline-block;
}
.news-block {
	width: 28%;
	display: inline-block;
	vertical-align: top;
	padding: 5px 30px 10px 0px;
	border-right: solid #666 thin;
	margin: 5px;
}
a.header-link:link, a.header-link:active, a.header-link:visited {
	color: #444;
	text-decoration: none;
}
a.header-link:hover {
	color: #C30000;
	text-decoration: none;
}
ul.chev-list {
	list-style-image: url(../images/list-chevron.png);
	color: #444;
	font-size: .8em;
	margin: 5px 0 5px 0;
	padding: 20px 0 20px 20px;
}
ul.chev-list li {
	margin: 20px 5px 20px 20px;
}
.time-column {
	width: 150px;
	display: inline-block;
}
.archive-block {
	width: 94%;
	height: auto;
	margin: 10px;
	padding: 10px 0 10px 5px;
	border-bottom: dotted #333 thin;
	display: block;
}
#item-last {
	border-bottom: none;
}
a.sub-header-item:link, a.sub-header-item:visited {
	background-color: #EEE;
	color: #444;
	padding: 12px 6px 12px 6px;
	display: inline-block;
	margin: 5px;
	font-size: .8em;
	text-transform: uppercase;
	text-decoration: none;
}
a.sub-header-item:active, a.sub-header-item:hover {
	background-color: #C30000;
	color: #FFF;
	text-decoration: none;
}
a#item-active {
	background-color: #C30000;
	color: #FFF;
	text-decoration: none;
}
.image-left {
	padding: 10px;
	display: inline-block;
	width: 50%;
	height: 100%;
	vertical-align: top;
}
.paragraph-right {
	padding: 10px;
	display: inline-block;
	width: 40%;
	height: 100%;
	vertical-align: top;
}
.full-wrapper {
	width: 98%;
	padding: 10px;
}
table.form-table {
	width: 100%;
	border: none;
	font-size: .9em;
	color: #333;
}
table.form-table input[type=text], select, input[type=email] {
	width: 300px;
	padding: 5px;
	margin: 5px;
	border: solid #999 thin;
	background: #fff;
	color: #222;
	font-size: .9em;
}
table.form-table textarea {
	width: 300px;
	padding: 5px;
	margin: 5px;
	border: solid #999 thin;
	background: #fff;
	color: #222;
	font-size: .9em;
	height: 100px;
}
table.form-table input[type=submit] {
	width: 100px;
	padding: 5px;
	margin: 5px;
	border: none;
	background: #C30000;
	color: #fff;
	font-size: 1em;
	display: block;
	transform: matrix(1,0,-0.2,1,0,0.005);
}
ul.site-list {
	list-style: none;
	padding: 5px;
	margin: 5px;
}
ul.site-list a.top-level {
	font-weight: bold;
}
ul.site-list li {
	padding: 2px 2px 2px 20px;
}
.contact-column {
	width: 30%;
	display: inline-block;
	margin: 5px;
	vertical-align: top;
}
section.contact-row {
	width: 40%;
	display: inline-block;
	vertical-align: top;
	margin: 0 50px 0 0;
}