@charset "utf-8";
/* CSS Document */

/* body styles */

body {
	background-repeat: repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	text-decoration: none;
}

body {
	background-image: url(../images/layout/backgrounds/raspberryleaftile.jpg);
}

/* core text styles */

a:link, a:visited, a:hover, a:active {
	text-decoration: none
}

h3 {
	background-color: #CCFFCC;
	font-size: 24px;
	font-style: italic;
	padding: 3px;
	text-align: center;
}

p {
	margin: 0px;
	padding: 5px 0px;
}

/* core layout styles */
div#background {
	background-color: #fff;
	margin: 0px auto;
	width: 739px;
}

div#wrapper {
	border: 3px double #fff;
	margin: 0px auto;
	padding: 0px;
	width: 733px;
}

div#banner {
	background-color: #414c84;
	background-image: url(../images/layout/banner/banner2.jpg);
	height: 275px;
	position: relative;
	width: 733px;
}

body div#bannerleft {
/*
	background-image: url(../images/layout/banner/bcferienbanner.jpg);
	background-repeat: no-repeat;
	left: 9px;
	height: 153px;
	position: absolute;
	top: 9px;
	width: 475px;
*/
}

body div#bannerleft a {	
	border: none;
	cursor: pointer;
	display: block;
	height: 100%;
	text-decoration: none;
	width: 73%;
}

body div#bannerright {
	background-repeat: no-repeat;
	height: 149px;
	position: absolute;
	right: 9px;
	top: 11px;
	width: 233px;
}

body div#bannerright a {	
	border: none;
	cursor: pointer;
	display: block;
	height: 100%;
	text-decoration: none;
	width: 100%;
}

body div#bannerright a.a_top, body div#bannerright a.a_bottom {	
	height: 50%;
}

/* tab menu styles */

div#navigation {
	margin: 0 0 -1px 0;
	padding: 0;
	position: absolute;
	top: 245px;
	left: 0px;
}

ul#tabs {
   float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

ul#tabs li {
/*	background-color: #828FD5;*/
	background-position: right top;
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	margin: 0;
	padding: 0;
}

ul#tabs li a {
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
/*	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	height: 1.7em;
	letter-spacing: 1px; */
	margin: 0 0 0 -1px;
/*	padding: 6px 18px 0px 15px; */
	padding: 0px 10px 0px 10px; 
	height: 30px;
}

ul#tabs li.tab_beg_b { /* tab_beginning_blue */
/*	background-color: #414c84;*/
	background-image: url(../images/layout/tabs/tab_nr-bo.gif);
}

ul#tabs li.tab_beg_b a {
	padding-left: 120px;
	padding-right: 5px;
}

ul#tabs li.tab_beg_w { /* tab_beginning_white */
/*	background-color: #414c84;*/
	background-image: url(../images/layout/tabs/tab_nr-wo.gif);
}

ul#tabs li.tab_beg_w a {
	padding-left: 120px;
	padding-right: 5px;
}

ul#tabs li.tab_w { /* tab_white */
/*	background-color: #fff;*/
	background-image: url(../images/layout/tabs/tab_wr-no.gif);
}

ul#tabs li.tab_w a {
	background-image: url(../images/layout/tabs/tab_wl-no.gif);
}

ul#tabs li.tab_b-lw { /* tab_blue_left-white-overlap */
	background-image: url(../images/layout/tabs/tab_br-no.gif);
}

ul#tabs li.tab_b-lw a {
	background-image:  url(../images/layout/tabs/tab_bl-wo.gif);
}

ul#tabs li.tab_b-rw { /* tab_blue_right-white-overlap */
	background-image: url(../images/layout/tabs/tab_br-wo.gif);
}

ul#tabs li.tab_b-rw a {
	background-image:  url(../images/layout/tabs/tab_bl-no.gif);
}

ul#tabs li.tab_b-lb { /* tab_blue_left-blue-overlap */
	background-image: url(../images/layout/tabs/tab_br-no.gif);
}

ul#tabs li.tab_b-lb a {
	background-image:  url(../images/layout/tabs/tab_bl-bo.gif);
}

ul#tabs li.tab_b-rb { /* tab_blue_right-blue-overlap */
	background-image: url(../images/layout/tabs/tab_br-bo.gif);
}

ul#tabs li.tab_b-rb a {
	background-image:  url(../images/layout/tabs/tab_bl-no.gif);
}

ul#tabs li.tab_end_b a { /* tab_end_blue */
	/*background-color: #414c84;*/ 
	background-image: url(../images/layout/tabs/tab_nl-bo.gif);
	margin: 0;
	padding-left: 5px;
	padding-right: 15px;
}

ul#tabs li.tab_end_w a { /* tab_end_white */
/*	background-color: #414c84; */
	background-image: url(../images/layout/tabs/tab_nl-wo.gif);
	margin: 0;
	padding-left: 5px;
	padding-right: 15px;
}
/* more global styles ... */

div#main {
	background-color:#fff;
  border-left:116px solid #fff; /* The width and color of the left rail */
  border-right:0px solid #fff; /* The width and color of the right rail */
  float:left;
	padding: 0px;
  width:617px;
}
div#mainb {
	background-color:#fff;
  border-left: 10px solid #fff; /* The width and color of the left rail */
  border-right:0px solid #fff; /* The width and color of the right rail */
  float:left;
	padding: 0px;
  width:713px;
}


div#leftcol {
	float:left;
  margin-left:-116px;
	padding: 30px 0px;
  position: relative;
	text-align: center;
  width:116px;
}

div#leftcol img {
	clear: both;
  margin: 0 0 10px -5px;
}

div#logos {
	padding: 30px 0px 0px 0px;
}

div#logos img {
	border: none;
	display: block;
	margin: 15px auto 0px auto;
}

div#centercol {
	float:left;
  margin-right: -590px;
	padding: 0px;
  width: 590px;
}

div#centercol div {
	position: relative;
}

div#rightcol {
	float:right;
  margin-right:0px;
	padding: 0px;
  position:relative;
	text-align: center;
  width:0px;
}

div#footer {
	background-color: #fff;
	clear: both;
	padding: 10px 0px;
	text-align: center;
}

/* home page styles */

div.overview {
	background-image: url(/images/kokaneehome/area/kokaneespringsaerial.jpg);
	background-repeat: no-repeat;
	height: 393px;
	margin: 15px 0px;
	position: relative;
	width: 590px;
}

.overview p {
	color: #FFFFFF;
	display: inline;
	font-weight: bold;
	position: absolute;
	text-align: center;
	height: 22px;
}

.overview p.ov_town {
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
}

.overview p.ov_rental {
	font-size: large;
	font-style: italic;
	font-weight: bold;
}

.overview p.ov_cbay {
	right: 68px;
	bottom: 28px;
}

.overview p.ov_gckr {
	left: 266px;
	top: 78px;
}

.overview p.ov_rbhl {
	color: #FF0000;
	left: 147px;
	top: 112px;
}

.overview p.ov_snfl {
	color: #FFFF66;
	left: 390px;
	top: 175px;
}

.overview p.ov_ss {
	color: #FFFF66;
	left: 390px;
	top: 195px;
}

.overview p.ov_sr {
	color: #FFFF66;
	left: 480px;
	top: 195px;
}


.overview a:link, .overview a:hover, .overview a:active, .overview a:visited {
	text-decoration: none;
}

.overview p.ov_rbhl a:link, .overview p.ov_rbhl a:visited {
	color: #FF0000;
}

.overview p.ov_rbhl a:hover {
	color: #FF8080;
}

.overview p.ov_snfl a:link, .overview p.ov_snfl a:visited {
	color: #FFFF33;
}

.overview p.ov_snfl a:hover {
	color: #FFFF99;
}

.overview p.ov_ss a:link, .overview p.ov_ss a:visited {
	color: #FFFF33;
}

.overview p.ov_ss a:hover {
	color: #FFFF99;
}

.overview p.ov_sr a:link, .overview p.ov_sr a:visited {
	color: #FFFF33;
}

.overview p.ov_sr a:hover {
	color: #FFFF99;
}


.overview p.ov_ksgr {
	left: 42px;
	top: 231px;
}

.overview p.ov_arpt {
	right: 125px;
	top: 141px;
}

.overview p.ov_ftre {
	font-style: italic;
}

.overview p.ov_slkr {
	right: 11px;
	top: 56px;
}

.overview p.ov_prcl {
	left: 36px;
	top: 20px;
}

div.overviewb {
	background-image: url(/images/kokaneehome/homepage.jpg);
	background-repeat: no-repeat;
	margin: 10px 0px;
	position: relative;
	width: 713px;
	height: 538px;
}

.overviewb p {
	color: #FFFFFF;
	display: inline;
	font-weight: bold;
	position: absolute;
	text-align: center;
	height: 22px;
}

.overviewb p.ov_rental {
	font-size: large;
	font-style: italic;
	font-weight: bold;
}

.overviewb p.ov_rbhl {
	color: #FF0000;
	left: 147px;
	top: 325px;
}

.overviewb p.ov_snfl {
	color: #FFFF66;
	left: 480px;
	top: 500px;
}

.overviewb p.ov_ss {
	color: #FFFF66;
	left: 480px;
	top: 455px;
}

.overviewb p.ov_sr {
	color: #FFFF66;
	left: 570px;
	top: 455px;
}

.overviewb p.ov_rhpic {
  left: 35px;
  top: 7px;
}

.overviewb p.ov_sppic {
  left: 260px;
  top: 7px;
}

.overviewb p.ov_sspic {
  left: 490px;
  top: 7px;
}

.overviewb p.ov_srpic {
  left: 580px;
  top: 7px;
}


.overviewb a:link, .overviewb a:hover, .overviewb a:active, .overviewb a:visited {
	text-decoration: none;
}

.overviewb p.ov_rbhl a:link, .overviewb p.ov_rbhl a:visited {
	color: #FF0000;
}

.overviewb p.ov_rbhl a:hover {
	color: #FF8080;
}

.overviewb p.ov_snfl a:link, .overviewb p.ov_snfl a:visited {
	color: #FFFF33;
}

.overviewb p.ov_snfl a:hover {
	color: #FFFF99;
}

.overviewb p.ov_ss a:link, .overviewb p.ov_ss a:visited {
	color: #FFFF33;
}

.overviewb p.ov_ss a:hover {
	color: #FFFF99;
}

.overviewb p.ov_sr a:link, .overviewb p.ov_sr a:visited {
	color: #FFFF33;
}

.overviewb p.ov_sr a:hover {
	color: #FFFF99;
}



/* contact page classes */

#contactinfo {
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	height: 370px;
	padding-top: 10px;
	text-align: center;
	vertical-align: middle;
}

body#bcferien-contactus #contactinfo {
	background-image: url(/images/kokaneehome/bcfcontactusb.jpg);
}

body#sunflowerpatch-contactus #contactinfo {
	background-image: url(/images/sunflowerpatch/SunflowerPatchLogowbg6b.jpg);
}

body#raspberryhill-contactus #contactinfo {
	background-image: url(/images/raspberryhill/Logo6-newb.jpg);
}

.contactpitch {
	font-size: larger;
	margin-bottom: 5px;
}

#contactblock {
	/* background-color: #CCFFCC; */
	margin: 10px auto;
	padding: 10px;
	width: 305px;
}

#contactblock p {
	display: inline-block;
	font-size: normal;
	margin: 0px;
	padding: 4px 0px;
}

#contactblock p.leftblk {
	clear: left;
	text-align: right;
	width: 6em;
	vertical-align: top;
}

#contactblock p.rightblk {
	text-align: left;
	width: 9em;
   vertical-align: top;
}

/* guestbook classes */

#guestbook {
	background-image:url(../images/layout/backgrounds/parchment.jpg);
	background-repeat:repeat;
	font-style: italic;
	margin-top: 30px;
	padding: 20px 40px 20px 40px;
}

.guestbookdate {
	font-weight: bold;
}

.guestbookpoem {
	margin-left: 110px;
}

.guestbooksig {
	font-weight: bold;
	text-align: right;
}

/* sub-navigation classes */

.navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* print forms classes */

.printforms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	list-style-position: outside;
	font-weight: bold;
}

/* booking page classes */

.resnote {
	font-style: italic;
	margin-left: 185px;
	margin-right: 50px;
	text-indent: -145px;
}

.resnoteemph {
	font-size: 24px;
	font-weight: bold;
	margin-right: 10px;
}

.resnote2 {
	font-style: italic;
	text-align: center;
}

.resnote3 {
	text-align: center;
}

.reslink {
	font-size: larger;
	text-align: center;
}

.reslink a {
	color: #FF0000;
}

.ratestable {
	border: 1px;
	font-weight: bold;
	margin: 0px auto;
	padding: 3px;
	text-align: center;
	width: 500px;
}

.ratestable th, .ratestable td {
	margin: 2px;
	padding: 7px;
}

.ratestable th {
	font-style: italic;
}

.rates {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

.col1head {
	background-color: #FFFFCC;
	width: 129px;
}

.col1 {
	background-color: #CCFFFF;
	font-size: smaller;
}

.col2-3head {
	background-color: #CCFFFF;
	width: 80px;
}

th.col2-3a {
	background-color: #FFFFCC;
	font-size: smaller;
}

td.col2-3a {
	background-color: #FFFFCC;
	font-weight: normal;
}

th.col2-3b {
	background-color: #CCFFCC;
	font-size: smaller;
}

td.col2-3b {
	background-color: #CCFFCC;
}

.termsblock {
	margin: 20px 0px;
}

.termsblock ul {
	margin-left: 30px;
	margin-right: 50px;
}

.termsblock li {
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 7px;
}

.termslinks {
	background-color: #CCFFCC;
	font-size: larger;
	margin: 15px;
	padding: 15px;
	text-align: center;
}

.termslinks ul {
	background-image: url(/images/layout/icons/printer.gif);
	background-position: 15% 50%;
	background-repeat: no-repeat; 
	text-align: left;
}

.termslinks li {
	margin-left: 100px;
}

/* global text classes */

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

.copyright {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: 600;
	padding: 5px;
	text-align: center;
}

.redletter a:link, .redletter a:visited {
	color: #FF0000;
	font-size: 18px;
}

.subtitle {
	line-height: normal;
	margin: 0px;
	text-align: center;
}

.title {
	background-color: #CCFFFF;
	color: #009900;
	float: none;
	font-weight: bolder;
	height: 50px;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	width: 75%;
}

.underlinedheading {
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	font-size: 22px;
}

/* home page classes */

.welcome {
	background-image: url(../images/layout/backgrounds/snowflake-tiledbg.jpg);
	border: none;
	clear: both;
	color: #990000;
	font-size: 17px;
	font-style: italic;
	font-weight: normal;
	margin: 10px 0px 20px 0px;
	padding: 25px;
	position: relative;
}

.welcome li {
	margin: 0px 0px 0px -15px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

.welcome p {
	margin: 0;
	padding: 0;
}

.welcome p.welcomelinks {
	color: #003399;
	margin-left: 20px;
	padding-top: 10px;
	text-align: center;
}

/* hometour styles */

#sptour p {
	margin-bottom: 20px;
	margin-top: 20px;
}

#sptour strong {
	white-space: nowrap;
}

#sptour .picleft {
	padding-bottom: 25px;
	padding-right: 15px;
}

#sptour .picright {
	padding-bottom: 25px;
	padding-left: 15px;
}

/* image positioning styles */

.dropcap {
	float: left;
	margin: 6px 0 0 0;
}
.picright {
	float: right;
/*	margin: 10px 0 5px 15px; */
	margin: 5px 0 5px 5px;
}

.piccenter {
	clear: both;
	float: none;
	margin: 10px 0 5px 0;
	text-align: center;
}

.picleft {
	float: left;
	margin: 10px 15px 5px 0;
}

.picright img, .piccenter img, .picleft img {
	border: none;
}

.titlepic {
	margin-bottom: 10px;
}

div.gbspacer {
	background-position: center;
	background-repeat: no-repeat;
	height: 15px;
	margin: 10px 0;
	text-align: center;
}

body.raspberryhill div.gbspacer {
	background-image: url(/images/raspberryhill/bullets/raspberryspacer.gif);
}

body.sunflowerpatch div.gbspacer {
	background-image: url(/images/sunflowerpatch/bullets/sunflowerspacer.gif);
}

/* calendar layout styles */

table.calendar {
	border: 1px solid #0033FF;
	float: left;
	margin: 0px 0px 2px 2px;
}

table.calendar p {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

table.calendar td {
	background-color: #CCFFCC;
	text-align: left;
	vertical-align: top;
	width: 23px;
}

tr.fiveweeks td {
	height: 30px;
}

tr.fourweeks td {
	height: 38px;
}

body#raspberryhill-adminrescal tr.fiveweeks td {
	height: 48px;
}

body#raspberryhill-adminrescal tr.fourweeks td {
	height: 45px;
}


tr.monthname td {
	background-color: #CCFFFF;
	font-style: italic;
	font-weight:bold;
	height: 28px;
	letter-spacing: 2px;
	text-align: center;
	vertical-align: middle;
}

tr.sixweeks td {
	height: 25px;
}

tr.weekdays td {
	background-color: #800080;
	color: #FFFFFF;
	font-size: smaller;
	font-weight: bold;
	height: 28px;
	text-align: center;
	vertical-align: middle;
}

.available {
	background-color: #CCFFCC;
}

.booked, table.calendar tr td.booked {
	background-color: #FF7575;
}

table.calendar tr td.nodate {
	background-color: #FFFFFF;
}
