@import url("reset.css");
@import url("jquery.autocomplete.css");
@import url("jquery.rating.css");

body {
	text-align: center;
	background: #baac5d url('../_images/bg.gif') top left repeat-x;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size:11pt;
}

#container {
	width:1014px;
	margin:34px auto;
	background:#FFF;
	text-align:left;
}

#header {
	background:#FFF url('../_images/bg_header.gif') top left no-repeat;
	height:250px;
	padding: 17px 0;
}

#logo {
	float:left;
	margin: 0 0 9px 17px;
}

#slide {
	float:left;
}

#header ul {
	clear:both;
	float:none;
	display:block;
	margin: 0 17px 0 17px;
	height:51px;
	background: url('../_images/bg_header_ul.gif') top left repeat-x;
}

#header ul li {
	float:left;
	line-height:51px;
}

#header ul li:first-child a {
	background: url('../_images/bg_header_ul_l.gif') top left no-repeat;
}

#header ul li a {
	float:left;
	color:#3b3618;
	text-transform: uppercase;
	padding-left:25px;
}

#header ul li a:hover {
	color:#6B2C57;
}

#header ul li#search {
	float:right;
	background: url('../_images/bg_header_ul_r.gif') top right no-repeat;
}

#header ul li#search form {
	height:51px;
}

#header ul li#search form .submit {
	background: url('../_images/button_search.gif') top left no-repeat;
	width:130px;
	height:30px;
	border:none;
	margin: 10px 10px 0;
	cursor:pointer;
}

#header ul li#search form #search_box {
	font-size:120%;
}

#content {
	clear:both;
	float:left;
	width:100%;
	background: url('../_images/bg_content.gif') top left repeat-y;
	padding-bottom:20px;
}

#content_inner {
	padding:17px;
}

#content_left {
	float:left;
	width:220px;
}

#content_right {
	float:right;
	width:740px;
}

#footer {
	clear:both;
	background: #baac5d url('../_images/bg_footer.gif') top left repeat-x;
}

#footer p {
	padding: 14px;
	font-size:95%;
	color:#393918;
}

a {
	color:#217B7B;
}

h1 {
	clear:both;
	font-size:165%;
	font-weight:normal;
	color:#FFF;
	background:#aa982f;
	display:inline;
	padding:0 4px 0 4px;
}

h2 {
	clear:both;
	font-size:150%;
	font-weight:normal;
	color:#AD458C;
	padding:20px 0;
}

#content_right p {
	padding: 22px 0 0 0;
	line-height:1.3em;
}

ul.index {
	margin-top:20px;
	list-style-type:none;
}

ul.index li {
	width:50%;
	float:left;
	padding:3px 0 3px 0;
}

#content_left h3 {
	padding: 0 0 10px 0;
	color:#AA982F;
	font-size:120%;
	font-weight:normal;
}

#content_left ul li {
	padding:7px 5px 7px 5px;
}

#content_left ul li.b {
	background:#EFF1E3;
}

#map, #map_large {
	border: 6px solid #c6bb7a;
	-moz-border-radius: 10px; 
}

.listing_photo {
	margin: 6px;
	padding:1px;
	border:#c6bb7a solid 1px;
}

#map_large {
	width: 726px; height: 500px; margin:15px 0 10px 0;
}

ul.featured li {
	float:left;
	margin: 0 16px 20px 0;
}

ul.featured li h3 {
	margin: 0 0 10px 0;
}

ul.featured li h3 a {
	background:#601d4b;
	color:#FFF;
	font-weight:normal;
	text-decoration:none;
	padding:3px;
}

ul.featured li h3 a:hover {
	text-decoration:underline;
}

ul.featured li img.photo {
	padding:1px;
	border:#c6bb7a solid 1px;
	float:left;
	margin-bottom:2px;
}

#content_right form {
	margin: 25px 0;
}

#content_right form label {
	display:block;
	font-size:120%;
	color:#3F3F3F;
	margin: 0 0 5px 0;
}

#content_right form input.text {
	margin: 0 0 20px 0;
	font-size:110%;
	width:300px;
	padding:2px;
	border:#AAA solid 1px;
}

#content_right form div.captcha {
	float:left;
}
#content_right form input.captcha {
	float:left;
	margin-left:5px;
	height:24px;
	width:145px;
}

#content_right form textarea {
	width:98%;
	height:150px;
	margin: 0 0 20px 0;
	font-size:110%;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	padding:2px;
	border:#AAA solid 1px;
}

#content_right form .send_message {
	width:130px;
	height:30px;
	border:none;
	background: url('../_images/send_message.gif') top left no-repeat;
	cursor:pointer;
}

#content_right form .submit_review {
	width:130px;
	height:30px;
	border:none;
	background: url('../_images/submit_review.gif') top left no-repeat;
	cursor:pointer;
}

#content_right form .req {
	color:#9F1D78;
	font-weight:bold;
}

#content_right form br {
	clear:both;
}

#content_right form .star {
	margin-bottom:20px;
}

.rating {
	clear:left;
	float:left;
	background:url('../_images/ratings/star.gif') 0 0 repeat-x;
	width:80px;
	height:16px;
}

.rating div {
	display:block;
	float:left;
	background:url('../_images/ratings/star.gif') 0 -32px repeat-x;
	height:16px;
	text-indent:-10000px;
}

.icon_wifi {
	margin-left:4px;
	float:left;
}

.reviews {
	margin-bottom:10px;
}

.reviews h3 {
	margin: 10px 0 9px 0;
}
.reviews p {
	padding-bottom:10px;
}

.books_tile img {
	margin-bottom:3px;
}

/* MESSAGES */

.message {
	width:100%;
	clear:both;
	margin: 20px 0 20px 0;
}

.message ul {
	margin:5px 0 5px 15px;
	padding:0;
	list-style-type:disc;
}

.message li {
	margin:0 0 0 15px;
	padding:3px 0 3px 0;
}

.success {
	border-top: #61DF72 solid 2px;
	border-bottom: #61DF72 solid 2px;
	background: #CFFFD5;
}

.success ul {
	list-style:none;
}

.error {
	border-top: #EF6868 solid 2px;
	border-bottom: #EF6868 solid 2px;
	background: #FFCFCF
}