/*Padding and margin reset*/
	html, body, p, ul, li, ol, dl, dt, dd, h1, h2, h3, h4, h5, h6, blockquote, address, table, tr, td, th, form, fieldset, img{
		margin: 0;
		padding: 0;
		font-size: 1em;
		list-style: none;
		font-style: normal;
		font-weight: normal;
		border: 0;
	}

	a{
		text-decoration: none;
		color: #ef471f;
	}
	
	.clearer{
		height: 1px;
		font-size: 1px;
		clear: both;
	}
	
	abbr{
		border: none;
	}
	
	#nav_access{
		position: absolute;
		left: -999em;
	}
	
/*PLSS*/

/*Page backgrounds*/
	body{
		background: #07472d;
		font-size: 16px;
		font-family: "Times New Roman", Times, Georgia, serif;
	}
	
	#wrapper{
		width: 1010px;
		margin: 0 auto 30px;
		background: url(/images/plss/bg_body_m.gif) repeat-y;
	}
	
	#header{
		background: url(/images/plss/bg_body_t.gif) no-repeat top;
		padding: 0 31px;
		height: 279px;
	}
	
	#footer{
		background: url(/images/plss/bg_footer.gif) no-repeat bottom;
		padding: 0 31px 31px;
	}
	
	#content{
		padding: 0 31px;
		margin: 27px 0;
	}

/*Navigation*/
	#nav{
		background: url(/images/plss/bg_nav.gif) repeat-x 0 0;
		margin: 0 29px 0 31px;
		padding-bottom: 10px;
	}
	
	#nav li{
		display: inline;
	}
	
	#nav li a{
		display: block;
		float: left;
		height: 41px;
		line-height: 40px;
		padding: 0 11px 0;
		border-right: 1px solid #3f3f3f;
		border-left: 1px solid #a9a9a9;
		color: #fff;
		font-size: 18px;
	}
	
	#nav li.first a{
		border-left: none;
		margin-left: 32px;
	}
	
	#nav li.last a{
		border-right: none;
	}

	#nav li a:hover{
		cursor: pointer;
	}
	
	#nav li a:hover,
	#nav li.active a{
		background: #4a4a4a url(/images/plss/bg_nav.gif) repeat-x -53px -52px;
	}

/*Footer*/
	#footer{
		position: relative;
	}
	
	#footer .one{
		padding: 29px 0 29px 39px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		height: 2em;
	}
	
	#footer a{
		color: #58a183;
	}
	
	#footer .one a {
		display: block;
		float: left;
		clear: left;
	}
	
	#footer li{
		display: inline;
	}
	
	#footer .pixelcake{
		padding-bottom: 2px;
	}
	
	#footer .pixelcake a{
		color: #fff;
	}
	
	#footer .two{
		position: absolute;
		top: 16px;
		right: 53px;
	}

/*Typo*/
	#content{
		color: #636466;
	}
	
	#content h1, #content h2{
		color: #07472d;
		font-size: 20px;
	}
	
	#content h2{
		margin-top: 28px;
	}
	
	#content #content_main h3{
		color: #07472d;
		font-size: 16px;
	}
	
	#content a:hover{
		border-bottom: 1px dotted;
	}
	
	#content #content_main{
		font-size: 14px;
	}
	
	#content_main h1, #content_main h2, #content_main h3, #content_main p,
	#content_main ul, #content_mail ol, #content_main dl{
		margin-bottom: 14px;
	}
	
	#content_main ul li{
			background: url(/images/plss/bullet.gif) no-repeat 0 7px;
			padding: 5px 0 2px 19px;
	}

/*Layout*/
/*Home*/
	body #content_sub{
		float: left;
		width: 261px;
		padding: 0 0 0 24px;
	}
	
	body #content_sub{
		width: 220px;
		float: right;
		padding: 0 20px 0 24px;
	}
	
	body #content_main{
		width: 635px;
		float: left;
		padding-left: 34px;
	}
	
	body #content{
		background: url(/images/plss/bg_dot.gif) repeat-y 718px 0;
	}


/*Home*/
	body.home #content_sub{
		float: left;
		width: 261px;
		padding: 0 0 0 24px;
	}
	
	body.home #content_supp{
		width: 220px;
		float: right;
		padding: 0 20px 0 24px;
	}
	
	body.home #content_main{
		width: 343px;
		float: right;
	}
	
	body.home #content{
		background: url(/images/plss/bg_dot.gif) repeat-y 330px 0;
	}
	
/*Home - left sidebar*/
/*News box*/
	body.home #content_sub #news{
		background-image: url(/images/plss/bg_newsbox_m.gif);
		margin-bottom: 23px;
	}
	
	body #content_sub #news h2{
		background: url(/images/plss/bg_newsbox_t.gif) no-repeat top;
		padding: 50px 10px 14px;
		font-size: 20px;
		margin-top: 0;
	}
	
	body.home #content_sub #news h2 a{
		color: #ef471f;
	}
	
	body.home #content_sub #news ul{
		background: url(/images/plss/bg_newsbox_b.gif) no-repeat bottom;
		padding: 0 11px 28px;
	}
	
	body.home #content_sub #news ul li.first{
		border-top: 1px solid #e3dece;	
	}
	
	body.home #content_sub #news ul li{
		border-bottom: 1px solid #e3dece;
		background: url(/images/plss/bullet.gif) no-repeat 0 7px;
		font-size: 14px;
		padding: 5px 0 2px 19px;
	}
	
	body.home #content_sub #news ul a{
		color: #636464;
	}
	
	body.home #content_sub #news ul a:hover{
		color: #ef471f;
	}

/*Park Lodge Shop and Membership*/
	#shop, #membership{
		background-image: url(/images/plss/bg_shop_m.jpg);
		position: relative;
		margin-bottom: 18px;
	}
	
	#shop .inner,
	#membership .inner{
		background: url(/images/plss/bg_shop_b.jpg) no-repeat bottom;
		padding-bottom: 130px;
	}
	
	#shop .inner p,
	#membership .inner p{
		padding: 0 12px;
		color: #333;
		width: 185px;
		line-height: 1.2;
		position: relative;
		z-index: 100;
	}
	
	#shop h2,
	#membership h2{
		background: url(/images/plss/bg_shop_t.gif) no-repeat top;
		padding: 12px 12px 10px;
		color: #fff;
		font-size: 20px;
		margin-bottom: 3px;
	}
	
	#shop h3,
	#membership h3{
		background: url(/images/plss/ir_sale.gif) no-repeat;
		height: 76px;
		width: 76px;
		position: absolute;
		top: -16px;
		right: 3px;
		text-indent: -999em;
	}
	
	#shop a,
	#membership a{
		color: #fff;
	}
	
	#membership{
		background: url(/images/plss/bg_members-m.gif);
	}
	
	#membership .inner{
		background: url(/images/plss/bg_members-b.gif) no-repeat bottom;
		padding-bottom: 20px;
	}
	
/*Right hand feature boxes*/
	div.feature{
		background-image: url(/images/plss/bg_sidebox_m.gif);
		margin-bottom: 14px;
	}
	
	div.feature a:hover{
		text-decoration: none;
	}
	
	div.feature a:hover span{
		text-decoration: underline;
	}
	
	div.feature img{
		margin-left: 2px;
	}
	
	div.feature a,
	div.feature div{
		background: url(/images/plss/bg_sidebox_t.gif) no-repeat top;
		display: block;
		color: #fff;
	}
	
	div.feature span{
		display: block;
		padding: 8px 14px 15px;	
	}

	div.feature a, div.feature a:hover{
		border-bottom:none !important;
	}
	
	/*Colours*/
	div.feature1{
		background-color: #708419;
	}
	
	div.feature1  span{
		background: url(/images/plss/bg_sidebox_green_b.gif) no-repeat bottom;	
	}
	
	div.feature2{
		background-color: #846d19;
	}
	
	div.feature2 span{
		background: url(/images/plss/bg_sidebox_brown_b.gif) no-repeat bottom;	
	}
	
	div.feature3{
		background-color: #693a34;
	}
	
	div.feature3 span{
		background: url(/images/plss/bg_sidebox_maroon_b.gif) no-repeat bottom;	
	}
	
	div.feature4{
		background-color: #195c84;
	}
	
	div.feature4 span{
		background: url(/images/plss/bg_sidebox_bluemugs_b.gif) no-repeat bottom;	
	}
	
	div.opening{
		background: #708419 url(/images/plss/bg_sidebox_opening_t.jpg) no-repeat top;
	}
	
	div.opening div{
		background: url(/images/plss/bg_sidebox_m.gif);
	}
	
	div.opening div div{
		background: url(/images/plss/bg_sidebox_green_b.gif) no-repeat bottom;
		padding: 14px 10px 20px;
	}
	
	div.opening table th{
		text-align: left;
		padding-right: 4px;
	}
	
	div.opening td, div.opening th{
		padding: 1px 0;
	}
	
	div.opening h3{
		font-size: 20px;
		margin-bottom: 14px;
	}

/*Contact form*/
form dd{
	margin-bottom:1em;
}

.contact-us form{
	float: left;
	width: 48%;
}

.directions-box {
	float: right;
	width: 48%;
	position: relative;
	text-align: right;
}

.directions-box #map{
	width: 100%;
	height: 400px;
	margin-bottom: 5px;
	text-align: left;
}

.required{
	color: #a30c0f;
}

.captcha-hints{
	font-style: italic;
	font-size: 11px;
}

/*Directions*/
#map{
	width:100%;
	height:350px;
	margin-bottom:1.5em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	border: 1px solid #000;
}

/*Calendar styles*/

.calendarBG {
 background-color: #ddd;
 width: 100%;
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
}

.calendarBlank { 
 background-color: #f3f3f3;
 text-align: right;
 vertical-align: top;
 font-size: 9px;
 color: #999;
}

#content_main .calendarHeader th { 
 font-weight: bold; 
 color: #333; 
 text-align: center !important;
 background-color: #eee; 
}

.calendarMonthLinks {
 font-size:         14px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 color:             #fff;
 background-color:  transparent;
}

.calendarMonthLinks a {
 color:             #000;
 text-decoration:   none;
 background-color:  transparent;
 display: block;
 padding: 10px 0;
}

#content .calendarMonthLinks a:hover {
 background: #fff;
 border-bottom: none;
 color: #333;
 text-decoration: none;
}
  
.calendarMonthLinks a:visited {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:hover {
 color:             #ccc;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarDayHeading {
 font-weight: bold; 
 font-size:	11px;
 color: #fff; 
 background-color: #aaa; 
 text-align:  center;
 vertical-align: middle;
}

.calendarToday { 
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  right;
 vertical-align: top;
 color:             #000;
 background-color: 	#ccc;
}

.calendarCell {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  right;
 vertical-align: top;
 color:             #666;
 background-color:  #fff;
 height: 50px;
 width: 14.28%;
 position: relative;
}


td.calendarCell div{
	text-align: left;
	font-weight: normal;
	letter-spacing: normal;
	font-size:10px;
	margin-left: 5px;
	margin-bottom: 3px;
	padding-bottom: 2px;
	padding: 3px;
}

td.calendarCell div a{
	display: block;
	color: #000;
}

/*Shop*/
.shop-item{
	background: #fff;
	padding: 16px 14px 0;
	margin-bottom: 20px;
}

#content .shop-item h3{
	margin-bottom: 0;
}

body.shop .special{
	background: #fff url(/images/plss/special_offer.gif) no-repeat 533px 24px;
}

.shop-item .image{
	float: left;
	padding-bottom: 10px;
}

.shop-item .image img{
	border: 1px solid #07472d;
}

.shop-item .blurb{
	float: right;
	width: 468px;
}

.shop .special .blurb{
	width: 360px;
	padding-right: 108px;
}

#content .shop-item h2{
	margin-top: 0;
}

.shop-item select, .shop-item form{
	margin-bottom: 1em;
}

/*Gallery*/
.gallery .image{
	float: left;
	text-align: center;
	width: 120px;
	height: 120px;
}

.gallery .image img{
	border: 1px solid #fff;
	padding: 4px;
}

.gallery #content .image a:hover{
	border-bottom:none !important;
}

.gallery #content .image a:hover img{
	border: 1px solid #bbb;
}

#content .gallery_list li{
	display: inline;
}

#content .gallery_list li a{
	background: none;
	padding: 10px;
	float: left;
	width: 25%;
	text-align: center;
	height: 130px;
	border: 1px solid #fff;
	margin:  2%;
	font-size: 1.1em;
}

#content .gallery_list li a:hover{
	border: 1px solid #bbb;
}

#content .gallery_list li a img{
	margin-top: 5px;
}

/*News*/
#content ul.news li{
	background: none;
}

.event-link{
	padding: 1px 0 0 122px;
	background: url(/images/plss/icon_calendar.gif) no-repeat top left;
	min-height: 123px;
}

#content .event-link h2{
	padding-bottom: 0;
	margin-bottom: .35em;
}

#content ul.news span.date,
body.news #content h1 span.date{
	font-size: .75em;
}


#message{
	width:299px;
}