/*

CSS Credit: http://www.cochimetldesign.net/

*/

html {

	background: #000000 url(/images/mrblbkg.jpg) repeat;

}

body {

	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background: url(images/templatemo_page_bg.jpg) repeat-x  center top;
	width: 100%;
}

p.right {
	text-align:right
}

p.center {
	text-align:center
}

#container-outer {
	width: 800px;
	margin: auto;
 	background: url(/images/edge.png) repeat-y;
}

#container-outer_inner {
	width: 800px;
	margin: auto;
 	background: url(/images/corner-photo.png) no-repeat;
	background-position: 20px 210px;
}

#container {

	width: 718px;
	margin: auto;
 	background: #ffffff url(/images/content_area_background.gif) repeat-y;
}

#top_header_section {
	width: 718px;
	height: 124px;
 	background: url(/images/logo-script.jpg) no-repeat;
}

#top_header_section h1 {
text-indent:-2000px; height:16px; margin:0 0 20px;
}

#top_header_section p {
text-indent:-2300px;
}

#navigation_header_section {
	width: 718px;
	height: 58px;
 	background: url(/images/nav-border.gif) no-repeat;
	text-align: center;
}

#navigation_header_section_inner {
	width: 700px;
	height: 44px;
margin: auto;

}

/* Start Navigation Menu Code */

.aerobuttonmenu{ /*container that holds a row of aero buttons*/
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 690px;
border: 1px solid gray;
padding: 4px 0;
border-width: 1px 0;
margin: auto;

}

* html .aerobuttonmenu{ /*IE6 and below hack. Set explicit strip width*/
width: 690px;
}

.aerobuttonmenu a.aero{ /*aero button CSS*/
background: transparent url('images/aeroleft.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Verdana, Trebuchet MS; /* Change 13px as desired */
line-height: 23px; /* This value + 8px should equal height of button background (default is 31px) */
height: 31px; /* Height of button background height */
padding-left: 10px; /* Width of left menu image */
text-decoration: none;
margin-right: 5px; /*spacing between buttons*/
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
opacity: 0.9;
-moz-opacity: 0.9;
}

.aerobuttonmenu a.aero:link, .aerobuttonmenu a.aero:visited, .aerobuttonmenu a:active{
color: white; /*button text color*/
}

.aerobuttonmenu a.aero span{
background: transparent url('images/aeroright.gif') no-repeat top right;
display: block;
padding: 4px 10px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
}

.aerobuttonmenu a.aero:hover{ /* Hover state CSS */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
opacity: 1;
-moz-opacity: 0.99;
}

.aerobuttonmenu a.aero:hover span{ /* Hover state CSS (for text) */
color: yellow;
}

.black a.aero{
background-image: url('images/aeroleftblack.gif');
}

.black a.aero span{
background-image: url('images/aerorightblack.gif');
}

.aerobuttonmenu .rightsection{
float: right;
width: 50px;
position: relative;
top: 3px;
padding-right: 5px;
text-align: right;
}

.aerobuttonmenu .rightsection a{
color: navy;
}

/* End Navigation Menu Code */

#bottom_header_section {
	width: 718px;
	height: 254px;
 	background: url(/images/intropic.jpg) no-repeat;

}

#bottom_header_section_inner {
	width: 300px;
	height: 254px;
	float: right;
	margin-right: 20px;

}

#bottom_header_section_inner h2.welcometo {
	background:url(/images/welcomereservations.gif) no-repeat 0 0; margin-top:5px; height:27px; padding:0;/* border:1px solid #000;*/
	 text-indent:-2000px;
	}

h2 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;
	font-weight: bold;

	color: #66b300;

	margin-top: 0px;

}

#content_area {
	width: 718px;
 	background: url(/images/welcome2.gif) repeat-y;
}

#reservation_area {
	width: 718px;
	height: 200px;
	background: #A69A7B url(images/reservations-mainbkg.gif);
}

#reservation_area_inner {
margin-top: 6px;
margin-left: 16px;
width: 680px;
height: 180px;
border-width: 4px;
border-style: double; 
border-color: white;
}

#content_specials {
	float: left;
	width: 335px;
	color: #000000;
	margin-left: 14px;
}

#content_specials h2.specials {
	background:url(images/specials.gif) no-repeat 0 0; margin-top:5px; height:36px; padding:0;/* border:1px solid #000;*/
	 text-indent:-2000px;
	}

#content_roomshave {
	float: right;
	width: 345px;
	color: #000000;
	margin-right: 14px;
}

#content_roomshave h2.allsuites {
	background:url(images/allsuites.gif) no-repeat 0 0; margin-top:5px; height:36px; padding:0;/* border:1px solid #000;*/
	 text-indent:-2000px;
	}

#content_roomshave_left {
	float: left;
	width: 120px;
	color: #000000;
}
#content_roomshave_right {
	float: right;
	width: 215px;
	color: #000000;
}

#content_area_bottom {
	width: 718px;
	height: 58px;
	text-align: center;
 	background: url(/images/bottom-edge.gif) no-repeat;
}

#content_area_bottom p {
	margin-top: 10px;
}

#reservationscolumn1 {margin: 0 0 0 50px;}
#reservationscolumn2 {width: 65%; float: left;}
#reservationscolumn2 h2.makeareservation {
	background:url(/images/makeareservation.gif) no-repeat 0 0; margin-top:5px; height:27px; padding:0;/* border:1px solid #000;*/
	 text-indent:-2000px;
	}
#reservationscolumn3 {width: 35%; float: left;color:#000000;}
#reservationscolumn3 h2.ourrates {
	background:url(/images/our-rates.gif) no-repeat 0 0; margin-top:5px; height:27px; padding:0;/* border:1px solid #000;*/
	 text-indent:-2000px;
	}
#ratesleft {float: left; width:60%;}
#ratesright {float: left; width:38%;}

#locationcolumn1 {margin: 0 0 0 20px;}

#footer_area {
	width: 718px;
	height: 53px;
	margin:auto;
	text-align: center;
	color: #000000;
 	background: url(/images/bottom-fade.jpg) no-repeat;

}

.clear {
    clear: both;
    height: 1px;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1px;
    line-height: 1px;
}

/*--------------------*/
/*---LISTING DETAIL---*/
/*--------------------*/

/*Next/prev*/

#NextPrevListing {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

#NextPrevListing li {
	list-style-type: none;
	display: inline;
	margin: 0px;
}

#BackButtons {float: left}

#NextButtons {float: right}

#NextPrevListing li.PrevArrow1, #NextPrevListing li.NextArrow1{margin-right: 10px}

#ThereAre {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc
}

.ListingNumbers {text-align: center}

.NextPrevTopWrapper {
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	position: relative;
}

.NextPrevBottomWrapper {float: right}

.NextPrevTopWrapper img, .NextPrevBottomWrapper img {
	border: none;
	vertical-align: middle;
}

.NextPreviousPages {display: inline}

.NextPreviousPages a, .CurrentPageNumber {
	font-weight:bold;
	border: 1px solid #333;
	padding: 1px 4px 1px 4px;
	cursor: pointer;
	text-decoration: none;
	vertical-align: middle;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.CurrentPageNumber, .NextPreviousPages a:hover {
	background-color: #333;
	color: #fff;
}

.JumpToPage {
	position: absolute;
	top: 0px;
	right: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.JumpToPage a, .NextPrevBottomWrapper a {
	color: #333;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	}

.NextArrow {margin-right: 5px}

.PrevArrow {margin-left: 5px}

/*------------*/

.listingview #Content, .addtofavorites #Content {width: 885px} 

.listingview h1 {
	border-bottom: 5px solid #eee;
	padding-bottom: 7px;
}

ul#DetailTopLinks {
	top: 5px;
	right: 0px;
	text-align: right;
	margin-top: -50px;
}

ul.SearchResultsTopLinks {display: inline !important}

ul#DetailTopLinks li, .SearchResultsTopLinks li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.AddToFavs, .RemoveFromFavs, .MoreLink, .PrinterFriendlyLink, .EmailFriend{
	padding-left: 20px;	
	background: url(../images/icons/favorites.png) 0px 1px no-repeat;
}

.RemoveFromFavs {	background: url(../images/icons/favorites_delete.png) 0px 1px no-repeat}
.PrinterFriendlyLink {background: url(../images/icons/printer.png) 0px 1px no-repeat}
.MoreLink {background: url(../images/icons/more.png) 0px 0px no-repeat}
.EmailFriend {background: url(../images/icons/email.png) 0px 1px no-repeat}

/*Data*/

#TopLeft { /*These unsemantic names aren't my fault! I'll get rid of them one day! ;)*/
	float:left;
	width: 345px;
	min-height: 375px;
	line-height: 37px;
	padding-top: 7px; /*Just to line the bottom line up with the slideshow base ;)*/
}
 
.ListingPrice {
	color: #2F3E6C;
	font-weight: bold;
	display: block;
}

#TopLeft .ListingField, .ListingPrice {border-bottom: 1px solid #eee}

/*Main Image*/

#MainImageWrapper {
	width: 500px;
	height: 375px;
	float: right;
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 30px;
	position: relative;
}

#MainImageWrapper li, #MainImageWrapper ul {margin: 0px}

p.ClickHereSlideshow {
	position: absolute;
	top: 5px;
	left: 5px;
	margin-bottom: -35px;
	width: 500px;
	padding: 7px 0px;
	text-align: center;
	background: #000;
	color: #fff;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	z-index: 500;
}

#SlideshowContainer {
	float: left;
	width: 540px;
}

/*Text*/

#FullDescription {
	clear: both;
	margin: 22px 0px;
}

/*Maps*/

#GoogleMap {
	border-top: 1px solid #ccc;
	padding-top: 15px;
	margin-bottom: 25px;
}

#NearbyMap {
	padding-top: 8px;
	margin-bottom: 25px;	
}

#map_canvasyes {border: 1px solid #666}

#ToggleStreetView {
	display: inline-block;
	position: relative;
	top: 1px;
	border: 1px solid #666;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	padding: 5px 15px;
	z-index: 10; /*(or anything else less than colorboxes 9999!)*/
	background: #fff;
	color: #333;
}

#searchmap_canvas {border: 1px solid #666}

/*The info popup on the map*/

table.MapInfoTable {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	line-height: 18px;
	border: 0px;
}

.MapInfoTable td {vertical-align: top}

.MapInfoTitle {
	display: block;
	margin: 0px 15px 10px 0px;
	padding: 3px 7px;
	background: #eee;
	font-weight: bold;
}

.MapInfoAddress {
	display: block;
	padding: 0px 0px 10px 7px;
	border-bottom: 1px solid #ddd;
	margin-right: 15px;
}

#MapInfoPrice {
	color: cyan;
}

.MapInfoImage {padding-right: 25px}

a.MapInfoLink {
	display: block;
	margin-top: 5px;
	text-align: right;
	margin-right: 15px;
}

/*Info layout*/

#Feature1, #Feature2, #TopRight {
	margin: 5px 45px 0px 0px;
	width: 250px;
	min-height: 350px;
	float: left;
}

#TopRight{
	float: right;
	margin-right: 0px;
}

#TopRight .FieldCaption {font-weight: normal}

#NeighbourhoodLinks {margin-top: 22px}

#NeighbourhoodLinksList li {
	list-style-type: none !important; /*Hmmm, bad form that*/
	margin-left: 0px;
}

#DetailTools {margin-right: 0px}

#AgentDetails {
	clear: both;
	margin-bottom: 30px;
	}

.FieldCaption {font-weight: bold}

.ListingField {display: block}

/*Colorbox*/

#ColorBoxSlideshow li {list-style-type: none !important}/*...and again! weird*/

/*Agents hCard to make human readable*/

span.type {display: none}

#ListingDetailFooter {
	clear: both;
	font-style: italic;
	color: #999;
}
