@import "reset.css";
/*************************************************
	ROSELYN SANCHEZ TRIATHLON FOR LIFE
	VERSION 1.0
	1/10/10
	MAGENTA/CRZ
*************************************************/

/* DEBUGGING STYLES */
.RedOutline {
	outline: 1px solid red;
}

.BlueOutline {
	outline: 1px solid blue;
}

.GreenOutline {
	outline: 1px solid green;
}

#Outer {
	background: #fff url('../images/left_nav_bottom_gradient_bg.png') repeat-x bottom;
	float:left;
}

/* GENERAL LAYOUT */
body {
	font: 100% Tahoma, "Trebuchet MS", Verdana, sans-serif;
	background: #dfdfdf;
	overflow: auto;
	position: relative;
	width: 1014px;
	margin-left:auto;
	margin-right:auto;
}

/* SITE HEADER */
#SiteHeader {
	background: url('../images/top_nav_bg.png') repeat-x;
	width: 100%
}

#PageHeader img.RotatingImage {
	height: 199px;
	width: 687px;
	float: left;
}

/* MAIN MENU */
#MainMenu {
	width:930px;
	height: 57px;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
}

#MainMenu li {
	float: left;
	display: block;
	padding-left: 10px;
}

#MainMenu li a {
	width: 98%;
	height: 98%;
	float:left;
}

#MainMenu li:hover {
	cursor: pointer;
}

#MainMenu #HomeLink {
	background: url('../images/home_off.png') no-repeat;
	height: 56px;
	width: 55px;
}

#MainMenu #HomeLink:hover, #MainMenu #HomeLink.Active {
	background: url('../images/home_on.png') no-repeat;
}

#MainMenu #EventsLink {
	background: url('../images/events_off.png') no-repeat;
	height: 56px;
	width: 66px;
}

#MainMenu #EventsLink:hover, #MainMenu #EventsLink.Active {
	background: url('../images/events_on.png') no-repeat;
}

#MainMenu #RouteLink {
	background: url('../images/route_off.png') no-repeat;
	height: 56px;
	width: 86px;
}

#MainMenu #RouteLink:hover, #MainMenu #RouteLink.Active {
	background: url('../images/route_on.png') no-repeat;
}

#MainMenu #BenefitLink {
	background: url('../images/benefit_off.png') no-repeat;
	height: 56px;
	width: 108px;
}

#MainMenu #BenefitLink:hover, #MainMenu #BenefitLink.Active {
	background: url('../images/benefit_on.png') no-repeat;
}

#MainMenu #AboutLink {
	background: url('../images/about_off.png') no-repeat;
	height: 56px;
	width: 125px;
}

#MainMenu #AboutLink:hover, #MainMenu #AboutLink.Active {
	background: url('../images/about_on.png') no-repeat;
}

#MainMenu #RegisterLink {
	background: url('../images/register_top_off.png') no-repeat;
	height: 56px;
	width: 74px;
}

#MainMenu #RegisterLink:hover, #MainMenu #RegisterLink.Active {
	background: url('../images/register_top_on.png') no-repeat;
}

#MainMenu #SponsorsLink {
	background: url('../images/sponsors_off.png') no-repeat;
	height: 56px;
	width: 84px;
}

#MainMenu #SponsorsLink:hover, #MainMenu #SponsorsLink.Active {
	background: url('../images/sponsors_on.png') no-repeat;
}

#MainMenu #DonateLink {
	background: url('../images/donate_top_off.png') no-repeat;
	height: 56px;
	width: 68px;
}

#MainMenu #DonateLink:hover {
	background: url('../images/donate_top_on.png') no-repeat;
}

#MainMenu #NewsLink {
	background: url('../images/news_off.png') no-repeat;
	height: 56px;
	width: 52px;
}

#MainMenu #NewsLink:hover {
	background: url('../images/news_on.png') no-repeat;
}

#MainMenu #ContactLink {
	background: url('../images/contact_off.png') no-repeat;
	height: 56px;
	width: 96px;
}

#MainMenu #ContactLink:hover {
	background: url('../images/contact_on.png') no-repeat;
}

/* PAGE HEADER */
#PageHeader {
	padding-bottom: 10px;
	background: #fff  url('../images/page_separator.gif') repeat-x bottom;
	height: 192px;
	width: 100%
}

#PageHeader img {
	width:327px;
	height: 192px;
	float:left;
}

/* PAGE CONTENT */
#PageContent {
	width: 100%;
	background: #fff;
	float: left;
}

/* LEFT NAV */
#LeftNavContainer, #ChannelLeftNavContainer  {
	width: 217px;
	float: left;
}

#LeftNavContainer {	
	background: url('../images/left_nav_bottom.png') no-repeat bottom;
}

#LeftNavContainer img, #ChannelLeftNavContainer img {
	float:left;
	width: 217px;
	height: 11px;
}

#LeftNav, #ChannelLeftNav {
	width: 207px;
	float:left;
	padding-left: 10px;
}

#LeftNav {
	background: #fff url('../images/left_nav_bottom_gradient_bg.png') repeat-x bottom;
}

#LeftNav #TheRouteNavLink,
#LeftNav #RegisterNavLink,
#LeftNav #DonateNavLink,
#LeftNav #CalendarNavLink,
#LeftNav #InstructionsNavLink,
#LeftNav #FacebookNavLink,
#ChannelLeftNav #TheRouteNavLink,
#ChannelLeftNav #RegisterNavLink,
#ChannelLeftNav #DonateNavLink,
#ChannelLeftNav #InstructionsNavLink,
#ChannelLeftNav #CalendarNavLink {
	display: block;
	margin-top:10px;
	width:197px;
	height:46px;
}

#Outer #FacebookNavLink {
	margin-top:10px;
	width:197px;
	height:46px;
	margin-bottom: 50px;
}

#LeftNav #InstructionsNavLink, #ChannelLeftNav #InstructionsNavLink {
	background: url('../images/instructions_off.png') no-repeat;
}

#LeftNav #InstructionsNavLink:hover, #ChannelLeftNav #InstructionsNavLink:hover {
	background: url('../images/instructions_on.png') no-repeat;
}

#LeftNav #TheRouteNavLink, #ChannelLeftNav #TheRouteNavLink {
	background: url('../images/the_route_off.png') no-repeat;
}

#LeftNav #TheRouteNavLink:hover, #ChannelLeftNav #TheRouteNavLink:hover {
	background: url('../images/the_route_on.png') no-repeat;
}

#LeftNav #RegisterNavLink, #ChannelLeftNav #RegisterNavLink {
	background: url('../images/register_off.png') no-repeat;
}

#LeftNav #RegisterNavLink:hover, #ChannelLeftNav #RegisterNavLink:hover {
	background: url('../images/register_on.png') no-repeat;
}

#LeftNav #DonateNavLink, #ChannelLeftNav #DonateNavLink {
	background: url('../images/donate_off.png') no-repeat;
}

#LeftNav #DonateNavLink:hover, #ChannelLeftNav #DonateNavLink:hover {
	background: url('../images/donate_on.png') no-repeat;
}

#LeftNav #CalendarNavLink, #ChannelLeftNav #CalendarNavLink {
	background: url('../images/calendar_off.png') no-repeat;
}

#LeftNav #CalendarNavLink:hover, #ChannelLeftNav #CalendarNavLink:hover {
	background: url('../images/calendar_on.png') no-repeat;}


#LeftNav #FacebookNavLink, #ChannelLeftNav #FacebookNavLink  {
	height: 44px;
	width: 196px;
	background: url('../images/facebook.png') no-repeat;
}

#LeftNav #FacebookNavLink {
	float: left;
	background: url('../images/facebook.png') no-repeat;
}

#ChannelLeftNav #FacebookNavLink {
	float: left;
	background: url('../images/facebook_white_bg.png') no-repeat;
}

#LeftNav #FacebookNavLink {
	margin-top:174px;
}

#MainPageContentContainer, #ChannelPageContentContainer {
	width: 797px;
	background: #fff;
	float: left;
	/*height: 507px;*/
}

#ChannelPageContentContainer {
	background: #fff url('../images/channel_main_bottom.png') no-repeat bottom;
	/*height: 518px;*/
	
	float: left;
}

#MainPageContentContainer img , #MainPageContentContainer p, #ChannelPageContentContainer p {
	float: left;
}

#MainPageContentContainer p, #ChannelPageContentContainer p {
	float: left;
	padding: 10px 10px 25px 110px ;
	color: #6a6a6a;
	font-size: .8em;
}


#SectionTitle {
	padding-left: 110px;
}

/* PAGE FOOTER */
#PageFooter div {
	font-size: .65em;
	padding: 10px 5px 5px 5px;
	height: 25px;
	float: left;
}
