h1{
	line-height: 48px; 
	font-weight: bold; 
	font-size: 44px; 
	font-family: Helvetica, Verdana, Arial, 
	sans-serif;
}

h2, #highlights_menu{
	font-weight: bold; 
	line-height: 24px; 
	font-size: 22px; 
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

h3 {
	text-decoration: underline;
	margin-top: 32px;
	margin-bottom: 16px;
	font-weight: normal;
}

h4 {
	text-decoration: underline;
	margin-top: 0px;
	margin-bottom: 16px;
	font-weight: normal;
}

li{
	list-style: none;
}

#main_logo{
	margin-bottom: 48px;
	margin-top: 240px;
}

#highlights_menu{
	margin-top: 32px;
}

#content_column{
	position: relative;
}

#bathroom_label{
	left: 40px;
	position: absolute;
	top: 226px;
}


#highlight_label{
	margin-left: 40px;
	margin-top: 24px;
}


.light_orange{
	color: rgba(245,132,38,0.6);
}

.light_orange a:hover{
	color: rgba(245,132,38,1.0);
}

.underline{
	text-decoration: underline;
}

.highlight_wrapper{
	margin-top: 36px;
	height: 406px;
	position: relative;
	overflow: hidden; 
}

.highlight_text_wrapper{
  display: block;
  height: auto;
  overflow: hidden;
  position: absolute;
 	top: 336px;
 	padding: 10px;
 	background-color: rgba(240, 239, 237, 1);
}

.highlight_image_wrapper{
	max-width: 430px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	min-width: 200px; 
	min-height: 336px;
}

.highlight_separator{
	height: 3px;
	background-color: black;
	margin-top: 16px;
	margin-bottom: 16px;
}
