body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	color: #111;
	background-image: url(/media/nav/background.jpg);
	background-repeat: repeat-x;
	text-align: center !important;
}

body,html,p,td {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #111;
}

body {
/* msie-only-removed */
}

/* ------------------------- primary table -------------------------- */


table.content {
	width: 800px;
	text-align: left;
}
.td1,.td3 {
	width: 30px;
	min-width: 30px;
	max-width: 30px;
	background-repeat: repeat-y;
}
.td1 {
	background-image: url(/media/shadow-left.png);
}
.td2,.copyright {
	background-color: #fff;
}
.td2 {
	padding-bottom: 10px;
}
.td3 {
	background-image: url(/media/shadow-right.png);
}
.copyright
{
	color: #48f;
	padding: 10px;
	background-color: #def;
	border-color: #48f;
	border-width: 1px 0 0 0;
	border-style: solid;
}

/* ------------------------- NAVIGATION -------------------------- */

div.navbreak {
	clear: both;
	margin: 0;
	padding: 0;
	height: 1px;
}

.kclogo {
	float: left;
	margin-left: 20px;
	margin-bottom: 10px;
}

div.kcnav {
	float: right;
	text-align: right;
	padding-right: 10px;
	text-transform: lowercase;
	max-width: 500px;
}

ul.kcnav {
	float: right;
	background-color: none;
}

ul.kcnav a {
	color: #555;
	border: 1px solid #fff;
	padding: 1px;
}

ul.kcnav a:hover {
	color: #777;
	border-color: #bbb;
}

ul.kcnav li {
	float: left;
	border-left: 1px solid #777;
	list-style: none;
	padding: 4px 9px;
}

ul.kcnav li.first {
	border-left: none;
}

ul.propnav
{
	clear: right;
	margin-right: -10px;
/* msie-only-removed */
/* msie-only-removed */
	width: 130px; /* nomsie */
	list-style: none;
	float: right;
	text-align: right;
}

ul.propnav li.first {
	background-image: url(media/nav/dropdownbg.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 10px; /* nomsie */
/* msie-only-removed */
	height: 26px; /* nomsie */
/* msie-only-removed */
}

ul.propnav li.first a {
	color: white;
	font-weight: bold;
	font-size: 13px;
}

ul.propnav:hover ul {
	display: block;
}

ul.propnav ul {
/* msie-only-removed */
/* msie-only-removed */
/* msie-only-removed */
	list-style-image: url(/media/nav/house.gif); /* nomsie */
	list-style-position: inside;
	background-image: url(/media/nav/menubg.png); /* nomsie */
/* msie-only-removed */
	position: absolute;
	top: 10px; /* nomsie */
	margin-left: -30px;
	z-index: 20;
	display: none;
	text-align: left;
	text-transform: none;
	border: 1px solid #048;
}

ul.propnav ul li {
	margin-left: -40px; /* nomsie */
}

ul.propnav ul a {
	padding: 5px 10px 5px 10px;
	display: block;
	font-weight: normal !important;
	font-size: 12px !important;
}

ul.propnav ul a:hover {
	background-color: #048;
}

/* ------------------------- PHOTOSTRIP -------------------------- */

table.propphotostrip {
	width: 699px;
	margin-bottom: 20px;
}

.photostrip img,.propphotostrip img {
	overflow: hidden;
}

.propphotostrip img {
	width: 233px;
	height: 128px;
}

.propphotostrip td {
	height: 116px;
	max-height: 116px;
}

.captions td {
	color: #555;
	padding: 3px 15px 20px 0;
	border-top: 1px solid black;
}

.caption {
	font-size: 9px !important;
	color: #777;
	font-weight: bold;
}

.sidebar .caption {
	color: #68b;
}



/* ------------------------- body -------------------------- */

h1 {
	margin: 10px auto 30px auto;
	page-break-after: avoid;
	font-size: 30px;
	color: #555;
	font-weight: normal;
}

h2 {
	page-break-after:avoid;
	font-size: 15px;
	margin: 0;
}

h1.kc {
	margin: 30px 0 40px 0;
}

h1.kctop {
	margin: 20px 0 20px 0;
}

h1.kc,h1.kctop {
	font-size: 28px;
	text-transform: lowercase;
	letter-spacing: 1px;
	margin: 30px 0 40px 0;
}

.blue,h2 {
	color: #0F80B0 !important;
}

.black {
	color: #000 !important;
}

p {
	text-align: justify; 
}

.indent {
	margin-left: 50%;
}

a {
	color: #369;
	text-decoration: none;
}

a:hover {
	color: #89f;
	text-decoration: underline;
}

.flashfloater {
	float: right;
/* msie-only-removed */
	margin: 0 0 10px 10px; /* nomsie */
	color: #555;
	font-size: 10px;
}

.flashfloater a {
	color: #448;
}

.flashss {
	margin-bottom: 3px;
	border: 1px solid #ddd;
}

li {
	font-size:12px;
	margin: 0;
}

.intro {
	font-size: 11pt;
	color: #369;
	margin-bottom: 0;
}

.note {
	font-size: 8px;
	color: #999;
}

.headboldgray {
	font-weight: bold;
	color: #99F;
}

.headboldblue {
	font-weight: bold;
	color: #26C;
}

.textboldblue {
	font-weight: bold;
	color: #26C;
}

.textboldgray {
	font-weight: bold;
	color: #89B;
}

.sidebar {
	background-color: #EDF3F8;
	width: 192px;
	float: left;
	clear: left;
}

.mainbar {
	float: right;
	max-width: 512px;
	padding: 17px;
}

.sidebar p {
	color: #369;
	font-size: 12px;
	text-align: left;
	margin: 10px 5px 0 5px;
}

.propertycontent,.propertydescription {
	margin-left: 10px;
	margin-right: 10px;
}

.propertydescription p {
	clear: right;
	color: #222;
	font-size: 12px;
}

.proplisttext p {
	padding-bottom: 20px;
	border-bottom: 1px dotted #9af;
}

.generaltext,.proplisttext {
	margin: 20px;
}

.generaltext p,.proplisttext p {
	color: #222;
	font-size: 12px;
}

.textmed,.larger,.body p {
	font-size: 10pt;
}

.body { padding: 10px; }

.subtext p,.generaltext .subtext p,.proplisttext .subtext p {
	color: #447;
	font-size: 12px;
	line-height: 17px;
}

.textmedbold {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #79f;
}

.nounderline {
	font-size: 10pt;
	font-weight: bold;
	color: #369;
	text-decoration: none;
}

.nounderlinenotbold {
	font-size: 11px;
	font-weight: normal;
	color: #369;
	text-decoration: none;
}

a.stretchybutton, a.button {
	display: block;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #0C678D;
	color: #fff;
}

a.stretchybutton {
	margin-top: 10px;
}

a.button {
	width: 180px;
}

a.stretchybutton:hover,a.button:hover {
	background-color: #555;
	text-decoration: none;
	color: #fff;
}

.rates p {
	color: #999;
	text-align: left;
}

p.pax {
	font-size: 18px;
	margin-bottom: 0;
}

p.price {
	margin-top: 0;
}

p.notes,td.notes {
	font-size: 10px;
	line-height: 14px;
	color: #777;
}

td.notes {
	vertical-align: top;
	border-left: 1px dashed #777;
	padding-left: 10px;
	margin-left: 10px;
}

.activities ul {
	font-size: 12px;
	color: #245;
}

.activities p {
	font-size: 12px;
}

table.amenities {
	margin-top: 30px;
	background-color: #DDE5E8;
}

td.nobottom {
	padding-bottom: 0;
}

.amenities ul {
	list-style-type: square;
	list-style-position: default;
	color: #337;
	font-size: 11px;
	margin: 0 auto auto auto;
}

.amenities li {
	margin-left: -20px; /* nomsie */
/* msie-only-removed */
}
.amenities h3 {
	margin: 0 0 0 5px;
	font-size: 20px;
	font-weight: normal;
	color: #88a;
}

h2.comment {
	margin: 10px;
	font-weight: normal;
}

p.comment {
	font-size: 11px;
	color: #0F80B0;
	margin: 10px 10px 10px 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #88a;
}

/* -------------------------- FORMS --------------------------- */

.label {
	font-weight: bold;
	text-align: right;
	color: #667;
}
.booking .submission {
	font-size: 12px;
	padding-left: 10px;
}

td.warning {
	font-size: 12px;
	font-weight: bold;
	color: #900;
	border-top: 1px solid #900;
}

.booking input,.booking textarea,.booking select {
	width: 250px;
}

input.normal {
	width: 120px;
}