@charset "UTF-8";
/*style.css*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #FFF;
	color: #000; ;
	font-size: .9em;
}

/*WRAPPER*/
.wrapper {
	border: 1px solid #CCFF00;
	width: 800px;
	margin:0px auto;
	clear: both;
	
}

/*HEADER*/
.header {
	background-image: url(images/header.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 148px;
}

.news {
	padding: 15px 0 15px 30px;
}
	.news img {
		padding: 0 30px 0 0;
	}

/*CONTENT*/
.content {
	padding: 23px 70px;
}

.nav2 {
	padding: 0 10px;
}

.info {
	padding: 27px 17px 0 0;
}

.partytop {
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 1.25em;
	padding: 29px 0 0 12px;
}

	.partyhead {
		color: #C09;
		font-size: 3em;
	}

	.partysub {
		color: #C09;
		font-size: 1.5em;
	}
	
	.partyleft1 {
		float: left;
		width: 325px;
		padding: 20px 0;
		color: #93C;
	}
		.partyfoot1 {
			color: #93C;
			font-size: .8em;
			padding-top: 10px;
		}
	
	.partyleft2 {
		float: left;
		width: 325px;
		padding: 20px 0;
		color: #0CC;
	}
		
	.partytitle {
		font-size: 1.05em;
		font-weight: bold;
	}
	
	.partytext {
		font-size: 1em;
		padding-top: 10px;
	}


.partypic {
	float: right;
	margin-top: 20px;
	border: 1px #93C solid;
	padding: 5px;
}

.camp1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	line-height: 1.25em;	
	color: #93C;
	font-size: 1.07em;
	padding: 29px 11px;
	float: left;
	width: 385px;
	clear: left;

}

	.camp1 a {
	color: #0CC;
	text-decoration: none;
	}
	
	.camp1 a:hover {
	color: #F90;
	text-decoration: none;
	}
	
.camp2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	line-height: 1.25em;	
	color: #F09;
	font-size: 1.07em;
	padding: 29px 11px;
	float: right;
	width: 385px;
	clear: right;
}

.camp3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	line-height: 1.25em;	
	color: #F90;
	font-size: 1.07em;
	padding: 29px 11px;
	float: left;
	width: 385px;
	clear: left;
}	

.camphead {
	font-size: 1.5em;
	line-height: 1.5em;
	
}

.campfoot {
	font-size: .9em;
}

.camp1pic {
	float: right;
	border: 1px #93C solid;
	margin: 29px 18px;
	padding: 5px;
	clear: right;
}

.camp2pic {
	float: left;
	border: 1px #F09 solid;
	margin: 29px 18px;
	padding: 5px;
	clear: left;
}

.camp3pic {
	float: right;
	border: 1px #F90 solid;
	margin: 29px 18px;
	padding: 5px;
	clear: right;
}

.gallery {
	float: left;
	height: 300px;
	width: 450px;
	padding: 20px 0;
	color: #93C;
}

input {
	margin: 3px 0;
}


.left {
	float: left;
	clear: both;
	font-style: italic;
	padding-right: 9px;
	text-align: right;
	width: 50px;
}

.right {
	float: left;
	font-style: italic;
	width: 205px;
}

label {
	font-weight: bold;
}

.contactpic {
	border: 1px #93C solid;
	margin: 20px 0;
	padding: 5px;
	float: left;
	clear: both;
}

.spacer {
	padding: 5px;
	float: left;
	clear: both;
}

.newsitems {
	padding: 0 10px;
	color: #333;
}

	.newsitems a {
		text-decoration: none;
		color: #0CC;
	}
	
	.newsitems a:hover {
		text-decoration: none;
		color: #93C;
	}
	
	.newsitems a:visited {
		text-decoration: none;
		color: #F90;
	}
	
.popupbkgrd {
	background-image: url(images/popupbkgrd.png);
	background-repeat: no-repeat;
}

.popuplogo {
	margin-top: 15px;
	float: left;
}
	.popuplogo p {
		text-align: center;
		font-style: italic;
		font-family: Georgia, "Times New Roman", Times, serif;
	}
	
.popupad {
	line-height: 23px;
	margin-top: 15px;
	margin-left: -18px;
	float: left;
}
	.popupad p {
		font-size: 20px;
		text-align: right;
		margin-top: 5px;
		margin-right: 5px;
		font-family: Georgia, "Times New Roman", Times, serif;
	}
	
.popupfooter {
	line-height: 12px;
	color: white;
	font-weight: bold;
	text-align: center;
	width: 612px;
	clear: both;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 10px;
}	

/*FOOTER*/
.footer {
	background-image: url(images/footer.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 75px;
	clear: both;

}

.footerNav {
	text-align: center;
}
	.footerNav li {
		display: inline;
		list-style-type: none;
		padding: 2px;
		color: #FF0099;
	}
	
		.footerNav li a {
			text-decoration: none;
			color: #0CC;
		}
		
		.footerNav li a:hover {
			text-decoration: none;
			color: #F90;
		}
		
		.footerNav li a:visited {
			text-decoration: none;
			color: #93C;
		}

