/* CSS Document */

BODY {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
}

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

h1, h2, h3, h4, h5
h1 a, h2 a, h3 a, h4 a, h5 a {
	margin: 5px 0 10px 0;
	color: #2E355B;	
	text-decoration: none;
}

A {
	color: #2E355B;
}

TR {
	vertical-align: top;
}

TH {
	text-align: left;
	color: #2E355B;
	background-color: #D5D7DE;
}



h1, h1 a {
	font-size: 18px;
	margin: 10px 0 15px 0;
	text-decoration: none;
}

h2, h2 a {
	font-size: 16px;
	margin: 10px 0 5px 0;
	text-decoration: none;
	
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
	margin: 10px 0 5px 0;
}

submit {
	background-color: #2E355B;
	color: #FFFFFF;
}
fieldset {
	border: 1px solid #ABAEBD;
	width: 100%;
}

legend {
	color: #2E355B;
	padding: 1px 10px;
	font-weight: bold;
}

HR {
	height: 1px;
	border: none;
	background-color: #C0C2CD;
}	
input text, .textInput {
	width: 100%;
}

ul {
	margin: 15px;
	padding: 0;
}

blockquote {
	font-size: 14px;
	line-height: 18px;
}


.booked {
	text-decoration: line-through;
}	

.intro {
	font-size: 14px;
	line-height: 130%;
	color: #2E355B;
}

#header {
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	width: 100%;
	height: 165px;
	text-indent: -9000px;
	padding: 0;
	margin: 0;
}

	#header h1, #header h2 {
		padding: 0;
		margin: 0;
	}

#nav {
	background-image: url(../images/navbgr.gif);
	background-repeat: repeat-x;
	width: 750px;
	height: 35px;
	border: 0px solid #000;
}
/*


#subNav {

	visibility: hidden;

	width: 700px;
	height: 20px;
	padding: 5px 0 0 50px;
	border: 0px solid #ABAEBD;
	margin: 0 0 15px 0;
}


#subNav {
	width: 700px;
	height: 20px;
	border-bottom: 1px solid #ABAEBD;
	padding: 5px 0 0 0px;
	margin: 0 0 15px 50px;
}

#subNav img {
	margin: 0 5px 0 15px;
}	*/	

#subNavColumn {
	padding: 0 20px 0 0px;
	width: 160px;
}

#subNavColumn #backButton {
	text-align:right; 
	margin: 10px 0 0 20px; 
	padding: 10px 15px 0 0; 
	border-top: 1px solid #C0C2CD;
}

#subNav ul {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

	/*
	#subNav a {
		text-decoration: none;
	}
	
	#subNav a:hover {
		text-decoration: underline;
	}
	*/

	#subNav ul {
		padding: 0;
		margin: 0;
		width: 100%;
	}
	#subNav li {
		height: 20px;
		list-style-type: none;
		text-align: right;
		padding: 8px 15px 5px 10px;
		margin: 5px 0 5px 0;
	}
		#subNav #current, #subNav .current  {
			background: url(../images/subnav_selected.gif) no-repeat right top;
		}
		
		#subNav #current a, #subNav .current a {
			color: #fff;
		}		
		


#floatingImage{
	float: right;
}
	#floatingImage img {
		margin: 0 0 10px 10px;
	}
	
	img.floatingImage {
		margin: 0 0 10px 10px;
		float: right;
	}
	
	


#breakoutBox {
	border: 1px solid #ABAEBD;
	padding: 0 10px 10px 10px;
	margin: 10px;
	width: 80%;
	color: #2E355B;
	background-color: #EAEAEE;
}

#chaletList {}
	#chaletList td img {
		margin: 0 5px; 0 0;
	}
	#chaletList h4 {
		margin: 0px 0 5px 0;
	}

#mapHolder {
	border: 1px solid #ABAEBD;
	height: 400px;
}

#footer {
	border-top: 1px solid #ABAEBD;
	width: 700px;
	margin: 15px 0 15px 50px;
	padding: 5px 0 0 0px;
	color: #2E355B;
	font-size: 10px;
	text-transform: uppercase;	
}
		
.contentColumn {
	padding: 0px 0 0 50px;
}
.imageColumn {
	padding: 0 0 0 20px;
	width: 315px;
}




.dataTable {
	border: 1px solid #C0C2CD;
}

	.dataTable td {
		padding: 5px 8px 5px 5px;
	}

.oddRow {
	background-color: #EAEAEE;
}
.notes {
	background-color:#FF0000;
	color:#FFFFFF;
}

.clear {
	clear: both;
}	














#gallery ul {
	padding: 0;
	margin: 0;
}

#gallery li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline;
}

#gallery li img {
	margin: 0 5px 5px 0;
}