/* Resets  */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Primary layout
   ------------------------------ */

body { 
  font-size: 75%;
  color: #666;
  background: #eee;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  padding-bottom: 3em;
  background: #fff url(../images/background.gif) repeat left top;
}

#container {
	width: 936px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#header {
	width: 936px;
}

	
#main-content-area {
	width: 912px;
	float: left;
	margin-bottom: 5px;
	padding: 12px;
	background-color: #fff;
	background: #fff url(../images/cyclists-riding-on-curves.gif) no-repeat left bottom;
}

#right-column {
	width: 250px;
	float: right;
}

#left-column {
	width: 656px;
	float: left;
}

#footer {
	width: 936px;
	height: 23px;
	background: #fff url(../images/the-uks-leading-regeneration-specialist.jpg) no-repeat left top;
	float: left;
	text-align: right;
 	font-size: 9px;
  	color: #fff;
}

img	{
	border-style: none;
}

#bottom-space {
	height: 130px;
	width: 100px;
	clear: both;
	display: block;
}

#ten-space {
	height: 10px;
	width: 10px;
	clear: both;
	display: block;
}


/* Right column items
   ------------------------------ */

#charity-box {
	width: 249px;
	height: 204px;
	border-left: solid 1px #00b4f0;
	border-right: solid 1px #00b4f0;
	border-bottom: solid 1px #00b4f0;
	background: #fff url(../images/four-charities-for-the-cycle-ride.jpg) no-repeat left top;
	display: block;
	text-align: center;
	padding-top: 43px;
	margin-bottom: 10px;
}


	#slideshow-charities {
	border-left: solid 1px #00b4f0;
	border-right: solid 1px #00b4f0;
	border-bottom: solid 1px #00b4f0;
	background: #fff url(../images/four-charities-for-the-cycle-ride.jpg) no-repeat left top;
	display: block;
	padding: 46px 0 1px;
	z-index: 0;
	margin-bottom: 9px;
	}
	
		#slideshow-charities img {
			margin-top: 43px;
			display: none;
	
		}
		
		#slideshow-charities img.first {
			display: block;
		}
		
		

#news-box {
	width: 231px;
	height: 106px;
	background: #ceecfc url(../images/news-update.jpg) no-repeat left top;
	display: block;
	text-align: left;
	padding: 47px 10px 10px 10px;
	margin-bottom: 10px;
}

#box-items {
	width: 250px;
	height: 166px;
	margin-top: 10px;
}


/* Left column items
   ------------------------------ */

#main-image-area {
	width: 651px;
	height: 250px;
	margin-bottom: 10px;
}

#big-buttons {
	width: 651px;
	height: 169px;
	text-align: left;
	background: #fff;
	margin-bottom: 15px;
	clear: both;
}

#big-buttons ul {
	list-style-type:none;
}

#big-buttons ul a:link,
#big-buttons ul a:visited {
	text-decoration:none;
}

#big-buttons ul a:hover {
	margin:0;
	padding:0;
}


#big-buttons li {
	float:left;
	margin:0;
	padding:0;
}

#big-buttons li a {
	border: 0;
}

#big-buttons li#column-1 {
  padding-right:2px;
  display:block;
  width: 216px;
}

#big-buttons li#column-2 {
  padding-right:1px;
  display:block;
  width: 216px;
}

#big-buttons li#column-3 {
  display:block;
  width: 216px;
}



#main-text-area {
	width: 580px;
	margin-bottom: 130px;
}

.accordionButton {	
	width: 580px;
	float: left;
	text-align: right;
	color: #00b4f0;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
	cursor: pointer;
	}

.accordionButton1 {	
	width: 580px;
	float: left;
	text-align: right;
	color: #00b4f0;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
	cursor: pointer;
	}
	
.accordionContent {	
	width: 580px;
	display: none;
	}


/* Slideshow
   ------------------------------ */
   
   #slideshow {
		z-index: 0;
		margin-bottom: 9px;
	}
	
		#slideshow img {
			display: none;
	
		}
		
		#slideshow img.first {
			display: block;
		}
		
		#left-column p.slideshow-nav {
			position: absolute;
			height: 20px;
			width: 651px;
			top: 137px;
			z-index: 100;
		}
		
			#left-column p.slideshow-nav a {
				display: block;
				width: 20px;
				height: 20px;
				background: #fff;
				overflow: hidden;
				color: #00b4f0;
				text-align: center;
				line-height: 1.25;
				font-size: 1.25em;
				text-decoration: none;
			}	
		
			#left-column p.slideshow-nav a#prev {
				float: left;
			}
			
			#left-column p.slideshow-nav a#next {
				float: right;
			}



/* Typography
   ------------------------------ */

.headline {
	color: #00b4f0;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 5px;
}

.bodycopy {
	color: #4c5c66;
	font-size: 14px;
	line-height: 18px;
}

.grey-text {
	color: #4c5c66;
}

#newsdownload {
	color: #4c5c66;
	font-size: 11px;
}

#newsdownload a {
	color: #4c5c66;
	text-decoration: none;
}


.blue-text {
	color: #00b4f0;
}

.final-text {
	color: #00b4f0;
	font-size: 18px;
	line-height: 22px;
}

.more-text a{
	color: #00b4f0;
	text-decoration: none;
}

.more-text a hover, link{
	text-decoration:none;
	color: #00b4f0;
}

.news-headline {
	color: #00b4f0;
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 2px;
}

.news-bodycopy {
	color: #4c5c66;
	font-size: 11px;
	line-height: 15px;
}

.news-date {
	color: #4c5c66;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 2px;
}

.donate-headline {
	color: #00b4f0;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 5px;
}

.web-link a{
	color: #ed252c;
	text-decoration: none;
}

.web-link a hover, link{
	text-decoration:none;
	color: #ed252c;
}

.footer-text {
	margin: 4px 12px;
}

.footer-text2 {
	margin: 4px 12px;
	color: black;
	font-size: 10px;
}

.footer-text2 a {
	text-decoration: none;
	color: black;
}

#big-buttons-1 {
	height: 164px;
	position: relative;
	width: 216px;
}

/* Navigation
   ------------------------------ */

#navigation-container {
	width: 936px;
	height: 35px;
	background: #fff url(../images/lands-end-to-john-o-groats-challenge.jpg) no-repeat;
	display: block;
	margin-bottom: 5px;
}

#navigation {
  max-width:936px;
  float: right;
  margin: 4px -1px 0 0;
  list-style: none;
  position: relative;
  z-index: 60;
}


#navigation ul {
  font-family: Arial, Verdana;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  list-style: none;
}
#navigation ul li {
  display: block;
  position: relative;
  float: left;
  margin: 0 2px;
  border-left: 1px solid #fff;
}
#navigation li ul { display: none; }
#navigation ul li a {
  display: block;
  text-decoration: none;
  color: #fff; 
  padding: 3px 17px 4px 18px;
  white-space: nowrap;
}
#navigation ul li a:hover { 
  color: #00b4f0;
}
#navigation li:hover ul {
  display: block;
  position: absolute;
}
#navigation li:hover li {
  float: none;
  font-size: 11px;
}
#navigation li:hover a { color: #00b4f0;}
#navigation li:hover li a:hover { color: #00b4f0; }

.navsub {
  font-size: 11px;
  padding: 0 2px 0 5px;
}



/* Highlights the menu item */ 
#home #nav-home a,
#riders #nav-riders a,
#route #nav-route a,
#charities #nav-charities a,
#donate #nav-donate a {
color: #00b4f0;
}

#home #nav-home a:hover,
#riders #nav-riders a:hover,
#route #nav-route a:hover,
#charities #nav-charities a:hover,
#donate #nav-donate a:hover {
color: #00b4f0;
}





/* Riders
   ------------------------------ */

#main-text-area-riders {
	width: 580px;
	margin-bottom: 20px;
}

#headshot-buttons {
	width: 651px;
	text-align: left;
	height: 462px;
}

#headshot-buttons ul {
	list-style-type:none;
}

#headshot-buttons ul a:link,
#headshot-buttons ul a:visited {
	text-decoration:none;
}

#headshot-buttons ul a:hover {
	margin:0;
	padding:0;
}


#headshot-buttons li {
	float:left;
	margin:0;
	padding:0;
}

#headshot-buttons li a {
	border: 0;
}

#headshot-buttons li#column-1 {
  padding-right:7px;
  display:block;
  width: 157px;
}

#headshot-buttons li#column-2 {
  padding-right:7px;
  display:block;
  width: 157px;
}

#headshot-buttons li#column-3 {
  padding-right:7px;
  display:block;
  width: 157px;
}

#headshot-buttons li#column-4 {
  display:block;
  width: 157px;
}

#profile-image {
	float: left;
	width: 234px;
}

#profile-text {
	float: right;
	width: 400px;
	padding-right: 10px;
	margin-bottom: 50px;
}





/* Route
   ------------------------------ */
   
#main-text-area-route {
	width: 562px;
	padding-left: 18px;
	margin-bottom: 20px;
}


#routeday {
	width: 682px;
	padding-left: 18px;
	text-align: left;
	clear: both;
}

#routeday ul {
	list-style-type:none;
	text-decoration:none;
}

#route-left-column {
	width: 682px;
	padding-left: 18px;
	text-align: left;
	clear: both;
}

#route-left-column ul {
	list-style-type:none;
	text-decoration:none;
}

#route-left-column li {
	float:left;
	margin:0;
	padding:0;
}

#route-left-column li a {
	border: 0;
}

#route-left-column li#column-1 {
  padding-right:10px;
  display:block;
  width: 32px;
  height: 50px;
}

#route-left-column li#column-2 {
  display:block;
  width: 250px;
}

#route-left-column li#column-3 {
  padding-right:10px;
  display:block;
  width: 32px;
  height: 50px;
}

#route-left-column li#column-4 {
  display:block;
  width: 250px;
}





/* Donate
   ------------------------------ */
   
#donate-column {
	width: 656px;
	text-align: left;
	clear: both;
	border-bottom: solid 1px #ccc5be;
}

#donate-column ul {
	list-style-type:none;
	text-decoration:none;
}

#donate-column li {
	float:left;
	margin:0;
	padding:0;
}

#donate-column li a {
	border: 0;
}

#donate-column li#column-1 {
  padding-right:10px;
  display:block;
  width: 135px;
}

#donate-column li#column-2 {
  display:block;
  padding-top: 15px;
  width: 435px;
}
