
/*  HTML5 ✰ Boilerplate  */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,  footer, header, hgroup, 
menu, nav, section, summary, time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display:block;
}
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }


body { font:13px/1.231 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

body, select, input, textarea {   color: #444; }
h1,h2,h3,h4,h5,h6 { font-weight: bold; }
html { overflow-y: scroll; }

a:hover, a:active { outline: none; }
a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }

ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }

nav ul, nav li { margin: 0; } 
small { font-size: 85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align: top; } 
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre {  padding: 15px;  white-space: pre;  white-space: pre-wrap;  white-space: pre-line;  word-wrap: break-word; }
textarea { overflow: auto; } 
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px;  -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red;  box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; } 
a:link { -webkit-tap-highlight-color: #FF5E99; } 

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; } 
.visuallyhidden { position: absolute !important; clip: rect(1px 1px 1px 1px);  clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after {  content: "\0020"; display: block; height: 0; visibility: hidden;	 } 
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.left { float: left; text-align: left; }
.right { float: right; text-align: right; }
/* Fonts */

@font-face {
  font-family: 'Avant Bold';
  src: url('../fonts/avant/AvantBold.eot');
  src: local('☺'),
    url("../fonts/avant/AvantBold.woff") format("woff"),
    url("../fonts/avant/AvantBold.otf") format("opentype"),
    url("../fonts/avant/AvantBold.svg#avantbold") format("svg");
}

@font-face {
  font-family: 'Avant Book';
  src: url('../fonts/avant/AvantBook.eot');
  src: local('☺'),
    url("../fonts/avant/AvantBook.woff") format("woff"),
    url("../fonts/avant/AvantBook.otf") format("opentype"),
    url("../fonts/avant/AvantBook.svg#avantbook") format("svg");
}

@font-face {
  font-family: 'Avant Demi';
  src: url('../fonts/avant/AvantDemi.eot');
  src: local('☺'),
    url("../fonts/avant/AvantDemi.woff") format("woff"),
    url("../fonts/avant/AvantDemi.otf") format("opentype"),
    url("../fonts/avant/AvantDemi.svg#avantdemi") format("svg");
}

@font-face {
  font-family: 'Avant Medium';
  src: url('../fonts/avant/AvantMedium.eot');
  src: local('☺'),
    url("../fonts/avant/AvantMedium.woff") format("woff"),
    url("../fonts/avant/AvantMedium.otf") format("opentype"),
    url("../fonts/avant/AvantMedium.svg#avantmedium") format("svg");
}

/* Styles */

body {
  font-family: 'Helvetica';
  font-size: 12px;
}


a img, img map { border: 0px; }
a, a:active { outline: none; color: #07519F; text-decoration: none; }
form { display: inline; }
table { font-size: inherit; font-size: 100%;  }
table td { vertical-align: top;  }
optgroup option { text-indent: 10px; }
body #container div { position: relative; }
option { padding: 0em .3em; }

ul, ol {
	margin-left: 40px;
	margin-right: 40px;
}

ul li, ol li {
	margin-bottom: 10px;
}

input.fat, 
textarea.fat,
select.fat { 
	padding: 0.2em; 
	font-size: 114%; 
	border: 1px solid #B1C3CE;
}

.avantmedium {
	font-family: "AvantGardeCondensedMedium", "Lucida Sans", Arial;  
}

h1 {
	font-size: 22px;
	color: #000000;
	margin: 0px;
	padding: 10px;
	font-weight: bold;
	font-family: "AvantGardeCondensedMedium", "Lucida Sans", Arial;
}

h2 {
	height: 36px;
	color: #FFFFFF;
	line-height: 38px; 	
	padding: 0px;
	margin: 0px;
	text-indent: 10px;
	text-transform: uppercase;
	font-size: 18px;
	font-family: "AvantGardeCondensedMedium", "Lucida Sans", Arial;
}

h2.shadow, .newsbox h2 {
	text-shadow: #262626 1px 1px 3px;
}

 

h2.small {
	height: auto;
	font-size: 16px;
	line-height: 20px;
	padding-top: 2px;
}

h2.blue_dark, .layoutCol .content h2 {
	background-color: #18367e;
	background-image: url('../images/h2.background.blue_dark.jpg');
}

h2.blue_light, .blue_light h2 {
	background-color: #0b8ac6;
	background-image: url('../images/h2.background.blue_light.jpg');
	font-family: "AvantGardeCondensedMedium", "Lucida Sans", Arial;
}

h2.red {
	background-color: #ec1b2e;
	/*background-image: url('../images/h2.background.red.jpg');*/
	background-image: url('../images/h2.background.red.dark.jpg');
}

h2 a {
	color: #FFFFFF;
	font-family: "AvantGardeCondensedMedium", "Lucida Sans", Arial;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	font-family: "AvantGardeCondensedMedium", "Lucida Sans", Arial;
}

h3 span.headline, h3 a {
	font-family: "AvantGardeCondensedMedium", "Lucida Sans", Arial;
}

h3.blue_dark, h3.blue_dark a {
	color: #07519F;
	font-family: "AvantGardeCondensedMedium", "Lucida Sans", Arial;
}

h3.blue_light {
	color: #7282BC;
	font-family: "AvantGardeCondensedMedium", "Lucida Sans", Arial;
}

h3.blue_rich, h3.blue_rich a {
	color: #07519F;
}

h3.red {
	color: #ec1b2e;
}

h3.black {
	color: #000;
	font-size: 20px;
}



span.headline {
	height: 70px;
	overflow: hidden;
	display: block;
}

span.red {
	color: #c32819;
	font-size: 110%;
}

table h3 {
	padding-left: 0;
}

table {
	padding-left: 0px;
	margin-left: 10px;
	margin-right: 10px;
}

table td {
	padding-top: 5px;
}

#holder p {
	font-family: Helvetica, Arial;
	margin-bottom: 0.8em;
	margin-top: 0.8em;
	line-height: 1.4em;
	padding: 0px 10px 0px 10px;
	font-size: 14px;
}


form dl {
	display: block;
	clear: both;
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
}

form dt, form dd {
	display: block;
	float: left;
	display: inline;
	line-height: 20px;	
	margin: 0px;
	padding: 0px;	
	margin-bottom: 5px;
	color: #3F8DC1;
}

form dt {
	margin-right: 10px;
	text-align: right;
}

form dd {
/*	width: 300px;*/
}

form .submit {
	border: 1px solid #005D9B;
	background: #005D9B;
	color: #FFFFFF;
	font-size: 11px;
	padding: 3px 5px 3px 5px;
}

form a {
	color: #0e51a2;	
}

form.normal input, 
form.normal textarea {
	font-size: 125%;
	padding: 3px;
}

form.normal select, form.normal option {
	font-size: 110%;
}

span.req {
	color: red;
	font-size: 12px;
}

form label {
	display: block;
	margin-bottom: 2px;
}
label.error {
	color: #005D9B;
	display: block;
	font-style: italic;
}

.setInline * { 
	display: inline;
	float: left;
}

.odd { background: #ffffff; }
.even { background: #F3F3F3; }
.noBorder { border: 0px; }

.odd:hover, 
.even:hover { background: #CCCCCC; }

.noscript p {
	padding: 10px; 
	background: red; 
	color: #FFFFFF; 
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

.emphasise {
	font-weight: bold;	
}

.dark_blue {
	color: #07519F;
}

.light_blue {
	color: #B2D1E6;
}

.col {
	position: relative;
	float: left;	
	display: inline;
}

.hide {
	display: none;
}

.align_r {
	text-align: right;
}

.middle {
	vertical-align: middle;
}

.disabled {
	cursor: default;
}
.disabled * {
	opacity: 0.3;
}

.noVerticalBuffer {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;	
}

.noBottomBuffer {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}

.noVerticalMargin {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.noVerticalPadding {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.noTopMargin {
	margin-top: 0px !important;
}

.noTopPadding {
	padding-top: 0px !important;
}

.noPadding {
	padding: 0px !important;
}

.noMargin {
	margin: 0px !important;
}

.margin_right_4 { margin-right: 4px; }
.margin_left_4 { margin-left: 4px; }
.margin_top_4 { margin-top: 4px; }
.margin_bottom_4 { margin-bottom: 4px; }
.margin_top_10 { margin-top: 10px; }
.margin_bottom_10 { margin-bottom: 10px; }
.margin_right_10 { margin-right: 10px; }
.margin_left_10 { margin-left: 10px; }
.margin_4 { margin: 4px; }
.margin_left_5 { margin-left: 5px; }
.margin_right_5 { margin-right: 5px; }
.margin_leftright_5 { margin-left: 5px; margin-right: 5px; }
.margin_sides_10 { margin-left: 10px; margin-right: 10px; }

.note {
	color: #CCCCCC;
}

.dark_note {
	color: #666666;
}

.big {
	font-size: 105%;
}

.large {
	font-size: 115%;
}

#tooltip {
	background: #F3F3F3;
	border: 1px solid #CCCCCC;
	padding: 8px;
	text-align: left;
	width: 150px;
}

.paginator {
	text-align: right;
	margin-top: 20px;
}

.paginator a {
	display: block;
	float: right;
	margin-left: 5px;
	padding: 3px;
	width: 30px;
	background: #E8EEF2;
	font-size: 140%;
	text-align: center;
	border: 1px solid #0067AB;
}

.paginate_container {
	position: relative;
}

.paginate_right {
	float: right;
}

.paginate_left {
	float: left;
}

.move_right {
	float: right;
	padding: 0px 0px 10px 10px;
}

.move_left {
	float: left;
	padding: 0 10px 10px 0;
}

.img_left {
	float: left;
	margin: 0px 10px 10px 0px;
}

.img_right {
	float: right;
	margin: 0px 0px 10px 10px;
}

table.outlined, table#terryclifton {
	border-collapse: collapse;
	border-spacing: 0pt;
	border-width: 0pt 0pt 1px 1px;
}
table.outlined, table.outlined td, table.outlined th {
	border-color: #E6E6E6;
	border-style: solid;
	vertical-align: top;
	text-align: left;
}

table#terryclifton, table#terryclifton td, table#terryclifton th {
	border-color: #E6E6E6;
	border-style: solid;
	vertical-align: top;
	text-align: left;
}

table.verticals td {
	vertical-align: middle;
}

table.outlined th {
	color: #999999;
}

table.outlined td, table.outlined th {
	border-width: 1px 1px 0pt 0pt;
	margin: 0pt;
	padding: 4px;
}
  
table#terryclifton td, table#terryclifton th {
	border-width: 1px 1px 0pt 0pt;
	margin: 0pt;
	padding: 3px;
}

table#terryclifton {
	width: 490px;
}

table#terryclifton p {
	padding: 3px;
	margin: 0px 0px 0px 0px;
}

#tableSortable thead tr th.header {
    background-image: url(../images/small.gif); 
	background-position: right center;
	background-repeat: no-repeat;
	cursor: pointer;
}

#tableSortable thead tr th.headerSortUp {
	background-image: url(../images/small_asc.gif); 
	background-position: right center;
	background-repeat: no-repeat;
	cursor: pointer;
}

#tableSortable thead tr th.headerSortDown {
    background-image: url(../images/small_desc.gif); 
	background-position: right center;
	background-repeat: no-repeat;
	cursor: pointer;
}

#filter {

}

.line_break {
	border: 0px;
	border-bottom: 1px solid #B2D1E6;
	margin: 15px;
}

.highlightWord {
	background: #E5F0F6;
	font-weight: bold;
	color: #01265a;
	text-decoration: underline;
}

.dd_mini {
	width: 135px;
	display: inline;
	z-index: 3;
}

.dd_short {
	width: 160px;
	display: inline;
	z-index: 3;
}

.dd_long {
	width: 240px;
	display: inline;
	z-index: 3;
}

.inline_elements * {
	display: inline; 
	float: left;
	margin-right: 5px;
	line-height: 28px;
}

.inline_elements input {
	line-height: 18px;
}

.white_line {
	border: 0px;
	line-height: 2px;
	border-bottom: 1px solid #FFFFFF;
}

div#ie6_warning {
	display: block;
	background: #F4F4F4;
	font: 12px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
}

div#ie6_warning ul li {
	margin: 3px;
}

/* 	################################
		clearers
	################################ */

.clearer {
	clear: both;	
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 0px;
	line-height: 0px;
}

.block { display: block;}


.clear_2, br .clear_2 { height: 2px; }
.clear_5, br .clear_5 { height: 5px; }
.clear_10, br .clear_10 { height: 10px; }
.clear_20, br .clear_20 { height: 20px; }
.clear_60, br .clear_60 { height: 60px; }

.filler_100 { height: 100px; }
.filler_150 { height: 150px; }
.filler_200 { height: 200px; }
.filler_300 { height: 300px; }

/* 	################################
		skeleton
	################################ */

body {
	overflow-x: hidden;
}

div#holder {
	text-align: left;
	margin: 10px auto;	
	width: 1000px;
	background: #FFFFFF;
}

div#container {
	text-align: left;
	margin: 10px auto 0px auto;
	width: 980px;
	padding-top: 10px;
	min-height: 1000px;
	position: relative;
}

.container {
	text-align: left;
	margin: 10px auto 0px auto;
	width: 980px;
	padding-top: 10px;
	position: relative;
}


/*div#header {
  position: relative;
  height: 230px;
  /*background: #F3F3F3 url("../images/header.background.jpg") repeat-y right;
}*/

/*a#logo_link {
  display: block;
  position: absolute;
  top: 16px;
  left: 16px;
}*/



div#sitesearch {
	position: absolute !important;
	top: 120px;
	right: 16px;
	height: 40px;
	width: 411px;
	overflow: hidden;
	
/*	background: transparent url('../images/searchbox_bg.gif') no-repeat;*/
}

div#sitesearch .searchbox {
	display: block;
	background: transparent url('../images/searchbox_bg.gif') no-repeat;
	border: none;
	position: absolute;
	right: 111px;
	padding: 11px 5px 11px 10px;
	vertical-align: middle;
	width: 276px;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
}

div#sitesearch #searchbtn {
	position: absolute;
	right: 1px;
	top: 0px;
}



/* 	view################################
		news ticker
	################################ */
	
#newsticker {
	width: 980px;
	height: 62px;
	background: url('../images/newsticker_dark.gif') no-repeat top left;
	position: absolute !important;
	top: 160px;
}

#newsticker_inner {
	position: relative;
}

#newsticker_inner .nowplaying {
	position: absolute;
	top: 20px;
	left: 210px;
}

#newsticker_inner .nowplaying ul {
	height: 17px;
	padding-top: 3px;
	overflow: hidden;
	font-weight: bold;
	color: #0A234B;
	width: 380px;
}

#newsticker_inner .promo {
	
}

#headerResults {
	position: absolute; 
	background: #fff url("../images/background.header.raceResults.jpg") no-repeat;
	top: 127px; 
	left: 15px; 
	width: 533px; 
	height: 24px;
/*	border: 1px solid red;*/
	overflow: hidden;
}

#headerResults div {
	height: 22px;
	position: relative;
	width: 523px;
	overflow: hidden;
	margin-right: 10px;
}

#headerResults div p {
	margin: 0px;
	padding: 0px;
	line-height: 24px;
	text-indent: 5px;
	position: absolute;
	white-space: nowrap;
	font-size: 11px;
	font-family: 'Lucida Sans', 'Helvetica';
}


/* 	################################
		navigation
	################################ */
  
  #header {
    position: relative;
  }
  
  .header-ad {
    position: absolute;
    top: 10px;
    right: 16px;
  }
  
  .holder {
  	text-align: left;
  	margin: 10px auto;	
  	width: 1000px;
  	background: #FFFFFF;
  }

.container {
	text-align: left;
	margin: 0px auto 0px auto;
	width: 980px;
	padding-top: 10px;
	position: relative;
}
  
#nav {
  margin-top: 0px;
  border-bottom: 2px solid #DE0017;
  color: #FFFFFF;
  background: #345ba2; /* Old browsers */
  background: -moz-linear-gradient(top, #345ba2 0%, #345ba2 49%, #113e92 50%, #113e92 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#345ba2), color-stop(49%,#345ba2), color-stop(50%,#113e92), color-stop(100%,#113e92)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #345ba2 0%,#345ba2 49%,#113e92 50%,#113e92 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #345ba2 0%,#345ba2 49%,#113e92 50%,#113e92 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #345ba2 0%,#345ba2 49%,#113e92 50%,#113e92 100%); /* IE10+ */
  background: filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#345ba2', endColorstr='#113e92',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, #345ba2 0%,#345ba2 49%,#113e92 50%,#113e92 100%); /* W3C */
}

#nav ul {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  padding-top: 0;
height: 38px;
}

.ie7 #nav ul, .ie8 #nav ul, .ie9 #nav ul {
  list-style: none;
  margin: 0 auto;
}

#nav ul:after{
	content: ".";
	visibility: hidden;
}

#nav ul li {
  display: inline-block;
  text-align: center;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  padding: 0 8px;
}

.ie7 #nav ul li, .ie8 #nav ul li, .ie9 #nav ul li {
  float: left;
  padding: 0 10px;
}

#nav ul li a, #nav ul li a:visited, #nav ul li a:active, #nav ul li a:hover {
  display: inline-block;
  color: #FFFFFF;
  text-decoration: none;
  padding: 10px 0px 10px;
  font-family: 'Avant Bold';
  font-size: 14px;
  text-shadow: #000000 0 1px 0;
}

#nav ul li a.selected {
  padding: 10px 0px 5px;
  border-bottom: 6px solid #DE0017;
}

#nav ul li a:hover {
  padding: 10px 0px 5px;
  border-bottom: 6px solid #DE0017;
}
  


/* 	################################
	 main columns for site layout!
	################################ */
	
.border_r {
	border-right: 1px solid #cacbcc;
}

.border_l {
	border-left: 1px solid #cacbcc;
}

.border_t {
	border-top: 1px solid #cacbcc;
}

.border_b {
	border-bottom: 1px solid #cacbcc;
}

.border_b_blue {
	border-bottom: 1px solid #275BA7; 
}

.border_b_black {
	border-bottom: 1px solid #000000;
}

.border_b_richblue {
	border-bottom: 1px solid #275BA7; 
}

.w765 {
	width: 765px;
}
	
.w435 {
	width: 435px;
}

.w330 {
	width: 330px;
}

.w210 {
	width: 210px;
}

.w215 {
	width: 213px;
}

.w220 {
	width: 220px;
}

.w165 {
	width: 165px;
}

.w40 {
	width: 140px;
}

.h360 {
	height: 360px;
}

.more_link {
	color: #07519F;
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}

.more_link:hover {
	text-decoration: underline;
}

/* 	################################
	 News Layout
	################################ */
	
.border_bottom_red5 {
	border-bottom: #cd2f33 solid 5px;
}

.border_bottom_lblue5 {
	border-bottom: #275BA7 solid 5px;
}

.border_bottom_lblue3 {
	border-bottom: #275BA7 solid 3px;
}


#homepage_tier2 p, #homepage_tier3 p, #homepage_tier4 p {
	font-size: 14px;
}

#homepage_tier2 p.article_date, #homepage_tier3 p.article_date, #homepage_tier4 p.article_date {
	font-size: 11px;
}

#homepage_tier3 img {
	margin-top: 5px;
}


#newsitems .newsitemleft {
	float: left;
	margin: 10px 0px 10px 0px;
}

#newsitems .newsitemright {
	float: right;
	margin: 10px 0px 10px 0px;
}

#newsitems .newsitemwide {
	clear: left;
	width: 430px;
}

#afltile {
	margin-top: 10px;
}

.newsarticle {
	font-size: 13px;
}

.newsarticle img {
	float:right;
	margin: 0 0 15px 15px;
}

.newsarticle_title {
	padding-bottom: 0px !important;
	padding-top: 8px;
}

.newsarticle p:nth-of-type(2) {
	color: black;
	font-weight: bold;
	font-size: 14px;
}

.article_media {
	float: right;
	width: 230px;
}

/*.newsarticle p:nth-of-type(1):first-letter {
	font-size: 2.5em;
	font-weight: bold;
	float: left;
	margin: 5px 5px 5px 0px;
}*/


/*Newsitem fixed height*/
.newsitem_fh {
	height: 310px;
}

#newsitems .z1teasers {
	
}

.bottom_border_5red {
	border-bottom: #cd2f33 solid 5px;
}

.bottom_border_5blue {
	border-bottom: #275BA7 solid 5px;
}

.bottom_border_3blue {
	
}

.top_border_5blue {
	border-top: #275BA7 solid 5px;
}

.bottom_border_5darkblue {
	border-bottom: #275BA7 solid 5px;
}

.article_date {
	font-family: Helvetica, Arial, Serif;
	color: #666666;
	font-size: 12px;
}

#heardonsport p {
	font-size: 14px;
}

#heardonsport span {
	display: inline;
}

#heardonsport .article_date {
	font-family: "Lucida Sans", Helvetica, Arial, Serif;
	font-size: 11px;
	color: #000;
}

#othernews .thumb {
	float: left;
	clear: left;
	margin-right: 5px;
}

/* 	################################
	 Breaking News
	################################ */

#breakingnews .feature {
	position: relative;
	height: 255px;
}


.overlay {
	background: #000;
	position: absolute;
	bottom: 5px;
	left: 0px;
	/*z-index: 5;
	*/
}





#breakingnews .feature .caption {
	position: absolute;
	bottom: 5px;
	left: 0px;
	z-index: 10;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
}

#competition_item img {
	clear: left;
	float: left;
	margin-top: 10px;
}


#meettheteam {
	position: relative;
}

#meettheteam .profilepic {
	position: absolute;
	bottom: 0px;
	right: 0px;
}


/* 	################################
	 Transparency on Elements
	################################ */

.trans40 {
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}

.trans60 {
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}




/* 	################################
	 Competitions Page 
	################################ */

#competitions .error {
	border: 1px solid #F52B1F;
	padding: 8px;
	background: #fbc0b7;
	margin: 10px 0px 10px 0px;
	width: 490px;
	margin-left: 10px;
}

#competitions .success {
	border: 1px solid #9fbb4a;
	padding: 8px;
	background: #dae2c3;
	margin: 10px 0px 10px 0px;
	width: 490px;
	margin-left: 10px;
}

#competition_item input.compquestion {
	width: 480px;
	border: 1px solid #cacbcc;
	padding: 10px;
	font-size: 14px;
	margin-top: 10px;
}

/*Style inside of fancybox*/
#fancy_div {
	
}

#fancy_div .terms_inner {
	background: #FFF;
	overflow: auto;
	margin-top: 0px;
	padding-top: 0px;
	color: #3F3F3F;
	height: 90%;
	text-align: left;
	padding: 20px;
} 

h3 span.nick {
	color: #7298d1; 
}

.presenter_item, .program_item {
	padding-bottom: 20px;
	clear: both;
	display: block;
	padding-top: 10px;
}

.presenter_item img, .program_item img {
	margin-left: 20px;
}

.btn_lightblue {
	font-family: "AvantGardeCondensedBold", "Lucida Sans", Helvetica;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
	display: inline-block;
	border: 1px solid #c8cacd;
	background: #F6F8F9 url("../images/36px-grey-blended.png") 50% top repeat-x;
	color: #3d3d3d;
	font-size: 13px;
	position: relative;
}

.listennow_right {
	text-align: left;
	width: 147px;
	height: 25px;
	line-height: 27px;
	padding: 0px 0px 0px 40px;
    font-size: 13px;
}

.listennow_sml {
	text-align: left;
	text-indent: 12px;
	width: 123px;
	height: 24px;
	line-height: 26px;
	padding: 0px 0px 0px 14px;
    font-size: 14px;
}

.bevelButton_farRight {
	text-align: center;
	width: 190px;
	height: 25px;
	line-height: 27px;
    font-size: 13px;
}

.dl_podcast {
	text-align: center;
	width: 123px;
	height: 24px;
	line-height: 24px;
	padding: 0px 5px 0px 10px;
	font-size: 13px !important;
}

div.hosimage {
	margin-right: 10px; 
	margin-bottom: 10px;
	margin-top: 8px;
	border: 1px solid #FFF;
	height: 105px;
}

img.speaker {
	margin-top: 3px;
	float: left;
}

a.moreaudio {
	color: #FFF;
}

#aflladder {
	width: 95%;
	margin-left: 10px;
	border-collapse: collapse;
	text-align: left;
}

#aflladder th {
	background: #F7F8F9;
	padding: 5px;
	border-bottom: 1px solid #cecece;
}

#aflladder th.sml {
	width: 15px;
}

#aflladder td {
	background: #FFF;
	padding: 5px;
	border-bottom: 1px solid #cecece;
}

#aflladder tr.top8 td {
	font-weight: bold;
}

.aflfixture { 
	width: 90%;
	margin-top: 20px;
}

h3.roundname {
	border-bottom: 1px solid #cecece;
	margin-top: 20px;
	background: #F7F8F9;
	width: 60%;
}

.aflfixture {
	margin-top: 5px;
	width: 60%;
}

.aflfixture th, .aflfixture td {
	padding: 3px;
	width: 40px;
}
.aflfixture tr.matchdate {
	padding-top: 10px;
}

.right { text-align: right;}
.center { text-align: center;}
.left { text-align: left;}

.podcast_intro {
	/*background: url('../images/podcast_icon.png') no-repeat top right;   150px icon*/
	background: url('../images/podcast_icon_100.png') no-repeat 635px 10px;
	margin-bottom: 30px;
}

.podcast_intro p {
	margin: 0.2em 0 0.2em 0;
	padding-right: 180px;
	text-align: justify;
}

.podcastcell {
	float: left;
	margin-top: 0px;
}

.podcastcell h1 {
	margin-bottom: 4px;
	padding-bottom: 0px;
}

.podcastcell .pc_icon {
	padding-left: 55px;
	margin-top: 10px;
	margin-bottom: 15px;
	background: url("../images/podcast_icon_40.png") no-repeat 5px 5px;
}

.podcastcell ul {
	list-style-type: none;
	margin-left: 10px;
}

.podcastcell ul li {
	line-height: 1.5em;
	padding-bottom: 15px;
	padding-left: 35px;
	background: url("../images/speaker.png") no-repeat 5px 5px;
}

img.bestbet {
	margin-left: 10px;
	margin-bottom: -1px;
}


#golftourheading {
	clear: both;
	width: 100%;
}    


#wincuptix {
	padding: 20px;
	border: 1px solid #0D2A56;
	background: #F8F9FA;
} 

#wincuptix label {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	clear: both;
	display: inline-block;
}                    

#wincuptix input {
	font-weight: bold;
	width: 250px;
	padding: 4px;
}

#wincuptix #formsubmit {
	margin-left: 200px;
	border: 1px solid #ccc;
	background: #eee;
	color: #000;
	padding: 10px 5px 10px 5px;
	width: 110px;
	display: block;
	margin-top: 30px;
}

#transvideo {
	position: absolute !important;
	bottom: -13px;
	right: 0px;
	z-index: 500;
	height: 224px;
	width: 400px;
}

#closebtn {
	display: none;
	z-index: 800;
	position: absolute !important;
	bottom: 5px;
	right: 70px;
}

#closebtn img {
	position: absolute;
	right: 5px;
	top: 3px;
}

#footer {
  display: block;
  background: #113F93 url('../images/home/footer-bg.png') no-repeat;
  margin-top: 8px;
  border-top: 2px solid #DE0017;
  min-height: 244px;
  color: #FFFFFF;
}
#footer .follow-us {
  float: left;
}
#footer .follow-us .social {
  float: left;
}

#footer .follow-us h1 {
 float: left;
 height: 120px !important;
 margin-right: 10px !important;
 padding: 5px !important;
 vertical-align: middle;
 line-height: 24px !important;
 font-family: 'Avant Bold';
font-size: inherit !important;
	color: inherit;
}

#footer .follow-us p {
  font-family: 'Avant Demi';
  line-height: 20px;
  padding: 5px;
}

#footer .follow-us p img {
  vertical-align: middle;
  padding-right: 5px;
}

#footer .follow-us p a {
  color: #FFF;
  text-decoration: none;
}

#footer .search {
  float: right;
}

#footer .copyright {
  display: block;
  clear: both;
  padding: 40px 0;
}

#footer .copyright a {
  color: #FFF;
  text-decoration: none;
}

#footer .search {
  font-family: 'Avant Bold';
  line-height: 20px;
}

#footer .footer_ad {
  position: absolute;
  left: 240px;
}



.gradbutton, .gradbutton:visited {
	background: #222 url("../images/alert-overlay.png") repeat-x; 
	display: inline-block; 
	padding: 4px 14px 4px; 
	padding-right: 30px;
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

.gradbutton:hover							{ background-color: #111; color: #fff; }
.gradbutton:active							{ bottom: -6px; }
.small.gradbutton, .small.gradbutton:visited{ font-size: 12px; padding:; }

