/* START Home Page contentContainer */
#contentContainer {
	position:relative;
	display:block;
	float:left;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	/*text-align:justify;*/
	background-image: url(../images/home_cycling_img.jpg);
	background-repeat: no-repeat;
	background-position: 634px 100%;
	background-color:#fff;
	border-bottom: 10px #fff solid;
	border-top: 10px #fff solid;
}
/* pre IE 7 height fix */
html>body #contentContainer {
/*height:auto;*/
}
#kickerContainer {
	position: relative;
	float: right;
	display:block;
	top: 0;
	right: 10px;
	width: 330px;
	height: 508px;
	min-height: 508px;
	/*text-align:justify;*/
	background-color: #49597a;
}
/* pre IE 7 height fix */
html>body #kickerContainer {
/*height: 498px;*/
}
#kickerContainer ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
#kickerContainer li {
	margin: 30px 0;
	position: relative;
	display: block;
	white-space: nowrap;
	list-style-type: none;
}
#kickerContainer li.bottom {
	margin-top: 30px;
	position: relative;
	display: block;
	white-space: nowrap;
	list-style-type: none;
	bottom:100%;
}
#kickerContainerNav {
	position: absolute;
	bottom: 5px;
	right: 10px;
	/*text-align:justify;*/
	display: inline;
	text-transform: uppercase;
	padding: 10px;
	font-weight:bold;
}
#kickerContainerNav span {
	display:block;
	padding: 10px 10px 0 0;
	text-transform: lowercase;
	text-align: right;
}
#kickerContainerNav span img {
	padding: 0 0 0 10px;
}
#kickerContainerNav a {
	color:#8fc2d9;
	padding: 10px;
	text-decoration: none;
}
#kickerContainerNav a:hover {
	text-decoration: underline;
}
/* END Home Page contentContainer */

#contentHomeImage {
	position: relative;
	float: left;
	width: 614px;
	top: 0;
	left: 10px;
	text-align:left;
	background-color: #fff;
}
#contentHomeText {
	position: relative;
	display: block;
	float:left;
	width: 594px;
	top: 10px;
	left: 10px;
	padding: 10px 10px 20px 10px;
	background-color: #fff6e5;
	font-size: 90%;
 	/*text-align: justify;*/
	/*letter-spacing: +1px;*/
	word-spacing: +1px;
	line-height: 1.7em;
	/*margin: 0 0 10px 0;*/
	border-bottom: 10px #fff solid;
}
#contentHomeTitle {
	width: 100%;
	height: auto;
	min-height: 2em;
	line-height: 2em;
	font-size: 130%;
	font-weight: bold;
	text-align:center;
	margin-bottom: 2px;
}
#contentHomeTitle h1 {
	display: inline;
	vertical-align: middle;
	margin: 0;
	margin-right: 5px;
}
#contentHomeTitle h2 {
	display: inline;
	vertical-align: middle;
}
#contentHomeText span.first {

	display: block;
	/*vertical-align: middle;
	width:100%;*/
	color: #782423;
	font-size: 1.5em;
	font-weight:bold;
	text-transform: uppercase;
}
#contentHomeText span.second {
	/*vertical-align: middle;*/
	color: #4c5978;
	font-size: 1.5em;
	font-weight:bold;
	text-transform: uppercase;
}

#contentHomeText h1 {
	color: #782423;
	font-size: 150%;
	text-transform: uppercase;
	text-align:center;
}
#contentHomeText h2 {
	color: #782423;
	font-size: 130%;
	font-weight:bold;
}
/*#contentHomeText p{ background-color:blue;
display:block;
clear:both;
}*/
#contentHomeNavigation {
	color: #782423;
	padding: 0 10px;
	text-align: right;
	font-weight: bold;
	font-size: 80%;
	text-transform: uppercase;
}
#contentHomeNavigation a {
	color: #782423;
	text-decoration: none;
}
#contentHomeNavigation a:hover {
	color: #49597a;
	text-decoration: underline;
}
#contentHomeNavigation img {
	vertical-align: middle;
	margin-left: 5px;
}
#kickerHome {
	position: relative;
	float: left;
	top: 10px;
	left: 10px;
	/*margin-bottom: 10px;*/
	width: 614px;
	/*height: 111px;*/
	padding-bottom:10px;
	text-align: center;
	background-color: #fff6e5;
	/*background-image: url(../images/kicker2_divider.jpg);*/
	background-repeat: no-repeat;
	background-position: 280px;
	border-bottom: #fff 10px solid;
}
/* pre IE 7 height fix */
html>body #kickerHome {
/*height:115px;*/
}


#kickerHome ul {
	display:block;
	text-align: left;
	list-style-type: none;
}
#kickerHome li {
	position: relative;
	display: inline;
	float: left;
	white-space: nowrap;
	list-style-type: none;
	/*width: 25%;*/
	/*vertical-align: middle;*/
	padding: 0em 10px 10px 10px;
	color: #445474;
	font-size: 1.2em;
	font-weight: bold;
	padding-top:20px;
	}
#kickerHome li.bottom {
	padding: 0;
	width: 258px;
	vertical-align: middle;
	font-family: Courier, "Courier New", monospace;
	font-size: 70%;
	text-align: right;
	display:block;
}
#kickerHome a {
	color: #782423;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
}
#kickerHome a:hover {
	/*color: #49597a;*/
	color: #445474;
	text-decoration: underline;
}
#kickerHome img {
	vertical-align: middle;
	padding-left: 5px;
}
#kickerHome li.top a {
	position:relative;
	display:block;
	float: left;
	/*padding-top:10px;*/
	/*color: #9d986c;*/
	color: #445474;
}
#kickerHome li.top a:hover {
	color: #445474;
	text-decoration: underline;
}
.faq {
	padding-left:25px;
	line-height:150%;
	padding-bottom:15px;
}


.home {
	font-size:130%;
	float:left;
	margin-left:10px;
	width:614px;
	height:35px;
	background-color: #f6f6ed;
	padding-top:15px;
}

.why li {
	/*list-style:square;*/
	list-style:URL(../images/double_arrow.gif);
	margin-left:25px;
	padding-bottom:10px;
	line-height:1.8em;
	}