body {
			background: url(/images/background.jpg);
			margin: 0px;
			font-family: Georgia, Times New Roman, Times, serif;
			color: #382c16;
			font-size: 12px;
		}

		a:link, a:active, a:visited {
			color: #000080;
		}


		DIV{-moz-box-sizing:border-box;box-sizing:border-box;-webkit-box-sizing: border-box;}
		
		
		#contentContainer {
			width: 1020px;
			background: url(/images/contentBg2.png) repeat-y;
			background-size: 1020px;
			padding-left: 10px;
		}
		
		#header {
			width: 1000px;
			height: 253px;
			background: url(/images/header.jpg) no-repeat;
		}
		
		#topHome {
			display: block;
			width: 230px;
			height: 253px;
			float: left;
		}

		#topNav {
			padding-top: 198px;
			padding-right: 30px;
			font-size: 22px;
			float: left;
			padding-left: 35px;
		}

		#topNav a:link, #topNav a:active, #topNav a:visited {
			text-decoration: none;	
			color: #382c16;
		}
		
		
		#contentBottom {
			width: 1000px;
			background: url(/images/contentBottomBG.png) no-repeat;
			height: 15px;
		}

		.clearDiv {
			clear: both;
		}

div#adBlock div {
	margin: 20px 0px 20px 0px;
}


#mainContent {
	padding: 10px;
	clear: both;
}

#weeklyNewsletter {
	margin-top: 10px;
}

.cityGroup {
	clear: both;
	padding-bottom: 40px;
}

.cityName {
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 12px;
}

.restaurantList {
	padding-left: 13px;
	clear: both;
}

.resListItem {
	clear: both;
	margin-bottom: 25px;
}

.memberTrue {
	border: 4px solid #bd442f;
	padding: 5px;
	background: #d9d9d9 url(/images/featuredRes.png);
	background-repeat: no-repeat;
	background-position: right top;
	
}

.resInfo {
	float: left;
	width: 400px;
}

.memberTrue .resInfo {
	width: 380px;
}

.resListLogo img {
	width: 100px;
	float: left;
	margin-left: 10px;
	text-align: center;
}

.memberTrue .resListLogo {
	margin-top: 20px;
	width: 140px;
	float: right;
	margin-right: 15px;
}

.memberTrue .resListLogo img {
	width: 140px;
}

.resListName a:link, .resListName a:active, .resListName a:visited {
	color: #382c16;
	font-size: 18px;
}

.resListName a:hover {
	color: #c7a25d;
}

.memberTrue .resListName a:link, .memberTrue .resListName a:active, .memberTrue .resListName a:visited {
	font-weight: bold;
}


.resInfoItem {
	padding: 8px;
	clear: both;
}

.resInfoInfo {
	float: left;
	width: 250px;
}

.resInfoLogo {
	float: right;
	margin-left: 10px;
	text-align: center;
}

.resInfoName{
	color: #382c16;
	font-size: 18px;
	font-weight: bold;
}

#resLeftCol {
	width: 330px;
	float: left;
}
#resRightCol {
	width: 650px;
	float: left;
	padding-left: 10px;
}

.CityNavTitle  {
	font-weigh: bold;
	font-size: 17px;
	padding-bottom: 14px;
}

#cityNav {
	border: 2px solid #c0432f;
	background: White;
	width: 200px;
	display: none;
	position: absolute;
}

#cityNav ul{
		font-size: 16px;
		padding: 0px;
		margin: 3px 0px 15px 15px;
		list-style: none;
		list-style-position: outside;
	}
	#cityNav ul li{
		margin: 0px 0px 0px;
		padding: 0px 0px 2px;
	}

.sideAdBox{
	margin: 20px 0px 0px 0px;

}

.homeList{
	background: #d3b62a;
	margin-left: 31px;
	margin-top: -3px;
	width: 232px;
	padding: 10px;
	border-left: 3px solid #bd442f;
	border-right: 3px solid #bd442f;
	border-bottom: 3px solid #bd442f;
	
}

.homeList ul{
		font-size: 16px;
		padding: 0px;
		margin: 3px 0px 15px 15px;
		list-style: none;
		list-style-position: outside;
	}
	.homeList ul li{
		margin: 0px 0px 0px;
		padding: 0px 0px 2px;
	}

.intList{
	background: #bd442f;
	margin-top: -3px;
	width: 232px;
	padding: 10px;
padding-left: 20px;
	border-left: 3px solid #d3b62a;
	border-right: 3px solid #d3b62a;
	border-bottom: 3px solid #d3b62a;
	border-top: 3px solid #d3b62a;
	
}

.intList ul{
		font-size: 16px;
		padding: 0px;
		margin: 3px 0px 15px 15px;
		list-style: none;
		list-style-position: outside;
	}
	.intList ul li{
		margin: 0px 0px 0px;
		padding: 0px 0px 2px;
	}

.intList a:active, .intList a:link, .intList a:visited {
	color: #382c16;
}

.intList a:hover {
	color: #d7be9a;
}

.pageTitle {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

#lbLoadMessage {
	margin: 60px 0px 0px 20px;
}



#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:820px;
	height:700px;
	margin:-400px 0 0 -410px;
	background: url(/images/menupop.jpg) no-repeat;
	text-align:left;
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.6;
	opacity:.60;
	filter: alpha(opacity=60);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}


#weeklyNewsletter {
	width:589px;
	height: 150px;
	background: url(/images/bm_weeklysignups-(1).png) no-repeat;
	padding: 60px 0px 0px 270px;
}

#textContent {
	font-size: 15px;
	width: 500px;
}

.CMSMenu {
	margin: 0px;
	padding: 0px;
}

.CMSMenuItem, .CMSMenuItemMouseOver, .CMSMenuItemMouseDown, 
.CMSMenuHighlightedMenuItem, .CMSMenuHighlightedMenuItemMouseOver, 
.CMSMenuHighlightedMenuItemMouseDown, 

.CMSMenuItemMouseUp, .CMSMenuHighlightedMenuItemMouseUp
{

	margin: 0px;
	padding: 0px 15px;

}

.CMSMenuItemMouseOver, .CMSMenuHighlightedMenuItem, 
.CMSMenuHighlightedMenuItemMouseOver, .CMSMenuHighlightedMenuItemMouseDown
{
	
}

.separator {
	margin: 0px;
	padding: 0px;
}

