/* Fonts */

@font-face {
    font-family: 'ITCKabelStdBookRegular';
    src: url('itckabelstd-book-webfont.eot');
    src: url('itckabelstd-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('itckabelstd-book-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
	background-color: #2D2D2B;
}

#wrapper {
	background: #fff;
}

#header {
	height: 155px;
	background: #f7f7f7;
	margin-bottom: 55px;
	border-bottom: 1px solid #eaeaea;
	box-shadow: 0 -0.1em 0.9em rgba(0, 0, 0, 0.05) inset;
}

#headerWrap {
	height: 125px;
	max-width: 1090px;
	margin: 0 auto;
	background: #f7f7f7;
	position: relative;
}

#headerWrap #logo {
	position: absolute;
	left: 20px;
	top: 20px;
}

#thelogo {
 	background-image: none, url(logo.svg);
	display: block;
	height: 100px;
	width: 200px;
	position: absolute;
	left: 20px;
	top: 20px;
	text-indent: -10000em;
}

#thelogo:hover {
	border: none;
}

#headerWrap #hubZeroTag {
	position: absolute;
	left: 185px;
	top: 38px;
	color: #8d8c8c;
	text-transform: uppercase;
	font-size: 0.8em;
	line-height: 1.3em;
}

#searchlogin {
	float: right;
	text-align: right;
	margin: 40px 20px 0 0;
	position: relative;
}

#login {
	text-transform: uppercase;
	font-size: 0.8em;
	color: #7c7c7c;
	position: absolute;
	bottom: 10px;
	right: 20px;
}

#searchForm {
	background-color: #dedede;
	background-image: url(../images/layout/search.png);
	background-position: 10px;
	background-repeat: no-repeat;
	padding: 4px 4px 4px 36px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#searchForm input {
	width: 200px;
	border: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 4px;
	font-size: 0.9em;
	color: #999;
}

#searchForm input::-webkit-input-placeholder {
	font-style: italic;
}
#searchForm input:-moz-placeholder {
	font-style: italic;
	color: #CCC;
}

#nav {
	margin: 0 auto;
	max-width: 1090px;
	background-color: #0d0d0d;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}

#nav ul {
	float: right;
	position: relative;
	
	background-image: -linear-gradient(top, rgba(255,255,255, 0.15) 50%, rgba(255,255,255, 0) 100%);
	background-image: -o-linear-gradient(top, rgba(255,255,255, 0.15) 50%, rgba(255,255,255, 0) 100%);
	background-image: -moz-linear-gradient(top, rgba(255,255,255, 0.15) 50%, rgba(255,255,255, 0) 100%);
	background-image: -webkit-linear-gradient(top, rgba(255,255,255, 0.15) 50%, rgba(255,255,255, 0) 100%);
	background-image: -ms-linear-gradient(top, rgba(255,255,255, 0.15) 50%, rgba(255,255,255, 0) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.5, rgba(255,255,255, 0.15)),
		color-stop(1, rgba(255,255,255, 0))
	);
}

#nav ul li {
	position: relative;
}

#nav ul li.item102 {
	margin-left: 1px;
}

#nav ul li.item32 {
	margin-right: 1px;
}

#nav li.separator {
	background-image: url(../images/layout/separator.png);
	background-position: left;
	background-repeat: repeat-y;
	width: 2px;
}

#nav li.beforeRed {
	border-right: 1px solid #464646;
}

#nav li.afterRed {
	border-left: 1px solid #464646;
}

#nav li.separator.rightseparator {
	background-position: -1px;
}

#nav span.shine { 
	position:absolute; 
	display:block; 
	width:100%; 
	left:0; 
	top:0px; 
	height:80%;
	z-index: 0;
	 
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	
	background-image: -linear-gradient(top, rgba(255,255,255, 0.15) 50%, rgba(255,255,255, 0) 100%);
	background-image: -o-linear-gradient(top, rgba(255,255,255, 0.15) 50%, rgba(255,255,255, 0) 100%);
	background-image: -moz-linear-gradient(top, rgba(255,255,255, 0.15) 50%, rgba(255,255,255, 0) 100%);
	background-image: -webkit-linear-gradient(top, rgba(255,255,255, 0.15) 50%, rgba(255,255,255, 0) 100%);
	background-image: -ms-linear-gradient(top, rgba(255,255,255, 0.15) 50%, rgba(255,255,255, 0) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.5, rgba(255,255,255, 0.15)),
		color-stop(1, rgba(255,255,255, 0))
	);
 
}

#nav ul {
	margin: 0;
	z-index: 200;
	width: 100%;
	text-align: right;
	box-shadow: 0 5px 6px rgba(0, 0, 0, 0.2);
}

#nav li {
	margin: 0;
	list-style: none;
	display: inline-block;
	zoom: 1;
    *display: inline;
}

#nav li.bigRed {
	
}

#nav a {
	display: inline-block;
	margin: 0;
	font-size: 1.2em;
	letter-spacing: 0.05em;
	list-style: none;
	padding: 17px 20px;
	color: #fff;
	border: none;
	text-transform: lowercase;
	font-family: 'ITCKabelStdBookRegular';
}

#nav li.bigRed a {
	background: url(../images/layout/rednoise.jpg) left top;
	margin: -2px 0 -2px 0;
	-o-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: relative;
	padding: 19px 20px;
	
	box-shadow: 0 1.5em 0.5em rgba(255, 254, 255, 0.2) inset;
}

#nav li.bigRed:hover a {
	-o-border-radius-bottomleft: 0px;
	-webkit-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-radius-bottomleft: 0px;
	
	-o-border-radius-bottomright: 0px;
	-webkit-border-radius-bottomright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-radius-bottomright: 0px;
	
	box-shadow: none;
}

#nav li.middleRed {
	border-left: 1px solid #a42103;
	border-right: 1px solid #a42103;
}

#nav li.bigRed a span.shine { 
	position: absolute; 
	display: block; 
	width: 100%; 
	left: 0; 
	top: 0px; 
	height: 80%;
	z-index: 0;
	 
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	 
	background-image: -linear-gradient(top, rgba(255,255,255, 0.2) 60%, rgba(255,255,255, 0) 80%);
	background-image: -o-linear-gradient(top, rgba(255,255,255, 0.2) 60%, rgba(255,255,255, 0) 80%);
	background-image: -moz-linear-gradient(top, rgba(255,255,255, 0.2) 60%, rgba(255,255,255, 0) 80%);
	background-image: -webkit-linear-gradient(top, rgba(255,255,255, 0.2) 60%, rgba(255,255,255, 0) 80%);
	background-image: -ms-linear-gradient(top, rgba(255,255,255, 0.2) 60%, rgba(255,255,255, 0) 80%);
	
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.6, rgba(255,255,255, 0.2)),
		color-stop(0.8, rgba(255,255,255, 0))
	); 
}



#nav li.bigRed a:hover span.shine {
	display: none;	 
}

#nav li.bigRed:hover > a span.shine {
	display: none;	
}

#nav li.bigRed:hover > a {
	z-index: 600;
}

#nav a:hover {
	background-color: #272727;
}

#nav li:hover > a {
	background-color: #272727;	
}

#nav li.item26 {
	display: none;
}

/* Hosting, community */

#nav li.item103 ul, #nav li.item93 ul {
	display: none;
}


#nav li.item101 {
	float: left;
}

#nav li.item101 a:hover, #nav li.item101:hover a {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}

#nav li.lastLi a:hover, #nav li.lastLi:hover a {
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	
	/*
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	*/
}

#nav li.bigRed a:hover {
	color: #fff;
}

#nav li.active a {

}
#nav li.active > a:after {
    border-color: #f7f7f7 transparent transparent transparent;
    border-style: solid;
    border-width: 5px;
    top: -1px;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin-left: -4px;
    overflow: hidden;
    position: absolute;
    width: 0;
}

#nav ul ul li.active > a:after {
	display: none;
}

#nav ul li.sfhover,
#nav ul li:hover,
#nav ul li:focus {
	position: relative;
	z-index: 599;
	cursor: default;
}
#nav h2 + ul.menu li.sfhover,
#nav h2 + ul.menu li:hover,
#nav h2 + ul.menu li:focus {
	z-index: 699;
}

#nav ul ul {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 598;
	width: 170px;
	padding: 10px 0 15px 0;
	background-color: #363636;
	-webkit-border-radius: 0 5px 5px 5px;
	-moz-border-radius: 0 5px 5px 5px;
	-o-border-radius: 0 5px 5px 5px;
	border-radius: 0 5px 5px 5px;
	transition-property: visibility;  
  	transition-duration: 1s;
	float: none;
	text-align: left; 
	box-shadow: none;
	background-image: none;
}

#nav ul li.lastLi ul {
	left: auto;
	right: 0px;
	-webkit-border-radius: 5px 0 5px 5px;
	-moz-border-radius: 5px 0 5px 5px;
	-o-border-radius: 5px 0 5px 5px;
	border-radius: 5px 0 5px 5px;
}

#nav ul li.bigRed ul {
	background: url(../images/layout/rednoise.jpg) left top;
	border-top: 1px solid #a42103;
}

#nav h2 + ul.menu ul {
	z-index: 698;
}
#nav ul ul li {
	float: none;
	background: none;
	height: auto;
	display: block;
}

#nav ul ul ul {
	top: 1px;
	left: 99%;
}
#nav ul li:hover > ul,
#nav ul li:focus > ul {
	visibility: visible;
	opacity: 1;
}

/* Drop-Down Menu Theme */
#nav ul span.separator {
	display: block;
	height: 0px;
	border-top: 1px solid #222222;
	border-bottom: 1px solid #484848;
	margin: 5px 0;
}

#nav ul li.bigRed span.separator {
	border-top: 1px solid #b62804;
	border-bottom: 1px solid #d1401c;
	margin: 5px 0;
}

#nav ul ul li a, #nav li.active ul li a, #nav li.bigRed ul a {
	font-family: Verdana, Geneva, sans-serif;
	background: none;
	letter-spacing: normal;
	float: none;
	font-size: 89%;
	color: #fff;
	height: auto;
	padding: 3px 20px;
	border: 0;
	display: block;
}

#nav ul ul li a:hover {
	background: #303030;
}

#nav ul li.bigRed ul li a:hover {
	background: #bd2905;
}

#trail {
	max-width: 1050px;
	margin: -31px auto 30px auto;	
	padding: 8px 20px;	
	position: relative;
	/* background: #F7F7F7; */
	border-bottom: 1px dotted #ededed;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#trail a, #trail span {
	font-size: 0.8em;
	text-transform: uppercase;
	color: #8d8c8c;
}

#trail:after {
	max-width: 1070px;
	position: absolute;
	z-index: -1;
	content: "";
	bottom: 0px;
	left: 10px;
	height: 10px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}

#main {
	background-color: #fff;
}

#main #contentWrap {
	max-width: 1050px;
	margin: 0 auto;	
	padding: 0 20px 4em 20px;
}

#content {
	position: relative;
}

#footer {
	background-color: #343432;	
}

#mainFooter {
	max-width: 1050px;
	margin: 0 auto;	
	padding: 30px 20px 40px 20px;
}

.footerLogo {
 	background-image: none, url(footerLogo.svg);
	display: block;
	height: 100px;
	width: 200px;
	text-indent: -10000em;
}

.footerLogo:hover {
	border: none;
}

#mainFooter h4 {
	font-family: 'ITCKabelStdBookRegular';
	text-transform: uppercase;
	font-size: 1.2em;
	color: #fff;
	margin: 2em 0 0.8em 0;	
}

#mainFooter p {
	color: #848482;
	text-transform: uppercase;
	font-size: 0.7em;
}

#mainFooter ul {
	margin: 0;
	list-style: none;
}

#mainFooter li {
	margin: 0 0 0.4em 0;
}

#mainFooter li a {
	color: #d1d1cf;
	text-transform: lowercase;
}

#credits {
	background-color: #2d2d2b;
	border-bottom: 1px solid #494947;
}

#credits p {
	max-width: 1050px;
	margin: 0 auto;	
	padding: 20px 20px;
	color: #c2c2c1;
	font-size: 0.8em;
}

.content-header, #content-header, .componentheading {
	margin: 0 0 3em 0;
}

#content-header h2, .content-header h2, .componentheading h2 {
	/*border-bottom: 1px solid #E6E8ED;*/
	padding: 0.3em 0;
	font-family: 'ITCKabelStdBookRegular'; 
	font-size: 3.5em;
	margin: 0;
	line-height: 1em;
	position: relative;
}

#content-header h2:after, .content-header h2:after, .componentheading h2:after {
	background-color: #E6E8ED;
    bottom: 0px;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    width: 66%;
}

h2 {
	font-family: 'ITCKabelStdBookRegular';
	font-size: 2em;
	padding: 2em 0 0.6em 0;
	line-height: 1em;
}

h2 a.button {
	font: Verdana, Geneva, sans-serif;
	font-size: 15px;	
}

h2 strong {
	font-family: 'ITCKabelStdBookRegular';
	color: #ca2b04;
	font-weight: normal;
}

h3 {
	font-family: 'ITCKabelStdBookRegular';
	font-size: 1.8em;
	line-height: 1.2em;
	margin: 1em 0 0.6em 0;
}

h4 {
	font-family: 'ITCKabelStdBookRegular';
	font-size: 1.1em;
	line-height: 1.2em;
	margin: 1em 0;
}

.fineprint {
	background: #f9f9f9;
	border: 2px solid #e7e7e7;
	padding: 1em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #999;
	margin: 2em 0;
}

.footnote {
	color: #666;
	font-style: italic;
}

.contentpaneopen {
	border: 0;
}

#aside {
	float: right;
	width: 260px;
	background-repeat: repeat-y;
	background-position: right;
	padding: 0 0 1em 0;
	margin: 0 0 0 0;
}

#aside li a:hover, #aside li.active a:hover, #aside li.active ul li.active a:hover {
	border: none;
}

#aside ul {
	margin: 0;
}
#aside li.parent > a {
	border-bottom: 1px solid #dbdbdb;
	background-image: none;
}

#aside li.parent > a:hover {
	border-bottom: 1px solid #dbdbdb;
}

#aside ul ul {
	margin: 0.5em 0 0 1em;
}

#aside li {
	display: block;
	list-style: none;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}

#aside li.active {
	background-image: url(../images/layout/marker.png);
	background-repeat: no-repeat;
	background-position: right 4px;
}

#aside li a {
	display: block;
	background-image: url(../images/layout/dot.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0.4em;
	text-transform: uppercase;
}

#mainContent {
	padding: 0 290px 0 0;
	background-repeat: repeat-y;
	background-position: 251px;
}

#content #errorbox {
	margin: 1em 0 1em 0;
}

table.template {
	margin: 2em 0;
}

table.template th {
	background: #f9f9f9;
	border-bottom: 1px solid #CCC;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	/* letter-spacing: 1px; */
}

table.template td {
	border-bottom: 1px dashed #CCC;
}

table.template tr:last-child td {
	background-image: none;
}

ol {
	list-style: decimal outside;
}

div.participant {
	padding-top: 1em;
}

div.participant div {
	float: left;	
}

div.participant h3 {
	font-family: 'ITCKabelStdBookRegular';
	font-size: 1.3em;
	line-height: 1.2em;
	margin: 0.2em 0 -0.5em 0;
}

div.participant span {
    display: block;
    float: left;
    overflow: hidden;
    width: 250px;
}

div.participant img {
	float: left;
	margin: 0 2em 0 0;
}

div.getstarted .header p {
	font-family: 'ITCKabelStdBookRegular';
	font-size: 1.2em;
	line-height: 1.2em;
	text-transform: uppercase;
	color: #666;
}

div.getstarted .header strong {
	font-family: 'ITCKabelStdBookRegular';
	color: #ca2b04;
	display: block;
	font-size: 5em;
	line-height: 1em;
	font-weight: normal;
}

#banner {
	margin: 50px 0 20px 0;
	border-bottom: 6px solid #e6e8ed;
	border-top: 6px solid #e6e8ed;
	background: rgba(0,0,0, 0.02);
}

.bannerWrap {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	padding: 10px 10px 25px;
}

#banner .second, #banner .third {
	padding-top: 20px;
}

#banner ul li {
	list-style: none;
	margin: 0.2em 0 0 0;
}

li.lg, a.lg {
	font-family: 'ITCKabelStdBookRegular';
	font-size: 1.3em;
}

#banner ul li.lg {
	margin: 0 0 0.1em 0;
}

a.btn {
    cursor: pointer;
    display: inline-block;
	font-family: 'ITCKabelStdBookRegular';
	color: #fff;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	padding: 6px 25px;
	background: #e6e6e6;
	background: -webkit-linear-gradient(#EEEEEE, #e6e6e6);
	background: -moz-linear-gradient(center top, #EEEEEE 0%, #e6e6e6 100%);
	background: -ms-linear-gradient(#EEEEEE, #e6e6e6);
	background: -o-linear-gradient(#EEEEEE, #e6e6e6);
	background: linear-gradient(#EEEEEE, #e6e6e6);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#EEEEEE,endColorstr=#e6e6e6);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#EEEEEE, endColorstr=#e6e6e6)";
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    color: #1496BB;
	font-size: 0.9em;
    text-shadow: 0 1px 0 #FFFFFF
}

a.btn:hover {
	border: none;
	background: #dfdfdf;
	background: -webkit-linear-gradient(#EEEEEE, #DEDEDE);
	background: -moz-linear-gradient(center top, #EEEEEE 0%, #DEDEDE 100%);
	background: -ms-linear-gradient(#EEEEEE, #DEDEDE);
	background: -o-linear-gradient(#EEEEEE, #DEDEDE);
	background: linear-gradient(#EEEEEE, #DEDEDE);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#EEEEEE,endColorstr=#DEDEDE);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#EEEEEE, endColorstr=#DEDEDE)";
}

a.thelink {
	background: #f7f6f6;	
	padding: 6px 25px 6px 10px;
	cursor: pointer;
    display: inline-block;
	border-top: 1px solid #f0f0f0;
	position: relative;
}

a.thelink:hover {
	border-bottom: none;
}

a.thelink:before {
    border-color: transparent transparent transparent #0FA1CA;
    border-style: solid;
    border-width: 6px;
    content: "";
    display: block;
    height: 0;
    right: 2px;
    margin-top: -6px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    width: 0;
}

a.thelink:after {
    border-color: transparent transparent transparent #f7f6f6;
    border-style: solid;
    border-width: 6px;
    content: "";
    display: block;
    height: 0;
    right: 5px;
    margin-top: -6px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    width: 0;
}

a.thelink:hover:before {
	border-color: transparent transparent transparent #ce2903;
}

table.latest_events_tbl, table.latest_events_tbl tr, table.latest_events_tbl td,
table.newsflash, table.newsflash tr, table.newsflash td {
	border: none;
	background: none;
}

table.latest_events_tbl td, table.newsflash td {
	padding: 1em 0;
}

table.latest_events_tbl tr, table.newsflash tr {
	margin: -30px 0 0 0;
	padding: 80px 0 0 0;	
	background: url(../images/layout/hordashed.png) bottom repeat-x;
	background-color: transparent !important;
}

table.latest_events_tbl td.event-date, table.latest_events_tbl td.news-date,
table.newsflash td.event-date, table.newsflash td.news-date {
	width: 5em;
	text-align: center;
}

table.latest_events_tbl td.event-date span.month, table.latest_events_tbl td.event-date span.day,
table.latest_events_tbl td.news-date span.month, table.latest_events_tbl td.news-date span.day,
table.newsflash td.event-date span.month, table.newsflash td.event-date span.day,
table.newsflash td.news-date span.month, table.newsflash td.news-date span.day {
	display: block;
	color: #707070;
	text-transform: uppercase;
	line-height: 1.1em;
}

table.latest_events_tbl td.event-title, table.latest_events_tbl td.news-title,
table.newsflash td.event-title, table.newsflash td.news-title {
	padding-top: 0.6em;
}

table.latest_events_tbl td.event-title a, table.latest_events_tbl td.news-title a,
table.newsflash td.event-title a, table.newsflash td.news-title a {
	font-family: 'OpenSansSemibold';
	font-size: 1.25em;
	line-height: 1.35em;
}

.videos div.columns a {
	display: block;
	padding: 180px 0 0 0;
	background: url(../images/video.png) center top no-repeat;
	text-align: center;
}

.videos {
	margin: 3em 0;
}

.videos div.columns a:hover {
	background-position: center -472px;
}

#content .intro {
	font-family: 'ITCKabelStdBookRegular';
	font-size: 1.8em;
	margin: 2em 0;
}

a.button {
	text-align: center;
	font-family: 'ITCKabelStdBookRegular';
	color: #fff;
	text-transform: uppercase;
	background: url(../images/layout/rednoise.jpg) left top;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: none;
	padding: 7px 15px;
	position: relative;
	margin: 0.3em 0 0 0;
	display: inline-block;
	zoom: 1;
}

a.button:hover {
	border: none;
	background: #b52805;
}

h2 a.button {
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	color: inherit;
	text-transform: none;
	background: none;
	padding: 0;
	margin: 0;
	display: inline;
}

h2 a.button:hover {
	background: none;	
}

a.block {
	display: block;
}

.noTm {
	margin-top: 0 !important;	
}

.noBm {
	margin-bottom: 0 !important;	
}

.center {
	text-align: center;
}

.youtube iframe {
	margin: 0 auto;
}


@media only screen and (max-width: 800px) {
	
	#header {
		background: #f7f7f7;
		margin-bottom: 20px;
		height: auto;	
	}
	
	#headerWrap {
		width: auto;
		height: auto;
		margin: 0 auto 30px auto;
		background: #f7f7f7;
		position: relative;
	}
	
	#headerWrap #logo {
		position: static;
	}
	
	#branding a {
		border: none;
		float: left;
	}
	
	#branding a img {
		margin: 10px;	
	}
	
	#headerWrap #hubZeroTag {
		position: static;
		margin-top: 31px;
	}
	
	#thelogo {
		position: static;
		height: 90px;
		width: 160px;
		margin: 10px 0 0 10px;
		top: auto;
		left: auto;
	}
	
	#searchlogin {
		float: none;
		text-align: left;
		margin: 0;
	}
	
	#searchlogin p {
		text-transform: uppercase;
		font-size: 0.8em;
		color: #7c7c7c;
		margin: 0 10px 10px 10px;
	}
	
	#searchForm {
		display: none;
		background-color: #dedede;
		background-image: url(../images/layout/search.png);
		background-position: 10px;
		background-repeat: no-repeat;
		padding: 4px 4px 4px 36px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
	}
	
	#login {
		left: 10px;	
		bottom: -25px;
	}
	
	.columns {
		width: auto !important;
		margin: 10px 0 !important;
		float: none;
	}
	
	hr {
		margin: 10px 0;
	}
	
	#nav {
		width: auto;
		background-color: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
		border-radius: 0;
		position: static;
	}
	
	#nav ul {
		float: none;
	}
	
	#nav ul li.item102 {
		margin-left: auto;
	}
	
	#nav ul li.item32 {
		margin-right: auto;
	}
	
	#nav li.separator {
		display: none;
	}
	
	#nav li.separator.right {
		background-position: -1px;
	}
	
	#nav span.shine { 
		display: none; 
	}
	
	#nav ul {
		margin: 0;
		z-index: 200;
		width: 100%;
		text-align: left;
	}
	
	#nav li {
		margin: 0;
		list-style: none;
		display: block;
		float: left;
		width: 50%;
		zoom: 1;
		*display: inline;
	}
	
	#nav a {
		display: block;
		margin: 0;
		font-size: 1.2em;
		letter-spacing: 0.05em;
		list-style: none;
		padding: 10px 10px;
		color: #fff;
		border: none;
		text-transform: lowercase;
		font-family: 'ITCKabelStdBookRegular';
	}
	
	#nav a:hover {
		background-color: #272727;
	}
	
	#nav li:hover > a {
		background-color: #272727;	
	}
	
	#nav li.item101 a:hover {
		-webkit-border-top-left-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
	}

	#nav li.lastLi a:hover, #nav li.lastLi:hover a {
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topright: 5px;
		-ms-border-radius-topright: 5px;
		-o-border-radius-topright: 5px;
		border-top-right-radius: 5px;
	}
	
	#nav li.active {
		background-color: #272727;
	}
	
	#nav li.active > a:after {
	   display: none;
	}
	
	#nav ul li.sfhover,
	#nav ul li:hover,
	#nav ul li:focus {
		position: relative;
		z-index: 599;
		cursor: default;
	}
	#nav h2 + ul.menu li.sfhover,
	#nav h2 + ul.menu li:hover,
	#nav h2 + ul.menu li:focus {
		z-index: 699;
	}
	
	#nav ul ul {
		visibility: hidden;
		display: none;
	}
	
	#nav h2 + ul.menu ul {
		z-index: 698;
	}
	
	#nav ul li:hover > ul,
	#nav ul li:focus > ul {
		visibility: visible;
		opacity: 1;
	}
	
	/* Drop-Down Menu Theme */
	#nav ul span.separator {
		display: block;
		height: 0px;
		border-top: 1px solid #222222;
		border-bottom: 1px solid #484848;
		margin: 5px 0;
	}
	
	#nav ul li.bigRed span.separator {
		border-top: 1px solid #b62804;
		border-bottom: 1px solid #d1401c;
		margin: 5px 0;
	}
	
	#nav ul ul li a, #nav li.active ul li a, #nav li.bigRed ul a {
		font-family: Verdana, Geneva, sans-serif;
		background: none;
		letter-spacing: normal;
		float: none;
		font-size: 89%;
		color: #fff;
		height: auto;
		padding: 3px 20px;
		border: 0;
		display: block;
	}
	
	#nav ul ul li a:hover {
		background: #303030;
	}
	
	#nav ul li.bigRed ul li a:hover {
		background: #bd2905;
	}
	
	#trail {
		display: none;
	}
	
	#trail:after {
		display: none;
	}
	
	#main #contentWrap {
		width: auto;
		margin: 0 auto;	
		padding: 0 10px 0 10px;
	}
	
	#mainContent {
		padding: 0;
	}
	
	#aside, .aside {
		float: none;
		margin: 10px 0;
		padding: 0;
		width: auto;
	}
	
	#footer {
		background-color: #343432;
		overflow: hidden;
	}
	
	#mainFooter {
		width: auto;
		margin: 0 auto;	
		padding: 10px 20px 20px 20px;
	}
	
	#mainFooter .columns {
		width: 100%;	
	}
	
	#mainFooter .first {
		display: none;
	}
	
	#mainFooter h4 {
		font-family: 'ITCKabelStdBookRegular';
		text-transform: uppercase;
		font-size: 1.2em;
		color: #fff;
		margin: 1.5em 0 0.8em 0;	
	}
	
	#mainFooter p {
		color: #848482;
		text-transform: uppercase;
		font-size: 0.7em;
	}
	
	#mainFooter ul {
		margin: 0;
		list-style: none;
	}
	
	#mainFooter li {
		margin: 0 0 0.4em 0;
	}
	
	#mainFooter li a {
		color: #d1d1cf;
		text-transform: lowercase;
	}
	
	#credits {
		background-color: #2d2d2b;
	}
	
	#credits p {
		width: auto;
		margin: 0 auto;	
		padding: 20px 20px;
		color: #c2c2c1;
		font-size: 0.8em;
	}
	
	.flex_full {
		float: none !important;
		width: auto !important;
		margin: 1.5em 0;
	}
	
	.image_tn.hor {
		min-height: inherit;
		padding: 0px;
		margin: 0;
	}
	
	.image_tn img {
		display: none;
	}
	
	#content-header h2, .content-header h2 {
		/*border-bottom: 1px solid #E6E8ED;*/
		padding: 0.3em 0;
		font-family: 'ITCKabelStdBookRegular'; 
		font-size: 2em;
		margin: 0;
		line-height: 1em;
		position: relative;
	}
	
	#content .intro {
		font-family: 'ITCKabelStdBookRegular';
		font-size: 1.2em;
		margin: 2em 0;
	}
	
}

@media only screen and (max-width: 870px) {
}

@media only screen and (max-width: 1180px) {

}

@media only screen and (max-width: 118000px) {

}

.theclearfix:before, .theclearfix:after { content: ""; display: table; }
.theclearfix:after { clear: both; }
.theclearfix { *zoom: 1; height: auto; }
