@charset "utf-8";
/* CSS Document */

body { 
	background:#e3e1d8 url(../images/bg.gif) top left;
	font:12px Verdana, Geneva, sans-serif;
	color:#333;
	margin:0;
	padding:0;
	}

.left { float:left; }
.right { float:right; }
.clear { clear:both; }

#header {
	background:url(../images/bg_top_bar.jpg) repeat-x;
	height:125px;
	}

#header_container { width:960px; margin:0 auto; padding:15px; }


#nav { float:right; font-size:14px; margin-top:20px; font-weight:bold;}
#nav ul{}
#nav li{ display:inline; margin:0px 20px; }
#nav li a { text-decoration:none;  color:#af5100;  }
#nav li a:hover { color:#0055be; text-decoration:underline; }
	
#paper { background:url(../images/paper_mid.gif) repeat-y; width:940px; margin:0 auto; }
#paper_top { background:url(../images/paper_top.gif) top no-repeat; }
#paper_bottom { background:url(../images/paper_bottom.gif) bottom no-repeat; padding:25px; }

.hotel_container { clear:both; width:90%; margin:0 auto; }
.hotel_desc { margin-left:250px; }

#content { float:left; width:580px; }
#sidebar { float:right; width:300px; border-left:1px dashed #ccc; }

#cta_box { background:url(../images/cta_box_mid.gif) repeat-y; width:275px; margin:0 auto; }
#cta_box_top { background:url(../images/cta_box_top.gif) top no-repeat; }
#cta_box_bottom { background:url(../images/cta_box_bottom.jpg) bottom no-repeat; padding:10px; text-align:center; }

.cta_title { font-size:18px; }
#box { width:255px; background-color:#e0dece; border:1px solid #c9c7bc; margin:10px auto; padding:10px; }
.title { font-size:18px; color:#8e2f00; font-weight:normal; }

#arrow-list {  font-size:12px; }
#arrow-list ul { padding:0px; margin:0px; }
#arrow-list li {/* list-style-image:url(../images/arrow.gif);*/ list-style-position:inside; border-bottom:1px dashed #d8d4ca; padding:5px 0px; }
#arrow-list li a { color:#333; text-decoration:none; }
#arrow-list li a:hover { color:#954112; text-decoration:underline; }
#arrow-list .active { color:#954112; text-decoration:none; font-weight:bold; font-size:14px; }
#footer { clear:both;}

.more { background:url(../images/arrow.gif) left no-repeat; padding-left:15px; color:#bd4700; }
.more a{ color:#007ed6; }
.more a:hover{ color:#bd4700; text-decoration:none; }

#footer {
	clear:both;
	background-color:#6f6c63;
	color:#fff;
	font-size:11px;
	padding:20px;
	margin-top:20px;
	text-align:center;
	}
