body {
	line-height: 18px;
	font-family: palatino, Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	/*background: #b1dada url(/images/template/body.gif) center top repeat-y;*/
	background: #f8f7f3 url(../images/template/body2.jpg) center top repeat-y; /*#f5f3f1;*/
	color: #333333;
	text-align: justify;
}
ol li {
	list-style-type: decimal;
	margin-bottom: 9px;
}
h1,h2,h3,h4,h5,h6{
	text-align: left;
}
h1 {
	font-size: 29px;
	line-height: 36px;
	margin-bottom: 18px;
}
h2 {
	font-size: 20px;
	line-height: 27px;
	margin-bottom: 9px;
	}
	h2 .minor {
		font-size: 16px;
		}
h3 {
	margin-left: 0;
	margin-bottom: 3px;
	margin-right: 0;
	margin-top: 15px;
	font-size: 16px;
	line-height: 18px;
}
h4 {
	font-size: 14px;
	line-height: 18px;
	margin: 9px 0;
}
a img {
	border: 0;
}
a {
	text-decoration: none;
	color: #4c8787;
}
a:hover {
	text-decoration: underline;
	color: #4c8787;
}
p {
	text-indent: 18px;
	text-align: justify;
}
p.lead {
	font-size: 16px;
	line-height: 24px;
	text-indent: 0;
}
.article-list li {
	margin-bottom: 27px;
}
.article-list img {
	background-color: white;
	padding: 8px;
	border-color: #dacfb3;
	border-style: solid;
	border-width: 1px;
}
.home li h3 {
}
.metadata {
	color: #999;
	}
	.metadata p {
		font-style: italic;
		text-indent: 0;
		margin-bottom: 9px;
		}
	.metadata a {
		font-variant: small-caps;
		font-style: normal;
		font-weight: normal;
		}

.teaser-1 h3 {
	font-size: 29px;
	line-height: 36px;
	margin-bottom: 18px;
}

.primary-article-list {
	font-size: 16px;
	line-height: 20px;
	}

.primary-article-list .metadata {
	font-size: 16px;
	line-height: 26px;
	}

.primary-article-list h1 {
	font-size: 24px;
	line-height: 30px;
	}

.primary-article-list h2 {
	font-size: 26px;
	line-height: 36px;
	}

.nav-wrapper {
	opacity: 0.7;
	-moz-opacity: 0.7;
	background: #114f4f url(/images/template/nav-bevel-bg.png) left bottom repeat-x;
	margin-bottom: 35px;
	padding-bottom: 0px;
}
.navigation {
	padding-left: 0;
	padding-bottom: 15px;
	padding-right: 0;
	padding-top: 0px;
	width: 960px;
	margin: 0 auto;
	font-family: sans-serif;
	}
	.navigation li {
		float: left;
		padding: 10px;
		}
	.navigation a {
		color: #fff;
		text-decoration: none;
		}

input, textarea {
	border: 1px solid #b1dada;
	font-size: 16px;
	padding: 4px;
}

.sidebar-search input {
	font-size: 12px;
}


.monthly-teaser {
	}
	.monthly-teaser h2 {
		padding-top: 5px;
		margin-top: 15px;
		border-top: 1px solid #c99;
		}
	.monthly-teaser h3 {
		font-weight: bold;
		margin: 0;
		padding: 20px 0 0 0;
		}
	.monthly-teaser h4 {
		font-weight: bold;
		margin: 0;
		padding: 0;
		}
	.monthly-teaser li {
		clear: both;
		margin-top: 10px;
		margin-left: -45px;
		}
	.monthly-teaser .location {
		padding-right: 5px;
		}
	.monthly-teaser .price {
		padding-right: 5px;
		}
	.monthly-teaser .rating {
		width: 30px;
		height: 33px;
		text-align: center;
		display: block;
		padding: 12px 10px 5px 5px;
		float: left;
		}
		.monthly-teaser .high {
			background: url(/images/template/star-green.gif) top left no-repeat;
			color: #fff;
			}
		.monthly-teaser .medium {
			background: url(/images/template/star-yellow.gif) top left no-repeat;
			color: #000;
			}
		.monthly-teaser .low {
			background: url(/images/template/star-red.gif) top left no-repeat;
			color: #fff;
			}


.footer {
	border-top: 1px solid #c99;
	padding-top: 10px;
	}