/* <style type="text/css" media="screen"> */


/* =========================================
   ============CSS File Imports=============
   ========================================= */
   
@import url("http://www.campforestsprings.org/stylesheets/reset_css");/* Browser set to Defaults */
@import url("http://www.campforestsprings.org/stylesheets/sitemap_css");/* Drop-down Sitemap Styling */


/* =========================================
   ========Body Styling     ================
   ========================================= */
.clearboth{ display: block; visibility: hidden; clear: both; height: 0; }
hr.clearboth {
	visibility: hidden;
	height: 0px;
	margin: 0pt;
	padding: 0pt;
}


body {
	color: #7e7e7e;
	font-size: 62.5%;
	font-family: Lucida Grande, Helvetica, Sans-serif;
	line-height: 1.5;
}

#shell {
    background-color: #FFFFFF;
	position: relative;
	background-image:url(http://www.campforestsprings.org/images/layout/cfs/layout/bluetopsliver.jpg);
	background-repeat:repeat-x;	
}


#topspacer {
	height:95px;
	position: relative;

	}

#main-wrapper {
	position: relative;
	margin: 0 auto;
	width: 960px;
	}


#sitemap_buttons {
	background-image: url(http://www.campforestsprings.org/images/layout/cfs/layout/sitemap.gif);
	background-repeat:no-repeat;
	float:right;
	width:190px;
	height:14px;
	overflow: hidden;
	top: 0px;
	text-align:center;
	padding: 10px 10px 10px 10px;
}
	#sitemap_buttons a:hover {
		text-decoration:none;
		color: #ffffff;
	}

#camp_logo_header {
	position:absolute;
	width:572px;
	height:135px;
	left: 14px;
	top: 0px;
	overflow: hidden;
}

#content-wrapper {
	background:#fff url(http://www.campforestsprings.org/images/history/layout/dropshadow_bg.jpg) no-repeat scroll 50% 0pt;
	padding: 7px 5px 0px;
	margin: 40px 0px 0px 0pt;
	width: 950px;
}

#pagebottom {
	margin: 0px 0px 12px;
	background: #ffffff url(http://www.campforestsprings.org/images/history/layout/page-bottom.jpg) no-repeat center bottom scroll;
	padding: 0px;
	height: 40px;
}

	#inner-content-wrapper {
		margin: 20px 25px 0px;
		width: 900px;
	}
		.left_col {
		background: #fff;
			width:600px;
			float:left;
			margin-right:25px;
		}

		#hero {
			margin-bottom: 15px;
		}
		
			.pull {
				color: #004276;
				float:right;
				width: 200px;
				margin: 0px 0px 6px 10px;
			}
				.pull h4 {
					text-transform: uppercase;
					font-weight: bold;
					font-size: 1.25em;
				}
				
				.pull p {
					margin-bottom: 5px;
				}
			
			div.left_col a:link, div.left_col a:visited {
				color: #285B89;
			}
			
		.right_col {
			width: 275px;
		background: #fff;
			float:right;
			margin-bottom: 12px;
			
		}
		
			#accordian {
				background-color: #f6f6f6;
			}

				.accordian-content {
					
				}
				
				.accordian-content p {
					margin: 6px 12px 12px;
					}
				
				.accordian-content h2 {
					color: #333;
					background: #dedede url(http://www.campforestsprings.org/images/history/layout/accordian-tile.jpg) repeat-x scroll top left;
					margin: 0pt;
					padding: 12px 0pt 12px 15px;
				}
				
				.accordian-content h4 {
					background: #dedede url(http://www.campforestsprings.org/images/history/layout/accordian-tile.jpg) repeat-x scroll top left;
					font-size: 1.5em;
					font-weight: normal;
					color: #285b89;
					margin: 0pt;
					padding: 6px 0pt 6px 15px;
					}
					
						.accordian-content a:link, .accordian-content a:visited {
							color: #285b89;
						} 


div.paginate {
	text-align: center;
	border-top: 1px solid #ccc;
	padding: 12px 0px 1px;
}				

div.confirmation_box {
	background-color: #f6f6f6;
	border: 1px solid #cccccc;
	padding: 12px;
}			

/* =========================================
   ========Navigation Info==================
   ========================================= */

#navigation-wrapper {
	background: transparent url(http://www.campforestsprings.org/images/history/layout/nav_sliver.jpg) repeat-x scroll top left;
	height: 31px;
	margin-bottom: 25px;
}

#nav {
	font-size: 14px;
	line-height: 20px;
	margin: 8px 25px 0px;
}

	#nav li {
		display: inline;
		border-left: 1px solid #ccc;
	}

	#nav li.first {
		border-left: none;
		margin-left: 0;
	}
	
	#nav li .currentpage {
		color: #333;
		cursor: default;
	}
	
		#nav li a {
			padding: 0px 15px;
		}
		
		#nav li.first a {
			padding-left: 0px;
		}
		
			#nav li a:hover {
				color: #333;
				text-decoration: none;
			}

/* =========================================
   ========Common Element Styles============
   ========================================= */



p {
	font-size:1.2em;
	margin-bottom: 18px;
}
#footer-wrapper p, #footer-wrapper a {
	margin-bottom: 0px;
	font-size: 1em;
	color: #ccc;
}        
	
h1 {
	margin: 0px 0px 15px;
	padding: 0;
	color: #333;
	font-size: 2.4em;
	clear:both;
}

h2 {
	font-size: 1.9em;
	font-weight: normal;
	color: #285b89;
	margin-bottom: 12px;
	}

h3 {
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 6px;
	color: #285b89;
	}
ul.bulleted {
	margin-left: 10px;
	margin-bottom: 18px;
	font-size: 1.2em;
	list-style-position: inside;
	list-style-type: disc;
	list-style-image: disc;
}
	ul.bulleted li span {
		font-weight: bold;
	}
	
	ul li ul.bulleted {
		font-size: 1em;
		margin-bottom: 5px;
		margin-left: 50px;
	}

/* =========================================
   ========Basic Link Styling===============
   ========================================= */

a {
outline-color:invert;
outline-style:none;
outline-width:0pt;
}

a:link, a:visited {
text-decoration:none;
color: #7e7e7e;
}
a:hover {text-decoration:underline;}

/* =========================================
   ========Navigation Link Styling==========
   ========================================= */

ul.navigation li {
	margin-bottom: 12px;
}

ul.navigation li a {
	font-weight: bold;
	font-size: 1.5em;
}

ul.navigation li a.emphasis {
	color: #285b89;
}

	ul.navigation li ul {
		margin-left: 15px;
	}
	
	ul.navigation li ul li {
		margin-bottom: 5px;
	}
	
	ul.navigation li ul li a {
		font-weight: normal;
		font-size: 1.3em;
	}

/* =========================================
   ========Gallery Styled Table=============
   ========================================= */
.gallery_table {
	margin: 0pt;
}

.gallery_table th {
	margin: 0px 0px 15px;
	padding: 0px 0px 12px;
	color: #333;
	font-size: 2.4em;
	clear:both;

}

.gallery_table td {
	border-top:1px solid #CCCCCC;
	color:#646464;
	font-family:'lucida grande',tahoma,sans-serif;
	font-size:1.2em;
	text-align: center;
}

.gallery_table td.thumbs {
	padding: 25px 24px 25px 0px;
}

.gallery_table .alternaterows {
	background-color:#F6F6F6;
	border-top:1px solid #CCCCCC;
}

div.title {
	margin-top: 12px;
}
/* =========================================
   ========Guestbook Styling================
   ========================================= */
div.comment_wrapper, .comment_wrapper_preview {
	border-top:1px solid #CCCCCC;
	clear:both;
	padding:10px 0pt 2px;
}
	.comment_wrapper_preview {
		border-bottom: 1px solid #cccccc;
		background-color: #FFFFF4;
	}
	
	.guestbook_preview {
		margin: 18px 0px;
	}
	
	.guestbook_preview h4 {
		font-size: 1.5em;
		margin: 0pt;
	}

div.comment_data {
	float:left;
	width: 160px;
}

div.comment_text{
	float: right;
	width: 440px;
}

div.comment, div.comment_alt {
	padding: 5px 10px;
}

div.comment_alt {
	background-color: #F6F6F6;
}

#comments ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
}
#comments ul li {
	clear:both;
	padding:3px 0pt;
}

#comments label {
	display:block;
	float:left;
	font-weight:bold;
	line-height:22px;
	padding-right:5px;
	text-align:right;
	width:155px;
}
ul.entry_data li.name {
	font-size: 1.3em;
	color: #004276;
}

ul.entry_data li.date {
	font-style: italic;
}

#comments li.notify label {
	float:left;
	font-weight:normal;
	padding:0pt;
	text-align:left;
}

#comments li.notify input {
	float:left;
	margin-left:160px;
}

#comments li.captcha label {display:none;}

#comments li.captcha span {
	display:block;
	float:left;
	padding-right:5px;
	text-align:right;
	width:155px;
}

#comments li.submit_button {padding-left:160px;}

.textfield {
	width:350px;
	border:1px solid #CCCCCC;
	color:#333333;
	font-family:'lucida grande','trebuchet ms';
	font-size:11px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}

.captcha .textfield {width:150px;}
.comment_paginate {
	clear: both;
	text-align: left;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 12px 0px ;
	margin-bottom: 12px;
}

span#TextDisplay {
	font-size: 1.2em;
	margin-bottom: 18px;
}
/* =========================================
   ========Styled Table=====================
   ========================================= */

.styledtable {
	margin:0px 0px 25px;
}

.styledtable td {
	border-top:1px solid #CCCCCC;
	color:#646464;
	font-family:'lucida grande',tahoma,sans-serif;
	font-size:1.2em;
	margin:5px;
	padding:7px;
}

.styledtable .shaded {
	background-color:#F6F6F6;
	color:#285B89;
	font-size:1.5em;
	font-weight:bold;
}

.styledtable .eventname {
	padding-left:15px;
	text-align:left;
}

.styledtable .eventdate {
	padding-left:15px;
	text-align:left;
}
.styledtable .alternaterows {
	background-color:#F6F6F6;
	border-top:1px solid #CCCCCC;
}
.styledtable .waitinglist {color:#854442;}
/* =========================================
   ========Fieldset and Forms===============
   ========================================= */

#regform {
}

#regform {
	clear:both;
	line-height:25px;
	padding:5px 0pt;
}

fieldset {
	border: 1px solid #cccccc;
	padding: 15px 50px 15px 15px;
	margin-bottom: 12px;
}

	fieldset legend {
		font-size: 1.5em;
		color: #285B89;
	}
#regform label {
		display:block;
		float:left;
		padding-right:5px;
		text-align:right;
		width:200px;
		font-size: 12px;
}	
#regform ul li {
		clear:both;
		padding:3px 0pt;
}

#regform ul li.short label {
	margin-bottom: 18px;
}
	fieldset input, fieldset textarea {
		border:1px solid #CCCCCC;
		color:#333333;
		font-family:'lucida grande','trebuchet ms';
		font-size:11px;
		font-size-adjust:none;
		font-style:normal;
		font-variant:normal;
		font-weight:normal;
		padding:3px;
		width:260px;	
		}
		
		fieldset ul li.short input {
			width: auto;
		}
	#regform input[type="radio"] {
		margin-right:7px;
		width:auto;
	}

	#regform ul li span#hide {display:none;}
/* =========================================
   ========Global Footer ===================
   ========================================= */

#globalfooter {
	width: 960px;
	color: #999999;
	font-size: 11px;
	margin: 0px auto 36px;
	padding: 0px;
}


#directorynav {
	margin: 0pt 30px;
}

	.column {
		display: inline;
		float: left;
	}
	
	#directorynav .column {
		width: 169px;
		padding: 18px 0pt 0pt 18px;
	}
	
	#directorynav .column p {
		font-size: 10px;
	}

	.column.first {
		padding-left: 0pt !important;
	}

.column.last {
		width: 150px !important;
	}
	
	#directorynav ul {
		margin-bottom: 9px;
	}
	
		#directorynav ul li {
			font-weight: bold;
		}

		#directorynav ul li ul {
			margin-left: 9px;
			}
			
			#directorynav ul li ul li {
				font-weight: normal;
			}
#sosumi {
	clear: both;
	border-top: 1px solid #e6e6e6;
	text-align: center;
	position: relative;
}

#sosumi p {
	font-size: 10px;
}

/* </style> */