/* CSS RESET */
html {
	margin:0;
	padding:0;
	border:0;
}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {
	display:block;
}
body {
	line-height:1.5;
	background: #ffffff;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th {
	text-align:left;
	font-weight:normal;
	float:none !important;
}
table, th, td {
	vertical-align:top;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
}
blockquote, q {
	quotes:"" "";
}
/*img {
	border:0;
}
a img {
	border:none;
}*/
img {
	border:2px solid #cccccc;
}
a img {
	border:2px solid #cccccc;
}
:focus {
	outline:0;
}
::selection {
	background: #e21621;
	color:#fff;
}
::-moz-selection {
	background: #e21621;
	color:#fff;
}



/* TYPOGRAPHY */
/* ANTENNA */
@font-face {
	font-family: 'AntennaCond';
	src: url('fonts/antenna/antennacond-medium.eot');
	src: url('fonts/antenna/antennacond-medium.eot?#iefix') format('embedded-opentype'), url('fonts/antenna/antennacond-medium.woff') format('woff'), url('fonts/antenna/antennacond-medium.ttf') format('truetype'), url('fonts/antenna/antennacond-medium.svg#AntennaCondMedium') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'AntennaCondBold';
	src: url('fonts/antenna/antennacond-bold.eot');
	src: url('fonts/antenna/antennacond-bold.eot?#iefix') format('embedded-opentype'), url('fonts/antenna/antennacond-bold.woff') format('woff'), url('fonts/antenna/antennacond-bold.ttf') format('truetype'), url('fonts/antenna/antennacond-bold.svg#AntennaCondBold') format('svg');
	font-weight: bold;
	font-style: normal;
}



/* TYPE SELECTION */
body, input, textarea, button {
	font-family: Arial, Helvetica, sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}



/* GLOBAL SETTINGS */
html {
	font-size:100.01%;
}
body {
	font-size: 13px; /* 13px also hardcoded for IE6 in index.php */
	color:#636363;
	background: #ffffff;
}
h1, h2, h3, h4 {
	font-family: 'AntennaCond', Arial, Helvetica, sans-serif;
	font-weight:normal;
}
h1 {
	color:#e21621;
	font-size:3em;
	line-height:1em;
	text-transform:uppercase;
	margin-bottom:1em;
	margin:0 0 20px;
	text-indent:-1px;
	font-weight:bold;
}
h2 {
	color:#e21621;
	font-size:1.61em;
	font-weight:normal;
	line-height:1.3em;
	margin:0.2em 0 0.65em;
}
h3 {
	color:#e21621;
	font-size:1.23em;
	line-height:1.3em;
	margin:0.2em 0 0.765em;
}
h4 {
	color:#e21621;
	font-size:1.1em;
	font-weight: 300;
	line-height:1.1em;
	margin:0 0 0.2em 0;
}
h5 {
	color:#e21621;
	font-size:1em;
	line-height:1.4em;
	margin:0 0 1em;
}
h6 {
	color:#e21621;
	font-size:11px;
}
.red {
	color:#e21621;
}
.black {
	color:#222222;
}
.grey {
}
.grey_light {
	color:#969696;
}
p {
	font-size:13px;
	line-height:1.6em;
	margin:0.5em 0 1em 0;
	padding:0;
	color:#636363;
}
li ul, li ol {
	margin:0;
}
ul {
	list-style:none;
	margin: 0 0 1em;
}
ul li {
	background:url(../images/red_indicator.png) no-repeat 0 0.4em;
	padding-left:1.2em;
	margin: 0 0 10px 0;
}
ol {
	list-style: decimal;
	margin: 0 0 1em 1.4em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 10px 0 1em 0;
	width: auto;
}
dl.article-info {
	float: right;
	margin: 8px 0 1em 0;
	display: inline-block;
	width: auto;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1em;
}
dd.category-name {
	font-size: 11px;
	font-weight: bold;
	clear: both;
}
dd.published {
	position: relative;
	float: right;
	width: auto;
}
b, strong {
	font-weight:700;
}
cite, em, i {
	font-style: italic;
}
big {
	font-size: 1.3em;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 1.5em;
}
blockquote cite, blockquote em, blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #777;
	line-height: 1.5em;
	margin-bottom: 1em;
	padding: 1em 1.5em 1em;
}
small {
	font-size:0.92em;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup, sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
hr {
	border: 0;
	display:block;
	clear:both;
	height: 20px;
	background: url(../images/footer_top.png) repeat-x 0 0;
	border-radius:0 0 20px 20px;
}
.hidden {
	visibility:hidden;
}
.invisible {
	display:none!important;
}



/* LINKS */
a, a:link, a:visited {
	color:#545454;
	text-decoration:none;
	background-color: transparent;
}
a:hover {
	color:#000;
}
a:active {
	text-shadow:none;
}
h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration:none;
}


/* LINK ANIMATION */
a, li {
	-webkit-transition-property:all !important;
	-webkit-transition-duration: 0.1s;
	-webkit-transition-timing-function:linear;
	-moz-transition-property:all !important;
	-moz-transition-duration: 0.1s;
	-moz-transition-timing-function: ease-out;
	-o-transition-property:all !important;
	-o-transition-duration: 0.1s;
	-o-transition-timing-function: ease-out;
}



/* TABLES */
table {
}
tbody {
}
th {
	font-weight: bold;
}
thead th {
}
th, td, caption {
	color:#636363;
}
tfoot {
	font-style:italic;
}
table ul {
	padding-bottom:0;
}
table p {
	margin-top:0;
	color:#636363;
}



/* FORM FIELDS */
label {
	font-weight: bold;
}
fieldset {
	padding: 0px;
	margin: 0;
	border: 0;
}
legend {
	color:#00365c;
	font-weight: bold;
	font-size:1.077em;
	line-height:1.3em;
	margin-bottom:1em;
}
input.title {
	font-size:1.5em;
}
textarea {
	width: 240px;
	height: 5em;
}
input[type="text"], input[type="password"], textarea, input.text, input.title, select {
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	padding: 6px;
	font-size:100%;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	margin: 0 0 5px 0;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus, input.text:focus, input.title:focus {
	border-color:#666;
}
input[type="button"], input[type="submit"], input[type="reset"], button, .button {
	font-family: 'AntennaCond', Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	background: #e21621;
	border: none;
	border-radius: 0;
	text-decoration: none;
	padding: 3px 5px 3px 5px;
	text-transform: uppercase;
	margin: 0 5px 0 0;
	float: left!important;
	cursor: pointer;
}
input[type="button"]:active, input[type="button"]:hover, input[type="submit"]:active, input[type="submit"]:hover, input[type="reset"]:active, input[type="reset"]:hover, button:focus, .button:active, .button:hover {
	color: #fff;
	background: #000;
}
.cart-summary input[type="button"], .cart-summary input[type="submit"], .cart-summary input[type="reset"], .cart-summary button, .cart-summary .button {
	color: #fff;
	border-radius: 0;
	text-decoration: none;
	background: inherit;
	padding: inherit;
	text-transform: uppercase;
	margin: 0 5px 0 0;
	float: none!important;
}
.cart-summary input[type="button"]:active, .cart-summary input[type="button"]:hover, .cart-summary input[type="submit"]:active, .cart-summary input[type="submit"]:hover, .cart-summary input[type="reset"]:active, input[type="reset"]:hover, .cart-summary button:focus, .cart-summary .button:active;
.cart-summary .button:hover {
	color: #fff;
	background: none;
}
.button {
	color:#fff !important;
	text-decoration:none !important;
}
a.button {
	display:inline-block;
}
a.readmore.button, input.readmore.button {
	background: #000;
	display:inline-block;
	padding: 4px 42px 6px 10px;
}
.readmore {
	font-family: 'AntennaCond', Arial, Helvetica, sans-serif;
	font-size: 14px!important;
	font-weight: normal;
	padding: 0 0 0 17px;
	background: url(../images/readmore.png) no-repeat 0 0.19em;
	display:inline-block;
}
.readmore a:hover {
	color: #e21621;
}



/* RSFORMS STYLES */
#userForm .formCaption2 {
	color:#00365c;
}
#userForm legend {
	font-size:1.23em !important;
}



/* ALIGNMENT */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
.clear_div {
	height: 10px;
	clear: both;
}
.clear {
	display:inline-block;
}
.clear:after, .container:after, .moduletable:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content: ".";
}
.img-intro-left {
	position: relative;
	float: left;
	display: inline-block;
	width: auto;
	margin: 25px 20px 40px 0;
}
.img-intro-left img {
	max-width: 140px!important;
	width: 100%;
	height: 100%;
}
.container {
	display:block;
	text-align:left;
	margin:0 auto;
	width:1024px;
}
.container-two {
	display:block!important;
	text-align:left!important;
	margin:0 auto!important;
	width: 1465px!important;
	height: 100%!important;
}



/* TEXT FOR SCREEN READERS ONLY */
#header form div.search label, .screen-reader-text {
	position: absolute;
	left: -9000px;
}



/* IMAGE CAPTIONS */
div.img_caption {
	position:relative;
}
img.caption {
	position:relative;
}
p.img_caption {
	display:inline-block;
	float:left;
	padding:0.3em 0.92em 0.4em;
	background:#272727;
	position:absolute;
	left:0;
	bottom:1.54em;
	color:#FFF;
	font-size:0.85em;
}


/* PAGINATION - PAGE NAVIGATION */
div.pagination {
	overflow:auto;
	margin: 20px 0 0 0;
	border-top: 3px solid #333;
}
.pagenav-prev a {
	position:relative;
	padding: 4px 12px 6px 10px;
	color:#333132;
	font-size:0.92em;
	font-weight:700;
	cursor:pointer;
	float: left;
}
.pagenav-prev a:active {
	color:#333132;
	float: left;
}
.pagenav-next a {
	position:relative;
	padding: 4px 12px 6px 10px;
	color:#333132;
	font-size:0.92em;
	font-weight:700;
	cursor:pointer;
	float: right;
}
.pagenav-next a:active {
	color:#333132;
	float: right;
}
ul.pagenav {
	border-top: 3px solid #333;
	list-style:none;
	list-style-image:none;
}
ul.pagenav li {
	margin:1em 1em 1em 0;
	color: #333132;
}
div.pagination .pagination-next, div.pagination .pagination-end {
	display: none;
}
div.pagination .pagination-prev {
	float: right;
}
div.pagination .pagination-start a:hover, div.pagination .pagination-prev a:hover {
	background: none;
	color: #333132;
}
div.pagination p.counter {
	display: none;
	float:left;
	font-weight:bold;
}
div.pagination ul {
	list-style:none;
	list-style-image:none;
}
div.pagination ul li {
	float:left;
	margin:1em 0 1em 1em;
	background:0;
	padding-left:0;
}
div.pagination ul li a {
	font-weight:bold;
}
div.pagination ul li a:hover {
	background: #e21621;
	color: #fff;
}



/* TOOL TIP */
.tooltip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}
.tooltip h4 {
	padding: 0;
	margin: 0;
	font-size: 95%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
}
.tooltip p {
	font-size: 90%;
	margin: 0;
}



/* TOOL TIP - POPUP */
a.tooltip-popup {
	display:block;
	position:absolute;
	top:0px;
	right:10px;
	width:25px;
	height:26px;
	background:url(../images/icon-tooltip.png) no-repeat 0 0;
	cursor:pointer;
	text-decoration:none;
	z-index:2;
	-webkit-transition-property:all !important;
	-webkit-transition-duration: 0;
	-moz-transition-property:all !important;
	-moz-transition-duration: 0;
	-o-transition-property:all !important;
	-o-transition-duration: 0;
}
span.tip-caption {
	display:none;
	position:absolute;
	bottom:3em;
	left:-7px;
	width:190px;
	padding:8px 10px 10px;
	border-radius:3px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.846em;
	font-weight:bold;
	background: #e4700a;
	text-decoration:none;
	text-shadow:none !important;
}
span.tip-caption strong {
	text-decoration:underline;
}
a.tooltip-popup.flip span.tip-caption {
	left:auto;
	right:-12px;
}
a.tooltip-popup.below span.tip-caption {
	bottom:auto;
	top:3em;
}
a.tooltip-popup:hover {
	z-index:3
}
a.tooltip-popup:hover span.tip-caption {
	display:block;
}
span.tip-caption .arrow {
	position:absolute;
	bottom:-12px;
	left:12px;
	margin-bottom:5px;
	width: 0px;
	height: 0px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #e4700a;
}
a.tooltip-popup.below span.tip-caption .arrow {
	position:absolute;
	below:auto;
	top:-12px;
	left:12px;
	margin-bottom:auto;
	margin-top:5px;
	width: 0px;
	height: 0px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 0 none;
	border-bottom: 8px solid #e4700a;
}
a.tooltip-popup.flip span.tip-caption .arrow {
	left:auto;
	right:16px;
}



/* SYSTEM MESSAGES */
.error {
	padding:0px;
	margin-bottom: 20px;
}
.error h2 {
	color:#222 !important;
	font-size:1.4em !important;
	text-transform:uppercase;
	padding:0 0 0 0px !important
}
body.error #wrapper {
	width:auto;
	padding-top:1em;
}
#system-message {
	margin:10px 0 20px 0;
	border-left:0;
	border-right:0;
}
#system-message dt {
	font-weight: bold;
}
#system-message dd {
	margin: 0 0 15px 0;
	font-weight: bold;
	text-indent: 0px;
	padding:0
}
#system-message dd ul {
	color: #222;
	list-style: none;
	padding: 0px;
}
#system-message dd ul li {
	line-height:1.5em
}



/* SYSTEM STANDARD MESSAGES */
#system-message dt.message {
	position:absolute;
	top:-2000px;
	left:-3000px;
}
#system-message dd.message ul {
	background: #fff url(../images/system/notice-info.png) no-repeat;
	padding-left:40px;
	padding: 10px 10px 10px 40px;
	border-top: 2px solid #90B203;
	border-bottom: 2px solid #90B203;
}
#system-message dd.message ul li {
	background:none !important
}



/* SYSTEM ERROR MESSAGES */
#system-message dt.error {
	position:absolute;
	top:-2000px;
	left:-3000px;
}
#system-message dd.error ul {
	background:#fff url(../images/system/notice-alert.png) no-repeat;
	padding-left:40px;
	padding: 10px 10px 10px 40px;
	border-top: 2px solid #990000;
	border-bottom: 2px solid #990000;
}



/* SYSTEM NOTICE MESSAGES */
#system-message dt.notice {
	position:absolute;
	top:-2000px;
	left:-3000px;
}
#system-message dd.notice ul {
	background:#fff url(../images/system/notice-note.png) no-repeat;
	padding-left:40px;
	padding: 10px 10px 10px 40px;
	border-top: 2px solid #FAA528;
	border-bottom: 2px solid #FAA528;
}
#system-message dd.notice ul {
	color: #000;
	margin:10px 0
}
#system-message {
	margin-bottom: 0px;
	padding: 0;
}
#system-message dt {
	font-weight: bold;
}
#system-message dd {
	font-weight: bold;
	padding: 0;
}



/* GENERAL */
#wrapper {
	position:relative;
	width:100%;
	float:left;
	padding-bottom:1em;
}
#content {
}
#main {
	position: relative;
	height: 820px;
}
#main .container {
	width:1024px;
}
ul.menu, ul.tabs {
	list-style:none;
	margin:0;
	padding:0;
	border:0;
}
ul.menu li, ul.tabs li {
	background:none;
	margin:0;
	padding:0;
	display:block;
}
ul.menu li a, ul.menu li a:link, ul.menu li a:visited, ul.tabs li a, ul.tabs li a:visited {
	text-decoration:none;
}



/* GENERIC PAGE CONTENT STYLES */
#main .item-page, #main .category-desc {
	padding-bottom:1em;
}
#main dd.published {
	color: #fff;
	text-transform:uppercase;
	font-size:0.85em;
	background: #e21621;
	padding: 2px 10px 2px 10px;
}



/* GENERIC MODULE STYLES */
.moduletable {
	margin:0 0 1em;
}
.moduletable h3, .blog-featured h3, .category-intro-group h3, .category-link-group h3 {
	padding:1.5em 0 0 0;
	margin:0;
}
.moduletable h3 a {
	color:#00365c;
}
.moduletable ul li:last-child, .moduletable ul li.last {
	border-bottom:0;
}
.moduletable ul li a, ul.mostread li a {
	display:block;
}
.moduletable p.small {
	font-size:0.77em;
	font-weight:bold;
	color:#a7a9ac;
}
.moduletable ul li a, ul.mostread li a, .moduletable .newsflash .excerpt, #main .blog-featured .excerpt, #main .category-intro-group .excerpt, #main .category-link-group .excerpt {
	font-size: 0.92em;
}
#main .row-separator, #main .items-row, .category-intro-group, .category-link-group {
	display:block;
	clear:both;
	background: url(../images/footer_top.png) 0 -8px repeat-x;
}



#header {
	font-size: 1em;
	position: relative;
	z-index: 1000;
	font-size: 1.1em;
	height: 170px;
	background: #fff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;
 base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0JSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(229,229,229,1) 4%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(4%, rgba(229,229,229,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(229,229,229,1) 4%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(229,229,229,1) 4%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(229,229,229,1) 4%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(229,229,229,1) 4%, rgba(255,255,255,1) 100%);
	/*	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff', GradientType=0 );*/
}
#header_seperator {
	height:20px;
	background: url(../images/footer_top.png) repeat-x 0 -7px;
}
/*#header {
	font-size:1em;
	position:relative;
	z-index:1000;
	font-size:1.1em;
	height:170px;
	background: url(../images/footer_top.png) repeat-x 0 -7px;
}
*/
a#logo {
	color:#fff;
	text-transform:uppercase;
	font-weight:normal;
	margin:19px 0 0 10px;
	line-height:0em;
	font-size:3em;
	float:left;
	width: auto;
	border: 1px solid rgb(206, 206, 206);
}
a#logo img {
	border: 0;
	width: 80px;
	background-color: #ffffff;
	padding: 3px;
}
element.style {
}
.site-access {
	position:relative;
	top: 45px;
	text-align:right;
}



/* SEARCH */
#sidebar form {
}
#sidebar form .button {
	font-weight: bold;
	margin: 0;
	cursor:pointer;
	text-align:center;
	text-transform:uppercase;
	border:solid 0px #ddd;
	background:#ccc url(../images/personal/button.png);
	color:#333;
	padding:4px !important
}
#sidebar form label {
	font-family: 'AntennaCond', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:16px;
	text-transform: uppercase;
	padding: 0 7px 0 0;
}
#sidebar form .inputbox {
	font-size:1em;
	width: 192px;
	padding:5px 0px 5px 5px;
	background:url(../images/search-icon.png) no-repeat left;
	color:#888;
	border:0;
	box-shadow:none;
}
#sidebar form .inputbox:focus {
	outline:none !important;
}
#sidebar form, #sidebar form .search, #sidebar form .finder {
	padding-top:5px;
	width: 260px;
	margin:0px auto;
	overflow: hidden;
}



/* FOOTER */
#footer {
	font-size:12px;
	margin:20px 0px 20px 0px;
	color:#666666;
	/*	background: url(../images/footer_top.png) top repeat-x; */
	background-color: #222222;
	height: 220px;
}
#footer a:link, #footer a:visited {
	display: block;
	font-size:12px;
	color:#888888;
}
#footer a:hover {
	color:#ffffff;
}
#footer ul.menu {
	list-style:none;
	float:left;
	text-align:left;
	margin-top: 20px;
	margin-right:10px;
	width: 960px;
}
#footer ul li a {
	line-height:1.8em;
	font-weight:bold;
}
#footer ul ul {
	margin-left:0;
}
#footer ul ul li a {
	font-weight:normal;
}
#footer li.item-231.deeper.parent, #footer li.item-238.deeper.parent, #footer li.item-245.deeper.parent, #footer li.item-243 {
	display:block;
	float:left;
	width:170px;
	margin-right:10px;
}
#footer li.item-244, #footer li.item-253 {
	display:block;
	float:left;
	width:80px;
	margin-right:10px;
}
#footer li.item-254:last-child, #footer li.item-254.last {
	margin-right:0;
}
#footer ul a.home_link {
	/*	display:none;*/
}
#footer a.back-to-top {
	text-decoration:none;
	color:#333 !important;
	font-weight: 600;
	display:block;
	line-height:2em;
	padding:0px 0px 0px 10px;
	background:url(../images/arrow_up.png) no-repeat 0 0.7em;
}



/* BREADCRUMBS */
#breadcrumbs {
	clear:both;
	padding-bottom:1.5em;
}
.breadcrumbs {
	font-size: 11px;
	text-align:left;
	padding:1em 20px 10px;
}
.breadcrumbs a, .breadcrumbs a:visited, .breadcrumbs span {
	font-size: 11px;
	color: #606060 !important;
	margin-left:10px;
	text-shadow:none;
}
.breadcrumbs a:hover {
	color: #e21621 !important;
	text-shadow:none;
}
.breadcrumbs a:first-child {
	/*	text-indent:-9999em;*/
	display:block;
	float:left;
	/*	width:10px;
	height:12px;*/
	margin-right:4px;/*	background:url(../images/icon-sprites.png) no-repeat 100% -7px;*/

}



/* BANNER */
#banner {
	position:relative;
	overflow:hidden;
}
#banner .slideshow {
	width:auto;
}
#banner .slideshow .label_skitter {
}
#banner .slideshow .label_skitter h2 {
	font-size:4em;
	font-weight:bold;
	line-height:1.1em;
	text-transform:uppercase;
}
/*#banner .box_skitter { left:-170px; }*/
div.banner-sidebar {
	display:none;
}
div.custom.home-blurb {
	position: absolute;
	bottom: 8em;
	left: 0;
	z-index: 3;
	color: white;
	width: 100%;
}
div.custom.home-blurb h2 {
	font-size:4em;
	font-weight:bold;
	line-height:1.1em;
	text-transform:uppercase;
	margin: 0;
	padding-left:10px;
	text-shadow: 1px 1px 2px #333;
	color: white;
}
div.custom.home-blurb p {
	color:#FFF;
	font-size:1.143em;
	padding-left:10px;
}



/* TABS */
ul.tabs li {
	display:inline;
}
ul.tabs a {
	padding:5px 10px;
	display:inline-block;
	background:#FFF;
	color:#383838;
	text-decoration:none;
}
ul.tabs li.active {
	background:#e01621;
}
ul.tabs li.active a {
	color:#FFF !important;
	background:transparent;
}



/* CIRCUIT FACTS */
#circuit-fact-1 a img, #circuit-fact-2 a img, #circuit-fact-3 a img, #circuit-fact-4 a img, #circuit-fact-5 a img, #circuit-fact-6 a img, #circuit-fact-7 a img, #circuit-fact-8 a img, #circuit-fact-9 a img, #circuit-fact-10 a img , #circuit-fact-11 a img, #circuit-fact-12 a img, #circuit-fact-13 a img {
	border: none;
}
#circuit-fact-1 {
	position: absolute;
	top: 270px;
	margin-left: 170px;
	z-index: 2;
}
#circuit-fact-2 {
	position: absolute;
	top: 320px;
	margin-left: 410px;
	z-index: 2;
}
#circuit-fact-3 {
	position: absolute;
	top: 420px;
	margin-left: 190px;
	z-index: 2;
}
#circuit-fact-4 {
	position: absolute;
	top: 500px;
	margin-left: 480px;
	z-index: 2;
}
#circuit-fact-5 {
	position: absolute;
	top: 460px;
	margin-left: 920px;
	z-index: 2;
}
#circuit-fact-6 {
	position: absolute;
	top: 330px;
	margin-left: 980px;
	z-index: 2;
}
#circuit-fact-7 {
	position: absolute;
	top: 230px;
	margin-left: 960px;
	z-index: 2;
}
#circuit-fact-8 {
	position: absolute;
	top: 150px;
	margin-left: 1020px;
	z-index: 2;
}
#circuit-fact-9 {
	position: absolute;
	top: 150px;
	margin-left: 1150px;
	z-index: 2;
}
#circuit-fact-10 {
	position: absolute;
	top: 160px;
	margin-left: 1250px;
	z-index: 2;
}
#circuit-fact-11 {
	position: absolute;
	top: 170px;
	margin-left: 820px;
	z-index: 2;
}
#circuit-fact-12 {
	position: absolute;
	top: 180px;
	margin-left: 700px;
	z-index: 2;
}
#circuit-fact-13 {
	position: absolute;
	top: 180px;
	margin-left: 560px;
	z-index: 2;
}
.circuit-facts {
	position: relative;
	width: 230px;
	height: auto;
	background: #e21621;
	margin-top: -115px;
	padding: 10px;
	z-index: 3!important;
}
.circuit-facts h2 {
	font-size: 26px!important;
	font-weight: bold!important;
	line-height: 1em!important;
	color: #fff;
	padding: 0;
	margin: 0 0 10px 0!important;
}
.circuit-facts h3 {
	font-size: 20px!important;
	font-weight: normal!important;
	line-height: 1em!important;
	color: #fff;
	padding: 0;
	margin: 0 0 5px 0!important;
}
.circuit-facts h4 {
	font-size: 13px!important;
	font-weight: normal!important;
	line-height: 1.4em!important;
	color: #fff;
	padding: 0;
	margin: 0;
}



/* HOMEPAGE */
.moduletable.track-full {
	position: relative;
	width:100%;
	height: 100%;
	overflow: visible;
	margin: 0;
}
#main-track-history {
	position: relative;
	width:1024px;
	height: 250px;
	margin: -270px 0 0 0!important;
	padding: 0!important;
}
#main div.custom.track-history-video {
	padding: 0;
	margin:0 0 0 0;
}
#main div.custom.track-history-video p {
	padding: 0;
	margin:0;
}
.track-history.moduletable {
	position:relative;
	float:left;
	margin: 0 10px 0 0;
	width:600px;
	height: auto;
	background: url(../images/carousel_banner.png) 0 30px no-repeat!important;
}
.track-history-video.moduletable {
	position:relative;
	float:right;
	width:300px;
	height: auto;
	padding: 0;
	margin: 26px 0 0 0;
	background: #fff;
	border-top: 5px solid #e21621;
}
.track-history.moduletable:first-child {
	background:url(../images/scroller-bg.gif) -224px 0 no-repeat;
}
.track-history .moduletable:last-child {
	margin:25px 0 0 10px;
}
#main-track-history .moduletable.track-history h3 {
	font-family: 'AntennaCond', Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
	padding: 3px 0 0 0;
	margin: 2px 0 0 0;
	width: auto;
	height: auto;
	border-bottom: 5px solid #e21621;
}
#main-track-history .moduletable.track-history h3 span {
	padding: 4px;
	margin:10px 0 0 0;
	width: 100px;
	height: auto;
	background: #e21621;
}
.track-history #sidebar.alignright {
	margin:0;
	width:1024px;
}
.lof-articlessroller {
	margin:0 auto;
	background: #272727!important;
}
.lof-articlessroller .lof-main-wapper {
	text-align:left;
}
.lof-articlessroller .lof-main-wapper .lof-main-item {
	margin-left:2px;
}
.lof-articlessroller .lof-row {
	padding:0;
}
.lof-articlessroller .lof-inner {
	background:url(../images/scroller-bg.gif) 100% 0 no-repeat #272727;
	padding: 10px 25px 11px 30px;
	margin:0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius:0;
}
.lof-articlessroller .lof-inner:hover {
	background:url(../images/scroller-bg.gif) 100% 0 no-repeat #272727;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.lof-articlessroller .lof-inner:hover a {
	color:#E21621 !important;
}
.lof-articlessroller .lof-inner .lof-title {
	font-family: 'AntennaCond', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height:1.3em;
}
.track-history .lof-articlessroller .lof-inner .lof-title {
	font-family: 'AntennaCond', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:32px;
	color: #ebebeb;
}
.track-history .lof-articlessroller .lof-inner p {
	font-size:13px;
}
.lof-articlessroller .lof-inner p.readmore a {
	color:#FFF;
}
/*.lof-articlessroller .lof-inner p.readmore a:hover { color:#E01621; }*/
.lof-articlessroller .lof-next, .lof-articlessroller .lof-previous {
	opacity:0.8;
}
.lof-articlessroller .lof-next {
	right:-17px;
}
.lof-articlessroller .lof-previous {
	left:-17px;
}
.lof-articlessroller .lof-next:hover, .lof-articlessroller .lof-previous:hover {
	opacity:1;
}



/* HOMEPAGE FEATURED */
/*#main .blog-featured .item {
	list-style:none;
	display:inline-block;
	width: 210px;
	float: left;
	margin:0px 20px 0px 0px;
}
#main .blog-featured .cols-3 .column-3 {
	margin-right:0;
}
#main .blog-featured .item .excerpt {
	margin-top:1em;
}*/




/* SOCIAL MODULE */
div.social-stats {
}
div.social-stats .row {
	float:left;
	clear:both;
	background:url(../images/social-bg.gif) no-repeat 0 0;
	padding:1em 0 0.5em;
}
div.social-stats .column {
	float:left;
	margin-right:4px;
}
div.social-stats .column.col-icon {
	width:24px;
	padding-top:0.3em;
}
div.social-stats .column.social_front {
	width:90px;
}
div.social-stats .column.content {
	width:170px;
	font-size:0.86em;
	line-height:1.3em;
}
div.social-stats .row.facebook .column.content {
	line-height:3em;
}
div.social-stats .row.twitter .column.content {
	height:2.6em;
	overflow:hidden;
}
div.social-stats .row.twitter .column.content:hover {
	height:auto;
	overflow:auto;
}
div.social-stats .icon {
	display:block;
	text-align:left;
	text-indent:-9999em;
	width:24px;
	height:24px;
}
div.social-stats .icon.facebook {
	background:url(../images/icon-facebook.gif) no-repeat 0 0;
}
div.social-stats .icon.twitter {
	background:url(../images/icon-twitter.gif) no-repeat 0 0;
}
div.social-stats .icon.plus {
	background:url(../images/icon-plus.gif) no-repeat 0 0;
}
.social_front {
	font-family: 'AntennaCond', Arial, Helvetica, sans-serif;
	color:#353535;
	font-size:31px;
	line-height:1em;
	text-transform:uppercase;
	text-indent:-1px;
	font-weight:bold;
}
div.social-stats h3 {
	font-family: 'AntennaCond', Arial, Helvetica, sans-serif;
	color:#353535;
}
.fb_iframe_widget iframe .pluginCountNum, .fb_iframe_widget iframe .pluginCountButtonNub {
	display:none !important;
}



/* NEWS MODULES SIDEBAR */
.moduletable ul.mostread li {
	border-bottom: 1px solid #E5E5E5;
	padding:1em 0 0.77em;
}



/* NEWS MODULES - LATEST NEWS */
.moduletable ul.latestnews {
	list-style:none;
}
.moduletable ul.latestnews li {
	font-weight:normal;
	border-bottom: 1px solid #E5E5E5;
	padding:0 0 0 40px;
	background: url(../images/speech_bubble.png) no-repeat 0 0;
	margin:0.6em 0 0;
	line-height:1.3em;
}
.moduletable ul.latestnews li a {
	color:#222;
}
.moduletable ul.latestnews p.small {
	font-size:0.77em;
	font-weight:bold;
	color:#a7a9ac;
	margin:0.4em 0 1em;
}
.moduletable ul.latestnews li:last-child, .moduletable ul.latestnews li.last {
	border-bottom:0;
}



/* MY STYLE MODULE STYLES */
#sidebar .my_side.moduletable {
	background: url(../images/sidebar_background.png) top repeat-x;
	border-top: 8px solid #e21621;
	width: 290px;
	height: auto;
	margin: 20px 0 20px 0;
}
#sidebar .my_side.moduletable h3 {
	font-family: 'AntennaCond', Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 0 10px 10px;
	margin:0;
	color: #000000;
}
#sidebar .my_side.moduletable li a {
	font-size:14px;
	line-height: 1em;
}
#sidebar .my_side.moduletable ul {
	list-style-image: url(../images/red_indicator.png);
	list-style-position: outside;
	margin-left: 30px;
}
#sidebar .my_side.moduletable ul p {
	font-size: 11px;
	line-height: 1em;
}



/* MAIN MENU */
div#main_nav {
	position:relative;
	width: auto;
	z-index:3;
}
ul.main-nav li {
	float:left;
	margin:0 15px;
	position:relative;
}
ul.main-nav li a:link, ul.main-nav li a:visited {
	display:block;
	font-family: 'AntennaCond', Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	color:#3d3d3d;
	font-size: 1.5em;
	border:0;
}
ul.main-nav li a:hover {
	color:#e21621;
	border-bottom:5px solid #e21621;
}
ul.main-nav li.active {
	border-bottom:5px solid #e21621;
}
ul.main-nav li.active:hover {
	border-bottom: none!important;
}


/* HIDE THE HOME BUTTON */
ul.main-nav li.item-101 {
	display:none;
}



/* SECOND TIER LINKS */
ul#main_nav li ul {
	position:absolute;
	display:none !important;
	top:50px;
	left:-14px;
	display:block;
	width:260px;
	border:0 none;
	list-style:none;
	background:#2c2c2c;
	border-radius:2px 2px 3px 3px;
	overflow:hidden;
}
ul#main_nav li:hover ul {
	display:block !important;
}
ul#main_nav li ul li {
	display:block;
	float:none;
	border:0 none;
	padding:0em 24px;
	background:transparent;
}
ul#main_nav li.active ul li {
	background:none;
	filter:none;
}
ul#main_nav li ul li a, ul#main_nav li ul li a:visited {
	display:block;
	font-size:0.85em;
	color:#222;
	text-shadow:1px 1px 1px #fff;
	width:auto !important;
	height:auto !important;
	padding:0.5em 0;
	margin:0;
	border:0 none;
	border-top:1px solid #fff;
	border-bottom:1px solid #d8d8d8;
	background:#2c2c2c;
}
ul#main_nav li ul li a:hover, ul#main_nav li ul li a:focus {
	color:#025DBA;
}
ul#main_nav li ul li:first-child, ul#main_nav li ul li.first {
	padding-top:0.5em;
}
ul#main_nav li ul li:last-child, ul#main_nav li ul li.last {
	padding-bottom:0.7em;
}
ul#main_nav li ul li:first-child a, ul#main_nav li ul li.first a {
	border-top:0 none;
}
ul#main_nav li ul li:last-child a, ul#main_nav li ul li.last a {
	border-bottom:0 none;
}



/* RIGHT MENU */
#right_nav {
	position:relative;
	z-index:2;
	padding-top:0.5em;
}
ul.right-nav {
	position:relative;
	display:block;
	text-align:left;
	list-style-type:none;
	z-index:1001;
}
ul.right-nav li {
	position:relative;
	margin: 0 10px;
	font-size:16px;
	float:left;
}
ul.right-nav li a, ul.right-nav li a:visited {
	display:block;
	font-family: 'AntennaCond', Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color:#3d3d3d;
	height:1.65em;
}
ul.right-nav li a:hover {
	text-decoration:none;
	color:#e21621;
	border-bottom:5px solid #e21621;
}
ul.right-nav li.active {
	border-bottom:5px solid #e21621;
}
ul.right-nav li.active:hover {
	border-bottom:none;
}
ul.right-nav li.parent a {
	padding-right:16px;
	background:url(../images/parent-arrow.gif) no-repeat 100% 0.6em;
}



/* SECOND TIER LINKS */
ul.right-nav li ul {
	display:none !important;
	position:absolute;
	top:1.65em;
	left:-22px;
	border:0 none;
	list-style:none;
	background:#2c2c2c;
	border-radius:3px;
	z-index:20000;
	width: 300px;
	float: left;
}
ul.right-nav li:hover ul {
	display:block !important;
}
ul.right-nav li ul li {
	display:block;
	width:130px;
	float: left;
	border-bottom: 1px solid #444;
	padding:0 10px 0 10px;
	margin:0;
	background:transparent;
	overflow: hidden;
}
ul.right-nav li.active ul li {
	background:none;
	filter:none;
}
ul.right-nav li.parent a.special_link {
	display:none;
}
ul.right-nav li ul li a {
	display:block;
	font-size:1em;
	color:#fff;
	width:auto !important;
	height:auto !important;
	padding:0;
	margin:0;
	border:0 none;
	background-image:none !important;
}
ul.right-nav li ul li a:hover {
	color:#ccc;
	text-decoration:none;
}
ul.right-nav li ul li a:visited {
	color:#fff;
}
ul.right-nav li ul li.active {
	border-bottom: 1px solid #444!important;
	width:130px;
}
ul.right-nav li ul li.active:hover {
	border-bottom:none;
}
ul.right-nav li ul li {
	padding-top:0.5em;
	width: 130px;
	height: 30px;
	float: left;
}
/*ul.right-nav li ul li:first-child, ul.right-nav li ul li.first {
	padding-top:0.5em;
	width: 150px;
	height: auto;	
	float: left;
}
ul.right-nav li ul li:last-child, ul.right-nav li ul li.last {
	padding-bottom:0.5em;
	width: 150px;
	height: auto;
	float: left;
}*/

ul.right-nav li ul li:first-child a, ul.right-nav li ul li.first a {
	border-top:0 none;
}
/*ul.right-nav li ul li:last-child a, ul.right-nav li ul li.last a {
	border-bottom:0 none;
}*/
ul.right-nav li.item-129, ul.right-nav li.item-335, ul.right-nav li.item-365, ul.right-nav li.item-366, ul.right-nav li.item-372, ul.right-nav li.item-373 {
	display:none;
	height: 0!important;
	padding: 0!important;
}
#sidebar.alignright {
	width: 260px;
	margin-right:10px;
	margin-top:35px;
}



/* SUBMENU */
#sidebar .moduletable.submenu {
	border-top:0;
	margin-bottom:1.5em;
}
#sidebar ul.submenu {
	background-color:#0058b0;
	border-top:1px solid #80acd8;
	border-bottom:1px solid #7e7f7e;
	box-shadow: 0px 1px 3px #999;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	overflow:auto;
}
#sidebar ul.submenu li a, #sidebar ul.submenu li.active ul li a, #sidebar ul.submenu li.current ul li a {
	color: #FFF;
	padding:0.615em 16px;
	background:url(../images/bullet-white_arrow_lge.png) no-repeat 92% 50%;
	border-top:1px solid #3379c0;
	border-bottom:1px solid #003d7b;
}
#sidebar ul.submenu li a:hover {
	background-color:#00365c;
	border-top:1px solid #00223a;
	border-bottom:1px solid #0058b0;
}
#sidebar ul.submenu li a:hover, #sidebar ul.submenu li.active ul li a:hover {
	text-shadow:none;
	padding-left:22px;
}



/* SECOND TIER */
#sidebar ul.submenu li.active.parent a {
	border-bottom:1px solid #00223a;
}
#sidebar ul.submenu li.active ul li a, #sidebar ul.submenu li.active ul li a:hover, #sidebar ul.submenu li.active.parent ul li a, #sidebar ul.submenu li.current ul li a {
	border:0;
	background-image:none;
	font-weight:normal;
}
#sidebar ul.submenu li.active.parent ul {
	padding:0;
	background:#00365c;
}



/* INTRO LISTS & LANDING LISTS */
#main div.columns-1 {
	float:left;
	width:230px;
}
#main div.columns-1 .container {
	width:230px;
}
#main div.columns-1 h3 {
	margin-right:20px;
}
#main div.columns-2 {
	float:left;
	width:440px;
}
/*#main div.columns-2  li.item-102.deeper.parent {
	display:block;
	float:left;
	width:140px;
	margin-right:10px;
}*/

#main div.columns-2 .container {
	width:440px;
}
#main .items-row.cols-3, #main ul.weblinks, div.categories-list ul, #main ul.category-module, #main ul.categories-module, #main .moduletable .inside, #main .category-link-group ul {
	position:relative;
	margin-right:-20px;
}
#main .cols-3 .item, #main .moduletable .newsflash .item {
	float:left;
	width:210px;
	margin-right:20px;
}



/* HORIZONTAL LINK LISTS - WEBLINKS, CATEGORY LIST, KNOWLEDGE BASE MODULE, MODULETABLE MENUS */
#main ul.weblinks li, div.categories-list ul li, #main ul.category-module li, #main ul.categories-module li, #main .category-link-group ul li, #main .moduletable ul.menu li {
	float:left;
	width:210px;
	margin-right:20px;
	padding:0.5em 0;
	border-bottom:1px solid #e5e5e5;
}
#main .moduletable ul.menu li a {
	color:#025dba;
	text-decoration:none;
}
/*#main ul.weblinks li a, div.categories-list ul li a, #main ul.category-module li a, #main ul.categories-module li a, #main .category-link-group ul li a { font-weight:normal;  }*/
#main ul.category-module li h5, #main ul.categories-module li h5 {
	margin:0;
}



/* TABBER PLUGIN */
div.tabber_nav {
	display: block;
	clear: left;
	margin: 5px 0 0 0;
	padding: 0 10px;
	line-height: 1em;
	zoom: 1; /* Fix for IE height issue */
}
div.tabber_nav ul.tabber_tabs {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	list-style-image: none !important;
	background: none !important;
}
div.tabber_nav li.tabber_tab {
	float: left;
	margin: 5px 2px 0 0 !important;
	padding: 0 !important;
	list-style: none !important;
	list-style-image: none !important;
	background: none !important;
}
div.tabber_nav li.tabber_tab.active {
	margin-top: 0 !important;
}



/* TABS */
div.tabber_nav li.tabber_tab a, div.tabber_nav li.tabber_tab a:link, div.tabber_nav li.tabber_tab a:visited, div.tabber_nav li.tabber_tab a:active, div.tabber_nav li.tabber_tab a:hover {
	color: #666666;
	outline: 0;
	text-decoration: none;
}
div.tabber_nav li.tabber_tab a, div.tabber_nav li.tabber_tab a:hover {
	display: block;
	width: auto;
	_width: 0%;
	padding: 10px 10px 0;
	height: 20px;
	_height: 25px;
	font-size: 1em;
	line-height: 1em !important;
	font-weight: bold;
	white-space: nowrap;
	border: solid 1px #e4e4e4;
	border-bottom: none;
	background: #e4e4e4;
	text-decoration: none !important;
	text-shadow:none;
}
div.tabber_container.rounded div.tabber_nav li.tabber_tab a, div.tabber_container.rounded div.tabber_nav li.tabber_tab a:hover {
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}



/* TABS: ACTIVE STATE */
div.tabber_nav li.tabber_tab.active a, div.tabber_nav li.tabber_tab.active a:hover {
	color: #00365c;
	background-color: #FFF;
}
div.tabber_nav li.tabber_tab.active a {
	padding-bottom: 5px;
	position:relative;
	z-index:2;
}


/* TABS: HOVER STATE */
div.tabber_nav li.tabber_tab a:hover {
	color: #FFF;
	background-color: #222;
}



/* CONTENT AREA */
div.tabber_content, div.tabber_content > div, div.tabber_content div.tabber_item {
	position: relative !important;
	overflow: hidden !important;
}
div.tabber_content {
	top: -1px;
	clear: left;
	padding: 1em 20px;
	border: 1px solid #e4e4e4;
	border-radius:0;
}
div.tabber_container.rounded div.tabber_content {
/*-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;*/
}



/* SLIDER PLUGIN */
div.slider_slide {
	display: block;
	clear: left;
	margin: 1px 0 0 0 !important;
	padding: 0;
	line-height: 1em;
	background: none;
}
div.slider_slide.slider_slide.active {
}



/* SLIDES */
div.slider_slide a, div.slider_slide a:link, div.slider_slide a:visited, div.slider_slide a:active, div.slider_slide a:hover {
	outline: 0;
	text-decoration: none;
}
div.slider_slide a, div.slider_slide a:hover {
	display: block;
	width: auto;
	_width: 0%; /* IE hack */
	font-size: 14px;
	line-height: 1em !important;
	font-weight: bold;
	border:0;
	border-top: solid 1px #efefef;
	background: transparent url(../images/slider-sprites.png) no-repeat 0 -79px;
	text-decoration: none !important;
	/* for dynamic height titles */
	padding: 0.6em 10px 0.8em 24px;/* for fixed height titles *//*padding: 5px 10px 0 10px;
	height: 20px;
	_height: 25px;
	white-space: nowrap;*/
}
div.slider_container.rounded div.slider_slide a, div.slider_container.rounded div.slider_slide a:hover {
	/*-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/

}



/* SLIDES: HOVER STATE */
div.slider_slide a:hover {
}



/* SLIDES: ACTIVE STATE */
div.slider_slide.active a, div.slider_slide.active a:hover {
	background: transparent url(../images/slider-sprites.png) no-repeat 0 10px;
}



/* CONTENT AREA */
div.slider_content_wrapper, div.slider_content_wrapper > div, div.slider_content_wrapper div.slider_content, div.slider_content_wrapper div.slider_content > div, div.slider_content_wrapper div.slider_item {
	position: relative !important;
	overflow: hidden !important;
}
div.slider_content_wrapper {
	clear: left;
	margin-top: -1px;
	padding: 0;
}
div.slider_content_wrapper div.slider_content {
	clear: both;
	padding: 0;
	border: 1px solid #FFF;
}
div.slider_content_wrapper div.slider_item {
	padding: 0 10px 0 24px;
}



/* INDENTING */
div.slider_slide.indent, div.slider_slide.indenttitle {
	padding: 0 10px 0 24px;
}
div.slider_content_wrapper.indent, div.slider_content_wrapper.indentcontent {
	padding: 0 10px 0 24px;
}



/* STYLING FOR IF JAVASCRIPT FAILS */
div.tabber_noscript div.tabber_content, div.slider_noscript div.slider_content, div.slider_noscript div.slider_item {
	margin: 0;
	padding: 0;
	border: none;
}



/* SLIDER - BILL PAYMENT ICONS */
div.slider_slide.direct-debit {
	background:url(../images/sprite_bill_payments.png) no-repeat 100% -1px;
}
div.slider_slide.bpay {
	background:url(../images/sprite_bill_payments.png) no-repeat 100% -38px;
}
div.slider_slide.pay-online {
	background:url(../images/sprite_bill_payments.png) no-repeat 100% -73px;
}
div.slider_slide.pay-phone {
	background:url(../images/sprite_bill_payments.png) no-repeat 100% -109px;
}
div.slider_slide.pay-person {
	background:url(../images/sprite_bill_payments.png) no-repeat 100% -147px;
}
div.slider_slide.pay-mail {
	background:url(../images/sprite_bill_payments.png) no-repeat 100% -183px;
}
div.slider_slide.centrepay {
	background:url(../images/sprite_bill_payments.png) no-repeat 100% -219px;
}



/* UNIQUE STYLES */
div.orange.box {
	display:block;
	float:right;
	width:170px;
	margin-left:20px;
	padding:20px;
	color:#FFF;
	background: #ec8100; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjODEwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMDY5MDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ec8100 0%, #c06902 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ec8100), color-stop(100%, #c06902)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ec8100 0%, #c06902 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ec8100 0%, #c06902 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ec8100 0%, #c06902 100%); /* IE10+ */
	background: linear-gradient(top, #ec8100 0%, #c06902 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec8100', endColorstr='#c06902', GradientType=0 ); /* IE6-8 */
}
div.orange.box h1, div.orange.box h2, div.orange.box h3, div.orange.box h4, div.orange.box h5, div.orange.box h6, div.orange.box p {
	color:#FFF;
}



/* COLOUR STYLES */
.blue {
	color:#025DBA;
}
.orange {
	color:#e88300;
}
.green {
	color:#008842;
}
.white {
	color:#FFF;
}
.charcoal {
	color:#222;
}
.darkblue {
	color:#00365c;
}



/* CUSTOM */
#main div.custom {
	float:left;
	width:100%;
	margin: 50px 0 0 0;
}



/* ADVERTISEMENT */
#header-advertisement {
	position: relative;
	top:20px;
	left:0;
	width:100%;
	clear:none;
	z-index: 9999!important;
}
#header-advertisement div.bannergroup {
	width:1024px;
	text-align:right;
	margin:0 auto;
}
#header-advertisement div.banneritem {
	float:right;
}
#header-advertisement #vsir_1 {
	float:right;
}


/* TRACK HISTORY */
#banner-track-history {
	position:absolute;
	top:20px;
	width:100%;
	height:100%;
	clear:none;
}
#banner-track-history div.bannergroup {
	width:100%;
	margin:0 auto;
}
#banner-track-history div.banneritem {
	position: relative;
	display: block;
	margin:0 auto;
}
#banner-track-history div.banneritem img {
	display: block;
	margin:0 auto;
	border: none;
}



/* SEARCH */
#searchForm {
	background: #f7f7f7;
	padding: 10px;
	margin: 0 0 10px 0;
}
#searchForm fieldset.word {
	padding: 10px 0 5px 0;
	background: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#searchForm fieldset.word label {
	float: left;
	margin: 5px 10px 0 0;
}
#searchForm fieldset.word input {
	float: left;
}
#searchForm fieldset.word .button {
	float: left;
	margin: 2px 0 0 10px;
}
#searchForm fieldset.phrases {
	background: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 30px 0 0 0;
}
#searchForm fieldset.phrases legend {
	font-size: 14px;
	font-weight: bold;
	color: #636363;
	padding: 0;
	margin: 0;
}
#searchForm fieldset.phrases .phrases-box {
	padding: 5px 0 10px 0;
}
#searchForm fieldset.phrases .ordering-box {
	padding: 5px 0 10px 0;
}
#searchForm fieldset.only {
	background: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 30px 0 0 0;
	padding: 10px 0 10px 0;
}
#searchForm fieldset.only legend {
	font-size: 14px;
	font-weight: bold;
	color: #636363;
	padding: 0;
	margin: 0;
}
#searchForm .form-limit {
	padding: 20px 0 10px 0;
}
.search-results {
	color:#636363;
	padding: 10px;
	border: 1px solid #ddd;
}
.result-title {
	font-family: 'AntennaCond', Arial, Helvetica, sans-serif;
	margin: 30px 0 5px 0;
	border-bottom: 1px solid #ddd;
}
.result-category {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.result-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.result-created {
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
span.highlight {
	padding: 0 3px 0 3px;
	color: #fff;
	background:#e21621;
}



/* MEDIA QUERIES */
@media only screen  and (min-device-width : 768px)  and (max-device-width : 1024px) {
/* TRACK HISTORY */
#banner-track-history div.banneritem {
	display: block!important;
	text-align: left!important;
	margin: 0px auto!important;
	width: 1024px!important;
	height: 100%!important;
}
#banner-track-history div.banneritem img {
	width:1024px!important;
}
.moduletable.track-full {
	display: block!important;
	text-align: left!important;
	margin: 0px auto!important;
	width: 1024px!important;
	height: 100%!important;
}
.container-two {
	display: block!important;
	left:0!important;
	text-align: left!important;
	margin: 0px auto!important;
	width: 100%!important;
	height: 100%!important;
}



/* CIRCUIT FACTS */
#circuit-fact-1 {
	top: 190px!important;
	margin-left: 120px!important;
}
#circuit-fact-2 {
	top: 220px!important;
	margin-left: 270px!important;
}
#circuit-fact-3 {
	top: 280px!important;
	margin-left: 150px!important;
}
#circuit-fact-4 {
	top: 320px!important;
	margin-left: 340px!important;
}
#circuit-fact-5 {
	top: 300px!important;
	margin-left: 600px!important;
}
#circuit-fact-6 {
	top: 220px!important;
	margin-left: 630px!important;
}
#circuit-fact-7 {
	top: 160px!important;
	margin-left: 620px!important;
}
#circuit-fact-8 {
	top: 100px!important;
	margin-left: 660px!important;
}
#circuit-fact-9 {
	top: 100px!important;
	margin-left: 730px!important;
}
#circuit-fact-10 {
	top: 100px!important;
	margin-left: 790px!important;
}
#circuit-fact-11 {
	top: 120px!important;
	margin-left: 530px!important;
}
#circuit-fact-12 {
	top: 120px!important;
	margin-left: 450px!important;
}
#circuit-fact-13 {
	top: 130px!important;
	margin-left: 340px!important;
}
}



 @media only screen and (max-width: 640px) {
/* MAIN */
.alignright {
	float: left!important;
	left: 0!important;
}
.container {
	width: 100%!important;
}
#wrapper {
	width: 100%!important;
}
img {
	width: 100%!important;
	height: 100%!important;
}
.leftbox img {
	width: 100%!important;
	height: 100%!important;
}
dl {
	position:relative!important;
	left:0!important;
	float: left!important;
	width: 100%!important;
}
dd.published {
	position:relative!important;
	left:0!important;
	float: left!important;
}



/* HEADER */
#header {
	position:relative!important;
	left: 10px!important;
	display: block!important;
	height:auto!important;
	width: auto!important;
	float: left!important;
	background: none!important;
}
#logo {
	position:relative!important;
	display: block!important;
	width: 68px!important;
	height: 99px!important;
	float: left!important;
}
a#logo {
	border: none!important;
}
.site-access {
	position:relative!important;
	top:0!important;
	left:0!important;
	float: left!important;
	display: block!important;
	width: 90%!important;
	height:auto!important;
	margin: 20px 0 20px 0;
	clear: both!important;
}
#main_nav {
	position: relative!important;
	display: block!important;
	width: 100%!important;
	float: left!important;
	left: 0!important;
	background: #f5f5f5;
	border-top: 1px solid #ddd!important;
	border-right: 1px solid #ddd!important;
	border-left: 1px solid #ddd!important;
}
ul#main_nav {
	border:0!important;
}
ul.main-nav li a:link, ul.main-nav li a:visited {
	display:block;
	font-family: 'AntennaCond', Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	color:#3d3d3d;
	font-size: 1.5em;
	border:0!important;
}
ul.main-nav li a:hover {
	color:#e21621!important;
}
ul.main-nav li.active {
	border-bottom:0px solid #e21621!important;
}
#main_nav li.item-342, #main_nav li.item-107, #main_nav li.item-192 {
	position: relative!important;
	display: block!important;
	width: 100%!important;
	text-align: left!important;
	float: left!important;
	left: 0!important;
}
#right_nav {
	position: relative!important;
	display: block!important;
	width: 100%!important;
	float: left!important;
	left: 0!important;
	padding: 0!important;
	margin: 0 0 30px 0!important;
	background: #f5f5f5;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
ul.right-nav li a, ul.right-nav li a:visited {
	display:block;
	font-family: 'AntennaCond', Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color:#3d3d3d;
	height:1.65em;
}
ul.right-nav li a:hover, ul.right-nav li.active a, ul.right-nav li.focus a {
	text-decoration:none;
	color:#e21621;
	border-bottom:0px solid #e21621;
}
#right_nav li.item-102.deeper.parent {
	display: none;
	/*	position: relative!important;
	display: block!important;
	width: auto!important;
	float: left!important;
	left: 0!important;
	margin: 0 0 0px 20px!important;
	height: 1.5em!important;
	font-size: 1.5em!important;
	text-transform: uppercase!important;*/
}
#right_nav li.item-212, #right_nav li.item-219 {
	position: relative!important;
	display: block!important;
	width: 100%!important;
	float: left!important;
	left: 0!important;
	margin: 0 0 0px 15px!important;
	height: 1.5em!important;
	font-size: 1.5em!important;
	text-transform: uppercase!important;
}
#calendar-events {
	position: relative!important;
	top: 0!important;
	left: 0!important;
	display: block!important;
	margin: 0!important;
	width: 258px!important;
}
.moduletable.social-stats {
/*	background: #fff;
	border: 1px solid #ddd;
	margin:0 auto;
	padding: 0 20px 0 10px;*/
}
#header-advertisement {
	display: none;
}



/* BANNER */
#banner {
	display: none;
	/*	position: relative!important;
	display: block!important;
	left: 0!important;
	margin: 0!important;
	width: 320px!important;
	height:auto!important;*/
}



/* SLIDESHOW */
#banner .slideshow {
	display: none;
	/*	position: relative!important;
	display: block!important;
	left: 0!important;
	margin: 0!important;
	width: 320px!important;
	height:100px!important;*/
}



/* SECTION SLIDERS */
#section-sliders {
	position: relative!important;
	display: block!important;
	left: 10px!important;
	margin: 0!important;
	width: 100%!important;
	height:auto!important;
}
.home #section-sliders ul.tabs img {
	width: auto!important;
	height: auto!important;
}
.home #section-sliders ul.tabs {
	left:0px!important;
}
.home #section-sliders #tab1.tab, .home #section-sliders #tab2.tab, .home #section-sliders #tab3.tab {
	position: relative!important;
	width: 100%!important;
	height: 160px!important;
	background: #272727 none!important;
}
.lof-articlessroller {
	width: 100%!important;
	height: auto!important;
}
.lof-articlessroller .lof-inner {
	width: auto!important;
	height: auto!important;
}
.lof-articlessroller .lof-main-wapper {
	width: 100%!important;
	height: 340px!important;
}
.lof-articlessroller .lof-main-wapper .lof-main-item {
	margin: 10px 0 0 35px!important;
}
.lof-articlessroller .lof-inner .lof-title {
	width: 100%!important;
	height: auto!important;
}
.lof-articlessroller .lof-inner .lof-image-link {
	width: 70px!important;
	height: 60px!important;
}
.lof-articlessroller .lof-inner .lof-image-link img {
	width: 70px!important;
	height: 100%!important;
}
.lof-articlessroller .lof-inner p.readmore a {
	width: 100%!important;
	height: auto!important;
	font-size: 9px!important;
}
.lof-articlessroller .lof-inner {
	padding: 0px!important;
	background: none!important;
}
.lof-articlessroller .lof-next {
	top: 120px !important;
	right:0px!important;
}
.lof-articlessroller .lof-previous {
	top: 120px !important;
	left:0px!important;
}



/* SIDEBAR */
#sidebar {
	position: relative!important;
	display: block!important;
	left: 10px!important;
	margin: 0px 0 0 0!important;
	width: 100%!important;
}
.home .moduletable:first-child {
	margin:0;
}
.home .moduletable:last-child {
	margin:0;
}



/* FOOTER */
#footer {
	position:relative!important;
	top:0!important;
	left: 10px!important;
	float: left!important;
	display: block!important;
	width: 90%!important;
	height: auto!important;
	background: #f5f5f5;
	border: 1px solid #ddd;
}
#footer ul.menu {
	position: relative!important;
	display: block!important;
	width: auto!important;
	float: left!important;
	left: 0!important;
	padding: 0 10px 0 10px!important;
}
#footer ul.menu li a:hover {
	color: #222;
}
#footer .footer-1.footer-list {
	position:relative!important;
	top: 0!important;
	left: 0!important;
	display: block!important;
	width: 100%!important;
	float: left!important;
	margin: 0!important;
	padding: 0!important;
	background: none!important;
}
#footer li.item-231.deeper.parent, #footer li.item-238.deeper.parent, #footer li.item-245.deeper.parent, #footer li.item-243 {
	position: relative!important;
	display: block!important;
	width: 100%!important;
	float: left!important;
	left: 0!important;
	margin: 0 0 10px 0!important;
}
#footer li.item-244, #footer li.item-253 {
	position: relative!important;
	display: block!important;
	width: 100%!important;
	float: left!important;
	left: 0!important;
	margin: 0 0 10px 0!important;
}
#footer li.item-254:last-child, #footer li.item-254.last {
	position: relative!important;
	display: block!important;
	width: 100%!important;
	float: left!important;
	left: 0!important;
	margin: 0 0 10px 0!important;
}



/* INTERNAL PAGES */
#content {
	position: relative!important;
	display: block!important;
	width: 90%!important;
	float: left!important;
	background: none;
}
#main {
	position: relative!important;
	display: block!important;
	top: 0px!important;
	margin: 0!important;
	width: 100%!important;
	height:auto!important;
}
#main .container {
	position: relative!important;
	display: block!important;
	top: 0px!important;
	left: 10px!important;
	margin: 0!important;
	width: 90%!important;
	height:auto!important;
}
#main-track-history {
	position: relative!important;
	display: block!important;
	top: 0px!important;
	margin: 0!important;
	width: 100%!important;
	height:auto!important;
}
.track-history.moduletable {
	display: none;
	/*	position: relative!important;
	display: block!important;
	top: 0px!important;
	margin: 20px 0 20px 0!important;
	width: 100%!important;
	height:auto!important;*/
}
.track-history-video.moduletable {
	position: relative!important;
	display: block!important;
	top: 0px!important;
	margin: 20px 0 0 0!important;
	width: 100%!important;
	height:auto!important;
	background: #000!important;
}
.avPlayerWrapper .avPlayerContainer {
	width: 100%!important;
}



/* SCROLLER */
.lof-articlessroller .lof-row {
	padding: 0px;
	width: 90%!important;
}
.lof-articlessroller .lof-row p {
	color: #fff;
	width: 90%!important;
}



/* NOISE WEATHER REPORT */
#main .item-page.noise_weather_report {
	position: relative!important;
	display: block!important;
	width: 100%!important;
	float: left!important;
	left: 0!important;
}
.nwstyle {
	position: relative!important;
	display: block!important;
	width: 100%!important;
	height: 20px!important;
	float: left!important;
	left: 0!important;
	text-align: left!important;
	border: 1px solid #fff!important;
}
.white-nwstyle {
	position: relative!important;
	display: block!important;
	width: 100%!important;
	float: left!important;
	left: 0!important;
	text-align: left!important;
}
.nwstyle-legend-container {
	position: relative!important;
	display: block!important;
	width: 100%!important;
	float: left!important;
	left: 0!important;
	border-bottom: 1px solid #ddd;
	clear: both;
}
.nwstyle-legend-container-top {
	position: relative!important;
	display: block!important;
	width: 100%!important;
	float: left!important;
	left: 0!important;
	clear: both;
}
.nwstyle-legend-col-1 {
	position: relative!important;
	display: block!important;
	width: 100%!important;
	float: left!important;
	left: 0!important;
}
.nwstyle-legend-col-2 {
	position: relative!important;
	display: block!important;
	width: 100%!important;
	float: left!important;
	left: 0!important;
}
.nwstyle-legend-col-2-2 {
	position: relative!important;
	display: block!important;
	width: 100%!important;
	float: left!important;
	left: 0!important;
}
.nwstyle-legend-col-3 {
	position: relative!important;
	display: block!important;
	width: 100%!important;
	float: left!important;
	left: 0!important;
}
.nwstyle-legend-col-3-2 {
	position: relative!important;
	display: block!important;
	width: 100%!important;
	float: left!important;
	left: 0!important;
}
.nwstyle-legend-col-4 {
	position: relative!important;
	display: block!important;
	width: 100%!important;
	float: left!important;
	left: 0!important;
}
.nwstyle-legend-col-5 {
	position: relative!important;
	display: block!important;
	width: 100%!important;
	float: left!important;
	left: 0!important;
}
.nwstyle-legend-col-6 {
	position: relative!important;
	display: block!important;
	width: 100%!important;
	float: left!important;
	left: 0!important;
}



/* TABLE */
table.tab_one, table.tab_two {
	position: relative!important;
	display: block!important;
	width: 100%!important;
	float: left!important;
}
table.tab_contact {
	position: relative!important;
	display: block!important;
	width: 100%!important;
	float: left!important;
	padding: 5px!important;
	border: none!important;
}
table.tab_contact td {
	border: none!important;
	padding: 5px 0 5px 5px!important;
}



/* TRACK HISTORY */
.container-two {
	display: none!important;
}
#banner-track-history {
	position: relative!important;
	display: block!important;
	top: 0px!important;
	margin: 0!important;
	width: 100%!important;
	height:auto!important;
}
#banner-track-history div.banneritem {
	position: relative!important;
	display: block!important;
	top: 0px!important;
	left: 10px!important;
	margin: 0!important;
	width: 100%!important;
	height:auto!important;
}
#banner-track-history div.banneritem img {
	width:100%!important;
	height: 100%!important;
}
.moduletable.track-full {
	display: block!important;
	text-align: left!important;
	margin: 0px!important;
	width: 100%!important;
	height: 0!important;
}
}