/* @override http://duffvacationrentals.com/style.css */

/* @override http://duffvacationrentals.com/style.css */

body,
	html {
		margin:0;
		padding:0;
		color:#000;
		background:#fff;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 0.9em;
		line-height:18px;
	}
	#wrap {
		width:1000px;
		margin:0 auto;
		background:#fff;
	}
	#header {
    	padding-top:20px;
		background:#fff;
	}
	h1 {
	    margin:0;
		color:#06C;
		font-size:1.7em;
    }
	
	#main {
	float:left;
	width:730px;
	padding:10px;
	background:#fff;
	margin-top: 30px;
	color: #333;
	}
	
	h2 {
		color:#06C;
		font-size:1.4em;
	}
	
	h3{
		color:#7aa2ff;
		font-size:1.4em;
	}
	
	#sidebar {
		float:right;
		width:220px;
		padding:10px;
		background:#fff;
		margin-top: 30px;;
	}
	#footer {
		clear:both;
		padding:5px 10px;
		background:#b8c9fd;
		margin-bottom:30px;
	}
	#footer p {
		margin:0;
		font-size: 11px;
    }
    
    #footer a{color:#363636;
	}

	* html #footer {
		height:1px;
	}
	
	#main img{padding: 5px 5px 5px 5px;
	background-color: #ffffff;

	border: solid #3A88C4 1px;

	margin-bottom: 5px;

	}
a:link { color: #0065c8; text-decoration: underline;}
a:visited { color: #0065c8; text-decoration: none;}
a:active { color: #0065c8; text-decoration: none;}
a:hover { color: #1e5285; text-decoration: none;}
/*****
Image Menu
v 2.2
	*****/

#imageMenu {
	height: 200px;
	overflow: hidden;
	background-color: #FFFFFF;
	padding:5px 10px;
	border-style: none;
	margin: 0 auto;
	width: 100%;
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	padding: 0;
	}

#imageMenu ul li {
	float: left;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-top-style: solid;
	border-top-width: 0px;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:107px;
	height: 200px;
		margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

#imageMenu ul li.bk1 a {
	background: url(img/home.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk2 a {
	background: url(img/lake-tahoe.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk3 a {
	background: url(img/sayulita.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk4 a {
	background: url(img/kelseyville.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk5 a {
	background: url(img/testimonials.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk6 a {
	background: url(img/about-the-owner.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk7 a {
	background: url(img/locations.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk8 a {
	background: url(img/contact.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk9 a {
	background: url(img/reservations.jpg) repeat scroll 0%;
	border-right-style: none;
}

.clear {
	clear: both;
}



.alignright { float: right; margin: 0 0 10px 14px; }
.alignleft { float: left; margin: 0px 14px 10px 0px; }


.arrowgreen{
	width: 210px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #fff;
	border-size: 1px;
	border-width: 1px;
}

.arrowgreen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowgreen li a{
	font:  12px Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(img/arrowblue.gif) 100% 0;
  height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
	
.arrowgreen li a:link, .arrowgreen li a:visited {
	color: #646464;
}

.arrowgreen li a:hover{
	color: #000;
	background-position: 100% -32px;
}

	
.arrowgreen li a.selected{
	color: #26370A;
	background-position: 100% -64px;
}

blockquote {
    margin: 1em 3em;
    padding: .5em 1em;
    border-left: 5px solid #bace67;
    background-color: #e7f4ae; }
blockquote p {
    margin: 0; }
