/* @override http://www.longbeachcaliforniabiketour.com/index.php?css=includes/cssHome */

/* Amgen Bike Race
==============================================================================*/

* {


/* removes defaults from all elements */
	margin: 0;
	padding: 0;
}

a:link {
	text-decoration: none;
	color: #00B9F2;
}

a:hover {
	text-decoration: underline;
	color: #1986A2;
}

body {
	text-align: center;
	background: #E1AB1B url(images/imgHome/backpicHomebarLG.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 800px;
	text-align: left;
}

/* @group Header */

#header {
	height: 290px;
	background: url(images/imgHome/logotrees.gif) no-repeat 475px 0;
}

#header img {
	padding: 0;
	margin: 0;
}

h1 {
	display: block;
	text-indent: -5000px;
	position: absolute;
}

/* @end */

/* @group Navigation */

/* Navigation
==============================================================================*/

#navcontainer {
	margin: 0;
	padding: 0;
	height: 45px;
}

#navcontainer ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#navcontainer ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#navcontainer ul li a {
	width: 125px;
	height: 27px;
	border-left: 1px solid #77a3d1;
	padding-top: 16px;
	margin: 0;
	color: #FFF;
	text-decoration: none;
	display: block;
	text-align: center;
	text-transform: uppercase;
	background-color: #1F1D51;
	background-image: url(images/imgHome/backpicNavbar.gif);
	border-bottom: 2px solid #7ba3d0;
	letter-spacing: 0;
	font: bold 1.2em/1em "Trebuchet MS", "Arial Narrow", Verdana, sans-serif;
}

#navcontainer a:hover {
	color: #1d1d51;
	background: url(images/imgHome/backpicNavbar_over.gif) repeat-x;
}

#navcontainer a.active {
	color: #fff;
}

#navcontainer ul li a#navHome {
	width: 65px;
}

#navcontainer ul li a#navMedia {
	width: 75px;
}

#navcontainer ul li a#navContest {
	width: 70px;
}

#navcontainer ul li a#navCourse {
	width: 95px;
}

#navcontainer ul li a#navMeet {
	width: 118px;
}

#navcontainer ul li a#navSponsors {
	width: 80px;
}

/* @end */

/* @group Content */

h2 {
	display: block;
	text-indent: -5000px;
	position: absolute;
}

#intro {
	height: 48px;
	background: url(images/imgHome/headline.gif) no-repeat;
}

#wrapper {
	width: 800px;
}

#content {
	margin-top: 28px;
	height: 230px;
	background: #fee68c;
	padding: 0px 110px 0 20px;
}

#content #video {
	display: block;
	position: relative;
	float: left;
	width:  240px;
	height: 190px;
	padding-left: px;
	padding-top: 6px;
}

#content span {
	text-transform: uppercase;
	font-size: 1.2em;
}

#content .dropcap {
	float: left;
	display: block;
	position: relative;
	font-size: 3em;
	margin-top: 11px;
	margin-right: 6px;
}

#content p {
	font-family: "Trebuchet MS", Lucida, Verdana, sans-serif;
	font-size: 1.2em;
	line-height: 1.7em;
	padding-top: 20px;
	padding-right: 18px;
}

#extraDiv span {
	position: absolute;
	background: transparent url(images/imgHome/rider.gif) no-repeat 0 0;
	top: 190px;
	left: 693px;
	height: 345px;
	width: 79px;
}

#extraDiv2 {
	position: absolute;
	top: 900px;
	left: 280px;
	width: 300px;
}

#extraDiv3 span {
	top: 543px;
	left: 680px;
	position: absolute;
}

#extraDiv3 span a {
	height: 118px;
	width: 146px;
	background: transparent url(images/imgHome/videosubimageSM.jpg) no-repeat 0 0;
	display: block;
	text-indent: -5000px;
}

/* @end */