/* Author: Steve Maxwell */
/* Brampton Cycling Club */
/* begin layout style */ 
body {
	margin:0;
	padding:0;
	/* font-family:Verdana,sans-serif,serif,Georgia; */
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#5a6a79;
	min-width:800px;		/* Minimum width of layout - does not work in older IE */
	font-family: Verdana, Arial, sans-serif;
	font-size:80%;
	text-align:center;
}
a {
	color:blue;
	text-decoration:none;
}
a:hover {
	color:blue;
	text-decoration:underline;
}
h1, h2, h3, h4 {
	margin:.1em 0 .1em 0;
	padding:0;
}
p {
	margin:.4em 0 .4em 0;
	padding:0;
}
img {
	border:0;
}
#container {
	margin:0 auto;
	width:1000px;
	text-align:left;
	background:#5a6a79;
}
/* Header styles */
#header {
	width:100%;
	background:#5a6a79;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.content,
.navigation,
.feature {
	float:left;
	position:relative;
	padding:0 0 0 0;	/* no left and right padding on columns, we just make them narrower instead  */
	overflow:hidden;
}
/* 3 Column settings */
.threecol {
	background:#ffffff;		/* right column background colour */
}
.threecol .colmid {
	right:21%;			/* width of the right column */
	background:#ffffff;		/* center column background colour */
}
.threecol .colleft {
	right:58%;			/* width of the middle column */
	background:#ffffff;	/* left column background colour */
}
.threecol .content {
	width:58%;			/* width of center column content (column width minus LR padding) */
	left:100%;			/* 100% plus L padding of center column */
}
.threecol .navigation {
	width:21%;			/* Width of left column content (column width minus LR padding) */
	left:21%;			/* width of (right column) plus (center column LR padding) plus (left column L padding) */
}
.threecol .feature {
	width:21%;			/* Width of right column content (column width minus LR padding) */
	left:79%;			/* (100% - left column width) plus (center column LR padding) plus (left column LR padding) plus (right column L padding) */
}
#schedule {
	clear:both;
	width:98%;
	background-color:#ffffff;
	padding-left:1%;
	padding-right:1%;
	padding-bottom:1%;
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	background:url(images/footer-bg.png) repeat top left;
	height:55px;
}
#footer img {
	padding-right:5px;
}
.footer-panel {
	margin:6px 0px 6px 0px;
	font-size:80%;
}
.footer-panel img {
	margin:0 0 0;
}
.search {
	text-align:right;
	padding-right:5px;
}
/* content layout */
.centered {
	text-align:center;
}
.topic-panel {
	width:100%;
	/* background:#9dadc6; */
	background:url(images/title-bg.png) no-repeat top left;
  text-align:center;
  color:white;
  font-weight:bold;
  line-height:1.4;
}
.topic {
	width:100%;
	background:url(images/title-bg.png) no-repeat top center;
  text-align:center;
  color:white;
  font-weight:bold;
  line-height:1.4;
}
.headerpanel {
	margin:0px;
	background:#ffffff;
	font-size:70%;
}
.headerpanel img {
	margin:0 0 0;
}
.body-panel {
	background:#ffffff;
}
.body-panel img {
	margin:0 0 0;
}
.body {
	background:#ffffff;
	margin:0;
	padding:0 .5em 0 .5em;
}
.calendar {
	text-align:right;
	padding-top:3px;
	width:99%;
}
.calendar th {
	color:green;
	font-weight:normal;
}
.slideshow {
	width:100%;
	margin:0 auto;
}
.slideshow img {
	padding:10px;
	border:1px solid #cccccc;
	background-color:#ffffff;
}
.news-events {
	margin:0 auto;
}
.shade {
	background-color:ffffe0;
}
.alt-shade {
	background-color:#f5f5f5;
}
.content p {
	margin:.8em 0 .8em 0;
	padding:0;
}
.counter {
	font-size:300%;
	font-weight:bold;
	color:#cc0000;
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
}
.data-table {
  border:.2em solid #ffffff;
	font-size:90%;
}
.data-table th {
  color:#000000;
	background-color:#d5d5d5;
	font-weight:bold; 
	text-decoration:none;
  padding:3px;
}
.data-table td {
	background-color:#f2f2f2;
  padding:3px;
}
.data-table-current {
	color:#cc0000;
}
.data-table .shade {
	background-color:#dae1cf;
}
#fees {border:.2em solid #f2f2f2;}

.tour-table {
  border:.2em solid #ffffff;
	font-size:90%;
	width:100%;
}
.tour-table th {
  color:#000000;
  height:2em;
	background-color:#d5d5d5;
	font-weight:bold; 
	text-decoration:none;
  padding:3px;
}
.tour-table td {
	background-color:#f4f4f4;
  padding:3px;
}
.tour-table-current {
	color:#cc0000;
}
.tour-table .shade {
	background-color:#f0f8ff;
}
.tour-table .Sun {
	background-color:#eef3e2;
}
.tour-table .Mon {
	background-color:#e0eeee;
}
.tour-table .Tue {
	background-color:#f0f8ff;
}
.tour-table .Wed {
	background-color:#f6e3ce;
}
.tour-table .Thu {
	background-color:#f0f8ff;
}
.tour-table .Fri {
	background-color:#f5f5dc;
}
.tour-table .Sat {
	background-color:#f4f4f4;
}
#filters {
	color:#000000;
	font-weight:bold;
}
.submit {
	background-color:#53868b;
	color:#ffffff;
	font-weight:bold;
}
.red-text {
	color:#cc0000;
}
.bullet { /* Used for bullet lists */
	padding-left:10px;
}
.bullet li {
	list-style:decimal;
}
.bullet2 {
  padding-left:10px;
}
.bullet2 li {
	list-style:disc;
}
.indent {
  padding-left:25px;
}
.sitemap { 
	width:200px;
	margin-bottom:5px;
  font-size:85%;
}
.navlist {
	padding-left:0px;
}
.sitemap li {
	list-style-image:none;
	list-style-type:none;
	padding-top:3px;
}
.sitemap a {
	display:block;
	padding:3px;
	width:160px;
	color:#000000;
	background-color:#f2f2f2;
	border-bottom:1px solid #eee;
}
.sitemap a:link, .navlist a:visited {
  text-decoration:none;
}
.sitemap a:hover {
	background-color:#5a6a79;
	color:#ffffff;
}
/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width:100%; /* ems so it will grow */
	/* background: url(images/panel-body-r.gif) no-repeat bottom right; */
	background:#ffffff;
	font-size:80%;
	margin-bottom:15px;
}

.boxhead {
	background:url(images/boxhead.png) no-repeat top right; /* boxhead.gif */
	/* background:#9dadc6;*/
	margin:0 auto;
	padding:0;
	text-align:center;
	width:90%;
}
.boxhead h3 {
	/* background:url(images/panel-head-l.gif) no-repeat top left; */
	margin:0;
	/* padding:22px 5px 5px; */
	padding:8px 0px 8px 0px;
	color:white; 
	font-weight:bold; 
	font-size:1em;
	line-height:2em;
}
.boxbody {
	background:url(images/bottom.png) no-repeat bottom left; /* */
	/* background:#e5e5e5; */
	background-color:#e7eaef;
	/* border:1px dashed #c5c5c5;
	border-top:0px; */
	margin:0 auto;
	margin-top:-2px;
	/*padding:5px 20px 31px;*/
	width:90%;
	text-align:center;
}
.boxcontent {
	text-align:center;
	padding-bottom:10px;
	/* background:url(images/boxbody.gif) no-repeat bottom left; */
}
.boxcontent img {
	border:0px;
	border-style:none;
	border-color:#e5e5e5;
	margin-top:2px;
}
.tourbox {
	margin: 0 auto; /* center for now */
	width:90%; /* ems so it will grow */
	background:#ffffff;
	font-size:85%;
}
.conditional {
  color:#cc0000;
  font-size:100%;
}
.foot-links {
	padding-left:6px;
	padding-right:6px;
}
#headkeeper {
	background:#ffffff;
}
#headleft {
	background:#ffffff;
	position:relative;
	float:left;
	width:21%;
}
#headleft img {
	margin:10px 0px 0px 30px;
}
#headmid {
	background:#ffffff;
	position:relative;
	float:left;
	width:58%;
	text-align:center;
}
#headright {
	background:#ffffff;
	position:relative;
	float:left;
	width:21%;
}
/*
** Better jQuery accordion menu
*/
#navmenu {
  margin-left:10px;
}
ul.menu, ul.menu ul {
  list-style-type:none;
  margin:0;
  padding:0;
  width:169px;
}
ul.menu a {
  display:block;
  text-decoration:none;	
}
ul.menu li {
  margin-top:1px;
}
ul.menu li a {
  background:#77aaaa;
  color:#fff;	
  padding:0.5em;
}
ul.menu li a:hover {
  background:#77bbbb;
}
ul.menu li ul li a {
  background:#e5e5e5;
  color:#000;
  padding-left:10px;
}
ul.menu li ul li a:hover {
  background:#ccc;
  border-left:5px #000 solid;
  padding-left:10px;
}
/* 
** Easy Slider 
*/
#slider {
	margin:0 auto;
}
#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider li { 
	width:520px;
	height:270px;
	overflow:hidden; 
}	
#prevBtn, #nextBtn,
#slider1next, #slider1prev { 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:0px;
	top:48px;
	z-index:900;
}	
#nextBtn, #slider1next { 
	left:550px;
}														
#prevBtn a, #nextBtn a,
#slider1next a, #slider1prev a{  
	/* display:block;
	position:relative;
	width:30px;
	height:77px;
	background:url(images/btn_prev.gif) no-repeat 0 0;	*/
}	
#nextBtn a, #slider1next a{ 
	/* background:url(images/btn_next.gif) no-repeat 0 0; */	
}	
	
/* numeric controls */	

ol#controls {
	margin:1em 0;
	padding:0;
	height:28px;	
}
ol#controls li, ul#controls li.numeric {
	margin:0 10px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	height:28px;
	line-height:28px;
}
ol#controls li a, ul#controls li.numeric a {
	float:left;
	height:28px;
	line-height:28px;
	border:1px solid #ccc;
	background:#DAF3F8;
	color:#555;
	padding:0 10px;
	text-decoration:none;
}
ol#controls li.current a, ul#controls li.current a {
	background:#5DC9E1;
	color:#fff;
}
ol#controls li a:focus, ul#controls li.numeric a:focus, #prevBtn a:focus, #nextBtn a:focus {
	outline:none;
}

ul#controls {
	height: 30px;
	margin-left:0px;
}
/* // Easy Slider */
#slider table {
	padding: 0px 5px 0px 5px;
}
.slidertopic {
	background-color:#d5d5d5;
	width:100%;
	padding:3px 0px;
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
}
.sliderbody {
	background-color:#f2f2f2;
	padding:5px;
}
#news {
	width:100%;
	background-color:#d5d5d5;
}
#news img {
	padding:0px 5px 0px 5px;
}
