/* CSS Document */
/*  ---png--- */
div{ behavior:url(/css/Marineland/iepngfix.htc); }
img{ behavior:url(/css/Marineland/iepngfix.htc); }
body{ behavior:url(/css/Marineland/iepngfix.htc); }

/* ---------  center content area ------------*/
#content_bdy{
	position:relative;
	width:779px;
	left:192px;
	padding-top:128px;	/* padding added to solve problem produced by position relative. Using 'top' was not working.  DRM */
	min-height:700px;
	
}
* html #content_bdy {
	height:700px;
}
#content_head{
	position:relative;
	background-image:url(/images/marineland/bg_home_center_top.jpg);
	width:779px;
	height:38px;
}

#content_btmImg{
	background-image:url(/images/marineland/bg_home_content_bottom.gif);
	width:779px;
	height:22px;
}

/* ----- Sidebar ----- */
#sidebar{
	/*
	background:url(../images/bg_rightnav.png);
	position:absolute;
	width:187px;
	height:212px;
	top:156px;
	left:829px;
	*/
	display:none;
}


/* ------------- Floating assets (section item and WAWW) ------------- */
#asset_1{
	/*
	position:relative;
	margin-left:500px;
	margin-top:-70px;
	height:153px;
	width:162px;
	*/
	display:none;
}
.asset_2{
	/*
	position:absolute;
	top:550px;
	left:850px;
	*/
	display:none;
}

/* styles unique to ML home */

#homeContent{
	border:1px solid #fff;
	height:448px;
	width:989px;
	cursor:pointer;
}
//.homeBg1 {
//	background:url(/images/marineland/bg_home_stealth.jpg) no-repeat;
//}
.homeBg1 {
	background:url(/images/marineland/bg_home_visitherm.jpg) no-repeat;
}
.homeBg2 {
	background:url(/images/marineland/bg_home_led.jpg) no-repeat;
}
#homeCallOuts {
	padding:50px 0px 0px 718px;
}
.homeCallOut {
	border:2px solid #000;
	width:254px;
	margin-bottom:12px;
}
.homeCallOut h1 {
	background-color:#45433F;
	border-bottom:2px solid #000;
	margin:0px;
	padding:3px;
	font-size:11px;
	color:#fff;
	text-align:center;
	line-height:13px;
}
.homeCallOut h1 span.highLight {
	color:#FFE000 !important;
}
