body {
	background-color: #f4f4f4;
}

#header {
	background-image: url(/images/logo.png);
	background-repeat: no-repeat;
	background-color: #808080;
	height: 36px;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}
#main-content {
	margin-top: 10px;
	background-color: #fff;
	padding-top: 25px;
	float: left;
}
#lighthouse-header {
	margin-top: 120px;
	margin-bottom: 30px;
}
.featured {
	margin: 10px 0px;
	background-color: #fff;
	height: 150px;
}
.featured h2 {
	text-align: center;
	margin: 0 0 20px;
}
.learn-more {
	text-align: left;
}
.learn-more img {
	float: left;
	padding-right: 10px;
}
.coming-soon {
	background-image: url(/images/coming-soon.png);
	background-repeat: no-repeat;
	background-position: top right;
}

a {
	color: #0088cc;
	text-decoration: none;
}
a:hover {
	color: #0088cc;
	text-decoration: underline;
}
a:visited {
	color: #0088cc;
}
a.more {
	background: transparent url(/images/morearrow.gif) no-repeat scroll 100% 50%;
	padding-right: 10px;
	white-space: nowrap;
}

ul.no-bullets {
	list-style-type: none;
	list-style-position: outside;
}

div.tour {
	text-align: left;
}
div.tour img {
	float: left;
	padding: 0px 20px;
}

.pad-10 {
	padding: 10px;
}
.center {
	text-align: center;
}
.rounded-corners {
	border: 1px solid #dedede;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

body, th, td {
	font-family: Lucida Grand, Verdana, Arial, sans-serif;
	color: #808080;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Lucida Grand, Verdana, Arial, sans-serif;
	color: #000;
}

