

/*----Structural DIVs----*/

#wrap {
	width: 804px;
	margin: 50px auto auto auto;
}

#content {
	background: url(images/backgrounds/content.jpg) no-repeat;
	padding: 0 0 80px 0;	
}

#leftEdge {
	width: 16px;
	float: left;
	height: 621px !important;
	overflow: hidden;
}

#rightEdge {
	width: 19px;
	float: left;
	height: 621px !important;
	overflow: hidden;	
}


/*----Other DIVs----*/

#splashContainer {
	width: 769px;
	float: left;
	display: inline;
}

#leftCol {
	width: 230px;
	float: left;
	margin: 0 30px 0 61px;
	display: inline;
	padding-top: 20px;
	text-align: center;	
}

#middleCol {
	width: 142px;
	float: left;
	display: inline;
}

#rightCol {
	width: 190px;
	float: left;
	margin-left: 40px;
	display: inline;	
	padding-top: 20px;
	text-align: center;
}

#selectALocation {
	margin: 45px 0 0 10px;
}

#text {
	padding: 40px 55px 0 0;
}

.lead_image {
	margin: 48px 0 49px 71px;
}

.viewJungle {
	margin: 7px 67px 0 0;
	float: right;
}

/*----Typography----*/

#text p {
	font: normal 12px/18px verdana, arial, helvetica, sans-serif;
	color: #2c0c03;
	margin-bottom: 10px;
}

#text ul {
	list-style: none;
}

#text ul li {
	list-style: none;
	background: url(../shared/images/bullet.gif) no-repeat 0 5px;
	padding-left: 15px;
}

/*----Link Styles----*/

#text a {
	font: normal 12px/18px verdana, arial, helvetica, sans-serif;
	color: #2c0c03;
}

#text a:hover {
	text-decoration: none;
}