@charset "UTF-8";
body  {
	background: #C90 url(images/musicBg.gif) repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #5A3E23;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.forms li a:hover {
	color: #EAE100;
}
.twoColFixRtHdr #container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background: url(images/mainContentBg.gif) repeat;
	border-right: 4px solid #FFCC32;
	border-left: 4px solid #FFCC32;
} 
.twoColFixRtHdr #header {
	background: url(file:///Macintosh%20HD/Users/Tyler/Desktop/PAPA_CAMP_SITE/images/revised_header.gif) no-repeat;
	height: 232px;
	width: 800px;
	position: relative;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 246px;
	height: 100%;
	color: #FFF;
}
.twoColFixRtHdr #mainContent {
	margin: 0 275px 0 0;
	padding-top: 20px;
	padding-bottom: 0;
	padding-left: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
} 
#mainContent p {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#mainContent p a {
	color: #627C3D;
	text-decoration: none;
}
#mainContent p a:hover {
	color: #3271BC;
	text-decoration: none;
}
.twoColFixRtHdr #footer {
	background:url(images/revised_footer2.gif) no-repeat;
	height: 114px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 80px;
	padding-right: 0;
	padding-left: 175px;
	color: #FFF;
	font-size: 12px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
h1 {
	color: #FFF;
	font-size: 23px;
}
#sidebar1 ul li {
	text-align: center;
	vertical-align: middle;
	height: 25px;
	width: 246px;
}
#sidebar1 ul li.active {
	color: #3271BC;
	background: #C1DEF0;
}
#sidebar1 ul li a {
	color: #BDDAEB;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
#sidebar1 ul li a:hover {
	color: #3271BC;
	text-decoration: none;
	text-align: center;
	background: #C1DEF0;
	width: 246px;
}
#sidebar1 ul li:hover {
	text-align: center;
	vertical-align: middle;
	height: 25px;
	width: 246px;
	background: #C1DEF0;
}
#mainNav {
	background: url(images/nav_bg.jpg) repeat-x;
	position: absolute;
	height: 44px;
	width: 800px;
	top: 188px;
}
#mainNav ul {
	vertical-align: middle;
	padding-left: 35px;
}
#mainNav .mainNav li {
	display: inline;
	margin-top: 15px;
	margin-right: 30px;
	margin-left: 30px;
	font-size: 20px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 40px;
}
#mainNav .mainNav li a {
	color: #FFF;
	text-decoration: none;
	vertical-align: middle;
	margin-top: 15px;
}
#mainNav .mainNav li a:hover {
	color: #FFCC32;
	text-decoration: none;
	height: 44px;
}
#mainNav .mainNav li.active  {
	color: #FFCC32;
	text-decoration: none;
	height: 44px;
}
.invis {
	left: -2000px;
	position: absolute;
}
#mainContent .countBox {
	background: #3271BC url(SOURCE/brnBg.png) repeat-x;
	padding: 10px 10px 0px;
	margin-top: 15px;
	border: 3px solid #FFCC32;
	text-align: center;
	color: #FFF;
	height: 300px;
}
.date {
	color: #063;
}
h3 {
	color: #FFF;
	font-size: 30px;
}
#sidebar1 .registerNow {
	margin-right: auto;
	margin-left: auto;
}
#sidebar1 p a img {
	border: 6px solid #ffcc66;
}
#sidebar1 p a img:hover {
	border: 6px solid #FFF;
}
.ital {
	font-style: italic;
}
.yellow {
	color: #060;
}
.newsDate {
	font-weight: bold;
	font-size: 1.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.newsTitle {
	font-style: italic;
}
.staffPic {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.forms li {
	padding-left: 30px;
	background: url(images/bulletFlame2.png) no-repeat;
	margin-bottom: 16px;
	margin-left: 35px;
}
.forms li a {
	color: #6D8844;
	text-decoration: none;
	font-size: 22px;
	font-weight: bold;
}
.forms li a:hover {
	color: #3271BC;
	text-decoration: none;
	font-size: 22px;
	font-weight: bold;
}
.feature {
	font-size: 18px;
	text-align: center;
}
.featureBig {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}
#mainContent .simpleList {
	list-style: square;
	padding-bottom: 15px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
#mainContent .simpleList li {
	padding-bottom: 10px;
}
.smallList {
	width: 200px;
	padding-right: 5px;
	list-style: disc;
	font-size: 0.8em;
	font-style: italic;
	float: left;
	margin-left: 35px;
}
.smallListR {
	width: 200px;
	padding-right: 20px;
	list-style: disc;
	font-size: 0.8em;
	font-style: italic;
	float: right;
	margin-left: 25px;
	margin-bottom: 20px;
}
.focusBold {
	font-style: italic;
	font-weight: bold;
	color: #060;
}
.schedule {
	padding-right: 25px;
	padding-left: 25px;
}
.time {
	font-weight: bold;
	color: #030;
}
.jobs {
	color: #496220;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.smallListCopy {
	width: 250px;
	padding-right: 0px;
	list-style: disc;
	font-size: 0.8em;
	font-style: italic;
	float: left;
	margin-left: 35px;
}
.logo     {
	border-width: 0px;
	border-style: none;
}

