@charset "utf-8";
h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 0px;
}
h2 {
	font: normal 16px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin-top: 0px;
	margin-left: 25px;
}
h3 {
	color: #9F4527;
	margin: 0;
	font: bold 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
p {
	font: 11px/14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #595455;
}

#sidebar h1 {
	margin-top: 0px;
}
.firstPara {
	font: 11px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-top: 0px;
	margin-left: 25px;
}
#news {
	border-top: 1px solid #C8AF98;
	margin-top: 5px;
}
#advertisement {
	border-top: 1px solid #C8AF98;
	margin-left: -15px;
	margin-top: 10px;
	padding-left: 15px;
	padding-top: 10px;
}
#navigation {
	position: relative;
	width: 799px;
	overflow: hidden;
	height: 20px;
	background-repeat: no-repeat;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 30px;
	top: 130px;
	left: 0px;
	margin-left: 0px;
	right: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	color: #FFF;
	padding-top: 9px;
	list-style-type: square;
}
.homeNav {
	list-style-image: url(../images/sq_offWhite.gif);
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	color: #FFF;
}
.whatsNewNav {
	list-style-image: url(../images/sq_purple.gif);
}
.communityForumNav {
	list-style-image: url(../images/sq_green.gif);
}
.eventsNav {
	list-style: url(../../source/sq_green.gif);
	position: relative;
	clip: rect(20px,auto,auto,auto);
}
.shoppingNav {
	list-style-image: url(../images/sq_orange.gif);
}
.diningNav {
	list-style-image: url(../images/sq_red.gif);
}
.realEstateNav {
	list-style-image: url(../images/sq_blue.gif);
}
#currentNav {
	color: white;	
}
#news h1 {
	margin-bottom: 5px;
}
.imageLeft {
	float: left;
	padding-right: 10px;
}
.newsItem {
	margin-bottom: 15px;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.imageRight {
	float: right;
	padding-left: 10px;
}
.date {
	font: 11px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #5B5659;
	margin-bottom: 0px;
	margin-top: 12px;
}
.newsItem p {
	margin-top: 0px;
}
.price {
	font-weight: bold;
}
.sceneItem {
	border-top: 1px solid #C8AF98;
	margin: 5px 10px 0 0;
	padding: 5px 0;
}
.sceneItem p {
	margin-left: 14px;
	margin-top: 0px;
	margin: 0 0 0 14px;
}
.sceneItem img {
	padding-right: 5px;
}
#currentItem {
	background: url(../images/gradient_bg.jpg) repeat-y;
}
#advertisement p {
	color: #5B5659;
	margin: 0 0 3px 0;
}
#navigation ul {
	padding-left: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	list-style-image: none;
	list-style-type: none;
}
#navigation ul li {
	float: left;	
}
#navigation ul a {
	display: block;
	padding-right: 45px;
}
#navigation ul a:link,  #navigation ul a:visited {
	color: #928B85;
	text-decoration:none;
}
#navigation ul a:hover,#navigation ul a:active {
	color: #fff;
	text-decoration:none;
}
#navigation ul #currentNav a:link,  #navigation ul #currentNav a:visited, #navigation ul #currentNav a:hover,#navigation ul #currentNav a:active {
	color: #fff;
	text-decoration:none;
}
#footer ul {
	list-style: none;
	margin: 0;
}
#footer ul li {
	float: left;	
}
#footer ul a {
	display: block;
	padding-left: 25px;
}
#footer ul a:link,  #footer ul a:visited, #footer ul a:hover,#footer ul a:active {
	color: #FFF;
	text-decoration:none;
	height: 30px;
	top: 30px;
}
