@charset "utf-8";


/* --- reset all of these elements ----*/
html,body,div,span,object,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,img,ol,ul,li,
fieldset,form,label,legend,
table,tbody,tfoot,thead,tr,th,td{
margin:0;
padding:0;
border:0;
outline:0;
vertical-align:baseline;
}
/* ---- define focus styles ----- */
:focus{
outline:0;
}
/* ------ set base font size,and force scrollbar on non IE browsers to avoid page jump ------- */
/* ------ Note: using 62.5%, 1em = 10px   (1.2em = 12px, 1.4em = 14px, etc) -------*/
html{
font-size:62.5%;
margin-bottom:.01px;
min-height:100.2%;
}
/* ---------define body - set base fonts 
* note: text align center maintains older IE centering ---*/
body{
text-align:center;
line-height:1;
background-color:#c5b2a3;
/* site: set font, background image */
font-family:Arial,Helvetica,sans-serif;
background-repeat:repeat-x;
}

/* ------ define wrapper, center with auto margins, set base page width
* note: text align left fixes text within body which is centered------- */
#wrapper{
margin:0 auto;
text-align:left;
/* site: set width */
width:970px;
background-image:url(../img/KanabVacationRentals_pagebgrd_970x10.jpg);
background-repeat:repeat-y;

}

/*---------------------------------------
 *           PAGE  ELEMENTS
 * ------------------------------------ */


/* ------------ LINKS --------------- */
a:visited,a:active,a:link{
color:#336666;
outline: none;
text-decoration:underline;
}
a:hover{
outline: none;
color:#336666;
text-decoration:none;
}
/* -- no hover attributes on linked images --*/
a:visited img, a:link img, a:active img, a img, a:hover img{
background: none !important;
border:none !important;
text-decoration:none;
}
/* -- nohover.js adds the nohover class --*/
a.nohover, a.nohover:link, a.nohover:visited, a.nohover:hover, a.nohover:active{
background:none !important;
text-decoration:none;
}
/* ---------- STANDARD ELEMENTS -------- */
/* --- site: set header font --- */
h1, h2, h3, h4, h5, h6{
/*
font-family: Calibri,"Trebuchet MS",Arial,sans-serif;
*/
font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h1{
font-size:1.6em;
font-weight:900;
text-align:center;
}
#mainCol h1{
color:#232323;
text-align:left;
line-height:1.8em;
}
#mainCol h1#mainColHead{
	padding:8px 12px;
	background-image:url(../img/KanabVacationRentals_headbgrd_10x40.jpg);
	background-repeat:repeat-x;
font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	margin-right:0px;
	text-align:center;
}
#rightCol h1{
color:#232323;
line-height:1.2em;
}
h2{
font-size:1.4em;
font-weight:900;
text-align:center;
}
#mainCol h2{
color:#aa5a25;
text-align:center;
font-family:Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
font-size:16px;
padding:10px 12px;
}
#mainCol h2.subHead{
	padding-bottom:13px;
	}
#mainCol h2.subHead a{
color:#464741;
text-align:center;
font-family:Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
font-size:14px;
padding:10px 3px 0 3px;
border-bottom:none;
}
#mainCol h2.subHead a:hover{
text-decoration:underline;	
	}
#rightCol h2{
color:#232323;
line-height:1.2em;
}
h3{
font-size:1.4em;
font-weight:900;
text-align:center;
}
#mainCol h3{
color:#232323;
text-align:left;
line-height:1.4em;
}
#mainCol h3.subHead{
color:#2E6673;
text-align:left;
margin:3px 35px 11px 35px;
font-size:16px;
line-height:1.4em;
border-bottom:1px solid #cdb79f;
}
#mainCol form h3.subHead{
font-size:13px;	
margin-top:13px;
	}

#rightCol h3{
color:#232323;
line-height:1.2em;
}
h4{
font-size:1.2em;
font-weight:900;
text-align:center;
}
#rightCol h4{
color:#232323;
text-align:left;
}
h5{
font-size:1.2em;
font-weight:100;
text-align:left;
}
h6{
font-style:oblique;
font-weight:100;
text-align:center;
}
h1 a:link, h1 a:visited, h1 a:hover, h1 a:active{
	text-decoration:none;
}
h2 a:link, h2 a:visited, h2 a:active,h2 a:hover{
color:#5C6262;
text-decoration:none;
border-bottom:1px solid #FFF;
}
h2 a:hover{
border-bottom:1px solid #2E6673;
}
p{
font:13px Arial,Helvetica,sans-serif;
line-height:1.4em;
text-indent:0;
color:#4f514c;
}
#leftCol p{
margin:0 5px 0 0;
text-align:left;
}
#mainCol p{
margin:0 23px 10px;
padding:0 12px 0 12px;
font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;

}
#mainCol h1+p,
#mainCol h2+p{
	margin-top:3px;
}
#rightCol p{
text-align:left;
}
ul{
font-size:1.2em;
}

/* -----------TABLES---------*/
table{
border-collapse:collapse;
border-spacing: 0; 
margin:10px auto;
font-size:12px;
}
th{
font-weight:900;
text-align:center;
background-color:#000040;
color:#FFF;
padding:6px 0 2px 0;
border-bottom:2px solid #004EA0;
}
td{
text-align:left;
padding:5px 2px 3px 12px;
}
table#searchResults{
margin:6px 0;
}
body table.propertyThumbs{
	width:94%;
	margin:0 0 0 7px;
}
body table.propertyThumbs p,
body table.propertyThumbs h2
{
	margin:0 !important;
	padding:0 !important;
	text-align:center;
}
body table.propertyThumbs a.imgLink img{
background-color: #cdb79f !important;
padding:2px;
float:none;
margin:6px 3px;
}

/* --------- FORM ELEMENTS ----------------- */
fieldset{
padding:3px;
width:480px;
margin:12px auto 20px auto;
border:1px solid #eee;
}
label{
width:128px;
float:left;
text-align:right;
margin:8px 6px 0 6px;
font-size:12px;
line-height:1.4em;
color:#464741;
font-weight:900;
}
form div.error, form div.warning{
color:#990000;
float:none;
clear:both;
padding:5px 0 5px 134px;
text-align:left;
font-size:1.2em;
font-style:italic;
}
input.error, input.warning, textarea.error, textarea.warning, select.error, select.warning{
border:1px solid #990000;
}
label.required{
font-weight:900;
}
legend{
padding:3px 8px;
margin:2px 67px;
border:none;
color:#aa5a25;
font-weight:900;
font-size:13px;
}
input,textarea,select{
margin:10px 6px 0 6px;
padding:1px;
border:1px solid #bfbfbf;
color:#232323;
background-color:#FFFFFF;
font-family:sans-serif;
}
select{
cursor:pointer;
}
td input,td textarea,td select{
margin:0 6px 6px 6px;	
}
textarea{
font-size:12px;
}
input[type=checkbox]{
border:none;
}
input.submitButton{
background-color:#2E6673;
border:1px solid #EB9418;
color:#FFFFFF;
display:block;
font-size:12px;
font-weight:900;
margin:0 auto 15px;
margin-top:13px;
padding:3px 9px;
}
#searchForm input.submitButton{
margin:0;
}
.formResponse{
padding:45px;
height:240px;
font-size:1.4em;
color:#a3542b;
font-weight:900;
}
.formResponse a{
text-decoration:underline;
color:#a3542b;
font-weight:100 !important;
}
.formResponse a:hover{
text-decoration:none;
}

/* ---------- TOP NAVIGATION MENU ---------- */
ul.topNav{
z-index:10000;
padding:4px 0 0 12px;
font-size:14px;
}
ul.topNav li{
list-style-type:none;
text-indent:0;
margin:1px 0;
padding:0;
float:left;
display:block;
}
ul.topNav li a{
padding:6px 15px 7px;
line-height:2.05em;
height:28px;
text-decoration:none;
border-left:1px solid #232323;
}
ul.topNav li a:link,ul.topNav li a:visited,ul.topNav li a:active{
color:#232323;
}
ul.topNav li a:hover,ul.topNav li a.currentLink:hover{
background-color:#EEEEEE;
color:#232323;
}
ul.topNav li a.currentLink{
color:#FFFFFF;
background-color:#232323;
}
ul.topNav li a.firstLink{
border-left:none;
}

/* ---------- SIDE NAVIGATION MENU ---------- */
ul.sideNav{
z-index:10000;
margin:24px 0 0 0;
font-size:1.4em;
}
ul.sideNav li{
list-style-type:none;
text-indent:0;
margin:12px 0;
font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:20px;
color:#f9f5f2;
}
ul.sideNav li a{
display:block;
margin:1px 0 4px 12px;
padding:4px 12px 4px 10px;
line-height:1.2em;
text-decoration:none;
border-bottom:2px solid #6f6554;
}
ul.sideNav li a:link,ul.sideNav li a:visited,ul.sideNav li a:active{
color:#f9f5f2;
}
ul.sideNav li a:hover,ul.sideNav li a.currentLink:hover{
color:#a2d3fe;
border-bottom:2px solid #a3542b;
}
ul.sideNav li a.currentLink{
color:#e0d2c0;
border-bottom:2px solid #a3542b;
}

/*--------------------------------------------- 
 *                           LAYOUT 
 * ---------------------------------------------- */

/* ----------- HEADER ----------*/
#header{
/* site: set header height, bgrd image, bgrd color */
background-image:url('../img/KanabVacationRentals_head_970x170.jpg');
height:170px;
background-color:#f4f4f4;
}
#header a{
text-decoration:none;
}
#header #logoLink{
/* site: set width and height of linked blank img in header */
width:560px;
height:110px;
}
#header #requestResLink{
width:360px;
height:50px;
float:right;
}

/* --------- turn off print header for screen pages ---------*/
#printHeader{
display:none;
}

#header, #navBar, #footer{
	background-repeat:no-repeat;
}
/*------------ navigation menu bar -------------*/
#navBar{
/* site: navbar height, bgrd image, color, etc */
height:39px;
background-image:url(../img/KanabVacationRentals_pagebgrd_970x10.jpg);
background-repeat:repeat-y;

}
/* --------- CONTENT (contains all columns) --------- */
#content{
/*
background-image:url(../img/KanabVacationRentals_pagebgrd_970x10.jpg);
background-repeat:repeat-y;
background-color:#FFF;
*/
background-image:url(../img/KanabVacationRentals_pagefoot_970x360.jpg);
background-position:bottom;
background-repeat:no-repeat;
clear:both;
}
/* -----  clear prop (div class="clearProp") makes content div clear the columns it contains --- */
#content .clearProp{
clear:both;
height:.01px;
width:100%;
}
/*----------- COLUMN DEFAULTS: 
 * specific widths set below according to body class 
 * --------- */
#leftCol, #mainCol, #rightCol{
float:left;
}

/* ------- COLUMN LAYOUTS: 
 * note: padding is applied to 'inside' divs, not columns directly
 * ------- */

/* site: set column widths as needed for each page layout */

/* -------- ONE COLUMN page layout (oneCol) ----------*/
.oneCol #mainCol{
width:960px;
}
.oneCol #mainCol .inside{
padding: 10px;
}
.oneCol #leftCol{
display:none;
}
.oneCol #rightCol{
display:none;
}

/* -------- TWO COLUMN LEFT page layout (twoCol OR twoColLeft) ----------*/
.twoCol #mainCol, 
.twoColLeft #mainCol{
	width:705px;
}
.twoCol #mainCol .inside,
.twoColLeft #mainCol .inside
{
padding:0 10px 10px 0;
}
.twoCol #leftCol, 
.twoColLeft #leftCol{
	width:262px;
}
.twoCol #leftCol .inside,
.twoColLeft #leftCol .inside
{
padding:0 10px;
}
.twoCol #rightCol,
.twoColLeft #rightCol{
display:none;
}

/* -------- TWO COLUMN RIGHT page layout (twoColRight) ----------*/
.twoColRight #mainCol{
	width:780px;
}
.twoColRight #mainCol .inside
{
padding:10px;
}
.twoColRight #leftCol{
display:none;
}
.twoColRight #rightCol{
	width:180px;
}
.twoColRight #rightCol .inside
{
padding:0 10px;
}

/* -------- THREE COLUMN page layout ----------*/
.threeCol #mainCol{
width:600px;
}
.threeCol #mainCol .inside{
padding:10px;
}
.threeCol #leftCol{
width:180px;
}
.threeCol #leftCol .inside{
padding:0 10px;
}
.threeCol #rightCol{
width:180px;
}
.threeCol #rightCol .inside{
padding:0 10px;
}




/* ---------- FOOTER ----------*/
#footer{
/* site: set footer height, background image, color */
height:30px;
clear:both;
background-image:none;
}
#footer p{
text-align:center;
}
/* --------- footLinks -------- */
/* site: padding, position, size, color, etc */
#footLinks{
padding:0 0 0 113px;
font-size:1em;
text-align:center;
}
#footLinks .footLinksList li{
list-style-type:none;
display:block;
float:left;
}
#footLinks a{
margin:0 35px;
text-decoration:none;
}
#footLinks a:link,#footLinks a:visited,#footLinks a:active{
color:#eae1d2;
text-decoration:none;
}
#footLinks a:hover{
color:#a3542b;
text-decoration:underline;
}
/*----------- CREDITS ----------*/
/* site: padding, position, size, color, etc */
#credits{
	margin:2px 0 12px 0;
}
#credits .smallPrint{
color:#333;
font-size:10px;
}
#credits .smallPrint a{
color:#333;
text-decoration:none;
}
#credits .smallPrint a:hover{
color:#333;
text-decoration:underline;
}
#subNavLeft p{
	font-size:14px;
	padding:8px 1px 8px 18px;
color:#eae1d2;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;

}
#subNavLeft img{
margin:12px 0 0 22px;
}


#subNavLeft a:link,#subNavLeft a:visited,#subNavLeft a:active{
color:#eae1d2;
text-decoration:none;
}
#subNavLeft a:hover{
color:#FFF;
text-decoration:underline;
}

/*----------- MISC. CLASSES ----------*/
.alignleft{
text-align:left;
}
.alignright{
text-align:right;
}
.boldText{
font-weight:bold;
}
.centered{
	text-align:center;
}
.clear{
clear:both;
}
.dropCap{
float:left;
padding:4px 1px 4px 0;
font:34px/20px Verdana,Arial,Helvetica,sans-serif;
}
.dropCapFollow{
padding:0 2px 0 0;
font:900 1.2em/1em Verdana,Arial,Helvetica,sans-serif;
}
.errorMessage, #content p.errorMessage{
font-weight:900;
text-align:center;
padding:22px 8px;
}
.floatLeft{
float:left;
}
.floatRight{
float:right;
}
img.floatLeft{
margin-right:12px;
}
img.floatRight{
margin-left:12px;
}
.halfLeft{
float:left;
width:48%;
}
.halfRight{
float:right;
width:48%;
}
.qtrLeft{
float:left;
width:24%;
}
.qtrRight{
float:right;
width:24%;
}
.reserveLink,
#mainCol h2.subHead a.reserveLink, 
body a.reserveLink:link,
body  a.reserveLink:visited,
body  a.reserveLink:active,
body  a.reserveLink:hover{
	padding:4px;
	color:#FFF;
	border:1px solid #eb9418;
	text-decoration:none;
	background-color:#2E6673;
	font-size:16px;
}
.reserveLinkSmall,
#mainCol h2.subHead a.reserveLinkSmall, 
body a.reserveLinkSmall:link,
body  a.reserveLinkSmall:visited,
body  a.reserveLinkSmall:active,
body  a.reserveLinkSmall:hover{
	padding:3px 9px;
	color:#FFF;
	font-weight:900;
	border:1px solid #eb9418;
	text-decoration:none;
	background-color:#2E6673;
	font-size:12px;
	margin-top:13px;
	display:block;
	width:110px;
}
table.propertyThumbs .reserveLinkSmall{
	margin-left:39px;
	float:left;
}
select.goList{
float:right;
margin:8px 12px;
clear:both;
}
.halfBox{
	width:330px;
	float:left;
}
.hr{
border-bottom:1px solid #004080;
clear:both;
}
.mapBox{
margin:18px 0 19px 36px;
border:1px solid #004080;
}
.mapControls{
text-align:center;
padding:8px;
font-size:1.2em;
}
.mapControls a{
margin:0 8px;
}
.pullQuote{
display:block;
padding:8px 12px;
margin:8px 0;
border-top:1px solid #232323;
border-bottom:1px solid #232323;
font-size:1.4em;
}
p.bigBold{
font-size:13px;	
}
p.bigBold strong,
p.bigBold strong *{
	font-size:16px;
	color:#5c6262;
}

p.bigBold strong a:link,
p.bigBold strong a:visited,
p.bigBold strong a:active{
	text-decoration:none;
	}
p.bigBold strong a:hover{
	text-decoration:underline;
}


.searchMatch{
background-color:#FFFFCC;
}
.searchRenew, a.searchRenew{
float:right;
width:140px;
font-weight:900;
font-size:1.2em;
}
.searchTitle, a.searchTitle{
font-weight:900;
}
.searchURL, a.searchURL{
text-decoration:none;
padding-left:8px;
}
.seoText,p.seoText,#content p.seoText{
font-size:1em;
line-height:1em;
color:#EEEEEE;
}
.seoText a,#content .seoText a,
#content .seoText a:visited,
#content .seoText a:hover{
color:#EEEEEE;
text-decoration:none;
}
.smallPrint{
font-size:10px;
padding:0 12px;
text-indent:0;
}
.standOut, 
#mainCol p.standOut{
padding:12px;
font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
color:#464741;
margin:13px 2px 27px 2px !important;
text-align:center;
font-size:15px;
font-weight:100;
line-height:1.4em;
}
#mainCol p.standOut .bigPrint{
	font-size:22px;
	line-height:36px;
	color:#AA5A25;
	font-weight:900;
}

/* the one below the photo less padding */

#mainCol .cycleWrap + p.standOut{
	margin:0 !important;
	padding:0 0 7px 0;
}


#mainCol p.standOut a:link,
#mainCol p.standOut a:visited,
#mainCol p.standOut a:active{
	color:#2e6673;
}
#mainCol p.standOut a:hover{
color:#5C6262;
}
#mainCol p.review{
	border-top:1px solid #d3bfa7;
	border-bottom:1px solid #d3bfa7;
	margin:15px 46px 15px 37px;
	padding:13px;
	font-size:16px;
	color:#5C6262;
	font-family:Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
}
#mainCol p.review .sig{
	font-size:14px;
	font-style:italic;
	font-style:italic;
	display:block;
	float:right;
	margin-right:35px;
	padding-top:8px;
}
#mainCol p.reserveLinkP{
	text-align:center;
	margin:15px 12px 15px;
	font-weight:900;
}
.topSpace{
margin-top:10px;
}

/* ---- side boxes ---- */
.sideBox{
border:1px solid #f3f3f3;
margin:4px;
padding:5px;
background-color:#FFF;
}
.sideInside{
margin:3px;
background-color:#FFF;
border:1px solid #ddd;
padding:4px;
}
#rightCol .sideAlt{
background-color:#F4F4F4;
}
.sideBox ul li{
list-style:none;
font-size:1em;
line-height:1.3em;
margin-bottom:3px;
font-weight:100;
}

/* ---- additional elements --- */
img,#header a img,body #content a img{
border:none;
}
#credits, #credits p.centered,#content p.centered{
text-align:center;
}
/* elements hidden when css is in use, shown otherwise */
.hideField, #mainContentLinks{
display:none;
}
#pageFoot p.pullQuote{
	text-align:center;
background-color:#EAE1D2;
font-weight:bold;
font-size:12px;
margin:1px 2px 15px;
padding:4px;
}
#pageFoot .pullQuote a{
margin:0 11px;	
}
#pageFoot .pullQuote a:link,
#pageFoot .pullQuote a:visited,
#pageFoot .pullQuote a:hover,
#pageFoot .pullQuote a:active{
color:#464741;
text-decoration:none;
}
#pageFoot .pullQuote a:hover{
text-decoration:underline;
color:#9e5b31;
}
.GM_InfoWindow {
font-family:Verdana,Arial;
font-size:12px;
color:#000000;
width:320px;
}