@charset "UTF-8";

body {
	font: 62.5% "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #dae3e9;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	text-decoration: none;
}

#header {
	margin: 0;
	padding: 0;
	text-align:center;
}

h1 {
	font-size: 18px;
	letter-spacing: 3.6px;
	line-height: 27px;
	color: #627081;
	font-weight: bold;
}

a {
	outline: none;
	letter-spacing: 2.2px;
}

a:link {
	color: #cc0000;
	letter-spacing: 2.2px;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #cc0000;
	letter-spacing: 2.2px;
}

a:hover {
	color:#627081;
	letter-spacing: 2.2px;
	text-decoration: none;
}

a:active {
	outline: none;
	letter-spacing: 2.2px;
	text-decoration: none;
	color: #cc0000;
}

#wrap {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
}

#content {
	float: left;
	width: 1000px;
	margin: 0;
	padding: 0;
	text-align: left;
}

#footer {
	clear: both;
	padding: 10px;
	width: 980px;
	height: 100px;
	text-align: center;
	color: #fff;
	background: #333333;
}

#sponsors {
	float:left;
	background: #fff;
	width: 700px;
	height: 100px;
}

#register {
	float: right;
	width: 300px;
	padding-top:20px;
	text-align: center;
	font-size: 12px;
	background: #fff;
	color: #cc0000;
}

#regnow {
	margin: 40px;
}

#nav {
	float: left;
	width: 1000px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #000066;
}

#nav li {
	float: right;
	margin: 10px 40px 0 0;
	padding: 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 2.2px;
}

#nav a {
	float: left;
	display: block;
	margin: 0;
	padding: 10px;
	color: #fff;
	text-decoration: none;
	background: #000066;
}

#nav a:hover {
	color: #ff0000;
}

#logo {
	float:left;
	padding: 0;
	text-decoration: none;
}

#undernav {
	float:left;
	background: #000066 url(images/undernav_06.png);
	width: 1000px;
	height: 32px;
}

#topleft {
	float: left;
	margin: 10px;
	background: url(../Images/Healingwheels1_450.jpg) left no-repeat;
	width: 680px;
	height: 450px;
}

#topright {
	background: url(images/logo2_13.png) top no-repeat;
	float: right;
	width: 280px;
	margin: 10px 20px 0 0px;
	font-size: 14px;
	line-height: 21px;
	text-align: left;
	font-weight: bold;
	color: #627081;
}

.paddingtop {
	padding-top: 160px;
}

#description {
	width: 580px;
	margin: 20px 170px;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	font-size: 14px;
	line-height: 21px;
	padding: 20px 40px;
	border: 1px solid #d9e0e6;
	border-bottom-color: #c8cdd2;
	border-right-color: #c8cdd2;
}

#content1 {
	margin: 20px 40px;
	width: 280px;
	float: left;
	color: #666;
	font-size: 12px;
	line-height: 18px;
	text-decoration:none;
}

#content2 {
	margin: 20px 0;
	width: 280px;
	float: left;
	color: #666;
	font-size: 12px;
	line-height: 18px;
	text-decoration:none;
}

#content3 {
	margin: 20px 40px;
	width: 280px;
	float: left;
	color: #666;
	font-size: 12px;
	line-height: 18px;
	text-decoration:none;
}

#footerlinks {
	text-align:center;
	float: left;
	margin: 0 auto;
	padding: 20px 0 20px 130px;
	list-style: none;
	background: #333333;
}

#footerlinks li {
	text-align: center;
	float: left;
	margin: 0 auto;
	padding: 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#footerlinks a {
	float: left;
	display: inline-block;
	margin: 0;
	padding: 10px;
	color: #cccccc;
	text-decoration: none;
	background: #333333;
}

#footerlinks a:hover {
	color: #ff0000;
}

#left {
	float: left;
	width: 700px;
	padding: 20px 150px;
}

#left dl {
	float: left;
	width: 660px;
	margin: 20px 0;
	padding: 0;
	display: inline; /* fixes IE/Win double margin bug */
}

#left dt {
	float:right;
	width: 480px;
	margin:0;
	padding:0;
	font-size: 18px;
	letter-spacing: 3.6px;
	line-height: 27px;
	color: #627081;
	font-weight: bold;
}

#left dd {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:0 0 0 180px;
	padding:0;
	font-size: 14px;
	line-height: 21px;
	color: #333;
}

#left li {
	color: #333;
	margin:0 0 0 180px;
	font-size: 12px;
	line-height: 22px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
}

#left dl dd.img {
	margin: 0;
}

#left dd.img img {
	float: left;
	margin: 0;
	padding: 0;
}

#left .miles {
	color: #cc0000;
	padding-bottom: 11px;
	font-size: 11px;
	line-height: 16.5px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 2.2px;
	font-weight:normal;
}

#left .viewmap {
	color: #627081;
	font-size: 11px;
	line-height: 22px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 2.2px;
	font-weight:normal;
	padding-bottom: 11px;
}

#left .h1 {
	font-size: 24px;
	letter-spacing: 4.8 px;
	line-height: 72px;
	color: #cc0000;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#left .h2 {
	font-size: 18px;
	letter-spacing: 3.6px;
	line-height: 27px;
	color: #627081;
	font-weight: bold;
	border-bottom: thin dotted #c8cdd2;
}

#left .h3 {
	font-size: 14px;
	color: #854444;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: 2.8px;
	line-height: 28px;
}

#box {
	float: left;
	width: 700x;
	padding: 0px 150px 20px 320px;
}

#box dl {
	float: left;
	width: 410px;
	margin: 0;
	padding: 29px 40px;
	display: inline; /* fixes IE/Win double margin bug */
	border: 1px solid #d9e0e6;
	border-bottom-color: #c8cdd2;
	border-right-color: #c8cdd2;
	background: #dae3e9;
}

#box dt {
	float:right;
	width: 410px;
	margin:0;
	padding:0;
	font-size: 11px;
	letter-spacing: 2.2px;
	line-height: 22px;
	color: #cc0000;
	font-weight: bold;
}

#box dd {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0 0 11px 0;
	padding:0;
	font-size: 11px;
	line-height: 16.5px;
	color: #333;
}

#box dl dd.img {
	margin: 0;
}

#box dd.img img {
	float: left;
	margin: 0;
	padding: 0;
	border: 1px solid #d9e0e6;
	border-bottom-color: #c8cdd2;
	border-right-color: #c8cdd2;
	background: #fff;
}

#left dd.p2 {
	color: #627081;
	font-size: 11px;
	line-height: 22px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding-bottom: 22px;
}

#bottom {
	float: left;
	width: 1000px;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
}

.thecause {
	background: url(images/thecause.png) no-repeat left;
	float: left;
}
