@charset "utf-8";
/* CSS Document */

#container {
	width: 960px;
	margin: 0px auto;
}
#new_menu{
	background-image: url(menu-bg.png);
	background-repeat: no-repeat;
	height: 34px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#new_menu ul {
	margin: 0px;
	padding: 8px 0px 0px 20px;
	list-style-type: none;
}
#new_menu ul li {
	float: left;
}
#new_menu ul li a {
	color: #FFF;
	padding: 4px 20px;
	text-decoration: none;
}
#new_menu ul li a.active {
	background-color: #FC0;
}

#new_menu ul li a:hover {
	background-color: #F90;
	text-decoration: none;
}
#new_header, .new_sidebar , #new_footer   , .new_content{
	background-color: #FFF;
	border: 1px solid #06F;
}

.new_sidebar, .new_content {
	margin-bottom: 5px;
	padding: 5px;
}
.sidebar_title ,a.sidebar_title  {
	color: #FFF;
	background-color: #06F;
	display: block;
	margin: 0px;
	padding: 5px 5px 5px 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
}



#new_header {
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url(header.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 196px;
}

#new_sidebar {
	float: left;
	width: 250px;
}
#new_footer {
	width: 100%;
	float: left;
	text-align: center;
}


#new_content {
	float: right;
	width: 100%;
	margin-bottom: 5px;
}

#ads {
	margin: 0px;
	padding: 0px;
	height: 102px;
}
#ads li {
	display: none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#ads li.first {
	display: block;
}

#new_content1 {
	float: right;
	width: 703px;
}
#map {
	background-image: url(Broome-Accomm.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 740px;
	width: 740px;
}
#map td.selected {
	border: 2px solid #C00;
}

#new_footer p a {
	font-size: 11px;
	color: #333;
	text-decoration: underline;
}
