@charset "utf-8";
/* CSS Document */
body{
	background: #00A33D;
	background-image: url("../images/home/bkg_gr.jpg");
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

#container{
	background: #fff;
	width: 800px;
	text-align: center;
	margin: 0 auto;
	padding: 10px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

#inside-container{
	width: 760px;
	margin: 0 auto;
	background-color: #fff;
	padding: 10px;
}


/*HEADER*/
/* Logo Image Replacement*/
#header{
	background-image: url("../images/home/cb_logo_final.jpg");
	width: 760px;
	background-repeat: no-repeat;
	float: left;
	position: relative;
	margin-bottom: 15px;
}

h1{
	display: none;
}
/*End Logo Image Replacement*/

/*Navigation Bar*/
#nav {
	background-image: url("../images/home/bkg.jpg");
	width: 420px;
	height: 100px;
	background-repeat: no-repeat;
	float: right;
	position: relative;
	font-family: "Myriad Pro", Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: right;
}

#nav a {
	display: inline-block;
}

.active {
	font-weight: bold;
	font-size: 18px;
	width: 175px;
	margin: 0 auto;
	position: relative;
}

#nav a:link {
	color: #fff;
	text-decoration: none;
}

#nav a:hover {
	color: #1eff01;
}


#nav a:visited {
	color: #fff;
	text-decoration: none;
}

#nav a:visited:hover {
	color: #1eff01;
}

#nav ul {
	margin-top: 20px;
	margin-right: 20px;
}

#nav ul li {
	display: inline;
	font-size: 14px;
	line-height: 1em;
}
/*END NAVIGATION BAR*/

/*HEADER IMAGES*/
#scrapbook {
	background-image: url(../images/home/scrapbook.png);
	background-repeat: no-repeat;
	height: 156px;
	width: 500px;
	position: relative;
	float: right;
}

#scrapbook h3 {
	display: none;
}

#camp_dates {
	background-image: url("../images/home/calendar.jpg");
	font-family: "Lithos Pro Regular", Verdana, Helvetica, sans-serif;
	font-size: 13px;
	float: left;
	position: relative;
	margin-top: 160px;
	width: 300px;
	height: 90px;
}

.page_head{
	font-family: "Lithos Pro Regular", Georgia, "Times New Roman", Times, serif;
	margin: 0 auto;
	padding: 20px;
	color: #0066bb;
}

h2{
	font-size: 22px;
	font-weight: bold;
}

h3{
	font-size: 16px;
	color: #00a33d;
	font-weight: normal;
}

/*END HEADER IMAGES*/

/*END HEADER*/


/*CONTENT*/
#content_container {
	height: 100%;
	position: relative;
	border: 3px #0066bb solid;
	clear: both;
	text-align: center;
}

.notice {
	text-align: center;
	color: red;
	font-weight: bold;
	width: 90%;
	margin: 0 auto;
	padding: 5px;
	line-height: 1.2em;
	border: 2px red solid;
}

.text {
	width: 95%;
	margin: 15px auto;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: left;
}

.text p{
	line-height: 1.25em;
	margin-bottom: 15px;
	margin-top: 15px;
	text-align: left;
}

.text a:link {
	color: #0066bb;
	text-decoration: none;
}

.text a:hover {
	color: #00a33d;
	text-decoration: underline;
}

.text a:visited {
	color: #0066bb;
	text-decoration: none;
}

.text a:visited:hover {
	color: #00a33d;
	text-decoration: underline;
}

.text ul {
	text-align: left;
	margin-left: 2em;
}

.text ul li{
	line-height: 1.75em;
}

.text img{
	clear: left;
	position: relative;
	margin: 0 auto;
}

.bold{
	font-weight: bold;
}

.primary{
	margin-bottom: 10px;
}

/*FOOTER*/

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	width: 100%;
	color: #0066bb;
	clear: both;
	margin: 0 auto;
	padding: 20px 0px 0px 0px;
}
/*END FOOTER*/

