@charset "UTF-8";
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(images/background_image1.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
}
#wrapper {
	text-align: left;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	border: 1px solid #104270;
}
#header {
}
#address {
	float: right;
	width: 500px;
	margin-top: 10px;
	font-size: 90%;
}
#address strong {
	font-size: 20px;
	color: #104270;
	font-weight: bold;
}
#address a {
	color: #B2073C;
	text-decoration: none;
}
#banner {
	height: 200px;
	background-image: url(images/hampton_inn_banner.jpg);
	background-repeat: no-repeat;
}
#navigation {
	overflow: hidden;
	height: auto;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
#content p strong {
	font-weight: bold;
}
.fltrt {
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}
.clearfloat {
	clear: both;
}
#footer {
	clear: both;
	background-color: #174370;
	font-size: small;
	color: #FFF;
	text-align: center;
	border: 1px solid #B2073C;
	line-height: 20px;
}
#footer p a {
	text-decoration: none;
	color: #FFF;
}
h1, h2, h3 {
	color: #174370;
	font-weight: normal;
}
h1 {
	font-size: 140%;
}
h2 {
	font-size: 130%;
}
h3 {
	font-size: 120%;
}
table {
	width: auto;
	border: thin solid #1D436F;
	border-collapse: collapse;
	padding: 4px;
}
th, td {
	border: thin solid #164370;
}
#header p, #content p, #content ul , #footer p{
	font-size: 85%;
	line-height: 1.4;
	font-weight: normal;
}
ul.MenuBarHorizontal li {
	color: #B2073C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #104270;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #B2073C;
}
[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
#navigation { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]

