@import "/resource/css/default.css";

body
{
	font-family: arial, sans-serif;
	color: #6e6f71;
	background-color: #FEFEFE;
	width: 1000px;
	margin: 1em auto;
}

h1, h2
{
	font-family: "Century Schoolbook L", times, serif;
	font-size:1.5em;
	padding: 0.3em 0;
	font-weight: normal;
}

h1, h3
{
	text-transform: uppercase;
}

h2, h3
{
	color: #555;
	background-color: transparent;
}

h1
{
	color: #FEFEFE;
	background-color: #e42e2e;
}

h2
{
	font-variant: small-caps;
}

h3
{
	font-size: 90%;
	padding: 5px;
}

#content table
{
	width: 100%;
}
#header
{
	position: relative;
	height: 215px;
	margin-bottom: 1em;
}

#header h3
{
	position: absolute;
	top: 20px;
	right: 0px;
}

#header .logo
{
	position: absolute;
	top: 0;
	left: 20px;
}

#header .banner
{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 700px;
	height: 150px;
}

#content
{
	position: relative;
	width: 700px;
	float: right;
	background: #FEFEFE;
	height: 450px;			/* Set min-height for IE6 */
}

#container > #content
{
	min-height: 450px;		/* Set proper min-height for other browsers */
	height: auto;			/* Reset height for other browsers to prevent overflow */
}

#content p
{
	padding: 0.5em 0;
	line-height: 1.7em;
}

#content ul
{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	list-style: square url(/image/bullet.jpg);
}

#content li
{
	padding-bottom: 0.2em;
	line-height: 1.5em;
}

#content a, #content a:visited, #content a:hover
{
	text-decoration: none;
	color: #DE3333;
	background-color: transparent;
	font-style: italic;
}

#content a:hover
{
	text-decoration: underline;
}

#menu, #emetro
{
	width: 250px;
}

#menu
{
	float: left;
}

#menu h2
{
	padding: 0 0 0.3em 0.3em;
	margin-bottom: 0.1em;
}

#menu ul, #property-info ul
{
	position: relative;			/* To prevent the disapearing background problem */
	margin: 1em 0.5em 0 0.5em;
	list-style: none outside;
	font-size: 80%;
}

#menu li, #property-info li
{
	padding: 0.3em 0;
	text-transform: uppercase;
	border-bottom: 2px dotted #BBB;
}

#menu li:first-child, #property-info li:first-child
{
	border-top: 2px dotted #BBB;
}

#menu a, #menu a:visited
{
	display: block;
	width: 99%;				/* IE6 fix to having block layout */
}

#menu a, #menu a:visited, #footer a, #footer a:visited, #emetro a, #emetro a:visited, #property-info a, #property-info a:visited
{
	color: #999;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover, #footer a:hover, #emetro a:hover, #property-info a:hover 
{
	color: #DE3333;
	background: transparent;
	text-decoration: none;
}

#search-engine
{
	margin-top: 3em;
}

#search-engine iframe
{
	border: 0px solid white;
	width: 100%;
	height: 450px;
	overflow: hidden;
}

#emetro h1
{
	font-style: italic;
}

#emetro p
{
	padding: 1em 1em 1em 0;
	text-transform: uppercase;
	font-size: 80%;
}

#footer
{
	margin-top: 0.5em;
	padding-top: 0.5em;
	color: #999;
	font-size: 70%;
	background-color: #FEFEFE;
	border-top: 2px dashed #CCC;
	text-align: center;
}

#footer ul
{
	list-style-type: none outside;
	margin: 0;
}

#footer li
{
	display: inline;
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px 1em;
}

/* sub-pages */
#index_image
{
	width: 100%;
	padding: 1px 0;
}

#index_image img
{
	float: left;
	padding: 1px 0;
	display: block;
}

#index_image .right
{
	padding-left: 2px;
}

#find-a-hotel, #contact-us, #sitemap
{
	padding-left: 5em;
}

#find-a-hotel a, #find-a-hotel a:visited, #find-a-hotel a:hover
{
	color: #999;
	background-color: inherit;
	text-decoration: none;
}

#find-a-hotel a:hover
{
	color: #666;
	background-color: inherit;
	text-decoration: underline;
}

#special-image
{
	width: 200px;
	float: right;
	padding-top: 1em;
}

#property-info
{
	float: right;
	width: 200px;
	padding-top: 1em;
	margin-left: 2em;
}

#property-info ul
{
	margin-bottom: 4em;
}

#property-info img
{
	padding: 5px 0;
}

#partner_program div, #one-community div
{
	margin-bottom: 2em;
}

#room-container
{
	width: 460px;
	padding: 1em 0;
}

.metro
{
	color: #DE3333;
	background-color: transparent;
	font-size: 200%;
	font-weight: normal;
	text-transform: none;
}

.clear
{
	clear: both;
}

.error
{
	color: #C4272E;
	background: #FEFEFE;
}

.debug
{
	color: #204A87;
	background: #FEFEFE;
}
