html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}


/*============================================================
 Essentials
============================================================*/

html {
	height: 99%;
	font-size: 62.5%;
	font-family: "Trebuchet MS", Verdana,Arial,Helvetica,sans-serif;
}

body {
	height: 100%;
	color: #333333;
	background-color: #fff;
	background-repeat: repeat-y;
	background-position: top center;
	background-image: url(/public/images/generic/wec_generic_wrapper_bg.png);
	behavior: url(/public/themes/wec/css/iepngfix.htc);
	font-size: 1.10em;
	position: relative;
}

body,
body#wec1,
body#wec2,
body#home #logo a,
body#home #cottage_selection .cottage_one h2 a,
body#home #cottage_selection .cottage_two h2 a,
body#home #cottage_selection .cottage h3 a,
body #main_container #menu div.change_cottage a,
body#generic #header #logo h1 a,
body#wec1 #header #logo h1 a,
body#wec2 #header #logo h1 a {
	behavior: url(/public/themes/wec/css/iepngfix.htc);
}

/*============================================================
 Global Styles
============================================================*/

#wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#content p {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #222;
	margin: 5px 0px 15px 0px;
	text-align: left;
}

	#content p strong {
		font-weight: bold;
	}
	
	#content p em {
		font-style: italic;
	}

	#content p a,
	#content p a:link,
	#content p a:visited,
	#content p a:active {
		color: #0000cc;
		text-decoration: none;
	}
	
	#content p a:hover {
		color: #00005c;
		text-decoration: underline;
	}
	
	#content ul {
		list-style: disc;
		margin: 8px 0px 8px 20px;
		font-size: 1.2em;
		line-height: 1.4em;
		color: #222;
		padding-left: 10px;
	}
	
	#content ol {
		list-style: decimal;
		margin: 8px 0px 8px 20px;
		font-size: 1.2em;
		line-height: 1.4em;
		color: #222;
		padding-left: 10px;
	}
		
		#content ul li,
		#content ol li {
			padding: 3px 0px 3px 10px;
		}
/*============================================================
 Front Page/Landing Page/Cottage Selection Page
============================================================*/
body #wrapper {
	width: 906px;
	padding: 0px 47px;
}

body#home #logo {
	width: 740px;
	height: 120px;
	display: block;
	position: absolute;
	top: 20px;
	left: 80px;
}

	body#home #logo h1 {
	   text-indent:-9999px;
	   height: 100%;
	   width: 100%;
		outline: none;
	   overflow: hidden;
	   position: relative;
	}
	
	body#home #logo a {
	   background-image: url(/public/images/homepage/wec_homepage_logo.png);
		background-repeat: no-repeat;
	   background-position: 0 0;
		display:block;
		width: 100%;
		height: 100%;
		text-decoration:none;
		outline: none;
		position: relative;
		cursor: pointer;
	}

body#home #content {
	position: relative;
	padding-top: 140px;
	padding-left: 150px;
	width: 700px;
}

body#home #cottage_selection {
	position: relative;
	margin-top: 40px;
	padding-left: 200px;
}

	body#home #cottage_selection .cottage {
		float: left;
		width: 310px;
	}
	
		body#home #cottage_selection .cottage_two {
			margin-left: 20px;
		}
		
		body#home #cottage_selection .cottage img {
			padding-left: 7px;
			padding-bottom: 4px;
		}
	
		body#home #cottage_selection .cottage h2,
		body#home #cottage_selection .cottage h3 {
			display: block;
			text-indent:-9999px;
			outline: none;
		   overflow: hidden;
		   position: relative;
		}
		
		/* cottage logos */
		body#home #cottage_selection .cottage h2 {
			width: 310px;
			height: 70px;
		}
			
			body#home #cottage_selection .cottage h2 a {
				width: 100%;
				height: 100%;
				text-decoration: none;
				outline: none;
				position: relative;
				cursor: pointer;
				display: block;
				background-repeat: no-repeat;
				background-position: 0 0;
			}
			
			body#home #cottage_selection .cottage_one h2 a {
				background-image: url(/public/images/homepage/wec_homepage_c1_logo.png);
				
			}
			
			body#home #cottage_selection .cottage_two h2 a {
				background-image: url(/public/images/homepage/wec_homepage_c2_logo.png);
			}
		
		
		/* cottage "enter" button */
		body#home #cottage_selection .cottage h3 {
			width: 100px;
			height: 20px;
			margin: 5px 0px 10px 200px;
		}
		
			body#home #cottage_selection .cottage h3 a {
				width: 100%;
				height: 100%;
				text-decoration: none;
				outline: none;
				position: relative;
				cursor: pointer;
				display: block;
				background-image: url(/public/images/homepage/wec_homepage_enter_button.png);
				background-repeat: no-repeat;
				background-position: 0 0;
			}

body#home span#copyright {
	display: block;
	position: relative;
	margin-top: 40px;
	padding-left: 210px;
	color: #888;
	font-size: 0.9em;
}

	body#home span#copyright a,
	body#home span#copyright a:link,
	body#home span#copyright a:active,
	body#home span#copyright a:visited {
		color: #888;
	}




/*============================================================
 Generic Styles for generic/wec1/wec2 pages
============================================================*/

body.subpage #header {
	height: 250px;
	position: relative;
}

	body.subpage #header #splash {
		height: 250px;
		width: 650px;
		background-position: 0 0;
		background-repeat: no-repeat;
		background-image: url(/public/images/splashes/splash01.jpg);
		position: absolute;
		right: 1px;
		z-index: 900;
	}
	
body #main_container {
	position: relative;
	margin-top: 20px;
	z-index: 800;
}

	body #main_container #menu {
		float: left;
		width: 220px;
		position: relative;
		padding-left: 35px;
	}
	
		body #main_container #menu ul {
			list-style: none;
			width: 200px;
		}
		
			body #main_container #menu ul li {
				height: 25px;
				display: block;
				font-size: 13px;
				padding-top: 7px;
				padding-left: 15px;
				line-height: 15px;

			}
			
				body #main_container #menu ul li a,
				body #main_container #menu ul li a:active,
				body #main_container #menu ul li a:visited {
					text-decoration: none;
					color: #666666;
				}
				
			body #main_container #menu ul li.active {
				background-color: #adbbac;
				
			}
			
				body #main_container #menu ul li.active a,
				body #main_container #menu ul li.active a:active,
				body #main_container #menu ul li.active a:visited {
					text-decoration: none;
					color: #000;
					text-shadow: 1px 1px 0px #c0cec0;
				}
			
		body #main_container #menu div.change_cottage{
			width: 200px;
			position: relative;
			margin-top: 90px;
		}
		
			body #main_container #menu div.change_cottage span {
				display: block;
				font-size: 13px;
				color: #666666;
				line-height: 16px;
				font-weight: bold;
				margin-left: 5px;
			}
			
			body #main_container #menu div.change_cottage a {
			   text-indent:-9999px;
			   width: 196px;
			   height: 44px;
			   display: block;
			   background-image: url(/public/images/generic/wec_generic_small_lhs_logos.png);
			   background-position: 0 0;
			   background-repeat: no-repeat;
				outline: none;
			   overflow: hidden;
			   position: relative;
			}
			
				body #main_container #menu div.change_cottage a#goto_cottage_1 {
					background-position: 0 0;
				}
				
				body #main_container #menu div.change_cottage a#goto_cottage_2 {
					background-position: 0px -44px;
				}
				
	
	
	body #main_container #content {
		float: left;
		width: 625px;
		padding-right: 25px;
		position: relative;
		text-align: left;
	}
	
	body #main_container div.narrower {
		width: 275px !important;
	}
	
	body #main_container div.narrow {
		width: 375px !important;
	}
	
	body #main_container div.wide {
		width: 625px !important;
	}
	
	body #main_container #rhs_images {
		position: absolute;
		right: 0;
		width: 250px;
		margin-right: 1px;
		z-index: 990;
	}
	
		body #main_container #rhs_images img {
			margin-bottom: 15px;
		}
		
	body #main_container #rhs_gallery {
		position: absolute;
		right: 0;
		width: 345px;
		margin-right: 1px;
		z-index: 990;
	}

body.subpage span#copyright {
	clear: both;
	display: block;
	position: relative;
	margin: 30px 0px;
	padding-left: 254px;
	color: #888;
	font-size: 0.9em;
}

	body.subpage span#copyright a,
	body.subpage span#copyright a:link,
	body.subpage span#copyright a:active,
	body.subpage span#copyright a:visited {
		color: #888;
	}

div.box {
	width: 95%;
	background-color: #EFEFEF;
	border: 1px solid #ddd;
	padding: 10px;
	clear: both;
	display: block;
}

	#content div.box p {
		line-height: 1.7em;
		margin: 0;
	}

/*============================================================
 Styles for GENERIC pages
============================================================*/
body#generic #header #logo {
	width: 363px;
	position: absolute;
	top: 45px;
	left: 25px;
	z-index: 999;
}

	body#generic #header #logo h1 {
	   height: 82px;
	   width: 363px;
	   text-indent:-9999px;
	   margin-bottom: 17px;
		outline: none;
	   overflow: hidden;
	   position: relative;
	}

		body#generic #header #logo h1 a {
			background-image: url(/public/images/generic/wec_generic_logos.png);
			background-position: 0 0;
			background-repeat: no-repeat;
			display:block;
			width: 100%;
			height: 100%;
			text-decoration:none;
			outline: none;
			position: relative;
			cursor: pointer;
		}
		
		body#generic #header #logo h1.wec_1 a {
			background-position: 0px 0px;
		}

		body#generic #header #logo h1.wec_2 a {
			background-position: 0px -82px;
		}


/*============================================================
 WEC1 Pages
============================================================*/
body#wec1 {
	background-color: #c0dfc0;
	background-image: url(/public/images/wec1/wec_one_wrapper_bg.png);
}

body#wec1 #header #logo {
	width: 514px;
	height: 113px;
	position: absolute;
	top: 45px;
	left: 25px;
	z-index: 999;
}

	body#wec1 #header #logo h1 {
		width: 514px;
		height: 113px;
	   text-indent:-9999px;
		outline: none;
	   overflow: hidden;
	   position: relative;
	}

		body#wec1 #header #logo h1 a {
			background-image: url(/public/images/wec1/wec_one_logo.png);
			background-position: 0 0;
			background-repeat: no-repeat;
			display:block;
			width: 100%;
			height: 100%;
			text-decoration:none;
			outline: none;
			position: relative;
			cursor: pointer;
		}


#main_container h2 {
	font-size: 1.5em;
	display: block;
	font-weight: bold;
	text-shadow: 1px 1px 0px #C0CEC0;
	position: relative;
	margin: 20px 0px 15px 0px;
	padding: 8px;
	width: 579px;

}

body#wec1 #main_container h2 {
	background-color: #ADBBAC;
}

body#wec2 #main_container h2 {
	background-color: #99AFB6;
}


				
/*============================================================
 WEC2 Pages
============================================================*/
body#wec2 {
	background-color: #9aaeb5;
	background-image: url(/public/images/wec2/wec_two_wrapper_bg.png);
}


body#wec2 #header #logo {
	width: 514px;
	height: 113px;
	position: absolute;
	top: 45px;
	left: 25px;
	z-index: 999;
}

	body#wec2 #header #logo h1 {
		width: 514px;
		height: 113px;
	   text-indent:-9999px;
		outline: none;
	   overflow: hidden;
	   position: relative;
	}

		body#wec2 #header #logo h1 a {
			background-image: url(/public/images/wec2/wec_two_logo.png);
			background-position: 0 0;
			background-repeat: no-repeat;
			display:block;
			width: 100%;
			height: 100%;
			text-decoration:none;
			outline: none;
			position: relative;
			cursor: pointer;
		}
		
body#wec2 #main_container #menu ul li {

}

	body#wec2 #main_container #menu ul li a,
	body#wec2 #main_container #menu ul li a:active,
	body#wec2 #main_container #menu ul li a:visited {
		text-decoration: none;
		color: #666666;
	}
	
body#wec2 #main_container #menu ul li.active {
	background-color: #99afb6;
	
}

	body#wec2 #main_container #menu ul li.active a,
	body#wec2 #main_container #menu ul li.active a:active,
	body#wec2 #main_container #menu ul li.active a:visited {
		text-decoration: none;
		color: #000;
		text-shadow: 1px 1px 0px #cddbdf;
	}
	
	
	
/*============================================================
 Calendar Availability Styles (WEC1 + WEC2)
============================================================*/
#availability_wrapper {
	display: block;
	height: 240px;
	width: 100%;
	position: relative;

}

#availability_wrapper div.calendar_heading {
	position: relative;
	margin: 20px 0px 15px 0px;
	padding: 8px;
	width: 579px;
}

	body#wec1 #availability_wrapper div.calendar_heading {
		background-color: #ADBBAC;
	}
	
	body#wec2 #availability_wrapper div.calendar_heading {
		background-color: #99AFB6;
	}
	
		#availability_wrapper div.calendar_heading span {
			font-weight: bold;
			font-size: 1.5em;
			text-shadow: 1px 1px 0px #C0CEC0;
			float: left;
			line-height: 1.3em;
		}
		
		#availability_wrapper div.calendar_heading a {
			float: right;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 2px 6px 0px 0px;
			vertical-align: top;
			line-height: 1.5em;
		}

#availability_wrapper .availability {
	position: relative;
	padding: 0px;
	margin: 0;
	width: 610px;
	display: block;
	font-size: 11px;
}



#datepick-div,
.datepick-inline {
	font-family: "Trebuchet MS", Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	padding: 0;
	margin: 0;
	background: #eee;
	color: #000;
	width: 15em;
}

#datepick-div {
	display: none;
	border: 1px solid #777;
	z-index: 999;
}

.datepick-inline {
	float: left;
	display: block;
	border: 0;
}

.datepick-dialog {
	padding: 5px !important;
	border: 4px ridge #ddd !important;
}

.datepick-disabled {
	position: absolute;
	z-index: 100;
	background-color: white;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

button.datepick-trigger {
	width: 25px;
	padding: 0px;
}

img.datepick-trigger {
	margin: 2px;
	vertical-align: middle;
}

.datepick-prompt {
	float: left;
	padding: 2px;
}

* html .datepick-prompt { 
	width: 15em;
}

.datepick-control,
.datepick-links,
.datepick-header,
.datepick {
	clear: both;
	float: left;
	width: 100%;
	color: #fff;
}

.datepick-control {
	background: #400;
	padding: 2px 0px;
}

.datepick-links {
	background: #000;
	padding: 2px 0px;
}

.datepick-control,
.datepick-links {
	font-weight: bold;
	font-size: 11px;
	padding: 5px 0px;
}

.datepick-links label {
	padding: 2px 5px;
	color: #888;
}

.datepick-clear,
.datepick-prev {
	float: left;
	width: 34%;
}

.datepick-rtl .datepick-clear,
.datepick-rtl .datepick-prev {
	float: right;
	text-align: right;
}

.datepick-current {
	float: left;
	width: 30%;
	text-align: center;
}

.datepick-close,
.datepick-next {
	float: right;
	width: 34%;
	text-align: right;
}

.datepick-rtl .datepick-close,
.datepick-rtl .datepick-next {
	float: left;
	text-align: left;
}

.datepick-header {
	background: #769074;
	text-align: center;
	font-weight: normal;
	min-height: 1.75em;
	font-size: 12px;
	padding: 4px 0px;
}

body#wec2 .datepick-header {
	background-color: #99AFB6;
}

.datepick-header select {
	background: #333;
	color: #fff;
	border: 0px;
	font-weight: bold;
}

.datepick-header span {
	position: relative;
	top: 3px;
}
.datepick {

	background: #ccc;
	text-align: center;
	font-size: 100%;
}

.datepick a {
	display: block;
	width: 100%;
}

.datepick-title-row {
	background: #ADBBAC;
	padding: 3px;
}

body#wec2 .datepick-title-row {
	background-color: #668791;
	color: #fff;
}

.datepick-title-row th {
	text-align: center;
	font-weight: normal;
	padding: 3px;
}

.datepick-days-row {
	background: #eee;
	color: #666;
}

.datepick-week-col {
	background: #777;
	color: #fff;
}

.datepick-days-cell {
	color: #000;
	border: 1px solid #ddd;
	padding: 3px;
}

.datepick-other-month {
	background: #fff;
}

.datepick-week-end-cell {

}

.datepick-title-row .datepick-week-end-cell {

}

.datepick-week-over {
	background: #ddd;
}

.datepick-unselectable {
	color: #bbb;
}

.datepick-today {
	background: #ADBBAC;
	font-weight: bold;
	color: #fff;
	border: 1px dotted red;
}

body#wec2 .datepick-today {
	background-color: #99AFB6;
}

.datepick-current-day {
	background: #777;
	color: #fff;
}

.datepick-days-cell-over {
	background: #fff;
	color: #000;
	border: 1px solid #777;
}

.datepick-status {
	background: #ddd;
	width: 100%;
	font-size: 80%;
	text-align: center;
}

#datepick-div a,
.datepick-inline a {
	cursor: pointer;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.datepick-inline .datepick-links a {
	padding: 0 5px !important;
}

.datepick-control a,
.datepick-links a {
	padding: 2px 5px !important;
	color: #eee;
}

.datepick-title-row a {
	color: #eee;
}

.datepick-control a:hover {
	background: #fdd;
	color: #333;
}

.datepick-links a:hover,
.datepick-title-row a:hover {
	background: #ddd;
	color: #333;
}

.datepick-multi .datepick {
	border: 1px solid #777;
}

.datepick-one-month {
	float: left;
	width: 15em;
	margin-left: 5px;
}

.datepick-new-row {
	clear: left;
	margin-left: 0px;
}

.wec_booked {
	background-color: #8e0000;
	text-decoration: line-through;
	color: #fff;
}

/* ___________ IE6 IFRAME FIX ________ */
.datepick-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -1px; /*must have*/
    left: -1px; /*must have*/
    width: 187px; /*must have*/
    height: 187px; /*must have*/
}


		
/*============================================================
 Reservation Form Styles (WEC1 + WEC2)
============================================================*/
form#res_form {
	width: 100%;
	font-size: 1.2em;
}

	form#res_form table {
		width: 480px;
		background-color: #efefef;
		border: 1px solid #ddd;
		font-size: 12px;
	}
	
		form#res_form table th,
		form#res_form table td {
			padding: 3px 6px;
			vertical-align: top;
		}
		
		form#res_form table th {
			text-align: right;
			position: relative;
			padding-right: 10px;
			padding-top: 9px;
			width: 180px;
		}
		
		form#res_form table td {
			
		}
		
		form#res_form tfoot td {
			background-color: #e0e0e0;
			line-height: 1.3em;
		}
		
	form#res_form label {
		padding-top: 3px;
		font-weight: bold;
	}
	
	form#res_form span.required {
		color: #8e0000;
		font-size: 1em;
		position: absolute;
		padding-left: 4px;
	}
	
	form#res_form .text,
	form#res_form textarea {
		border: 1px solid #A0A0A0;
		font-size: 11px;
		padding: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		font-family: "Trebuchet MS", Verdana,Arial,Helvetica,sans-serif;
		width: 210px;
		
	}
	
	form#res_form input.text {

	}
	
	form#res_form div.error_box {
		width: 460px;
		background-color: #ccc;
		padding: 10px;
	}
	
	form#res_form div.error_box label {
		background-image:url(../img/exclamation.png);
		background-position: 0 3px;
		background-repeat:no-repeat;
		clear:both;
		display:block;
		float:none;
		line-height:1.3em;
		margin:4px 0 4px 16px;
		padding-left:24px;
		font-weight: bold;
		font-size: 1em;
	}



/* ----------------------------------------------------------------
	---------------------- Clear Fix Stuff -------------------------
	---------------------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



