/* css :: style :: Locust Hills */

body {
	background-color: #C9A15E;
	font-family: "Century Gothic", Century, Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #ACA97E;
	line-height: 18px;
	text-align: left;
	background-image: url(../images/mainBGND_tile.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
.emphasis {
	font-style: italic;
	font-weight: bold;
}
.smaller {
	font-size: 10px;
}
.larger {
	font-size: 12px;
}
h1, h2, h3, h4 {
	font-family: "Century Gothic", Century, Arial, Verdana, sans-serif;
	font-weight: normal;
}
h1 {
	font-size: 20px;
	color: #FCF5E1;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	line-height: 25px;
}
h2 {
	font-size: 18px;
	color: #C18F52;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
h3 {
	font-size: 14px;
	color: #C18F52;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
h4 {
	font-size: 12px;
	color: #928551;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
/****************************************** general link */
a, a:link, a:visited, a:active {
	color: #C9A05E;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #FCF5E1;
}
/****************************************** footerContainer link */

.footerContainer a, .footerContainer a:link, .footerContainer a:visited, .footerContainer a:active {
	color: #5B3916;
	text-decoration: none;
}
.footerContainer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
