/* CSS Document - Holiday Inn */

html, body {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	background:white;
}

/*///////////////// LAYOUT DIVs ////////////////*/

div#contained {
	position:relative;
	width:800px;
	height:auto;
	margin:0 auto;
	padding:0px;
	background:url(../images/contained_bg.jpg) top center repeat-y;
}

div#top {
	position:relative;
	width:auto;
	height:223px;
	background:url(../images/top_bg.jpg) top center no-repeat;
}

div#navigation {
	position:relative;
	width:auto;
	height:auto;
	padding:3px 20px;
}

div#content {
	position:relative;
	width:auto;
	height:auto;
	padding:5px 21px;
}

div#footer {
	position:relative;
	width:auto;
	padding:10px 25px;
	height:100px;
	background:url(../images/footer_bg.jpg) top center no-repeat;
	border:0px solid #000;
}

.location {
	text-align:center;
	font:bold 9pt/100% Arial, Helvetica, sans-serif;
	color:#111111;
}

/*///////////////// NAVIGATIONs ////////////////*/

div#navigation ul {
	list-style-type:none;
	margin:0px;
	padding:5px 0px 0px 0px;
	overflow:auto;
	height:100%;
}

div#navigation ul li {
	float:left;
}

div#navigation ul li a {
	display:block;
	padding:5px 10px;
	font:bold 9pt/100% Verdana, sans-serif;
	letter-spacing:auto;
	color:#404040;
	text-decoration:none;
}

div#navigation ul li a:hover {
	/*background:#CFBE8A;*/
	background:#3E9A47;
	color:#ffffff;
}

/*///////////////// STYLEs ////////////////*/

h1 {
	font:bold 18pt/100% Arial, Helvetica, sans-serif;
	margin:0px;
	padding:15px 0px;
}

h2 {
	font:bold 12pt/100% Arial, Helvetica, sans-serif;
	margin:0px;
	padding:10px 0px 5px 0px;
}

h3 {
	font:normal 14pt/100% Georgia, serif;
	margin:0px;
	padding:5px 0px;
}

h5 {
	font:bold 16pt/100% Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px 0px 5px 0px;
	color:#000000;
}

p {
	font:normal 10pt/150% Arial, Helvetica, sans-serif;
	margin:0px;
	padding:7px 0px;
}

div#content li {
	font:normal 10pt/150% Arial, Helvetica, sans-serif;
	margin:0px;
	padding:1px 0px;
}

div.info_boxes {
	position:static;
	width:auto;
	overlfow:auto;
	height:100%;
	padding:10px 0px;
}

div.info_box {
	float:left;
	width:227px;
	padding:0px 10px 10px 15px;
	background:url(../images/info_box_bg.jpg) top left no-repeat;
}

div.info_box p { padding:0px !important; }

/* titles */

.title {
	width:auto;
	height:18px;
	padding:5px 7px;
	font:bold 11pt/100% Palatino Linotype, Palatino, serif;
	color:#ffffff;
}

.rooms { background:url(../images/headings/title_rooms.jpg) top left no-repeat; }

.facilities { background:url(../images/headings/title_facilities.jpg) top left no-repeat; }

.dining { background:url(../images/headings/title_dining.jpg) top left no-repeat; }

.meetings { background:url(../images/headings/title_meetings.jpg) top left no-repeat; }

.services { background:url(../images/headings/title_services.jpg) top left no-repeat; }

.awards { background:url(../images/headings/title_awards.jpg) top left no-repeat; }

.links { background:url(../images/headings/title_links.jpg) top left no-repeat; }

.contact { background:url(../images/headings/title_contact.jpg) top left no-repeat; }