#header h1 {
	background: url(../images/header_bg_red.gif) no-repeat;
}
/* Adventures sub navigation */
ul#activitiesNav {
	width: 498px;
	height: 42px;
	margin: 1px 0 0 21px;
	padding: 0;
	position: relative;
}
#activitiesNav li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}
#activitiesNav li, #activitiesNav li a {
	height: 42px;
	display: block;
}
#activitiesNav li a {
	text-indent: -9999px;
	text-decoration: none;
}
#activitiesNav li#askIan {
	left: 0px;
	width: 98px;
}
#askIan a {
	background: url(../images/nav_ask_off.gif) no-repeat;
}
#askIan a:hover, #askIan a#currentPage {
	background: url(../images/nav_ask_on.gif) no-repeat;
}
#activitiesNav li#discoverIt {
	left: 98px;
	width: 99px;
}
#discoverIt a {
	background: url(../images/nav_discover_off.gif) no-repeat;
}
#discoverIt a:hover, #discoverIt a#currentPage {
	background: url(../images/nav_discover_on.gif) no-repeat;
}
#discoverIt a.noAccess {
	background: url(../images/nav_discover_noaccess.gif) no-repeat;
}
#activitiesNav li#collectIt {
	left: 197px;
	width: 99px;
}
#collectIt a {
	background: url(../images/nav_collect_off.gif) no-repeat;
}
#collectIt a:hover, #collectIt a#currentPage {
	background: url(../images/nav_collect_on.gif) no-repeat;
}
#collectIt a.noAccess {
	background: url(../images/nav_collect_noaccess.gif) no-repeat;
}
#activitiesNav li#createIt {
	left: 296px;
	width: 98px;
}
#createIt a {
	background: url(../images/nav_create_off.gif) no-repeat;
}
#createIt a:hover, #createIt a#currentPage {
	background: url(../images/nav_create_on.gif) no-repeat;
}
#createIt a.noAccess {
	background: url(../images/nav_create_noaccess.gif) no-repeat;
}
#activitiesNav li#buildIt {
	left: 394px;
	width: 99px;
}
#buildIt a {
	background: url(../images/nav_build_off.gif) no-repeat;
}
#buildIt a:hover, #buildIt a#currentPage {
	background: url(../images/nav_build_on.gif) no-repeat;
}
#buildIt a.noAccess {
	background: url(../images/nav_build_noaccess.gif) no-repeat;
}
/* content styles */
#content #pageWrapper {
	background: #CB0D07;
	width: 742px;
	margin: 0 0 0 21px;
	padding: 9px 0 10px 5px;
}	

#leftContent #topBox {
	width: 486px;
	height: 8px;
	background: url(../images/ian_left_top.gif) no-repeat top;
	background-color:#f5f8cb;

}
#leftContent #downBox {
	width: 486px;
	height: 8px;

	background: url(../images/ian_left_bottom.gif) no-repeat bottom;

}
#leftContent {
	width: 486px;
	float: left;
}
#leftContent #leftBox {
	width: 486px;
	background: #f5f8cb;
}
#leftBox a {
	color: #656534;
	text-decoration: none;
}
#leftBox a:hover {
	text-decoration: underline;
}
#topSection {
}
#topSection img {
	float: left;
	margin: 0 10px 0 5px;
}
#topSection p {
	padding: 0 15px 5px 0;
	margin: 0;
}

#leftBox .boxySection h3 {
	font-size: 11px;
	font-weight: bold;
	padding: 0 ;
	margin: 8px 0 10px 3px;
	background-image: url(../activities/images/about.gif);
	background-repeat: no-repeat;
}
#leftBox .boxySection p {
	font-size: 10px;
	margin:0 0 0 3px;
}
#box1 {
	width: 101px;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 5px;
	left: 10px;
}
#box2 {
	width: 101px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 5px;
	left: 126px;
}
#box3 {
	width: 101px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 5px;
	left: 242px;
}
#box4 {
	width: 101px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 5px;
	left: 358px;
}
#leftContent h2 {
	color: #CB0D07;
	font-size: 22px;
	margin: 0;
	padding: 8px 0 5px 10px;
}
#leftContent p {
	font-size: 11px;
	margin: 0 0 10px;
	text-align: left;
}
/*
#rightContent {
	background: none;
	margin: 0 0 0 502px; 
	width: 230px;
}
*/

#rightContent {
	margin: 0 0 0 502px; 
	width: 230px;
}

/*
html>body #rightContent {
	margin: 0 0 0 505px;
}
*/
#rightContent h3 span {
	display: none;
}
#rightContent #rightAdventureWrapper, #rightContent #rightStayWrapper, #rightContent #rightActivityWrapper {
	width: 230px;
	padding: : 0;
	margin: 0;
}
#rightAdventureWrapper h3 {
	width: 230px;
	height: 50px;
	margin: 0;
	background: url(../images/adventures_h3.gif) no-repeat;
}
#rightActivityWrapper h3 {
	width: 230px;
	height: 51px;
	margin: 0;
	background: url(../images/activities_h3.gif) no-repeat;
}
#rightAdventureWrapper #rightAdventureBox, #rightActivityWrapper #rightActivityBox {
	width: 230px;
	padding: 7px 0;
}
#rightAdventureBox ul, #rightActivityBox ul {
	font-size: 11px;
	list-style: url(/adventures/images/adv_act_arrow.gif);
	padding: 0;
	margin: 0 4px 0 32px;
	line-height: 1;
	color: #fff;
}
#rightAdventureBox li, #rightActivityBox li {
	margin: 0 0 8px;
	padding: 0;
	line-height: 1;
}
#rightAdventureBox li a, #rightActivityBox li a {
	color: #fff;
	text-decoration: none;
}
#rightAdventureBox li a:hover, #rightActivityBox li a:hover {
	color: #000;
}
/* Right Col Structure
------------------------------------------------------------------------------------------ */

#titleAndyRock {
	width:172px;
	height:80px;
	background: url(../images/titleAndyRock.gif) no-repeat;
	text-indent:-9000px;
}
/* Send this Page */
#rightSendBox a {
	display:block;
	text-indent:-9000px;
	width: 230px;
	height:240px;
	background: url(../images/activities/bgSendPageAboutIt.gif);
}


#askIanAbout a {
	display:block;
	width:230px;
	height:193px;
	background: url(../images/activities/ask_ian_about.gif) no-repeat;
	text-indent:-9000px;
}


/*  END Right Col Structure
------------------------------------------------------------------------------------------ */
p#act_letsgetstarted {
	position: relative;
	margin: 0;
}

p#act_letsgetstarted a {
	background: url('../images/activities_link_letsgetstart.gif') no-repeat top right;
	position: absolute;
	width: 141px;
	height: 28px;
	right: 12px;
}

p#act_letsgetstarted a span {
	display: none;
}

.boxySection {
	margin: 10px 0 0 0;
}

/*  Activities About Footers Image
------------------------------------------------------------------------------------------ */
#activitiesFooterRocks {
	background: url(../images/activities/activitiesFooterRocks.jpg) no-repeat bottom left;
	padding: 20px 0 160px 0;
}

#activitiesFooterAnimalTracks {
	background: url(../images/activities/activitiesFooterAnimalTracks.jpg) no-repeat bottom left;
	padding: 0 0 160px 0;
}
#activitiesFooterTrees {
	background: url(../images/activities/activitiesFooterTrees.jpg) no-repeat bottom left;
	padding: 0 0 135px 0;
}

#activitiesFooterBirds {
	background: url(../images/activities/activitiesFooterBirds.jpg) no-repeat bottom left;
	padding: 0 0 135px 0;
}

#activitiesFooterBugs {
	background: url(../images/activities/activitiesFooterBugs.jpg) no-repeat bottom left;
	padding: 0 0 135px 0;
}

#activitiesFooterButterflys {
	background: url(../images/activities/activitiesFooterButterflys.jpg) no-repeat bottom left;
	padding: 0 0 135px 0;
}

#activitiesFooterFish {
	background: url(../images/activities/activitiesFooterFish.jpg) no-repeat bottom left;
	padding: 0 0 135px 0;
}

#activitiesFooterWildflowers {
	background: url(../images/activities/activitiesFooterWildflowers.jpg) no-repeat bottom left;
	padding: 0 0 135px 0;
}

#activitiesFooterFrogs {
	background: url(../images/activities/activitiesFooterFrogs.jpg) no-repeat bottom left;
	padding: 0 0 135px 0;
}

#activitiesFooterPlants {
	background: url(../images/activities/activitiesFooterPlants.jpg) no-repeat bottom left;
	padding: 0 0 135px 0;
}

#activitiesFooterGeoCaching {
	background: url(../images/activities/activitiesFooterGeoCaching.jpg) no-repeat bottom left;
	padding: 0 0 135px 0;
}

#activitiesFooterRopes {
	background: url(../images/activities/activitiesFooterRopes.jpg) no-repeat bottom left;
	padding: 0 0 135px 0;
}

#activitiesFooterStars {
	background: url(../images/activities/activitiesFooterStars.jpg) no-repeat bottom left;
	padding: 0 0 135px 0;
}

/*#act_trees {
	background: url('../images/activities_footer_trees.jpg') no-repeat bottom left;
	padding: 0 0 140px 0;
}


#act_tracks {
	background: url('../images/activities_footer_tracks.jpg') no-repeat bottom left;
	padding: 0 0 161px 0;
}*/
.act_box {
	width: 91px;
	background: url('../images/activities_picture_holder.gif') no-repeat top left;
	min-height:84px;
	float: left;
	margin: 0 3px;
	padding: 10px 10px 0 11px;
}
.act_getstarted {
	position: relative;
}

.act_getstarted a {
	position: absolute;
	height: 13px;
	width: 77px;
	background: url('../images/activities_link_getstarted.gif') no-repeat top left;
}

.act_getstarted a span {
	display: none;
}
