#container_bg{
	margin:0px auto 0;
	background:#fff url(../images/container_bg.jpg) repeat-x 0 0;
	width:764px;
	padding:3px 3px;
	overflow:auto;
	text-align:left;
}
#container{
	width:750px;
	margin:0px auto 0;
	padding:7px 7px 25px;
	
	min-height:850px;
	height:auto !important;
	height:850px;
	
	overflow:visible;
	background:#fff;
	text-align:left;
	/*border-left:1px solid #000;
	border-right:1px solid #000;*/
}
#container h1{}

#projects{ margin:15px 0 0; padding:0; list-style-type:none }
#projects li{ display:block; float:left; padding:10px }
/*#projects li a:hover{}*/

#header{
	background:#fff;
	/*border-bottom:15px solid #5C75B4;*/

	
}

#logo{

	width:200px;
	_width:186px;/*IE6*/
	height:200px;

	background:#fff url(../images/boardwalklogo.jpg) no-repeat 50% 50%
}

/*big menu*/

#nav {
	height:200px;	
	width:591px;
	_width:550px;
	#width:550px;
	float:right;
	/*background:url(../images/stripe.gif) repeat-x 0% 100%;*/
	position: relative;
	display:none;
	overflow: hidden
}

#nav .slides {
	display: block;
	height: 200px;
	margin: 0;
}

#nav li {
	float: left;
}

li:after {
	content: "";
}

#nav .slide {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 200px;
	width: 136px;
	background: #fff;
	padding:0;
	border-right: 2px solid #fff;
}

#nav .slide span {
	display: none;
	height: 200px;
	width: 136px;
	overflow:hidden;
	margin-top:-40px;
	cursor:pointer
}

#nav #slide_1 {
	background: #000 url(../images/menu_boardwalk.jpg) ;
}

#nav #slide_7 {
	background: #000 url(../images/menu_places.jpg);
}

#nav #slide_19 {
	background: #000 url(../images/menu_projects.jpg);
}

#nav #slide_2 {
	background: #000 url(../images/menu_contact_us.jpg);
}
#nav .last{ border-right:0 }

#location_nav ul{
	margin:0;
	padding:0;
	list-style:none
}
#location_nav ul li{ 
	display:block;
	float:left;
	overflow:hidden;
	line-height:2em
}
#location_nav li.first a{

}
#location_nav li a,#location_nav li a:visited{

	padding:10px;
	float:right:
	display:block;


	color:#000;
	background:#eee;
	
	border-right:1px solid #ccc;	
	text-decoration:none
}

#location_nav li a:hover,#location_nav li a:focus{
	text-decoration:underline
}
#location_nav li.active a{
	color:#2447a5;
	background:#fff
}

#columns{

}
#columns .col{	 
	margin-right:10px;
	float:left
}
#columns.w50 .col{ width:48% }


#footer{
	position:relative;	
	/*margin-top:-150px;*/
	
	padding-top:150px;	
	min-height:300px;
	height:auto !important;
	height:300px;	
	
	background:#000 url(../images/grass.jpg) repeat-x 50% 0%;
	color:#ccc
	/*display:none;*/
}
#footer a,#footer a:visited{color:#ccc;text-decoration:none}
#footer a:hover,#footer a:focus{text-decoration:underline}

.br{ line-height:1%;height:1px;clear:both }
.p5{padding:5px}
.p10{padding:10px}
.p20{padding:20px}

.line{
	clear:both; height:1px; line-height:1px; font-size:1px; background:url(../images/dotted_line.gif) repeat-x 0 0;
}

.divide{
	margin:0;
	padding:0 5px;
	height:41px;
	background:url(../images/divide_bg.gif) repeat-x 0 50%
}

.divide span{
	display:block;
	padding-left:40px;
	padding-top:12px;
	font-weight:normal;
	height:37px;
	overflow:visible;
	white-space:nowrap;
	color:#eee;
}
.divide span.tree{
	background:url(../images/pine_trees.gif) no-repeat 0 0
}


.divide span.B_crumbBox{ display:inline; padding:0; }
.divide .B_crumbBox span{ display:inline; padding:0; }
.B_crumbBox a,.B_crumbBox a:visited{ text-decoration:none; color:#eee }
.B_crumbBox a:hover,.B_crumbBox a:focus{ text-decoration:underline; }
.B_lastCrumb{}
.B_currentCrumb{ }


.right{ text-align:right }
.left{ text-align:left }
.center{ text-align:center }
.floatLeft{ float:left }
.floatRight{ float:right }
