* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	background: #6e6d5a;
}

table.headertable {
	width: 100%;
	margin: 2px 0;
	background: #fdfdfe url(images/headerbg.jpg) repeat-x top left;
	height: 101px;
}

	table.headerarea {
		margin: 0 auto;
		width: 914px;
	}
	
	table.headersearch input {
		height: 18px;
		background: #ffffff;
		border: none;
		font: 12px Arial, Helvetica, sans-serif;
		color: #767576;
		padding: 2px;
	}

table.maintable {
	width: 100%;
	margin: 2px 0;
	background: #faf9f7 url(images/mainbg.jpg) repeat-x top left;
}

	table.mainarea {
		margin: 8px auto;
		width: 914px;
	}
	
	td.menucol {
		width: 184px;
		border-top: 1px solid #aa9b92;
		border-right: 1px solid #aa9b92;
	}
		
		td.menucol p {
			margin-bottom: 10px;
			font: normal 11px Arial, Helvetica, sans-serif;
		}
	
		table.menutable {
			margin-bottom: 20px;
		}
		
		td.menuoptions {
			border-bottom: 1px solid #aa9b92;
			height: 34px;
		}
		
	table.copyarea {
		margin-left: 5px;
		width: 724px;
	}
	
	table.subnav {
		margin-bottom: 12px;
	}
	
	table.featuredbox {
		border: 1px solid #aa9b92;
		width: 100%;
		background: #f6f2ef;
	}
		td.featuredborderbtm {
			border-bottom: 1px solid #aa9b92;
			height: 44px;
		}
	
		td.featuredboxlistings{
			background: #ddd6d1;
			border-top: 1px solid #f6f2ef;
			border-right: 1px solid #f6f2ef;
			width: 180px;
		}
			
			table.featuredinfo {
				margin: 10px;
				width: 160px;
				font: 11px Arial, Helvetica, sans-serif;
				color: #6e6d5a;
				text-decoration: none;
			}
			
			table.featuredinfo strong {
				font: bold 11px Arial, Helvetica, sans-serif;
				color: #8b4d58;
			}
			
		table.mapsearchhdr {
			width: 360px;
			height: 44px;
			background: #c3b2a4 url(images/mapsearchhdrbg.jpg) repeat-x top left;
		}
		
		td.mapsearchcontain {
			background: #6e6d5a;	
			height: 133px;	
		}
		
			table.mapsearcharea {
				width: 100%;
				font: 11px Arial, Helvetica, sans-serif;
				color: #f4f0ec;
				margin: 12px;
				width: 336px;
			}
			
			table.mapsearcharea input,select {
				margin: 3px;
				background: #ffffff;
				border: none;
				color: #6e6d5a;
				font: 11px Arial, Helvetica, sans-serif;
				padding: 2px;
			}
			
			table.mapsearcharea p {
				margin: 3px;
			}
		
		table.idxcopy {
			font: 11px Arial, Helvetica, sans-serif;
			color: #433c43;
			margin: 12px 17px;
			width: 685px;
		}
		
		table.idxcopy h1 {
			font: bold 14px Verdana, Arial, Helvetica, sans-serif;
			color: #5b5a46;
			margin-bottom: 10px;
		}
	
	table.insidebox {
		border: 1px solid #aa9b92;
		width: 100%;
		background: #f6f2ef;
	}		
		
		table.insidebox h1 {
			border-bottom: 1px solid #aa9b92;
			height: 44px;
			background: #c3b2a3 url(images/h1bg.jpg) repeat-x top left;
		}
		
		table.insidecopy {
			font: 11px Arial, Helvetica, sans-serif;
			color: #433c43;
			margin: 12px 17px;
			width: 689px;
		}
		
		table.insidecopy p {
			margin-bottom: 10px;		
		}
		
		table.insidecopy h2 {
			font: bold 14px Verdana, Arial, Helvetica, sans-serif;
			color: #38372a;
			margin-bottom: 10px;
		}
		
		table.insidecopy blockquote {
			margin-left: 30px;
		}
		
		table.insidecopy ul,ol {
			margin-left: 30px;
			margin-bottom: 10px;
			font: 11px Arial, Helvetica, sans-serif;
			color: #433c43;
		}
		
		table.insidecopy hr {
			border: none;
			background: #decfc1;
			color: #decfc1;
			height: 1px;
			margin: 10px 0;
		}
		
		table.insidecopy input,textarea,select {
			margin: 1px;
			padding: 2px;
			color: #6e6d5a;
			background: #ffffff;
			border: none;
		}
		
a {
	color: #8b4d58;
	text-decoration: underline;
}

img.imageborder {
	border: 1px solid #837d6e;
}

img.imageright {
	float: right;
	margin: 0 0 20px 20px;
	border: 1px solid #837d6e;
}



table.datatable {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	width: 100%;
}

td.datatabledark {
	border-bottom: 1px solid #000;
	padding: 3px;
	background: #6e6d5a;
	color: #f4f0ec;
	font-weight: bold;
}	

td.datatablemed {
	border-bottom: 1px solid #000;
	padding: 3px;
	background: #b8b7a4;
	color: #000;
}	

td.datatablelight {
	border-bottom: 1px solid #000;
	padding: 3px;
	background: #dbdacc;
	color: #000;
}	


	
table.footer {
	margin: 0 auto;
	width: 914px;
	height: 40px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #decec1;
}

	table.footer a {
		color: #decec1;
		text-decoration: none;
	}

	table.footer a:hover {
		color: #faf9f7;
		text-decoration: none;
	}
	
table.table100 {
	width: 100%;
}

table.contactagent input {
height:18px;
background: #ffffff;
border: 1px solid #aa9b92;
font: 11px Arial, Helvetica, sans-serif;
color: #6e6d5a;
}

table.contactagent textarea {
background: #ffffff;
border: 1px solid #aa9b92;
font: 11px Arial, Helvetica, sans-serif;
color: #6e6d5a;
}

div.citymelt{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	padding-left:45px;
}

div.citymelt a{
	color:#AA9B92;
	text-decoration:underline;
}

div.citymelt a:hover{
	color:#8b4d58;
	text-decoration:none;
}

/* CMS Styles */

body.mceContentBody {
    background: #f6f2ef;
	font: 11px Arial, Helvetica, sans-serif;
	color: #433c43;
}

.mceContentBody a {
	font: 11px Arial, Helvetica, sans-serif !important;
	color: #8b4d58 !important;
	text-decoration: underline;
}

.mceContentBody p {
			margin-bottom: 10px;		
}
		
.mceContentBody h2 {
			font: bold 14px Verdana, Arial, Helvetica, sans-serif;
			color: #38372a;
			margin-bottom: 10px;
}

.mceContentBody ul,ol {
			margin-left: 30px;
			margin-bottom: 10px;
			font: 11px Arial, Helvetica, sans-serif;
			color: #433c43;
}

.mceContentBody font{
    font-size:inherit;
    color:inherit;
} 

ul#list {
	margin-left: 50px;
	}


.sidebarnote a {
	margin: 0 10px 10px 10px;
	padding: 8px;
	font: bold 13px Arial, Helvetica, sans-serif;
	background: #8b4d58;
	text-align: center;
	display: block;
	color: #fff;
	text-decoration:none;
}
	.sidebarnote small {
		font-size: 80%;	
	}
	
	.sidebarnote a:hover {
		background: #fff;
		color: #8b4d58;
	}