.hide_me {
    display: none;
    }
	
#divHotelDetails, div#agent_only {
	padding: 2em 5em;
	margin-right: 50px;
	width: 70%;
	text-align: left;
	}
	
#divHotelDetails > textarea,
#divHotelDetails > fieldset {
	width: 60%;
	margin: 1em;
	display: block;
	clear: both;
	}
	
#divHotelDetails fieldset {
	padding: .2em;
	}
#divHotelDetails > fieldset label {
	width: 20%;
	text-align: right;
	}
#divHotelDetails > fieldset input[type='text'],
#divHotelDetails > fieldset textarea {
	width: 80%;
	display: block;
	clear: both;
	margin-left: 20%;
	}	
div.inclusion {
	width: 30%;
	float: left;
}
h1, h2, h3 {
	font-size: 1.2em;
	color: #018c9a;
	font-variant: small-caps;
	letter-spacing: .1em;
}
h2 {
    font-size: 1.6em;
    }
p#DetailCopy:first-letter, p#IntroCopy:first-letter {
	font-size:2.5em;
	color: #018c9a;
	float: left;
	margin: 0;
	padding: 0;
}
address {
	display: block;
	margin: .2em;
}
address#city_country {
    xcolor: #aaa;
    font-style: italic;
}
dt { font-weight: bold; 
    float: left; 
    clear: left;
    width: 10em; 
    text-align: right;
    line-height: 1.2em;
}
dd { margin: 0 0 0.4em 11em;
    clear: right;
    line-height: 1.2em;
}
dl#general_manager {
	margin-top: 2em;
}

