/* CSS Document */
html {
	background: transparent url(images/page_bg.gif) repeat;
	}
	
.nav {
	vertical-align:top;
	padding-left: 30px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
	
a img{
border:0;
}

a:link {
	color: #c63b79;
	text-decoration: none;
}
a:visited {
	color: #46739B;
	text-decoration: none;
}
a:hover {
	color: #99BEDF;
	text-decoration: none;
	}

.body_bg {
	background: transparent url(images/body_bg.gif) no-repeat;
	width: 818px;
	height: 283px;
	}

.body_bg_sub {
	background: transparent url(images/body_bg_sub.gif) no-repeat;
	width: 818px;
	height: 283px;
	}

.body_bg_tile {
	background: transparent url(images/body_bg_tile.gif) repeat-y;
	width: 818px;
	}

.main_nav {
	padding: 0px 0px 0px 7px;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
	}

.content_area {
	width: 560px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

.content_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0000000;
	padding: 10px 20px 0px 15px;
	margin: 0px 0px 0px 0px;
	}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: lighter;
	color: #007AA5;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
	
hr {
	border-bottom: #007AA5 solid 1px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

.separator {
	border-bottom: #FF6600 solid 2px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 10px 0px;
	}
	
form {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

.quick_search_box {
	background: transparent url(images/icon_search.gif) no-repeat;
	width: 230px;
	height: 68px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	}

.side_imgs {
	border:#FF6600 2px solid;	
	padding: 0px 0px 0px 0px;
	margin: 5px 5px 5px 5px;
	}
	
	
/* PROPERTY BOXES */

.property_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00465F;
	}

#property_table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	width: 500px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

.box_heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #007AA5;
	border-bottom: #00465F solid 1px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	padding: 0px 0px 0px 0px
	margin: 0px 0px 0px 0px;
	}

.box_sub_heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0000000;
	background-color: #7FB2CD;
	border-bottom: 0px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	padding: 0px 0px 0px 0px
	margin: 0px 0px 0px 0px;
	}

.box_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0000000;
	background-color: #0066CC;
	border-bottom: #000066 dotted 1px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	padding: 0px 0px 0px 0px
	margin: 0px 0px 0px 0px;
	}
	
	

/* COPYRIGHT STYLES */
.copyright a:link {
	text-decoration: none;
	font-weight: normal;
	color: #007AA5;
	}
	
.copyright a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #007AA5;
	}
	
.copyright a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #BC3877;
	}

.copyright a:active {
	text-decoration: none;
	font-weight: normal;
	color: #007AA5;
	}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #8C5933;
	width: 780px;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

.imgr {
	float: right;
	padding-right: 0px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 20px;
}

.thumbs {
	border: solid 1px black;
}

.pageheaders {
	font-size: 13px;
	color: #c63b79;
}

a.book_mini {
	display: block;
	padding: 26px 0 0;
	background: url('images/book_online_mini.gif') no-repeat 0 0;
	height: 0px !important;
	height /**/:26px; /* For IE5/WIN */
	width: 124px;
	overflow: hidden;
}
a.book_mini:hover { background-position: 0 -26px; }


/* EXTRAS

.page_tile {
	background: transparent url(images/page_tile.jpg) repeat-y;
	}



.rooms {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #524325;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
	}

.sub_menu {
	background: #E5DBC6;
	text-align: left;
	width: 800px;
	height: 30px;
	}
	
.weather_sticker {
	border: 1px solid #BEA56F;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

.mini_table_bg {
	background: transparent url(images/mini_table_bg.jpg) repeat-y;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 0px 0px;
	}

.newsletter_form {
	width: 240px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	



a:link {
	text-decoration: none;
	font-weight: normal;
	color: #3E331C;
	}
	
a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #3E331C;
	}
	
a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #B39455;
	}

a:active {
	text-decoration: none;
	font-weight: normal;
	color: #3E331C;
	}

	
.contact a:link {
	text-decoration: underline;
	font-weight: normal;
	color: #3E331C;
	}
	
.contact a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #3E331C;
	}
	
.contact a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #B39455;
	}

.contact a:active {
	text-decoration: underline; 	
	font-weight: normal;
	color: #3E331C;
	}
	


*/