/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */

#wrapper {
	background-color:#FFFFFF;

/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
	float: left;
	
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */

	float/**/: none;

	/* Centre aligned & sized correctly */
	width: 705px;
	margin:0px auto;
	text-align:left;
	
	background:  url(/img/body-bg-menus.gif) center top repeat-y;
}

/* easy clearing */

#wrapper:after	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#wrapper {
	display: inline-block;
}

/*\*/
#wrapper {
	display: block;
}

/* end easy clearing */

/* Basic HTML Elements */
a:link {color: #0088FF; text-decoration: none;}
a:visited {color: #005387; text-decoration: none;}
a:hover {color: #fff; background-color: #0088ff; text-decoration: none;}
abbr, acronym {font-style: normal; border-bottom: dotted 1px #ABB1B7; cursor: help;}
code, var, kbd {font-family: monaco, courier, monospace; color: #B96A0E;}
dd {margin: 0; padding: 0 0 1em 17px;}
dt {font-weight: bold; padding: 0 0 0 17px; /*background: url(/i/ice/deco-dt.gif) */2px 4px no-repeat;}
form {margin: 0;}
h1 {font: bold 24px Helvetica, Arial, sans-serif; color: #E62C00; letter-spacing: -1px; margin: 1em 0 0 0;}
h2 {color: #EB694A; font: normal 18px Helvetica, Arial, sans-serif; letter-spacing: -1px; margin: 1em 0 0 0;}
h3 {
	margin: 5px 0 0 0;
	font-size: 12px; 
	color: #6F90B5;

}
/* top, right, bottom, left */
h4 {
	color: #EB694A; 
	font: normal 18px Helvetica, Arial, sans-serif; 
	margin: 30px 0 0 0;
}
h5 {
	color: #EB694A; 
	font: normal 16px Helvetica, Arial, sans-serif; 
}

p {
	font-size: 12px; 
	margin: 0; 
	padding: 0; 
}

hr {border: none; height: 1px; background: #ccc; margin: 2em 0;}
img {border: 0; padding: 0;}
ins {text-decoration: none; color: #EC694A;}
pre {width: 580px;}
table {margin: 2em 0;}
table caption {color: #fff; background: #98A0A6;}
th {text-align: left; background: #C7CBCE;}
a:hover code {color: #AAD7FF;}
tr.alt {background: #E9EAEB;}

#header	{
	height: 89px;
	width: 705px;
}

#footer {
	text-align: center;
}

body {
	color: #3A4956; 
	background: #52A5F2; 
	font: 12px/19px "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif; 
	margin: 0px; 
	padding: 0px; 
	text-align: center; 
	min-width: 705px;
}

/* The 3 Columns */

#block_1
{
	float: left;
	width: 140px;
	padding: 0 5px 0 5px;
}

#block_2
{
	float: left;
	width: 360px;
	padding: 0px 5px 0px 5px;
}

#block_2 a:link, #block_2 a:visited {border-bottom: dotted 1px #94CBFA;}

#block_3
{
	float: left;
	width: 150px;
	padding: 0 5px 0 5px;
}

/* Nav bar */

div#linkList {
	display: block;
	left: 0px;
	width: 142px;
	padding: 0 0 5px 0;
}

div#linkList ul 
{
	padding: 0;
	margin: 0;
	list-style: none;
}

div#linkList ul li {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 10px;
	border-bottom: 1px solid #CCC;
}

div#linkList ul li a {
	display: block;
	padding: 0;
	padding-left: 5px;
	font-weight: bold;
	font-size: 10px;
	line-height: 19px;
	line-spacing: 0;
	text-decoration: none;
	text-transform: uppercase;
}

div#linkList ul li a:hover {
	background-color: #FFF;
	color: #F00;
}

div#linkList ul li.inactive a {
	color: silver;
}

/* Latest events */

div#eventlist {
	display: block;
	left: 0px;
	width: 170px;
	background-colour: #99D;
	padding: 0;
}

div#eventlist ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

div#eventlist li {
	padding: 0; 
	margin: 0 0 0 10px;
	list-style: none; 
	line-height: 14px;
	position: relative;
}

div#eventlist h5 {
	margin: 5px 0 7px 2px;
	color: #E62C00;
	border-bottom: 1px solid #E62C00;
}

div#eventlist .date {
	display: block;
	padding: 0; 
	margin: 0 0 0 2px;
	font-size: 10px; 
	color: #A4AAB1;
}

/* Coaching */

div#coaching {
	display: block;
	left: 0px;
	width: 170px;
	background-colour: #99D;
	padding: 0 0 1em 0;
}

div#coaching ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

div#coaching li {
	font-size: 12px;
	padding: 0; 
	margin: 10px 0 0 10px;
	list-style: none; 
	line-height: 12px;
	position: relative;
	color: #005387;
}

div#coaching h5 {
	margin: 15px 0 7px 2px;
	color: #E62C00;
	border-bottom: 1px solid #E62C00;
}



/* Event info */

div#eventinfo {
	display: block;
	left: 0px;
	width: 170px;
	background-colour: #99D;
	padding: 0;
}

div#eventinfo ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

div#eventinfo li {
	font-size: 14px;
	padding: 0; 
	margin: 10px 0 0 10px;
	list-style: none; 
	line-height: 14px;
	position: relative;
}

div#eventinfo h5 {
	margin: 15px 0 7px 2px;
	color: #E62C00;
	border-bottom: 1px solid #E62C00;
}

div#eventinfo em {
	display: inline;
	font-style: normal;
	padding: 0; 
	margin: 0 0 0 2px;
	font-size: 12px; 
	color: #005387;
}


/* News Items */

.newsdate {
	color:#999999; /*BDBDBD*/
	font-size: 10px; 
	text-shadow: #fff 1px 1px 1px; 
	display: block; 
	background: url(/img/deco-date1.gif) 0 0 no-repeat; 
	text-align: center; 
	text-transform: uppercase; 
	line-height: 1;
	padding-top: 5px;
	margin-top: -20px; 
	width: 35px; 
	float:right; 
}

.newsdate .day {
	display: block; 
	font-weight: bold; 
	font-size: 20px; 
	text-indent: -3px; 
	letter-spacing: -2px; 
	color:  #999999; /*ddd*/
	text-shadow: #bbb 2px 2px 0; 
	background: url(/img/deco-date2.gif) bottom left no-repeat; 
	padding-bottom: 5px;
}

/* Race services */

#raceservices h3 {
	display: inline;
}

/* Googleads */

#googleads {
	margin: 1em 0 0 0;
	display: block;
	text-align: center;
}

/* Sponsors */

#sponsors {
	text-align: center;
	margin-top: 10px;
	width: 170px;
}

#sponsors a:hover {
	background-color: #fff;
}

#sponsors img {
	padding: 2px 0px 2px 0px;
	margin-left: 3px;
}

#specialized {
	float:left;
}

#highfive {
	float: right;
}

#mizuno {
	float:right;
}


#soreen {
	float: right;
}


#orca {
	float: right;
}
