@charset "utf-8";
/* CSS Document */

html{
	height:100%;
                margin: 0;
                padding: 0;
}

body{
    background-color:#919195;
	color:#a3a3a3;
	width:100%;
	min-height:100%;
	font-size:62.5%;
	font-family: 'GillSansMTRegular';
                margin: 0;
                padding: 0;
}

#wrapper{
	width:991px;
	min-height:500px;
	margin:0 auto;
	background-color:#ffffff;
	position:relative;
}

.clearFloats{
	clear:both;
}

.left{
	float:left;
}
	#left footer {
		margin-top:71px;
	}

.right{
	float:right;
}

header, nav, footer, article, section, aside, dialog, figure, address{
	display:block;
	padding:0;
	margin:0;
}

h1{
	color:#737373;
	font-size:2em;
	text-transform:uppercase;
}

h1 a{
        color:#737373;
}

h2{
	color:#737373;
	font-size:1.6em;
        line-height:1.4em;
	text-transform:uppercase;
}

h2 a{
        color:#737373;
}

h3{
	font-size:1.2em;
	color:#9a8348;
}

h3 a{
        color:#737373;
}

h4{
	font-size:1.8em;
	color:#ffffff;
	text-transform:uppercase;	
}

h4 a{
        color:#737373;
}

h5{
	font-size:1.4em;
	color:#737373;
	text-transform:uppercase;
}

h5 a{
        color:#737373;
}

h6{

}

input{
        margin-right:0.6em;
}

p, label{
	color:#a3a3a3;
	font-size:1.2em;
	line-height:1.6em;
	margin-bottom:0.6em;
}

hr{
	color:#337059;
	background-color:#337059;
	border:0;
	height:1px;
}

strong{
	font-weight:bold;
}

em{
	font-style:italic;
}

strong em{
	font-weight:bold;
	font-style:italic;
}

img{
    border:0;
}

.lightGreen{
	color:#89ada2;
}

/*Layout*/

header#pageHeader{
	position:absolute;
	top:0;
	left:0;
	width:1000px;
	height:175px;
	background-image:url(../images/TJCRHeader.png);
	background-position:top left;
	background-repeat:no-repeat;
        z-index:2;
}

a.buyTicketsButton{
	border: 1px solid #c6c6c6;
	width: 236px;
	height:26px;
	padding:4px 0 0 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	background: #E6E6E6;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#E6E6E6), to(#cacaca));
	background: -moz-linear-gradient(#E6E6E6, #cacaca);
	background: linear-gradient(#E6E6E6, #cacaca);
	-pie-background: linear-gradient(#E6E6E6, #cacaca);
	behavior: url(/PIE.htc);
	position:relative;
	float:right;
	margin:2px 30px 0 0;
	color:#737373;
	font-size:20px;
	text-decoration:none;
	text-transform:uppercase;
}

a.buyTicketsButton #arrowContainer{
	position:absolute;
	top:3px;
	right:6px;
}

a.buyTicketsButton #arrowContainer #whiteCircle{
	width:25px;
	height:25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background-color:#ffffff;
	behavior: url(/PIE.htc);
	position:relative;
}

a.buyTicketsButton #arrowContainer #whiteCircle #goldTriangle{
	border-color: transparent transparent transparent #9a8348;
	border-style: solid;
	border-width: 8px;
	height: 0px;
	width: 0px;
	position:absolute;
	top:5px;
	left:10px;
}

a.buyTicketsButton:hover{
	color:#3b3b3b;
}

a.buyTicketsButton:hover #arrowContainer #whiteCircle #goldTriangle{
	border-color: transparent transparent transparent #746336;
	border-style: solid;
	border-width: 8px;
}

div#left{
	width:250px;
	height:100%;
	float:left;
	border-right:1px #d8d8da solid;
        border-bottom:1px #d8d8da solid;
        z-index:1;
}

nav#mainNav{
	margin-top:180px;
	margin-left:10px;
	width:200px;
}

nav#mainNav ul li{
	padding-top:5px;
	width:200px;
	line-height:10px;
	background-image:url(../images/navDot.png);
	background-position:top-left;
	background-repeat:no-repeat;
	padding-left:15px;
	border-bottom:1px #efefef solid;
}

nav#mainNav ul li a{
	display:block;
	width:185px;
	height:11px;
	line-height:11px;
	text-transform:uppercase;
	color:#8d8d8d;
	font-size:11px;
	text-decoration:none;
}

nav#mainNav ul li a:hover, nav#mainNav ul li a.linkSelected{
color: #9A8348;
}

nav#mainNav ul li ul{
        background: #ae9d70;
}

nav#mainNav ul li ul li{
	padding-top:5px;

	width:185px;
	line-height:11px;
	background-image:none;
	padding-left:15px;
	border-bottom:0;
}

nav#mainNav ul li ul li a{
       color:#ffffff;
}

nav#mainNav ul li ul li a:hover, nav#mainNav ul li ul li a.linkSelected{
       color:#ffffff;
       list-style-type:disc;
}

aside#leftSide{
	width:250px;
	min-height:10px;
	margin-top:10px;
	margin-bottom:-3px;
}

a.buyNowButton{
	width: 238px;
	height:27px;
	line-height:27px;
	padding-left:12px;
	display:block;
	background-image:url(../images/buyNowButtonBG.png);
	background-position:top left;
	background-repeat:no-repeat;
	position:relative;
	color:#ffffff;
	font-size:20px;
	text-decoration:none;
	text-transform:uppercase;
}

a.buyNowButton .arrowContainerSmall{
	position:absolute;
	top:2px;
	right:8px;
}

a.buyNowButton .arrowContainerSmall .whiteCircleSmall{
	width:20px;
	height:20px;
	border:1px #8a8a8a solid;	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color:#ffffff;
	behavior: url(/PIE.htc);
	position:relative;
}

a.buyNowButton .arrowContainerSmall .whiteCircleSmall .goldTriangleSmall{
	border-color: transparent transparent transparent #9a8348;
	border-style: solid;
	border-width: 6px;
	height: 0px;
	width: 0px;
	position:absolute;
	top:4px;
	left:8px;
}

a.buyNowButton:hover{
	color:#eeeeee;
}

a.buyNowButton:hover .arrowContainerSmall .whiteCircleSmall .goldTriangleSmall{
	border-color: transparent transparent transparent #746336;
	border-style: solid;
	border-width: 6px;
}

div#search{
	width: 238px;
	height:27px;
	line-height:27px;
	padding-left:12px;
	display:block;
	background-image:url(../images/buyNowButtonBG.png);
	background-position:top left;
	background-repeat:no-repeat;
	position:relative;
	color:#ffffff;
	font-size:20px;
	text-decoration:none;
	text-transform:uppercase;
}

div#search .textbox, div#searchTop .textbox{
        position:relative;
        top:-3px;
}

div#search .arrowContainerSmall{
	position:absolute;
	top:2px;
	right:8px;
}

div#search .arrowContainerSmall .whiteCircleSmall{
	width:20px;
	height:20px;
	border:1px #8a8a8a solid;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color:#ffffff;
	behavior: url(/PIE.htc);
	position:relative;
}

div#search .arrowContainerSmall .whiteCircleSmall .goldTriangleSmall{
	border-color: transparent transparent transparent #9a8348;
	border-style: solid;
	border-width: 6px;
	height: 0px;
	width: 0px;
	position:absolute;
	top:4px;
	left:8px;
}

div#search .arrowContainerSmall:hover .whiteCircleSmall .goldTriangleSmall{
	border-color: transparent transparent transparent #746336;
	border-style: solid;
	border-width: 6px;
}
div#searchTop{
	width: 150px;
	height:27px;
	line-height:27px;
	display:block;
	background-color:#ffffff;
	position:relative;
	color:#737373;
	font-size:20px;
	text-decoration:none;
	text-transform:uppercase;
}

div#searchTop .arrowContainerSmall{
	position:absolute;
	top:2px;
	right:8px;
}

div#searchTop .arrowContainerSmall .whiteCircleSmall{
	width:20px;
	height:20px;
	border:1px #8a8a8a solid;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color:#ffffff;
	behavior: url(/PIE.htc);
	position:relative;
}

div#searchTop .arrowContainerSmall .whiteCircleSmall .goldTriangleSmall{
	border-color: transparent transparent transparent #9a8348;
	border-style: solid;
	border-width: 6px;
	height: 0px;
	width: 0px;
	position:absolute;
	top:4px;
	left:8px;
}

div#searchTop .arrowContainerSmall:hover .whiteCircleSmall .goldTriangleSmall{
	border-color: transparent transparent transparent #746336;
	border-style: solid;
	border-width: 6px;
}

div#advertLeft{
	width:250px;
	min-height:200px;
	text-align:center;
}

div#advertLeft img{
	margin:5px 0;
}

div#right{
	width:740px;
	min-height:100px;
	float:right;
        z-index:1;
        position:relative;
}

header#innerHeader{
	width:740px;
	height:235px;
	margin-top:40px;
}

header#innerHeader marquee{
	width:740px;
	height:20px;
	background: #9A8348;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#9A8348), to(#84713f));
	background: -moz-linear-gradient(#9A8348, #84713f);
	background: linear-gradient(#9A8348, #84713f);
	-pie-background: linear-gradient(#9A8348, #84713f);
	behavior: url(/PIE.htc);
	position:relative;	
	line-height:20px;
        font-size:16px;
	color:#ffffff;
}

section#main{
	width:420px;
	min-height:200px;
	float:left;
}

section#main header{
	width:415px;
	height:30px;
	padding-left:5px;
	border-bottom:1px #d8d8da solid;
	margin-bottom:10px;
	line-height:35px;	
}

section#main header h1{
        padding:0;
}

section#main ul{
	margin-bottom:0.6em;
}

section#main li{
        list-style-type:disc;
        color:#a3a3a3;
	font-size:1.2em;
	line-height:1.6em;
        margin-left:12px;
}

section#main #inner{
	padding:0 25px 0 25px;
}

section#main p a{
	color:#9a8348;
	text-decoration:none;
}

section#mainWide{
	width:740px;
	min-height:300px;
	float:left;
}

section#mainWide header{
	width:735px;
	height:30px;
	padding-left:5px;
	border-bottom:1px #d8d8da solid;
	margin-bottom:10px;
	line-height:35px;	
}

section#mainWide header h1{
        padding:0;
}

section#mainWide ul{
	margin-bottom:0.6em;
}

section#mainWide li{
        list-style-type:disc;
        color:#a3a3a3;
	font-size:1.2em;
	line-height:1.6em;
        margin-left:12px;
}

section#mainWide #inner{
	padding:0 25px 10px 25px;
}

section#mainWide p a{
	color:#9a8348;
	text-decoration:none;
}

ul.SearchContentPages li{
        float:left;
        list-style-type:none !important;
}

ul.SearchContentPages li a{
        color:#737373;
        margin:0 5px;
}

.contactTable{
        margin-left:25px;
}

.contactTable td{
        min-height:14px;
        margin: 0 4px;
        vertical-align:top;
}

.textbox{
    background-color: #EEECEC;
    border-color: inherit;
    border-style: solid;
    border-width: 1px;
    color: #524D4D;
    font-size: 12px;
    margin-left: 0;
}

div#tabs{
	float:left;
	margin-bottom:1px;
	
}

article.tab{
	width:125px;
	height:210px;
	float:left;
	background-color:#d8d8d8;
	margin-left:15px;
	position:relative;	
	overflow:hidden;							
}

article.tab .topLeftTriangle{
        behavior:url(-ms-transform.htc);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	display:block;
	width:20px;
	height:20px;
	background-color:#ffffff;
	position:absolute;
	top:-10px;
	left:-10px;
}

article.tab .bottomRightTriangle{
	border-color: transparent #9A8348 #9A8348 transparent;
	border-style: solid;
	border-width: 20px;
	display:block;
	width:0px;
	height:0px;
	position:absolute;
	bottom:0px;
	right:0px;
}

article.tab .bottomRightTriangle .whiteArrow{
	border-color: transparent transparent transparent #ffffff;
	border-style: solid;
	border-width: 10px;
	height: 0px;
	width: 0px;
	position:absolute;
	top:-2px;
	left:5px;
}

article.tab header{
	height:75px;
}

article.tab header h3{
	line-height:25px;
	text-align:right;
	text-transform:uppercase;
	padding:0 5px;
}

article.tab footer p{
	line-height:16px;
	padding:5px;
}

aside#rightSide{
	width:269px;
	min-height:500px;
	margin-right:30px;
	float:right;
	position: absolute;
    bottom: 0;
    right: 0;
}

aside#rightSide img{
         padding:6px;
}

aside#innerRightSide{
	min-width:254px;
	min-height:100px;
        padding:5px;
	margin-right:30px;
	float:right;
        background: #84713f;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#84713f));
	background: -moz-linear-gradient(#ffffff,#84713f);
	background: linear-gradient(#ffffff, #84713f);
	-pie-background: linear-gradient(#ffffff, #84713f);
	behavior: url(/PIE.htc);
        position:relative;
}

aside#innerRightSide img{
         padding:6px;
}

div#courseFinder{
	width:269px;
	min-height:200px;
	margin-top:20px;	
}

div#courseFinder header{
	width:239px;
	height:35px;
	padding:0 15px;
	line-height:35px;
	background: #9A8348;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#9A8348), to(#84713f));
	background: -moz-linear-gradient(#9A8348, #84713f);
	background: linear-gradient(#9A8348, #84713f);
	-pie-background: linear-gradient(#9A8348, #84713f);
	behavior: url(/PIE.htc);
	position:relative;	
}

div#courseFinder div#courseFinderContent{
	background: #e6e6e6;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e6e6e6), to(#cdcdcd));
	background: -moz-linear-gradient(#e6e6e6, #cdcdcd);
	background: linear-gradient(#e6e6e6, #cdcdcd);
	-pie-background: linear-gradient(#e6e6e6, #cdcdcd);
	behavior: url(/PIE.htc);
	position:relative;
	padding-bottom:10px;	
}

div#courseFinder div#courseFinderContent nav{
	width:174px;
	min-height:100px;
	margin-left:10px;
	float:left;
}

div#courseFinder div#courseFinderContent nav li{
	width:87px;
	height:20px;
	line-height:20px;
	float:left;
	font-size:12px;
	list-style-type:disc;
	list-style-position:inside;
	color:#9A8348;
}

div#courseFinder div#courseFinderContent nav li a{
	color:#ffffff;
	text-decoration:none;
}

div#courseFinder div#courseFinderContent img.britainMap{
	float:right;
	margin-right:5px;
}

div#comeRacing{
	width:269px;
	min-height:200px;
	margin-top:20px;
	margin-bottom:1px;	
}

div#comeRacing header h4{
	width:239px;
	height:35px;
	padding:0 15px;
	line-height:35px;
	background-image:url(../images/comeRacingHeaderBG.png);
	background-position:top left;
	background-repeat:no-repeat;	
}

div#comeRacing header h5{
	width:239px;
	height:35px;
	padding:0 15px;
	line-height:35px;
	background: #e6e6e6;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e6e6e6), to(#cdcdcd));
	background: -moz-linear-gradient(#e6e6e6, #cdcdcd);
	background: linear-gradient(#e6e6e6, #cdcdcd);
	-pie-background: linear-gradient(#e6e6e6, #cdcdcd);
	behavior: url(/PIE.htc);
	position:relative;	
}

div#comeRacing header h5 a{
	color:#737373;
	text-decoration:none;
}

div#comeRacing span.fixtureStyleA{
	display:block;
	width:239px;
	min-height:15px;
        line-height:15px;
	padding:10px 15px;
	background: #d7cdb6;
}

div#comeRacing span.fixtureStyleB{
	display:block;
	width:239px;
	min-height:15px;
	padding:10px 15px;
	line-height:15px;
	background: #ebe6da;
}

div#comeRacing a span{
	color:#737373;
	text-decoration:none;
}

div#comeRacing a{
        text-decoration:none;
}

footer#pageFooter{
	width:951px;
	height:65px;
	padding:20px 20px 15px 20px;
	clear:both;
}

footer#pageFooter a{
	margin-left:5px;
}

div#credits{
        width:991px;
        margin:0 auto;
        text-align:right;
}

div#credits p, div#credits a{
        color:#ffffff;
}

/*Fonts*/
@font-face {
    font-family: 'GillSansMTBoldItalic';
    src: url('gill_sans_mt_bold_italic-webfont.eot');
    src: url('gill_sans_mt_bold_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('gill_sans_mt_bold_italic-webfont.woff') format('woff'),
         url('gill_sans_mt_bold_italic-webfont.ttf') format('truetype'),
         url('gill_sans_mt_bold_italic-webfont.svg#GillSansMTBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GillSansMTBold';
    src: url('gill_sans_mt_bold-webfont.eot');
    src: url('gill_sans_mt_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('gill_sans_mt_bold-webfont.woff') format('woff'),
         url('gill_sans_mt_bold-webfont.ttf') format('truetype'),
         url('gill_sans_mt_bold-webfont.svg#GillSansMTBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GillSansMTCondensedBold';
    src: url('gill_sans_mt_condensed_bold-webfont.eot');
    src: url('gill_sans_mt_condensed_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('gill_sans_mt_condensed_bold-webfont.woff') format('woff'),
         url('gill_sans_mt_condensed_bold-webfont.ttf') format('truetype'),
         url('gill_sans_mt_condensed_bold-webfont.svg#GillSansMTCondensedBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GillSansMTCondensedRegular';
    src: url('gill_sans_mt_condensed-webfont.eot');
    src: url('gill_sans_mt_condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('gill_sans_mt_condensed-webfont.woff') format('woff'),
         url('gill_sans_mt_condensed-webfont.ttf') format('truetype'),
         url('gill_sans_mt_condensed-webfont.svg#GillSansMTCondensedRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GillSansMTExtraBoldRegular';
    src: url('gill_sans_mt_extra_bold-webfont.eot');
    src: url('gill_sans_mt_extra_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('gill_sans_mt_extra_bold-webfont.woff') format('woff'),
         url('gill_sans_mt_extra_bold-webfont.ttf') format('truetype'),
         url('gill_sans_mt_extra_bold-webfont.svg#GillSansMTExtraBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GillSansMTItalic';
    src: url('gill_sans_mt_italic-webfont.eot');
    src: url('gill_sans_mt_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('gill_sans_mt_italic-webfont.woff') format('woff'),
         url('gill_sans_mt_italic-webfont.ttf') format('truetype'),
         url('gill_sans_mt_italic-webfont.svg#GillSansMTItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GillSansMTLightItalic';
    src: url('gill_sans_mt_light_italic-webfont.eot');
    src: url('gill_sans_mt_light_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('gill_sans_mt_light_italic-webfont.woff') format('woff'),
         url('gill_sans_mt_light_italic-webfont.ttf') format('truetype'),
         url('gill_sans_mt_light_italic-webfont.svg#GillSansMTLightItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GillSansMTLightRegular';
    src: url('gill_sans_mt_light-webfont.eot');
    src: url('gill_sans_mt_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('gill_sans_mt_light-webfont.woff') format('woff'),
         url('gill_sans_mt_light-webfont.ttf') format('truetype'),
         url('gill_sans_mt_light-webfont.svg#GillSansMTLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GillSansMTUltraBoldCondRg';
    src: url('gill_sans_mt_ultra_bold_cond-webfont.eot');
    src: url('gill_sans_mt_ultra_bold_cond-webfont.eot?#iefix') format('embedded-opentype'),

         url('gill_sans_mt_ultra_bold_cond-webfont.woff') format('woff'),
         url('gill_sans_mt_ultra_bold_cond-webfont.ttf') format('truetype'),
         url('gill_sans_mt_ultra_bold_cond-webfont.svg#GillSansMTUltraBoldCondRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GillSansMTUltraBoldRegular';
    src: url('gill_sans_mt_ultra_bold-webfont.eot');
    src: url('gill_sans_mt_ultra_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('gill_sans_mt_ultra_bold-webfont.woff') format('woff'),
         url('gill_sans_mt_ultra_bold-webfont.ttf') format('truetype'),
         url('gill_sans_mt_ultra_bold-webfont.svg#GillSansMTUltraBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GillSansMTRegular';
    src: url('gill_sans_mt-webfont.eot');
    src: url('gill_sans_mt-webfont.eot?#iefix') format('embedded-opentype'),
         url('gill_sans_mt-webfont.woff') format('woff'),
         url('gill_sans_mt-webfont.ttf') format('truetype'),
         url('gill_sans_mt-webfont.svg#GillSansMTRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GillSansMTExtCondensedBoldRg';
    src: url('glsnecb-webfont.eot');
    src: url('glsnecb-webfont.eot?#iefix') format('embedded-opentype'),
         url('glsnecb-webfont.woff') format('woff'),
         url('glsnecb-webfont.ttf') format('truetype'),
         url('glsnecb-webfont.svg#GillSansMTExtCondensedBoldRg') format('svg');
    font-weight: normal;
    font-style: normal;
}
