/* General Styles */
html,body,p,div,img,a,h1,h2,h3,h4,h5,ul,li,span {
	border: 0px;
	margin: 0px;
	padding: 0px;
	}
	
body {
	background-color: #fff;
	color: #212121;
	border-top: 17px solid #e8e8e8;
	font: 11px normal Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

div#container {
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
	margin: 0 auto;
	width: 766px;
	}
	
div.clear {
	clear: both;
	padding-left: -1px;
}

a {
	color: #005b7f;
	text-decoration: none;
}

a:hover {
	color: #ff811b;
	text-decoration: underline;
}

div.divider {
	background: #fff url('/images/1.jpg') bottom left no-repeat;
	height: 20px;
	width: 766px;
}
/* END General Styles */


/* Header Styles */
div#header {
	background: #fff url('/images/1.jpg') bottom left no-repeat;
	height: 50px;
	width: 766px;
	}
	
div#logo {
	float: right;
	height: 37px;
	margin-right: 7px;
	width: 90px;
}
/* END Header Styles */


/* Footer Styles */
div#footer {
	background-color: #ececec;
	font-size: 10px;
	height: 17px;
	width: 100%;
}

div#footer-container {
	margin: 0 auto;
	width: 760px;
	padding-top: 2px;
}

div#copyright {
	height: 20px;
	font-size: 10px;
	color: #666;
	border-bottom: 1px solid #ececec;
}

div#copyright-container {
	width: 740px;
	margin: 0 auto;
	padding-top: 2px;
}
/* END Footer Styles */

/* Home Styles */
div#video {
	float: left;
	height: 227px;
	width: 400px;
}

div#home {
	width: 360px;
	float: right;
}


*html div#home {
	width: 350px;
	float: right;
}

h1 {
	background-color: #ececec;
	color: #5c5c5c;
	font-size: 10px;
	padding: 10px 5px;
	width: 350px;
	text-align: right;
	text-transform: uppercase;
}

div.date {
	color: #ff811b;
	font-weight: bold;
	padding: 8px 5px;
	text-align: right;
	width: 340px;
}

p {
	margin-bottom: 20px;
}

p.intro {
	font-size: 10px;
	padding: 10px;
}

p.intro strong {
	color: #005b7f;
	font-size: 11px;
}

div#home-left {
	float: left;
	margin-right: 5px;
	width: 180px;
}

ul#page-nav {
	list-style-type: none;
}

ul#page-nav li {
	font-size: 11px;
	padding: 5px 0px 0px 12px;
}

ul#page-nav li a.current {
	color: #212121;
	font-weight: bold;
}

ul.sub-nav {
	list-style-type: none;
}

ul.sub-nav li {
	font-size: 9px;
	padding-left: 15px;
	padding-top: 8px;
}

ul.sub-nav li a.current {
	color: #ff811b;
	font-weight: bold;
}

div#home-right {
	float: right;
	margin-right: 5px;
	width: 570px;
}

div#latest-news {
	float: left;
	width: 300px;
}

div#sub-video {
	float: right;
	width: 240px;
}

/* LATEST RESULTS */

.SingleLineBorder {
	border-bottom: 1px solid #000;
}

.DoubleLineBorder {
	border-bottom: 3px double #000;
}


ul#NewsBlock {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	list-style: none;
	display: block;
	height: 30px;
	text-align: center;
	line-height: normal;
}

ul#NewsBlock li {
	padding: 0px;
	float: left;
	display: block;
	margin: 0px 1px;
	width: 11%
}

ul#NewsBlock a:link {
	color: #005b7f;
	text-decoration: none;
	background: #ececec;
	display: block;
	padding: 4px 5px 4px 5px;
	border-left: 1px solid #005b7f;
	border-top: 1px solid #005b7f;
	border-right: 1px solid #005b7f;
	border-bottom: 3px solid #005b7f;
}

ul#NewsBlock a:visited {
	color: #005b7f;
	text-decoration: none;
	background: #ececec;
	display: block;
	padding: 4px 5px 4px 5px;
	border-left: 1px solid #005b7f;
	border-top: 1px solid #005b7f;
	border-right: 1px solid #005b7f;
	border-bottom: 3px solid #005b7f;
}

ul#NewsBlock a:hover {
	color: #fff;
	text-decoration: none;
	background: #ff811b;
	display: block;
	padding: 4px 5px 4px 5px;
	border-left: 1px solid #ececec;
	border-top: 1px solid #ececec;
	border-right: 1px solid #ececec;
	border-bottom: 3px solid #ececec;
}


#NewsBlock a#NewsBlockCurrent {
	background: #ff811b;
	color: #fff;
	border-left: 1px solid #ececec;
	border-top: 1px solid #ececec;
	border-right: 1px solid #ececec;
	border-bottom: 3px solid #ececec;
}


/* showreel */

div.showreel-thumb {
	width: 120px;
	height: 90px;
	float: left;
	margin-right: 10px;
}

div.showreel-thumb img {
	width:120px;
	height: 90px;
	border: 0px;
}

div.showreel-info {
	float: left;
	width: 380px;
	}