body {
	background-color: #7C8217;
	text-align: center;
}

.intro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #003300;
	color: #FFFFCC;
	width: 800px;
	height: 75px;
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	
	margin-top: -20px;
	margin-left: -20px;
	margin-right: -20px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 30px;
}

.intro .slogan {
	font-family: times, serif;
	font-style: italic;
	font-weight: normal;
}

.intro .info {
	font-size: 14px;
}

.intro .info img {
	vertical-align: middle;
}

.intro .info .text {
	font-size: 14px;
	vertical-align: middle;
	padding-left: 5px;
}


.intro a:link {
  color: #FFFFCC;
  text-decoration: none
}

.intro a:visited {
  color: #FFFFCC;
  text-decoration: none
}

.intro a:active {
  color: #FFFFCC;
}

.intro a:hover {
  color: #FFFFCC;
}

.intro img {
  border: none;
}

.content-area {
        text-align: left;
	background-color: #FFFFCC;
	width: 800px;
	margin: auto;
	padding: 20px;
	margin-top: -15px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #993300;
}

.logo {
  float: right;
  margin-top: -10px;
}

.description img {
  border: 1px solid black;
}

.indented li {
        position: relative;
        left: 40px;
}

.big {
	font-size: 14px;
	font-weight: bold;
	margin-top: 25px;
}

.left-image {
	float: left; 
	margin-right: 15px; 
	margin-bottom: 15px;
}

.right-image {
	float: right;
	margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 15px;
}

.caption {
	color: black;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}

.availability-search {
	background-color: white;
	color: black;
	font-size: 12px;
	border: 1px solid gray;
	padding: 10px;
	width: 275px;
	margin-top: 40px;
}

.availability-search h4 {
	text-align: center;
	margin-top: 0px;
}

.contact-us {
	clear: both;
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
}

.copyright {
	margin-top: 20px;
	clear: both;
	color: black;
	font-size: 12px;
	text-align: center;
}

