@charset "utf-8";
/* CSS Document */
a{
color:#D0B67D;
}

a:visited{
color:#C5A45F;
}
.menu a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.menu a:hover{
	color: #c67026;
	font-weight: bold;
}

.footer a{
	font-size:10px;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 2px;
}
.footer a:hover{
	font-size:10px;
	color: #c67026;
}

.location{
	font-size:11px;
	color: #ADA284;
	font-weight: bold;
	font-size:13px;
}
.subheading{
	color: #c67026;
	font-weight: bold;
}
.headline{
	font-size:18px;
	color: #c67026;
	font-weight: bold;
}
h1
{
	font-size:18px;
	color: #c67026;
	font-weight: bold;
}
.headerBG {
	background-image: url(images/top3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.homeBG {
	background-image: url(images/homepage2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size:12px;
	line-height:20px;
}
}.footerBG {
	background-image: url(images/footer2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

