@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-image: url(images/bg.jpg);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
#content {
	background-image: url(images/layout3_02.jpg);
	background-position: top;
	padding-right: 45px;
	padding-left: 45px;
}
#footer {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #b37a28;
	font-size: 10px;
	color: #999;
	padding-top: 8px;
}
#footer a {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	color: #54631E;
	text-decoration: underline;
}
#menuInner {
	background-image: url(images/menu_02.jpg);
	background-repeat: repeat-y;
	padding-left: 15px;
}
#contentInner {
	padding-left: 25px;
}
h1 {
	color: #AA701E;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #556421;
	font-size: 16px;
	display: block;
}
h2 {
	font-size: 14px;
	color: #AA701E;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #556421;
	display: block;
	padding-bottom: 10px;
}

#contentInner a {
	color: #AA701E;
	text-decoration: none;
}
#contentInner a:hover {
	color: #54631E;
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
.featureBg {
	background-image: url(images/box_02.jpg);
	background-repeat: repeat-y;
}
.featureInner ul {
	padding-left: 15px;
}

.featureInner {
	margin-right: 25px;
	margin-left: 25px;
}
.featureHeadline {
	font-weight: bold;
	color: #556421;
}
.ratesHeader {
	font-weight: bold;
	color: #FFF;
	background-color: #556421;
}
.ratesBg {
	background-color: #F9F0DD;
}
.italic {
	font-style: italic;
}
.gray {
	color: #999;
}
.red {
	color: #F00;
}
.map {
	border: 1px solid #000;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.strike {
	text-decoration: line-through;
}
