@charset "UTF-8";
body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-repeat: repeat-x;
	background-image: url(/images/background_gradient1.jpg);
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.oneColElsCtrHdr #container {
	width: 1160px; /* the auto margins (in conjunction with a width) center the page */
	border: 0; /* this overrides the text-align: center on the body element. */
	top: 20px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
}
.oneColElsCtrHdr #popup {
	width: 760px; /* the auto margins (in conjunction with a width) center the page */
	border: 0; /* this overrides the text-align: center on the body element. */
	top: 20px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
}
.oneColElsCtrHdr #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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColElsCtrHdr #mainContent {
	padding: 0;
	background-color: #FFFFFF;
}
.oneColElsCtrHdr #footer {
	padding: 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
	vertical-align: middle;
} 
.oneColElsCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.main_text {
	font-size: small;
	line-height: 130%;
	font-family: Lato, sans-serif;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #666666;
}
.main_text_Leftpad {
	font-size: small;
	color: #666666;
	line-height: 130%;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.main_text_Rightpad {
	font-size: small;
	color: #666666;
	line-height: 130%;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.main_text_nopad {
	font-size: small;
	color: #666666;
	line-height: 130%;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.main_text_small {
	font-size: x-small;
	color: #666666;
	line-height: 110%;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.banner_captions_small {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 130%;
	font-family: Lato, sans-serif;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 20px;
	font-weight: 300;
}
.banner_captions_large {
	font-size: 50px;
	color: #FF9900;
	line-height: 130%;
	font-family: Lato, sans-serif;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 5px;
	font-weight: 300;
}
.banner_captions_large_blue {
	font-size: 50px;
	color: #009999;
	line-height: 130%;
	font-family: Lato, sans-serif;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 5px;
	font-weight: 300;
}

.head_1 {
	font-size: 36px;
	color: #666666;
	line-height: 130%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-weight: normal;
}
.head_2 {
	font-size: 18px;
	color: #666666;
	line-height: 130%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-weight: normal;
}
.head_2_nopad {
	font-size: 18px;
	color: #666666;
	line-height: 130%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
}
.border_left {
	font-size: small;
	color: #666666;
	line-height: 130%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: bottom;
}
.border_left_right {
	font-size: small;
	color: #666666;
	line-height: 130%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.border_bottom {
	font-size: small;
	color: #666666;
	line-height: 130%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.border_top {
	font-size: small;
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #009999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.border_right {
	font-size: small;
	color: #666666;
	line-height: 130%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.menu_bar {
	font-size: small;
	color: #666666;
	line-height: 130%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.footer {
	font-size: x-small;
	color: #CCCCCC;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
}
.quotes {
	font-size: medium;
	color: #999999;
	line-height: 180%;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-style: italic;
}
.sidebar {
	font-size: small;
	color: #666666;
	line-height: 130%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}
.sidebar_L {
	font-size: small;
	color: #666666;
	line-height: 130%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border: 0px solid #999999;
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}
.headline_home {
	font-size: 28px;
	color: #009999;
	line-height: 130%;
	font-family: Lato, sans-serif;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-weight: 300;
}
.headline_about {
	font-size: 36px;
	color: #e04879;
	line-height: 130%;
	font-family: Lato, sans-serif;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-weight: 100;
}
.headline_camps {
	font-size: 36px;
	line-height: 130%;
	font-family: Lato, sans-serif;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #5a752e;
	font-weight: 100;
}
.headline_development {
	font-size: 36px;
	color: #f59909;
	line-height: 130%;
	font-family: Lato, sans-serif;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-weight: 100;
}
.headline_gap {
	font-size: 36px;
	color: #745788;
	line-height: 130%;
	font-family: Lato, sans-serif;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-weight: 100;
}
.headline_support {
	font-size: 36px;
	color: #126280;
	line-height: 130%;
	font-family: Lato, sans-serif;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	vertical-align: top;
	font-weight: 100;
}
.headline_logo {
	font-size: 48px;
	color: #126280;
	line-height: 130%;
	font-family: Lato, sans-serif;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	vertical-align: top;
	font-weight: 100;
}
.headline_contact {
	font-size: 36px;
	color: #b4162e;
	line-height: 130%;
	font-family: Lato, sans-serif;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-weight: 100;
}
.headline_sub_about {
	font-size: 18px;
	color: #e04879;
	line-height: 130%;
	font-family: Lato, sans-serif;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: 300;
}
.headline_sub_camps {
	font-size: 18px;
	color: #5a752e;
	line-height: 130%;
	font-family: Lato, sans-serif;
	padding-bottom: 0px;
	padding-right: 20px;
	padding-left: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-weight: 300;
}
.headline_sub_development {
	font-size: 18px;
	color: #f59909;
	line-height: 130%;
	font-family: Lato, sans-serif;
	padding-bottom: 0px;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: 300;
}
.headline_sub_gap {
	font-size: 18px;
	color: #745788;
	line-height: 130%;
	font-family: Lato, sans-serif;
	padding-bottom: 0px;
	padding-left: 20px;
	font-weight: 300;
}
.headline_sub_support {
	font-size: 18px;
	color: #126280;
	line-height: 130%;
	font-family: Lato, sans-serif;
	padding-bottom: 0px;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: 300;
}
.headline_sub_contact {
	font-size: 18px;
	color: #b4162e;
	line-height: 130%;
	font-family: Lato, sans-serif;
	padding-bottom: 0px;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: 300;
}
.signup1_blue {
	color: #009999
}
.signup1_red {
	color: #e04879
}
.signup1_green {
	color: #5a752e
}
.signup1_orange {
	color: #f59909
}
.signup1_purple {
	color: #745788;
	font-family: Lato, sans-serif;
}
.signup1_navy {
	color: #126280
}
.signup1_scarlet {
	color: #b4162e
}
.signup2_blue {
	font-size: large;
	font-weight: bold;
	color: #009999;
}
.signup2_red {
	font-size: large;
	font-weight: bold;
	color: #e04879;
}
.signup2_green {
	font-size: large;
	font-weight: bold;
	color: #5a752e;
}
.signup2_orange {
	font-size: large;
	font-weight: bold;
	color: #f59909;
}
.signup2_purple {
	font-size: large;
	font-weight: bold;
	color: #745788;
}
.signup2_scarlet {
	font-size: large;
	font-weight: bold;
	color: #b4162e;
}
.signup2_navy {
	font-size: large;
	font-weight: bold;
	color: #126280;
}
.quotes_home {
	font-size: medium;
	font-style: italic;
	color: #009999;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 180%;
}
.quotes_about {
	font-size: medium;
	font-style: italic;
	color: #e04879;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 180%;
}
.quotes_camps {
	font-size: medium;
	font-style: italic;
	color: #5a752e;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 180%;
}
.quotes_development {
	font-size: medium;
	font-style: italic;
	color: #f59909;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 180%;
}
.quotes_purple {
	font-size: medium;
	font-style: italic;
	color: #745788;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 180%;
}
.quotes_contact {
	font-size: medium;
	font-style: italic;
	color: #b4162e;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 180%;
}
.quotes_navy {
	font-size: medium;
	font-style: italic;
	color: #126280;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 180%;
}
.sidebar_R {
	font-size: small;
	color: #666666;
	line-height: 130%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 0px solid #999999;
	background-repeat: repeat-x;
}
.form {
	font-size: small;
	color: #666666;
	line-height: 130%;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.main_text_Lpad {
	font-size: small;
	color: #666666;
	line-height: 130%;
	font-family: Lato, sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.form_fields {
	font-size: small;
	color: #666666;
	line-height: 130%;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #E6E6E6;
}
.colum_right {
	font-size: small;
	color: #666666;
	line-height: 130%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(images/flower_sidebar_xl.gif);
}
.image_float {
	font-size: small;
	color: #666666;
	line-height: 130%;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;
	margin-right: 15px;
}
.slideshow {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-top: 0px;
	position: relative;
}
.image_floatright {
	font-size: small;
	color: #666666;
	line-height: 130%;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	text-align: center;
	position: fixed;
	right: auto;
}
.logo_headlines {
	font-size: small;
	color: #666666;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: left;
	position: fixed;
	right: auto;
}
.headline_minor_camps {
	font-size: 14px;
	color: #5a752e;
	line-height: 130%;
	font-family: Lato, sans-serif;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-style: normal;
	font-weight: bold;
}
.sidebar_list_red {
	color: #e04879;
	font-size: small;
	list-style-position: outside;
	list-style-type: square;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 20px;
	padding-left: 20px;
}
.headline_sub_home {
	font-size: 18px;
	color: #009999;
	line-height: 130%;
	font-family: Lato, sans-serif;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: 300;
}
.headline_mini_gap {
	font-size: 16px;
	color: #745788;
	line-height: 100%;
	font-family: Lato, sans-serif;
	padding-bottom: 0px;
	padding-left: 20px;
}
.headline_mini_about {
	font-size: 16px;
	color: #e04879;
	line-height: 100%;
	font-family: Lato, sans-serif;
	padding-bottom: 0px;
	padding-left: 20px;
}
.headline_mini_camps {
	font-size: 16px;
	color: #5a752e;
	line-height: 100%;
	font-family: Lato, sans-serif;
	padding-bottom: 0px;
	padding-left: 20px;
	font-weight: normal;
}
.headline_mini_help {
	font-size: 16px;
	color: #f59909;
	line-height: 100%;
	font-family: Lato, sans-serif;
	padding-bottom: 0px;
	padding-left: 20px;
}
.headline_mini_camptitles {
	font-size: 16px;
	color: #666666;
	line-height: 150%;
	font-family: Lato, sans-serif;
	padding-bottom: 0px;
	padding-left: 20px;
}
.main_text_shadow {
	font-size: small;
	color: #666666;
	line-height: 130%;
	font-family: Lato, sans-serif;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color: #EEEEEE;
}
.headline_mini_details {
	font-size: 16px;
	color: #333333;
	line-height: 110%;
	font-family: Lato, sans-serif;
	padding-bottom: 0px;
	padding-left: 20px;
}
.headline_mini_details_nopad {
	font-size: 16px;
	color: #333333;
	line-height: 100%;
	font-family: Lato, sans-serif;
	padding-bottom: 0px;
	padding-left: 10px;
}
.headline_campdetails {
	font-size: 16px;
	color: #126280;
	line-height: 120%;
	font-family: Lato, sans-serif;
	padding-bottom: 0px;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: 400;
}
.sidebar_L_Vert {
	font-size: small;
	color: #666666;
	line-height: 130%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border: 0px solid #999999;
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}
.headline_home_small {
	font-size: 24px;
	color: #009999;
	line-height: 130%;
	font-family: Lato, sans-serif;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-weight: 300;
}
.main_text_Bottompad {
	font-size: small;
	color: #666666;
	line-height: 120%;
	font-family: Lato, sans-serif;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.main_text_Bottompad_Red {
	font-size: small;
	color: #FF0033;
	line-height: 120%;
	font-family: Lato, sans-serif;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.main_text_BottomToppad {
	font-size: small;
	color: #666666;
	line-height: 120%;
	font-family: Lato, sans-serif;
	padding-top: 50px;
	padding-right: 50px;
	padding-left: 50px;
}
.main_text_Toppad {
	font-size: small;
	color: #666666;
	line-height: 120%;
	font-family: Lato, sans-serif;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.headline_home_small_b {
	font-size: 20px;
	color: #009999;
	font-family: Lato, sans-serif;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.sub_heading_red {
	color: #e04879;
	font-size: small;
	list-style-position: outside;
	list-style-type: square;
	font-family: Lato, sans-serif;
	padding-right: 20px;
	padding-left: 20px;
}
