/* CSS Document */

/* MENU PAGE */

/* LAYOUT*/
#newestFeatures {
	float: left;
	width: 600px;
}
#pastFeatures{
	float: left;
	width: 200px;
}

/* LIST FORMATTING */
#newestFeatures, #pastFeatures {
	list-style: none;
}
#newestFeatures li {
	clear: both;
	height: 110px;
	margin-bottom: 20px;
	width: 600px;
}
#newestFeatures li img, #newestFeatures li a img {
	float: left;
	border:3px solid #d48198;
	padding: 2px;
	width: 150px;
}
#newestFeatures li a:hover img {
	border: 3px solid #a90432;
}
#newestFeatures li a h3, #pastFeatures li a h3 {
	color: #004b85;
}
#newestFeatures li h3, #newestFeatures li p {
	width: 400px;
	margin-left: 180px;
}

#pastFeatures li {
	margin: 0 0 15px 0;
	padding: 0;
}
#pastFeatures li a h3 {
	margin: 0;
	padding: 0;
}

/* FEATURE ARTICLE */
#article {
	float: left;
	width: 580px;
}

#article #featureHeaderImage {
	width: 580px;
	height: 150px;
	margin-bottom: 20px;
}

#article ul,#article ol {
	margin: 0 0 20px 40px;
}

#featureMenu {
	width: 200px;
	margin-left: 600px;
}
#featureMenu ul {
	list-style: none;
	margin-bottom: 20px;
}
#featureMenu ul li {
	font-size: 14px;
	font-family: "Trebuchet MS", arial, sans-serif;
	margin-bottom: 7px;
}

#featureBannerImage {
	width: 580px;
	height: 100px;
	
	margin: 0 0 10px 0;
}

#article .introText {
	font-style: italic;
}

#panoramas {
	clear: both;
	margin-bottom: 20px;
}
#panoramas .room {
	clear: both;
}
.panoramaDescription {
	width: 260px;
	float: left;
}
.panorama {
	margin-left: 20px;
	float: left;
}
.panoramaSmall {
	float: left;
	margin-right: 3px;
	height: 200px;
	margin-bottom: 20px;
}
