/* general layout */

body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: arial, sans-serif;
	font-size: 10pt;
	color: #000000;
}
body.hotel {
	background-color: #b45e12;
	margin: 0px;
        padding: 0px;
        font-family: arial, sans-serif;
        font-size: 10pt;
        color: #000000;
}
a:link, a:visited, a:active, a:hover {
	color: #00578c;
	font-weight: bold;
	text-decoration: none;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	display: block;
}
img.inline {
        border: 0px;
        margin: 0px;
        padding: 0px;
	display: inline;
}
#container-main {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#container-header {
	background-color: #024e8a;
	height: 70px;
}
.container-left {
        background-color: #edd7a8;
        width: 196px;
}
#dates-lookup {
	background-color: #a54c0f;
	color: #ffffff;
	font-weight: bold;
	font-size: 7pt;
	padding: 10px;
	margin-bottom: 10px;
}
span.lookup {
	color: #ffffff;
	font-weight: bold;
	font-size: 10pt;
}
#container-logo-text {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 14pt;
        color: #004e89;
	padding: 10px 0px;
}
#container-hours {
        font-weight: bold;
        font-size: 12pt;
        padding: 30px 0px;
        text-transform: uppercase;
}
a.directions:link, a.directions:active, a.directions:visited {
        background: #00578c;
        padding: 15px 0px;
        color: #ffffff;
        font-size: 10pt;
        font-weight: bold;
        text-transform: uppercase;
        display: block;
        text-decoration: none;
}
a.directions:hover {
        background: #00578c;
        padding: 15px 0px;
        color: #ffffff;
        font-size: 10pt;
        font-weight: bold;
        text-transform: uppercase;
        display: block;
        text-decoration: underline;
}
img.border {
	border: 2px solid #ffffff;
}	
.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
td.hotel {
	background: #e7eef3;
	padding: 5px;
	font-weight: bold;
	text-align: left;
}
span.hotel-star {
	color: #4678ad;
}


/* general font styles */

h1 {
	font-weight: bold;
	font-size: 20pt;
	color: #00578c;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.title-01 {
        font-size: 12pt;
        padding: 0px;
        margin: 0px;
}
.title-02 {
        font-size: 12pt;
        color: #00578c;
        padding: 0px;
        margin: 0px;
	text-transform: uppercase;
	font-weight: bold;
}
.title-hours {
        color: #b45e12;
        font-size: 16pt;
}
.title-directions {
        color: #f6a246;
        font-size: 16pt;
}
.bold {
	font-weight: bold;
}
.bold-italic {
	font-weight: bold;
	font-style: italic;
}
.bold-underline {
	font-weight: bold;
	text-decoration: underline;
}
.small {
	font-size: 8pt;
}
