body {
	margin: 0;
	background: url(../graphics/bg.gif) repeat-x;
	font-size: 12px;
	font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

h1 {
	margin: 0;
	color: #278f60;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
}

h2 {
	margin: 20px 0 0 0;
	color: #075a82;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
}

a, a:visited {color: #1490c6; text-decoration: underline;}
a:hover {color: #14c6ab; text-decoration: underline;}

.blue-link, .blue-link:visited {color: #144ac6;}
.blue-link:hover {color: #2064ff;}

.green-link, .green-link:visited {color: #08603e;}
.green-link:hover {color: #189f6b;}

.red-link, .red-link:visited {color: #d60000;}
.red-link:hover {color: #ff1b1b;}

p {margin-top: 14px; margin-bottom: 0;}

#container {
	width: 980px;
	margin: 0 auto;
	padding: 0 5px;
	background: url(../graphics/bg-body.gif) no-repeat;
}

#container-small {
	width: 500px;
	margin: 0 auto;
	padding: 0 5px;
	background: url(../graphics/bg-body-small.gif) no-repeat;
}

#header {
	width: auto;
	height: 140px;
}

#header-small{
	width: auto;
	height: 100px;
	padding: 40px 20px 10px 240px;
	background: url(../graphics/plt-logo.gif) no-repeat #f6e275;
	text-align: center;
}

	#header-logo {
		width: 236px;
		height: 140px;
		background: url(../graphics/plt-logo.gif) no-repeat;
		float: left;
	}
	
		#header-logo h1 {margin: 0;}
		#header-logo a {
			width: 236px;
			height: 140px;
			display: block;
		}
		
	#header-images {
		width: 744px;
		height: 140px;
		background: url(../graphics/bg-header-no-date.jpg) no-repeat;
		float: right;
	}

#nav {
	width: auto;
	height: 38px;
	font-size: 14px;
	background: #075a82;
	/*background: url(../graphics/date.gif) no-repeat 32px 12px #075a82;*/
}

	#nav ul {
		margin: 0;
		padding: 0;
		float: right;
	}
	
		#nav ul li {
			margin: 0;
			padding: 0;
			list-style: none;
			float: left;
		}
		
			#nav ul li a, #nav ul li a:visited {
				padding: 11px 20px 10px 20px;
				color: #ffffff;
				text-decoration: none;
				display: block;
				float: left;
			}
			
			*html #nav ul li a {height: 1%;}
			
			#nav ul li a:hover {background: #1673a0;}

#body {
	width: auto;
	padding: 20px;
	position: relative;
	min-height: 380px;
}

*html #body {height: 380px;}

	#body-left {
		width: 216px;
		float: left;
	}
	
	#body-right {
		width: 694px;
		line-height: 20px;
		float: right;
	}
	
#footer {
	width: auto;
	padding: 20px 0;
	border-top: 6px solid #f6e275;
}

.list-blank {
	margin: 0;
	padding: 0;
}

	.list-blank li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
.list-normal {
	margin: 14px 0 0 15px;
	padding: 0;
}

	.list-normal li {
		margin: 3px 0;
		padding: 0;
		list-style: none;
	}
	
.list-presented-by {
	margin: 14px 0 0 0;
	padding: 0;
}

	.list-presented-by li {
		margin: 6px 0;
		padding: 0;
		list-style: none;
	}
	
.list-sponsored-by {
	margin: 0;
	padding: 0;
}

	.list-sponsored-by li {
		margin: 0 3px;
		padding: 0;
		list-style: none;
		display: inline;
	}
	
.cell-sponsor {
	width: 167px;
	text-align: center;
}

.cell-sponsor-spacer {
	width: 8px;
}

.cell-sponsor-break	{
	height: 15px;
}
	
.yellow-container {
	width: auto;
	padding: 8px;
	margin-top: 15px;
	border: 1px solid #f6e275;
	background-color: #fffcee;
}

#infoContainer {
	width: 300px;
	position: absolute;
	visibility: hidden;
	left: 40px;
	top: 400px;
	border: 1px solid #b4ab93;
	/*background: #faf8f3;*/
	background: #ffffff;
}

#infoContainerTwo {
	width: 300px;
	position: absolute;
	visibility: hidden;
	left: 40px;
	top: 900px;
	border: 1px solid #b4ab93;
	/*background: #faf8f3;*/
	background: #ffffff;
}
		
	#locationInfo, #locationInfoTwo {
		padding: 8px;
		font-size: 11px;
		line-height: 15px;
	}
		
		#locationInfo p, #locationInfoTwo p {margin-top: 8px;}
		
.cursor-pointer {cursor: pointer;}

.framed-picture-white {
	width: auto;
	margin: 14px 0 0 0;
	padding: 4px;
	text-align: center;
	border: 1px solid #646464;
	background-color: #ffffff;
}

.framed-picture-green {
	width: auto;
	margin: 14px 0 0 0;
	padding: 3px;
	text-align: center;
	border: 2px solid #01913a;
	background-color: #a5d03a;
}

.framed-picture, .framed-picture-right, .framed-picture-left {
	padding: 4px;
	border: 1px solid #646464;
	background-color: #e9e9e9;
}

.framed-picture-right {
	margin: 0 0 10px 12px;
	float: right;
}

.framed-picture-left {
	margin: 0 12px 10px 0;
	float: left;
}

.flash-container-home {
	width: 253px;
	height: 213px;
	margin: 20px 0 10px 12px;
	padding: 4px;
	border: 1px solid #646464;
	background-color: #e9e9e9;
	float: right;
}

.flash-container-ponds {
	width: 400px;
	height: 266px;
	margin: 20px auto 0 auto;
	padding: 4px;
	border: 1px solid #646464;
	background-color: #e9e9e9;
}

.flash-container-nightscape {
	width: 600px;
	height: 400px;
	margin: 20px auto 0 auto;
	padding: 4px;
	border: 1px solid #646464;
	background-color: #e9e9e9;
}

.flash-container-recap-photos {
	width: 300px;
	height: 225px;
	margin: 20px auto 0 auto;
	padding: 4px;
	border: 1px solid #646464;
	background-color: #e9e9e9;
}

.hide {display: none;}

.text-light-blue {color: #1490c6;}
.text-dark-blue {color: #075a82;}
.text-maroon {color: #a40b2d;}
.text-green {color: #278f60;}

.content-10 {font-size: 10px; line-height: 15px;}
.content-11 {font-size: 11px; line-height: 16px;}
.content-14 {font-size: 14px;}

.link-dark-blue, .link-dark-blue:visited {color: #075a82; text-decoration: underline;}
.link-dark-blue:hover {color: #1490c6; text-decoration: underline;}

.margin-10 {margin-top: 10px;}
.margin-20 {margin-top: 20px;}
.margin-30 {margin-top: 30px;}

.float-right {float: right;}
.float-left {float: left;}

.clear-both {clear: both;}
.clear-right {clear: right;}
.clear-left {clear: left;}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

*html .clearfix {height: 1%;}	

form {margin: 0;}

.listing-container {
	width: 312px;
	margin-top: 15px;
	margin-left: 20px;
	float: right;
}

#imageContainer1Test {
	width: 300px;
	padding: 5px;
	background: #ffffff;
	border: 1px solid #ddd;
}

#imageContainer1 {
	width: 300px;
	height: 270px;
	padding: 5px;
	background: #ffffff;
	border: 1px solid #ddd;
	position: relative;
}

#imageContainer1 img {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
}
/*
*html #imageContainer1 img {
	top: -175px;
	left: -133px;
}
*/

*html #imageContainer1 img {
	top: 5px;
}

.view-more {position: absolute; width: 300px; height: 40px; bottom: 4px;}
	.view-more a {width: 300px; height: 40px; display: block; background: url(../graphics/view-photos.gif) no-repeat;}

#imageContainer2 {
	width: 194px;
	height: 180px;
	margin: 15px auto 0 auto;
	position: relative;
}

#imageContainer2 img {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
}

.warning {color: #F00;}

.content-10 {font-size: 10px; line-height: 15px;}
.content-11 {font-size: 11px; line-height: 16px;}
.content-14 {font-size: 14px;}

.input-form {padding: 5px; height: 16px; background: #fff; border: 1px solid #b8b8b8; font-size: 11px; font-family: Arial, Helvetica, sans-serif; color: #000;}
textarea {padding: 5px; height: 150px; background: #fff; border: 1px solid #b8b8b8; font-size: 11px; font-family: Arial, Helvetica, sans-serif; color: #000;}

.width-25 {width: 25px;}
.width-45 {width: 45px;}
.width-70 {width: 70px;}
.width-150 {width: 150px;}
.width-200 {width: 200px;}
.width-250 {width: 250px;}
.width-300 {width: 300px;}
