/* GLOBALS */

body {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 10pt;
	padding: 20px;
}

a {
	color: black;
	text-decoration: none;
}

h1 {
	font-family: Times, serif;
	font-size: 18pt;
	color: black;
	text-transform: uppercase;
}

h2 {
	font-family: Times, serif;
	font-size: 14pt;
	color: black;
	text-transform: uppercase;
}

h3 {
	font-size: 12pt;
	font-weight: bold;
	color: black;
}

h4 {
	font-size: 12pt;
	font-weight: normal;
	color: black;
}

h4:first-line {
	color: black;
	font-size: 14pt;
	font-weight: bold;
	text-transform: capitalize;
}

/* GENERAL IDS */

#page-content {
	width: 80%;
	margin-top: 2em;
}

#page-content img {
	display: none;
}

#footer {
	display: none;
}

#print-logo {
	display: all !important;
}

#top-wrapper {
	display: none;
}

#left-col {
	display: none;
}

#print-this {
	display: none;
}

#top-corner {
	display: none;
}

#content-cap {
	display: none;
}

/* CLASSES */

.print-friendly {
	display: none;
}

.site-table {
	margin: 20px 0;
}

.site-table td {
	padding: 5px;
}

.site-table .top td {
	font-size: 15px;
	font-weight: bold;
	padding: 0;
}

.site-table .title td {
	font-size: 13px;
	font-weight: bold;
	padding: 20px 0 10px 0;
	border-bottom: solid 1px #666;
}

#accommodations-search {
   display: none;
}