body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #FFF;
	background-image: url(images/bg.gif);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: top;	
}
.intro {
	font-size: 130%;
	color: #746435;
	line-height: 26px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	text-align: left;
	margin-top: 9px;
}

#imageRotate {
	height: 449px;
	width: 988px;
	background-image: url(images/header_bg.png);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-left: 13px;
	z-index: -900;
}
#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#logo {
	height: 146px;
	width: 208px;
	position: absolute;
	z-index: 50;
	margin-left: 25px;
	top:0px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
}
.clear {
	clear: both;
}
#secondaryNav {
	padding-top: 45px;
	clear: both;
	padding-bottom: 10px;
	text-align: right;
}
#primaryNav {
	height: 310px;
	width: 235px;
	background-image: url(images/nav_bg.png);
	background-repeat: no-repeat;
	float: left;
	text-align: center;
	padding-top: 23px;
}
#footer {
	clear: both;
	background-image: url(images/footer_bg.png);
	height: 88px;
	padding-top: 30px;
	background-repeat: repeat-x;
}
#footer #inner {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}
#footer #inner #legal{
	float: right;
	background-image: url(images/footer_logo.png);
	background-repeat: no-repeat;
	height: 60px;
	background-position: right;
	padding-right: 90px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	text-align: right;
	line-height:5.5em;
	vertical-align: middle;
}
#footer #inner #renewable {
	float: right;
	margin-left: 15px;
}
#footer #inner #wtc {
	float: right;
	width: 79px;
	margin-left: 15px;
}





#content {
	float: left;
	width: 450px;
	margin-left: 20px;
	color: #808080;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
}
#sidebar {
	background-color: #F2F2F2;
	float: left;
	width: 200px;
	margin-left: 30px;
	padding: 15px;
	margin-top: 9px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 70%;
	color: #999;
	line-height: 16px;
}
#sidebar strong {
	color: #666;
	font-size: 110%;
	line-height: 25px;
}

#sidebar p {
	margin: 0px;
}
#sidebar #pic  {
	border: 1px solid #CCC;
	padding: 2px;
	background-color: #FFF;
}





#mainContent {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 15px;
	margin-top: 10px;
	margin-bottom: 30px;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #333;
}
#content ul  {
	padding-left: 0px;
	list-style-type: none;
	margin-left: 10px;
}
#content ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 10px;
	margin-left: 0px;
}
strong {
	font-weight: normal;
	color: #333;
}
#contentGallery {
	float: left;
	width: 710px;
	margin-left: 20px;
	color: #808080;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
}
#contentGallery a img{
	padding: 2px;
	border: 1px solid #CCC;
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
}
#contentRates {
	float: left;
	width: 710px;
	margin-left: 20px;
	color: #808080;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
}
.rateTable {
	float: left;
	margin-right: 35px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-bottom: 20px;
}
.rateTable table td {
	padding: 6px;
}

.last {
	margin-right: 0px;

}
form {
	background-color: #F2F2F2;
	padding: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 80%;
	color: #666;
}
form .formColumn {
	width: 180px;
	float: left;
}
form .formColumn input {
	width: 150px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	color: #666;
}

form textarea {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	color: #666;
	width:220px;
}
form p {
	margin-top: 0px;
	margin-bottom: 5px;
}
.error {
	color: #900;
}
#landLogo {
	height: 146px;
	width: 208px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
.credits {
	visibility:hidden;
}.availability {
	color: #746435;
	background-color: #F3EFE1;
	float: left;
	width: 208px;
	margin-left: 30px;
	margin-top: 20px;
	padding: 10px;
	text-align: center;
	border: 1px solid #C7C1BC;
}

