@charset "utf-8";

/******* STYLES FOR CAVENDISH BEACH COTTAGES ********/

/**Navigation**/

#cbnav{width: 100%;height:26px;font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12px;}

#cbnav td{text-align:center;background-image:url(images/cbnavmiddle.gif);}

#cbnav .lend{width:23px; text-align:left;}
#cbnav .rend{width:25px;text-align:right;}
#cbnav .bar{width:30px;text-align:center;}

.cbnav, a.cbnav:link, a.cbnav:visited {color:#FFFF99;text-decoration:none;}
a.cbnav:hover{color:#FFFFFF;text-decoration:underline;}
.cbnavactive, a.cbnavactive:link, a.cbnavactive:visited {
	color:#acbc56;
	text-decoration:none;
	font-weight: bold;
}
a.cbnavactive:hover {
color:#ffffff;text-decoration:underline;
}

/*****Reservation Bar****/
.cbreservations {
	background-image: url(images/cbreservebg.gif);
	background-repeat: repeat-x;
	text-align: right;
	vertical-align:top;
	width:801px;
}
.cbreservationsl {
	background-image: url(images/cbreservebg.gif);
	background-repeat: repeat-x;
	text-align: left;
	vertical-align:top;
}

/*****Content*****/
#cbcontent{
	width:780px;
	vertical-align:top;
	padding:0 10px;
	background-color: #FFFFFF;
	text-align: left;
	color:#773822;
}
#cbcontent h1,#cbgallery h1{
	font-size:250%;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}
#cbcontent h2,#cbgallery h2{
	font-size:175%;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 36px;
}
#cbcontent h3,#cbgallery h3{
	font-size:150%;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
}

#cbgallery{}
#cbgallery .box3{border:solid 1px #e8dcd2;padding:5px;margin-left:5px;}
#cbgallery .box3 img{border:1px solid #BB753A;margin:3px;}

