/*elements*/

	body{
		background: #3C2E23 url(/images/layout/body-background.jpg);
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		margin:0 0 75px 0;
		text-align:center;
	}
	a{text-decoration:none;}
	a:hover{text-decoration:underline;}
	
	label{font-weight:bold; float:left; padding-right:3px; position:relative;}
	label span{font-weight:normal; color:#FF0000; float:right;}
	
	img{border:none}



/*general classes*/
	
	
	.hidden {display:none;}
	
	.navigation ul, .navigation li {margin:0; padding:0;}
	 
	ul.plainlist, ul.plainlist li {margin-top:0; margin-left:0; padding:0}
	
	ul.plainlist.left {
		position:relative;
		float:left; 
		margin-right:15px;
	}
	
	
	.navigation li, 
	ul.plainlist li{list-style:none;}
	
	
	.tab {margin-left:10px;}
	
	div.input {margin-bottom:5px;}
	
	div.input .standardTextbox, 
	div.input .standardTextarea{width:200px; color:#000;}

	.clear{clear:both}
	.clear.left{clear:left;}
	.clear.right{clear:right;}
	.inline{display:inline}
	
	.padBottom{padding-bottom:100px;}
	.soldOut{color:#72340b; text-transform:uppercase;}
	.posRelative{position:relative;}
	.posStatic{position:static;}

/*buttons*/


	a.button{text-decoration:none !important;}
	
	a.button img{
		width:79px; 
		height:31px;
		margin:10px 0;
	}
	
	
	a.button.browse img{background:url(/images/layout/btnBrowse.gif) no-repeat;}
	a.button.browse:hover img{background:url(/images/layout/btnBrowse_on.gif) no-repeat;}
	
	a.button.close img{background:url(/images/layout/btnClose.gif) no-repeat;}
	a.button.close:hover img{background:url(/images/layout/btnClose_on.gif) no-repeat;}
	
	a.button.edit img{background:url(/images/layout/btnEdit.gif) no-repeat;}
	a.button.edit:hover img{background:url(/images/layout/btnEdit_on.gif) no-repeat;}
	
	a.button.join img{background:url(/images/layout/btnJoinNow.gif) no-repeat;}
	a.button.join:hover img{background:url(/images/layout/btnJoinNow_on.gif) no-repeat;}
	
	a.button.login img{background:url(/images/layout/btnLogin.gif) no-repeat;}
	a.button.login:hover img{background:url(/images/layout/btnLogin_on.gif) no-repeat;}
	
	a.button.register img{background:url(/images/layout/btnRegister.gif) no-repeat; width:107px;}
	
	a.button.renew img{background:url(/images/layout/btnRenew.gif) no-repeat;}
	a.button.renew:hover img{background:url(/images/layout/btnRenew_on.gif) no-repeat;}
	
	a.button.signup img{background:url(/images/layout/btnSignup.gif) no-repeat;}
	
	a.button.buytix img{background:url(/images/layout/btnBuytix.gif) no-repeat;}
	
	a.button.submit img{background:url(/images/layout/btnSubmit.gif) no-repeat;}
	
	a.button.submit:hover img{background:url(/images/layout/btnSubmit_on.gif) no-repeat;}

	a.button.campRegistration{background:url(/images/layout/btnCampRegistration.jpg) no-repeat left; width:171px; height:32px; float:right; padding-left:25px;color:#72340b !important;}

/*page*/
	#pageShadowLR{ 
		background: url(/images/layout/pageShadowLR-background.png) repeat-y; 
		margin:auto; 
		width:960px; 
		padding:0 19px; 
		text-align:left;
	}
	* html #pageShadowLR{padding:0 19px 0 18px;}
	
	
	#pageShadowB{
		position:relative;
		background: url(/images/layout/pageShadowB-background.png) repeat-x; 
		width:960px; 
		margin:auto;  
		height:25px; 
		padding:0 0; 
		text-align:left; 
	}
	#pageShadowB span{float:right;}
	#pageShadowB img{ margin:0 0 0 -19px;}
	#pageShadowB span img{ margin:0 -19px 0 0;}
	
	
	
	
	
	#page{background: url(/images/layout/page-background.jpg);}




/*top navigation*/
	#navTop{
		background:url(/images/layout/navTop-background.jpg); 
		height:18px; 
		padding:6px 32px; 
		/padding:3px 32px;
		vertical-align:middle; 
		color:#000; 
		font-weight:bold; 
		text-align:left;
		position:relative;
		
	}
	#navTop a{color:#000;}
	#navTop span{
		float:right; 
		vertical-align:middle;
	}
	#navTop .go{
		margin-bottom:3px;
	}
	
	#navTop input, #navTop select{font-size:10px;}
	
	#navTop form{
		display:inline; margin:0;
	}





#header{
	height:284px; 
	background:url(/images/layout/header-background.jpg) no-repeat bottom left;
	position:relative;
}

#headerFlashInfoBar{
	position:absolute;
	height:25px;
	width:940px;
	line-height:25px;
	padding:0 10px;
	background:#EFD677;
}
#headerFlashInfoBar a{
	text-decoration:underline;
}

#headerFlashInfoBar span{
	float:right;
}
#headerFlashInfoBar span a{
	color:#000;
	font-size:10px;
	display:block;
	height:25px;
	line-height:25px;
	text-decoration:none;
}

/*content container vines*/
	#contentContainerOutline{margin: 0 12px 0 13px;}
	
	#contentContainerOutlineL{
		
		background:url(/images/layout/contentContainerOutlineL-background.gif) repeat-y left;  
		padding: 0 0 0 17px;
	}
	#contentContainerOutlineR{
		
		background:url(/images/layout/contentContainerOutlineR-background.gif) repeat-y right; 
		padding:0 18px 0 0; 
	}
	#contentContainerOutlineB{
		position:relative;
		background:url(/images/layout/contentContainerOutlineB-background.gif) repeat-x; 
		height:7px; 
		line-height:7px; 
		margin:0 12px; 
		
	}



#contentContainer{ 
	
	background:url(/images/layout/contentContainer-background.jpg); 
	/*padding:0 15px 20px;*/
	padding:0 21px 21px;
}
#contentContainer.withNavRight{padding-right:14px;}





#content{ 
	position:relative;
	margin:-40px 0 0 0;
	background: url(/images/layout/content-background.jpg); 
	padding:5px;
}


#content #animalsPlantsLandingContainer{text-align:center; padding:20px;}
#content .animalsPlantsLanding{margin:0 25px 25px 0;}
#content .animalsPlantsLanding.lastImage{margin-right:0}
#content .animalsPlantsLanding.bottomImage{margin-bottom:0}



#contentContainer #navRight,
#contentContainer.withNavRight #navRight{display:block;}

#contentInterior.noNavRight #navRight,
#contentContainer.noNavRight #navRight{display:none}

.animalsPlants .withNavRight #navRight .whatsNew{
	display:none;
}


#contentContainer.withNavRight #content{
	width:641px; 
	float:left;
}
* html #contentContainer.withNavRight #content{
	width:645px; 

}

#contentContainer.withNavRight img.callout{margin:5px 0 0 4px;}



/*site map styles*/
	#contentContainer .siteMap div.siteMapRow{margin-top:20px; position:relative;}
	#contentContainer .siteMap div.siteMapRow.top{margin-top:0;}
	#contentContainer .siteMap div.siteMapCell{float:left; width:33%; position:relative;}
	
	
	#contentContainer .siteMap ul{list-style:none; color:#582300;}
	#contentContainer .siteMap ul a{text-decoration:none;}
	#contentContainer .siteMap ul h3 a{color:#582300}
	#contentContainer .siteMap ul h3 a:hover{color:#F2340B}
	#contentContainer .siteMap li li li{list-style:disc;}
	


#navRightContainer{
	float:left;

}

#navRight{
	position:relative;
	z-index:5;
	margin-bottom:30px;
	margin:20px 0 0 10px;
}
ul#navRight{padding-left:0}



#navRight li{
	padding-top:10px; 
}

#navRight li.top{ 
	padding-top:0;
}
.animalsPlants .overview #navRight li{
	padding-top:5px;
	background:none;
}

/*
* html .animalsPlants .overview #navRight{
	position:absolute;
}
*/






#navRight li.top{ 
	padding-top:0;
}



#navRight .animalExperiences .giraffe{
	position:absolute;
	margin-top:-20px;
	left:192px;
}
* html #navRight .animalExperiences .giraffe{
	margin-top:-113px;
	left:189px;
}

#navRight .elephantArt .elephant{
	position:absolute;
	margin-right:-30px;
	
}

#navRight .whatsNew{
	width:200px;
	height:149px;
	background:url(/images/layout/navRight-navItem-whatsNew.png) top no-repeat;
	padding-top:30px;
}
#navRight .whatsNew a{
	display:block;
	padding:3px 5px;
	color:#000;
	text-decoration:none;
}
#navRight .whatsNew ul{
	position:relative;
	top:41px;
	margin:0 12px;
	font-size:11px;
	line-height:12px;
}


#navRight .whatsNew ul li{
	padding:0;
	background-image:url(/images/layout/navRight-navItem-whatsNew-listBg.png);
	margin-bottom:3px;
}

* html #navRight .whatsNew ul li{
	height:30px;
	background:#B6C396;
	margin-bottom:2px;
}






#contentInterior{ background-color: #edd6a1; position:relative; border:#3D3930 1px solid;}

#contentInteriorL{ background:url(/images/layout/contentInterior-left.jpg) repeat-y left;}
#contentInteriorR{ 
	padding:15px 25px 30px;
	background:url(/images/layout/contentInterior-right.jpg) no-repeat top right;
}

#contentInteriorContent #navRight{
	display:block;
}
.noNavTertiary #navTertiary{display:none;}
.noNavTertiary #contentInteriorContent{
	margin-left:0;
	margin-top:0;
}


#contentInterior.withNavRight #navRight{display:block; position:relative;}
#home #content #homeMain{margin-bottom:5px;}
#contentInterior #navRight {
	float:right;
	margin-top:95px;
}
#contentInterior #navRight li{background:none;}



#contentInteriorLandingHeader{
	margin-left:-13px;
	width:808px;
	height:407px;
}



#contentInteriorAdminStaffContainer li{
	border-bottom: #000 1px dotted;
	background-color:#edd6a1;
}

#contentInteriorAdminStaffContainer li span.left{ 
	position:relative;
	top:2px;
	background-color:inherit;
	padding-right:3px;
}
#contentInteriorAdminStaffContainer li span.right{ 
	float:right;
	position:relative;
	top:2px;
	background-color:inherit;
	padding-left:3px;
}



/*content specific styles*/
	#contentInteriorContent{ line-height:1.4em;}
	#contentInteriorContent{ margin: 45px 0 0 210px;}
	.withNavRight #contentInteriorContent{margin-right:220px;}

	
	#contentInteriorContent #zooMap, 
	#contentInteriorContent div.noLeftGutter{margin-left:-200px; clear:both;}
	
	
	#contentInteriorContent .errorText{color:red; font-weight:bold}
	
	/*ELEMENT STYLES*/
		#contentInterior h1,
		#contentInterior h2,
		#contentInterior h3,
		#contentInterior label{ color:#582300;}
		
		
		#contentInterior h1{
			font-size:19px;
			font-family:Georgia, "Times New Roman", Times, serif;
		 }
		#contentInterior h2{
			font-size:15px;
			font-weight:normal;
		}
		#contentInterior h2 span{font-weight:bold;}
		#contentInterior h2 span{font-size:13px;}
		#contentInterior h3{
			font-size:12px;
			margin-bottom:0;
		}
		#contentInterior h3 span{font-weight:normal;}
		#contentInterior h3{margin-bottom:0;}
		#contentInterior .expandCollapseTitle h2{margin-bottom:0}
	
	
		#contentInterior a{
			color:#435c0e;
			text-decoration:underline;
		}
		#contentInterior a:hover{color:#f2340b;}
				

		
		
		#contentInterior p,
		#contentInteriorContent ul.plainlist{margin-top:0}
		#contentInteriorContent label{font-weight:bold; float:left; width:75px;}
		.guestComments #contentInteriorContent label{width:100px;}

		
		
	
	
	/*INLINE IMAGE STYLES*/
		#contentInteriorContent .inlineImage{margin-bottom:10px; position:relative;}
		
		
		#contentInteriorContent img.inlineImage,
		#contentInteriorContent div.inlineImage{float:right; margin-left:15px;margin-right:0;}
		
		#contentInteriorContent img.inlineImage.right,
		#contentInteriorContent div.inlineImage.right{float:right !important; margin-left:15px !important;margin-right:0 !important;}
		
		#contentInteriorContent div.inlineImage{text-align:right;}
		
		.noNavTertiary #contentInteriorContent .inlineImage,
		.exploreLearn .kidsTeens .summerCamp #contentInteriorContent .inlineImage{float:left; margin-right:15px; margin-left:0;}
		
		#contentInteriorContent img.inlineImage.left,
		#contentInteriorContent div.inlineImage.left{float:left !important; margin-right:15px !important; margin-left:0 !important;}
		
		.withNavTertiary.withNavRight #contentInteriorContent .inlineImage{float:none;}
	
		.rmWild .rmWild #contentInteriorContent,
		.rmWild .theLoft #contentInteriorContent,
		.rmWild .lodgeMooselake #contentInteriorContent,
		.rmWild .gardens #contentInteriorContent{margin-left:0}
	
	/*DISPLAY TABLE STYLES*/
		#contentInteriorContent .displayTable{font-size:12px;}
		#contentInteriorContent .displayTable tr{background:#F3E3BC;}
		#contentInteriorContent tr.alt{background:#f2e7cd;}
		#contentInteriorContent .displayTable th,
		#contentInteriorContent .displayTable td{
			border-right:#7B8308 1px solid;
			text-align:left;
			padding:5px 10px;
		}
		#contentInteriorContent .displayTable th{ 
			background:#6B720B;
			color:#FFFFFF;
		 }
		#contentInteriorContent .displayTable th.lastCell,
		#contentInteriorContent .displayTable td.lastCell{border:none;}
		#contentInteriorContent .displayTable td.date{white-space:nowrap;}
	
		
		.wildNights #contentInteriorContent .displayTable td{vertical-align:top;}
		.wildNights #contentInteriorContent .displayTable th.date{width:45px;}
		.wildNights #contentInteriorContent .displayTable th.wildNight{width:140px;}
		.wildNights #contentInteriorContent .displayTable th.description{width:auto;}
		.wildNights #contentInteriorContent .displayTable th.time{width:50px;}
		.wildNights #contentInteriorContent .displayTable th.cost{width:auto;}
		
		.moonlightSafaris #contentInteriorContent .displayTable td{vertical-align:top;}
		.moonlightSafaris #contentInteriorContent .displayTable th.date{width:90px;}
		.moonlightSafaris #contentInteriorContent .displayTable th.time{width:90px;}
		.moonlightSafaris #contentInteriorContent .displayTable th.cost{width:130px;}
		
		/*EXCEPTIONS*/
		#contentInteriorContent .displayTable.memberTable td,
		#contentInteriorContent .displayTable.memberTable th,
		#contentInteriorContent .displayTable.adoptionTable td,
		#contentInteriorContent .displayTable.adoptionTable th {text-align:center;}
		#contentInteriorContent .displayTable.memberTable td.text,
		#contentInteriorContent .displayTable.adoptionTable td.text{text-align:left; font-weight:bold;}
		
		.calendar #contentInteriorContent .displayTable th{font-size:12px;}
		.endangeredSpecies #contentInteriorContent .displayTable td{vertical-align:top; text-align:center;}
		.endangeredSpecies #contentInteriorContent .displayTable tr.subHeader{background:#f2e7cd;}
		.endangeredSpecies #contentInteriorContent .displayTable tr.subHeader td{ border:none; text-align:left;}
		.endangeredSpecies #contentInteriorContent .displayTable tr.subHeader h3{ margin:0;}
	
	
	
	
	
	
	#contentInteriorContent .registrationTableContainer{
		background:#F3E3BC;
		padding:5px;
		margin-bottom:15px;
	}
	#contentInteriorContent .registrationTableContainer a.registrationButton {
		display:block;
		width:171px;
		height:32px;
		background:url(/images/layout/summerCampRegistrationButton-background.jpg);
		text-align:center;
	}	
	
	#contentInteriorContent .animalCamFrame p{margin-top:15px;}
	
	.giraffeCam .animalCamFrame{background:url(../images/layout/camframe_giraffe.jpg) left top no-repeat; height:505px; padding: 71px 0 0 113px;}
	.giraffeCam .animalCamFrame img{}
	
	.meerkatCam .animalCamFrame{background:url(../images/layout/camframe_meerkat.jpg) left top no-repeat; height:505px;padding: 53px 0 0 112px;}
	.meerkatCam .animalCamFrame img{margin: 1px 0 0 2px;}
	


#navSecondary { 
	font-family:Garamond, Times New Roman, Serif;
	width:auto;
	margin:0 auto 5px auto;
	height:44px;
	width:831px;
 }
#navSecondary ul{}
#navSecondary li{ 
	float:left;
} 
#navSecondary li a{
	color:#1f1f17;
	display:block;
	height:44px;
	line-height:44px;
	font-size:13px;
	background:url(/images/layout/navSecondary/navSecondary-navItem-background.jpg) top right;
	text-align:center;
	vertical-align:middle;

}



#navSecondary li.top a{border-left: #efd97d 1px solid}
#navSecondary li a:hover{
	background-position: bottom right;
	border-color:#c2ab5e;
	text-decoration:none;
}
#navSecondary li.active a,
#navSecondary li.active a:hover{
	color:#fff;
	background-position: center right;
	border-color:#69625b;
}

.aboutZoo #navSecondary li.contactUs a {width:140px;}

.aboutZoo #navSecondary li.history a {width:140px;}
.aboutZoo #navSecondary li.ourFuture a {width:140px;}
.aboutZoo #navSecondary li.overview a {width:130px;}
.aboutZoo #navSecondary li.pressBox a {width:140px;}
.aboutZoo #navSecondary li.zooFacts a {width:140px;}

.conservation #navSecondary  li.overview a {width:110px;}
.conservation #navSecondary  li.programs a {width:120px;}
.conservation #navSecondary  li.action a {width:120px;}
.conservation #navSecondary  li.quarters a {width:120px;}
.conservation #navSecondary  li.resources a {width:120px;}
.conservation #navSecondary  li.palmOilCrisis a {width:120px;}
.conservation #navSecondary  li.companies a {width:120px;}

.exhibitsAttractions #navSecondary li.exhibits a{width:150px;}
.exhibitsAttractions #navSecondary li.funThings a{width:150px;}
.exhibitsAttractions #navSecondary li.giraffes a{width:150px;}
.exhibitsAttractions #navSecondary li.overview a{width:110px;}
.exhibitsAttractions #navSecondary li.rmWild a{width:150px;}
.exhibitsAttractions #navSecondary li.whatsNew a{width:120px;}

.exploreLearn #navSecondary li.overview a {width:110px;}
.exploreLearn #navSecondary li.families a {width:130px;}
.exploreLearn #navSecondary li.kidsTeens a {width:130px;}
.exploreLearn #navSecondary li.schools a {width:110px;}
.exploreLearn #navSecondary li.adults a {width:110px;}
.exploreLearn #navSecondary li.groupPrograms a {width:110px;}
.exploreLearn #navSecondary li.outreach a {width:130px;}

.getInvolved #navSecondary li.conservationAction a {width:150px;}
.getInvolved #navSecondary li.docents a {width:100px;}
.getInvolved #navSecondary li.supportZoo a {width:110px;}
.getInvolved #navSecondary li.jobs a {width:140px;}
.getInvolved #navSecondary li.membership a {width:120px;}
.getInvolved #navSecondary li.overview a {width:110px;}
.getInvolved #navSecondary li.volunteer a {width:100px;}


.supportZoo #navSecondary li.corpOpportunities a {width:144px;}
.supportZoo #navSecondary li.donate a {width:144px;}
.supportZoo #navSecondary li.donationProgram a {width:144px;}
.supportZoo #navSecondary li.featuredProgram a {width:144px;}
.supportZoo #navSecondary li.overview a {width:110px;}
.supportZoo #navSecondary li.wishList a {width:140px;}

.guestInformation #navSecondary li.hoursAdmission a {width:110px;}
.guestInformation #navSecondary li.planVisit a {width:90px;}
.guestInformation #navSecondary li.zooTours a {width:80px;}
.guestInformation #navSecondary li.events a {width:80px;}
.guestInformation #navSecondary li.foodGifts a {width:80px;}
.guestInformation #navSecondary li.guestServices a {width:100px;}
.guestInformation #navSecondary li.discountsPromotions a {width:100px;}
.guestInformation #navSecondary li.meetingsRentals a {width:100px;}
.guestInformation #navSecondary li.memberships a {width:90px;}

.animalsPlants #navSecondary li.overview a{width:100px;}
.animalsPlants #navSecondary li.amphibReptiles a{width:150px;}
.animalsPlants #navSecondary li.birds a{width:80px;}
.animalsPlants #navSecondary li.fish a{width:80px;}
.animalsPlants #navSecondary li.invertebrates a{width:110px;}
.animalsPlants #navSecondary li.mammals a{width:90px;}
.animalsPlants #navSecondary li.plants a{width:80px;}
.animalsPlants #navSecondary li.animalHighlights a{width:140px;}

.kidsFun #navSecondary li.skyRide a {width:170px;}
.kidsFun #navSecondary li.backYard a {width:120px;}
.kidsFun #navSecondary li.birthdays a {width:120px;}
.kidsFun #navSecondary li.conservationKids a {width:120px;}
.kidsFun #navSecondary li.funThings a {width:120px;}
.kidsFun #navSecondary li.game a {width:70px;}
.kidsFun #navSecondary li.overview a {width:110px;}



#navSecondary li a.line2{
	line-height:14px;
	padding-top:8px;
	padding-bottom:8px;
	height:28px;
	
}






#navTertiary{
	position:relative;
	width:181px;
	float:left;
	margin:0 18px 20px 0;
	/margin-right:0;
}
#navTertiary .header {
	position:relative;
	z-index:3;
	width:177px;
	margin:0 -18px -40px 0;
	height:82px;
	float:right;
 }

.aboutZoo #navTertiary .header {background-image:url(/images/layout/navTertiary-header-cardinal.png);}
.supportZoo #navTertiary .header {background-image:url(/images/layout/navTertiary-header-chipmunk.png);}
.getInvolved #navTertiary .header {background-image:url(/images/layout/navTertiary-header-frog.png);}
.guestInformation #navTertiary .header {background-image:url(/images/layout/navTertiary-header-gibbon.png);}
.exploreLearn #navTertiary .header {background-image:url(/images/layout/navTertiary-header-ivybower.png);}
.conservation #navTertiary .header {background-image:url(/images/layout/navTertiary-header-kea.png);}
.kidsFun #navTertiary .header {background-image:url(/images/layout/navTertiary-header-lemur.png);}
.animalsPlants #navTertiary .header {background-image:url(/images/layout/navTertiary-header-cardinal.png);}
.exhibitsAttractions #navTertiary .header {background-image:url(/images/layout/navTertiary-header-cardinal.png);}


#navTertiaryContent{padding:0 0;}
#navTertiaryT{
	height:11px;
	background:url(/images/layout/navTertiaryT-background.jpg) no-repeat;
	
}
* html #navTertiaryT{margin-bottom:-5px;}

#navTertiaryB{
	height:19px; 
	background:url(/images/layout/navTertiaryB-background.jpg) no-repeat;
	
}
#navTertiaryL{background: #F2E3BC url(/images/layout/navTertiaryL-background.jpg)  repeat-y bottom left;}
#navTertiaryR{
	position:relative;
	background:url(/images/layout/navTertiaryR-background.jpg) repeat-y bottom right;
	/*padding:10px 10px 10px 38px;     narrowed left padding on nav tertiary to prevent items from line breaking*/
	padding:10px 10px 10px 25px;
	
}

#navTertiary ul{position:relative;
 z-index:3;
}
#navTertiary li {
	list-style: none;
	padding-left:0;
	padding-top:15px;
	background:url(/images/layout/navTertiary-break.gif) top left no-repeat;
}

#navTertiary li.top{
	padding-top:20px;
	background:none;
}
#navTertiary li ul{display:none}
#navTertiary a, #navTertiary li.active ul a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#435c0e;
	font-weight:normal;
	text-decoration:none;
}
#navTertiary a:hover{color:#72340b;}
#navTertiary .active ul{display:block;}
#navTertiary .active a, #navTertiary li.active ul li.active a{
	font-weight:bold;
	color:#72340b;
}


#navTertiary li li{
	list-style: none;
	padding-left:0;
	padding-top:0;
	background:none;
}
#navTertiary li li a{
	list-style: disc;
	padding-left:25px;
}


#itinmap11,#itinmap12,#itinmap13,#itinmap14,#itinmap21,#itinmap22,#itinmap23{pposition:relative;}


#footer{ 
	
	padding:5px 33px 10px;
	text-align:center;
	font-size:10px;
	color:#fff;
}

#footer a{color:#ffffff;}

#navFooter{margin-top:5px;}

.cornerShadow{width:19px; height:25px;}


#bodyFooter{ 
	/*text-align:center;*/
	
	width:779px;
	height:51px;
	margin:auto;
	/*background:url(/images/layout/bodyFooter-background.png);
	*/
}

#bodyFooter li {
	padding-left:40px;
	float:left;
	
}
#bodyFooter li.top {
	padding-left:0;
}

/** ROCKY MOUNTAIN WILD STYLES **/

.exhibitsAttractions .rmWild #contentInteriorL{background:none;}
.exhibitsAttractions .rmWild #contentInteriorR{background:none;padding:0;}




.exhibitsAttractions .rmWild #contentInterior{ background:#F1DCB4}
/*style in rmWild varies by Top and Bottom, not Left and Right.  so the Left div will be the Top, and the "Right" div will be the Bottom.*/

/*Top*/
.exhibitsAttractions .rmWild #contentInteriorL{
	background:url(/images/layout/contentInteriorL-rmWild-background.jpg) top left no-repeat;
}

/*Bottom*/
.exhibitsAttractions .rmWild #contentInteriorR{
	background:url(/images/layout/contentInteriorR-rmWild-background.gif) bottom left no-repeat;
	padding:238px 19px 130px;;
}


.exhibitsAttractions .rmWild #contentInteriorContent{margin:0; margin-top:100px; margin-left:190px;}
.exhibitsAttractions .rmWild .rmWild #contentInteriorContent,
.exhibitsAttractions .rmWild .theLoft #contentInteriorContent,
.exhibitsAttractions .rmWild .lodgemooseLake #contentInteriorContent,
.exhibitsAttractions .rmWild .gardens #contentInteriorContent{margin-left:0;}

div.spacer{1px;}
.exhibitsAttractions .rmWild .rmWild #contentInteriorContent div.spacer{height:0;}
.exhibitsAttractions .rmWild .theLoft #contentInteriorContent div.spacer{height:49px;}
.exhibitsAttractions .rmWild .lodgeMooselake #contentInteriorContent div.spacer{height:31px;}
.exhibitsAttractions .rmWild .gardens #contentInteriorContent div.spacer{height:0;}



.exhibitsAttractions .rmWild #navTertiary{
	background:url(/images/layout/navTertiary-rmWild-background.jpg) no-repeat; 
	width:170px; 
	height:195px;
	
}
.exhibitsAttractions .rmWild #navTertiary ul{
	position:static; 
	margin: 18px;
}
.exhibitsAttractions .rmWild #navTertiary li,
.exhibitsAttractions .rmWild #navTertiary li.top {
	padding-top:10px;
	background:none;
	
}
.exhibitsAttractions .rmWild #navTertiary li.top{
	padding-top:0;
}

.exhibitsAttractions .rmWild #navTertiary a, 
.exhibitsAttractions .rmWild #navTertiary li.active ul a {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#312c25;
}
.exhibitsAttractions .rmWild #navTertiary a:hover{
	color:#88330;
}
.exhibitsAttractions .rmWild #navTertiary .active a, 
.exhibitsAttractions .rmWild #navTertiary li.active ul li.active a{
	font-weight:normal;
	color:#883300;
}

.exhibitsAttractions .rmWild .intro{
	position:relative;
	top:9px;
	margin-right:15px;
}
* html .exhibitsAttractions .rmWild .intro{
	top:8px;
}


.exhibitsAttractions .rmWild #contentInteriorContent p{
	line-height:1.5em;
}

.exhibitsAttractions .rmWild .rmWild #contentInteriorContent .video{
	float:left;
	border:#fff 6px solid;
	margin:0 25px 50px 0;
}
.exhibitsAttractions .rmWild .rmWild #contentInteriorContent div.spacer{
	margin-bottom:20px;
}

#budgieSound{
	margin-top:15px;
}

.animalsPlants .information #content{
	padding:35px;
}


/* Plant and Animal Database - Style Reset */
	.animalsPlants .amphibReptiles #contentInterior,
	.animalsPlants .amphibReptiles #contentInteriorL,
	.animalsPlants .amphibReptiles #contentInteriorR,
	.animalsPlants .birds #contentInterior,
	.animalsPlants .birds #contentInteriorL,
	.animalsPlants .birds #contentInteriorR,
	.animalsPlants .fish #contentInterior,
	.animalsPlants .fish #contentInteriorL,
	.animalsPlants .fish #contentInteriorR,
	.animalsPlants .invertebrates #contentInterior,
	.animalsPlants .invertebrates #contentInteriorL,
	.animalsPlants .invertebrates #contentInteriorR,
	.animalsPlants .mammals #contentInterior,
	.animalsPlants .mammals #contentInteriorL,
	.animalsPlants .mammals #contentInteriorR,
	.animalsPlants .plants #contentInterior,
	.animalsPlants .plants #contentInteriorL,
	.animalsPlants .plants #contentInteriorR
	{
		background:none;
		border:none;
	}
	
	/* Add Styles back in for meerkatFacts.asp - dupicate all background styles for all contentInterior containers */
	
	.animalsPlants .mammals .meerkatFacts #contentInterior,
	.animalsPlants .plants .zooPlants #contentInterior,
	.animalsPlants .plants .horticultureHappenings #contentInterior,
	.animalsPlants .plants .zooGardens #contentInterior,
	.animalsPlants .plants .plantswithanimalNames #contentInterior,
	.animalsPlants .plants .createwildlifeHabitats #contentInterior,
	.animalsPlants .plants .createbutterflyGarden #contentInterior,
	.animalsPlants .plants .plantSelect #contentInterior
	{
		background:#EDD6A1;
		border:1px solid #3D3930;
	}
	.animalsPlants .mammals .meerkatFacts #contentInteriorL,
	.animalsPlants .plants .zooPlants #contentInteriorL,
	.animalsPlants .plants .horticultureHappenings #contentInteriorL,
	.animalsPlants .plants .zooGardens #contentInteriorL,
	.animalsPlants .plants .plantswithanimalNames #contentInteriorL,
	.animalsPlants .plants .createwildlifeHabitats #contentInteriorL,
	.animalsPlants .plants .createbutterflyGarden #contentInteriorL,
	.animalsPlants .plants .plantSelect #contentInteriorL
	{
		background:url("/images/layout/contentInterior-left.jpg") repeat-y left center;
	}
	.animalsPlants .mammals .meerkatFacts #contentInteriorR,
	.animalsPlants .plants .zooPlants #contentInteriorR,
	.animalsPlants .plants .horticultureHappenings #contentInteriorR,
	.animalsPlants .plants .zooGardens #contentInteriorR,
	.animalsPlants .plants .plantswithanimalNames #contentInteriorR,
	.animalsPlants .plants .createwildlifeHabitats #contentInteriorR,
	.animalsPlants .plants .createbutterflyGarden #contentInteriorR,
	.animalsPlants .plants .plantSelect #contentInteriorR
	{
		background:url("/images/layout/contentInterior-right.jpg") no-repeat right top;
	}

/* End Plant and Animal Database Reset



/*
.exhibitsAttractions .rmWild 
.exhibitsAttractions .rmWild 
.exhibitsAttractions .rmWild 
.exhibitsAttractions .rmWild 








#navTertiary li li{
	list-style: none;
	padding-left:0;
	padding-top:0;
	background:none;
}
#navTertiary li li a{
	list-style: disc;
	padding-left:25px;
}
*/