#bodyWrapper{
    width: 760px; /*Width of main container*/
    margin: 0 auto; /*Center container on page*/
    
	}
    
#bannerimage_container{
    width:600px; 
    height:222px; 
    position:relative; 
    left:0px; 
    top:0px;
	padding:0px;
    background-color:#fff;
	display:block;
    }
#bannerimage_container img{ 
	padding:0px; 
	border:0px;
	width:600px; 
    height:222px; 
	vertical-align:bottom;
    }	
#bottomshadow{
    position:absolute; 
    bottom:-15px; 
    left:0px; 
    width:100%; 
    height:16px;
    }	
#content_container{
    position:relative; 
    top:0px; 
    left:0px; 
    width:600px;
	height:400px;
    }
.ING_Business_description{
    text-align: left;
    }
.ING_Business_description h1{
    color:#000066; 
    font-size:12px;
    font-weight:normal;
    padding:8px;
    } 
#leftContentContainer{
    width:215px; 
    height:180px;
    position:absolute; 
    left:30px; 
    top:30px; 
    padding:0px;
    border:none;
    } 
#location_container{ 
    position:absolute; 
    right:0px; 
    top:0px;
    width:158px;
    font-size:11px;
    font-weight:bold;
	color:#3399cc;
	border-top:0px;
    }
.locationsHeader{
    color:#000066; 
    font-size:12px; 
    font-weight:bold;
    padding-left:8px;
	padding-bottom:3px;
	padding-top:3px;
	position:relative;
	top:0;
	right:0;
    }
#locationsList{
    padding-left:14px; 
    padding-top:1px;
    /*height:100%;*/
	position:relative;
	top:0px;
    }
#locationsList a{
	text-decoration:none;	
	}
#locationsList li{
  	list-style:circle;
	color:#3399cc;
    }	
#middle_container{
    /*width:800px;*/ 
    position:relative;
    } 	  
#rightContentContainer{
    width:280px; 
    height:180px; 
    position:absolute; 
    right:30px; 
    top:30px; 
    padding:0px;
    border:none
    }
.spotlightContainer{
    border:solid 0px #CCC; 
    font-style:italic;
    margin-top:20px;
    padding:10px;
    height:100px;   
    }
.spotlightHeader{
    color:#ff6600;
    background-color:#fff; 
    font-size:13px; 
    font-weight:bold; 
    padding-top:5px;
    padding-left:5px;
    }
.spotlightContainer img{
	float:left;
	margin-right:5px;
	} 
#scroll_container{
   display:none; 
   position:relative; 
   left:30px; 
   top:240px; 
   width:730px; 
   height:150px; 
   background-color:#FFF;
   }
   
#bannerimage_container ul.slideshow {
	list-style:none;
	width:600px;
	height:222px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
}	
#bannerimage_container ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}
#bannerimage_container ul.slideshow li.show {
	z-index:500;	
}
#bannerimage_container ul img {
	border:none;	
}
#slideshow-caption {
	width:400px;
	height:70px;
	position:absolute;
	bottom:0;
	left:0;	
	color:#fff;
	background:#000;
	z-index:500;
}
#slideshow-caption .slideshow-caption-container {
	padding:5px 10px;		
	z-index:1000;
}
#slideshow-caption h3 {
	margin:0;
	padding:0;	
	font-size:14px;
}
#slideshow-caption p {
	margin:5px 0 0 0;
	padding:0;
}   