/* CSS Document */

/* -------------------- re-classing existing elements --------------*/
#content_bdy{
	width:592px;
}
#content_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	padding:0px;
	margin: 0px 0px 5px 0px;
	background-color:transparent;
}
#content_text p {
	margin: 0px; /* zero out the P margin to compensate for CMS inserted P tags */
}
/* ----- bottom right content  ------ */
#rightCol{
	margin: 0px;
	padding: 0px;
	position:relative;
	width:221px;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	z-index:2 /* Must be on a lower z to ensure nav is clickable and it doesn't cover up */
}
#rightCol_body{
	!width:215px;
	background-image:url(/images/TetraFish/R_btm_bkg.png);
	background-repeat:no-repeat;
	}
#rightCol_btm{
}

/* ----- bottom left content  ------ */
#leftCol_inset, #rightCol_inset {
	margin: 0px 8px 0px 8px;
	font-size:12px;
	background-color: #f0f6f3;
	border: solid 1px #f0f6f3;
}

#leftCol_inset a, #rightCol_inset a {
	color:#1d4435;
}

/* ----- bottom left content  ------ */
#leftCol{
	width:365px;
}
#leftCol_body{
	background-image:url(/images/TetraFish/L_btm_bkg.png);
	background-repeat:no-repeat;
}
/* ----- bottom section container, left and right promo container ---- */
#btm_section{
	position:relative;
	margin-top:5px;
	padding-top: 0px;
	width:592px;
}

/* ------------- Floating assets (section item and WAWW) ------------- */
#asset_1{
	position:absolute;
	left:-109px;
	margin-top: -12px;
	width: 474px;
	overflow: hidden;
}