
#widgets_top .widgets,
#widgets_bottom .widgets{
	overflow: hidden;
	margin: auto;
	width: 960px;
}
.widgets .left,
.widgets .center,
.widgets .right{
	float: left;
	margin: 0 10px 0 10px;
	width: 305px;
}
.widgets .right{
	margin: 0;
}
.widgets .widget{
	padding: 10px 0;
}

.widgets ul{
	padding: 5px 0;
}
	.widgets li{
		text-indent: 10px;
		padding: 2px 0;
	}
	#sidebar .widgets li{
		text-indent: 0;
		padding-left: 10px;
	}

#sidebar .widgets{
	padding: 20px 0 0 0;
}
	#sidebar .widget{
		padding: 0 0 20px 0;
	}
	.widgets h4{
		color: #fff;
		font-size: 14px;
		text-transform:uppercase;
		font-weight: bold;
		width:262px;
		padding:5px 5px 5px 10px;
		background:url(images/h4-widget-bg.png) repeat-x;
		margin:0;
	}
	 
	
 	.widgets p{
	padding:0 0 0 10px;
	margin:0;
	}

	.map{
		display:block;
		background:url(images/directions.jpg) repeat-x;
		width:277px;
		height:124px;
		margin:0;
	}
	.widgets ul li a {
	font-size: 18px;
	 color: #ffc50c;	
		display:block;
		font-weight: bold;
		text-transform:uppercase;
		padding:10px 0 0 40px;
	}
		.widgets ul li{
			margin:0;
			padding:0;
			line-height:18px;
			list-style:none;
		}
		.widgets ul li a:hover, .widgets ul li a:active {
	   		color:#fff;
	   		text-decoration:none;
			background:url(images/buffalo-wing.png) no-repeat 0 -2px;
		}

		.widgets ul a:focus {
	    	outline: none;
		}
		#bookaroom{
			width:277px;
			height:166px;
			background:url(images/book-a-room.jpg) no-repeat;
		}