/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #e2e2e2;
	background-image: url(../images/inside-ride-bgrnd.jpg);
	background-repeat: repeat-x;
	font-family: Tahoma;
}

img {
	border: 0;
}

div#wrapper {
	margin: 0 auto;
	width: 800px;
	position: relative;
	font-size: 12px;
}

#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 31px;
	display: inline;
	overflow: hidden;
}
	
#nav ul {
	margin-left: 15px; 
	}

#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#nav a {
	float: left;
	padding: 31px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:31px; /* for IE5/Win */
	}
	
#nav a:hover {
	background-position: 0 -31px;
	}
	
#about a  {
	width: 77px;
	background: url(../images/nav/about-us.jpg) top left no-repeat;
	}

#calendar a  {
	width: 134px;
	background: url(../images/nav/calendar.jpg) top left no-repeat;
	}

#faq a  {
	width: 102px;
	background: url(../images/nav/faq.jpg) top left no-repeat;
	}

#gallery a  {
	width: 121px;
	background: url(../images/nav/gallery.jpg) top left no-repeat;
	}

#register a  {
	width: 117px;
	background: url(../images/nav/register.jpg) top left no-repeat;
	}
	
#links a  {
	width: 106px;
	background: url(../images/nav/links.jpg) top left no-repeat;
	}

#contact a  {
	width: 107px;
	background: url(../images/nav/contact.jpg) top left no-repeat;
}

div#logos p.insideride {
	padding-top: 0;
}

div#logos p.c2c {
	top: 45px;
	float: right;
	left: 599px;
	position: absolute;
	z-index: 0;
}

div#tagline {
	margin-top: 10px;
	text-align: center;
}

div#video {
	margin-top: 10px;
	text-align: center;
}

div#video2 {
	margin-top: 10px;
	text-align: left;
	background: #fff;
}

div#steps {
	padding: 20px 20px 0 20px;
	margin: 0 auto;
	text-align: center;
	background-image: url(../images/steps-back.jpg);
	background-repeat: repeat-x;
}

div#steps ul {
	list-style: none;
}

div#steps ul li {
	display: inline;
	padding: 6px;
}

div#choices {
	
}

div#choices div#corporate {
	width: 372px;
	margin-left: 15px;
}

div#choices div#schools {
	float: right;
	margin-right: 15px;
}

div#choices div#choice-box {
	background-image: url(../images/inside-ride-choice-bg.jpg);
	background-repeat: no-repeat;
	width: 352px;
	height: 332px;
	padding: 10px;
}

div#choices div#choice-box img{
	margin-left: 6px;
}

div#choices div#choice-box ul {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: justify;
}

p.center {
	text-align: center;
	margin-top: 10px;
}

p.line-top {
	border-top: 1px solid #999;
}

.more {
		display: none; }
a.showLink, a.hideLink {
		text-decoration: none;
		color: #36f;
		 }
a.hideLink {
		 }
a.showLink:hover, a.hideLink:hover {
		 }
		 
ul.latest-events {
	padding-left: 15px;
	position: relative;
	margin-bottom: 20px;
	margin-top: 30px;
}

ul.latest-events li{
	display: inline;
	padding: 0 20px 0 20px;
	border-right: 1px solid #CCC;
	list-style: none;
}

ul.latest-events li a {
	color: #006600;
	text-decoration: none;
}

ul.latest-events li span{
	margin-left: -100px;
	position: absolute;
	font-size: 13px;
	margin-top: -20px;
}

p.reg {
	padding-left: 10px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: justify;
	margin-bottom: 10px;
	padding-right: 15px;
	margin-top: 10px;
}

p.reg a {
	color: #006600;
}

p.reg a:hover {
	color: #006600;
	text-decoration: none;
}

h2 {
	font-size: 21px;
	font-weight: 100;
	padding: 10px;
}

h2 a {
	color: #006600;
	text-decoration: underline;
}

h2 a:hover {
	color: #006600;
	text-decoration: none;
}

div#usefullinks {
	padding: 15px;
	text-align: justify;
	background: #fff;
	border: 1px solid #999;
	width: 770px;
	margin: 10px;
	line-height: 1.5em;
}

h6 {
	font-size: 10px;
	margin-top: -10px;
	margin-left: 10px;
	margin-bottom: 10px;
	color: #999;
	font-weight: 100;
}

