@charset "utf-8";
/* CSS Document */

.float_l {
	float: left;
	display:inline;
}
.float_r {
	float: right;
	display:inline;
}
.clear { 
	clear: both; 
	height: 0; 
}

html {
	background: #fff url(../images/bg_body.jpg) 0 0 repeat-x;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff url(../images/bg_body.jpg) 0 0 repeat-x;
}

#container {
	padding: 0;
	width: 950px;
	background: #fff url(../images/bg_container.jpg) 0 0 repeat-y;
	border: 0 none;
	position: relative;
} 

#header {
	margin: 0 0 7px 0;
	width: 950px;
	height: 78px;
	background: transparent url(../images/header.jpg) no-repeat;
}
      
#video {
	width: 450px;
	height: 271px;
	margin: 0 0 7px 19px;
	background: url(../images/bg_video.jpg) 0 0 repeat-y;
}

#flashcontent {
	margin: 7px 0 0 10px;
}

#tomsRiver_search {
	margin: 7px 12px 0 0;
	width: 107px;
	height: 127px;
	background: url(../images/bg_tomsRiver_search.jpg) 0 0 no-repeat;
}

#tomsRiver_search ul {
	margin: 60px 0 0 3px;
}

#manahawkin_search {
	margin: 4px 10px 0 0;
	width: 109px;
	height: 128px;
	background: url(../images/bg_manahawkin_search.jpg) 0 0 no-repeat;
}

#manahawkin_search ul {
	margin: 60px 0 0 3px;
}

#store_locations {
	margin: 0 21px 0 0;
	width: 450px;
	height: 271px;
	background: url(../images/bg_storeLocations.jpg) 0 0 no-repeat;
}

#store_locations ul {
	margin: 75px 0 0 250px;
}

#enterSite_tomsRiver {
	margin-bottom: 105px;
}

#footer {
	margin: 0 auto;
	width: 950px;
	height: 8px;
	font-size: 11px;
	background: transparent url(../images/bg_footer.jpg) 0 0 no-repeat;
	color: #666;	
}

#footer a {
	color: #666;
}

#footer a:hover {
	color: #FF0000;
}

.footerleft {
	padding: 0 0 0 20px;
	display: none;
}

.footerright {
	padding: 0 30px 0 0;
	width: 200px;
}

#seo_text {
	width: 930px;
	padding: 10px;
	background: #fff;
	height: 90px;
	overflow: auto;
}
