/* ======================================================*/
/* ===================GLOBAL RESET ======================*/
/* ======================================================*/

html {
color: #646464;
font-family:'lucida grande',tahoma,sans-serif;
font-size:100.01%;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
text-align:center;
}
html, body {
margin:0pt;
padding:0pt;
}
body {
        font-size: 75%;
line-height:1.8em;
text-align:left;
	background-color:#2F2F2F;
}

p, div, h1, h2, h3, h4, ul, li, form, input, select, option {
margin:0pt;
padding:0pt;
}

img {
border:0pt none;
margin:0pt;
padding:0pt;
}
ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
hr {
	display: none;
	}

/* ======================================================*/
/* ===================Layout Elements====================*/
/* ======================================================*/	

#shell {
        background-color: #FFFFFF;
        position: relative;
}


body.ofc #shell {
	background-image:url(http://www.campforestsprings.org/images/ofc/layout/topsliver.jpg);
	background-repeat:repeat-x;	
}

#container {
	position: relative;
	margin: 0 auto;
	width: 770px;
	}
#topspacer {height:95px;}
	
#am_header {
	position:absolute;
	width:511px;
	height:79px;
	left: 14px;
	top: 0px;
	overflow: hidden;
}
#sitemap {
	float:right;
	width:190px;
	height:14px;
	overflow: hidden;
	top: 0px;
	text-align:center;
	padding: 10px 10px 10px 10px;
}



body.ofc #sitemap {
	background-image: url(http://www.campforestsprings.org/images/ofc/layout/ofc-Sitemap.jpg);
	background-repeat:no-repeat;
}

#nav {
	margin: 8px 0px 25px 0px;
	}

#sidebar {
	position:relative;
	float:left;
	margin: 0px 30px 0 0;
	width: 225px;
	background-color: #CCCCCC;
	background-image: url(http://www.campforestsprings.org/images/global/menubox/sliver.gif);
	background-repeat: repeat-y;
	background-position: center top;
	}
	#sidebar #sidebarTop {
	display: block;
	margin-bottom: -10px;
	height: 10px;
	background-image: url(http://www.campforestsprings.org/images/global/menubox/top.gif);
	background-repeat: no-repeat;
	background-position: center top;
		}
	#sidebar #sidebarBottom {
	display: block;
	margin-top: -10px;
	height: 10px;
	background-image: url(http://www.campforestsprings.org/images/global/menubox/bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
		}
#content {
	float:right;
	width:497px;
	} 	
#footer {
	position:relative;
	clear:both;
	margin-top:20px;
	padding: 20px 0 0 0;
	}
	

body.ofc #footer {
	background-image:url(http://www.campforestsprings.org/images/ofc/layout/ofc-bottomsliver.jpg);
	background-repeat:repeat-x;
	background-color: #415359;
	}

        #wrapper {
		position: relative;
		margin: 0 auto;
		width: 770px;
		text-align: left;
		padding-top: 20px;
		}
		#bottomlinks {
			float:right;
			width:497px;
			}
	


/* ======================================================*/
/* ===================Common Formats=====================*/
/* ======================================================*/

p {
	font-size:1.2em;
	margin-bottom: 18px;
}
        
	
h1 {
	margin: 0px 5px 15px;
	padding: 1em 5px;
	color: #537386;
	font: 2em  "Times New Roman", Times, serif;
	text-align: left;
}

h2 {
	margin-bottom: 18px;
	font: normal 2.4em/1em 'lucida grande',tahoma,sans-serif;
	color: #854442;
	}
	
h3 {
	margin-bottom: 12px;
	font-weight: bold;
    font-size: 1.7em;
	color: #4A5670;
	}
	
h4 {
	margin: 1.2em 1em 0 .8em;
	font: 1.2em/1.6em 'lucida grande', tahoma, sans-serif;
	color: #646464;
	text-decoration: underline;
	}

ol {font-size:1.2em;}				

/* ======================================================*/
/* ===================Link Formating=====================*/
/* ======================================================*/

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

a:link, a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}
#content a:link, #content a:visited, #contentfull a:link, #contentfull a:visited {
	padding:0px 2px;
	color: #4A5670;
	background-color: #EFECE7;
	border-bottom: 1px solid #CCCCCC;
	}
	
#content a:hover, #contentfull a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #4A5670;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #4A5670;
	border-left: none;
	}




/* ======================================================*/
/* ===================Image Formating====================*/
/* ======================================================*/

.inlineImage {
	text-align: center;
	color: #999;
	}
	.inlineImage img {
	padding: 3px;
	border: 1px solid #ccc;
	margin-bottom: 0.8em;
		}
	.noStyle img {
		padding: 0;
		border: 0 none;
		}
.right {
	float: right;
	margin: 1.3em 0 0 2em;
	}
	.left {
		float: left;
		margin: 4em 2em 0 0;
		}
.center {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	}
.leftcontentpic {
	float: left;
	margin: 1em 2em 0 0;
	}
	
.rightcontentpic {
	float: right;
	margin: 1em 0 0 2em;
	}
.centercontentpic {
	position: relative;
	margin: 0px auto 10px auto;
	}



/* ======================================================*/
/* ===================Table Formating====================*/
/* ======================================================*/

#openingstable {
	margin:15px 5px;
	}

#openingstable td {
	padding: 5px;
	border: 1px solid  #CCCCCC;
	margin: 5px;
	font: normal 1.2em 'lucida grande',tahoma,sans-serif;
	color: #646464;
	text-align: center;
	}
	
#openingstable .shaded {
	background-color:#EEEEEE;
	font-weight:bold;
	font-size: 1.5em;
	color: #4A5670;
	}
	
#openingstable .eventname {
	font-size: 1.3em;
	color: #4A5670;
	}

#openingstable .alternaterows {background-color:#EEEEEE;}
	
#openingstable .waitinglist {color:#854442;}
	
.costtable {
	margin:0px 5px 10px 5px;
	}

.costtable td {
	padding: 5px;
	border: 1px solid  #CCCCCC;
	margin: 5px;
	font: normal 1.2em 'lucida grande',tahoma,sans-serif;
	color: #646464;
	text-align: center;
	}
	
.costtable .shaded {
	background-color:#EEEEEE;
	font-weight:bold;
	font-size: 1.5em;
	color: #4A5670;
	}
	
.costtable .eventname {
	font-size: 1.3em;
	color: #4A5670;
	}

.costtable .alternaterows {background-color:#EEEEEE;}
	
.costtable .waitinglist {color:#854442;}
	
	

/* ======================================================*/
/* ===================Global Classes ====================*/
/* ======================================================*/	
 
.float-left    {float:left;}
.float-right   {float:right;}
 
.text-left     {text-align:left;}
.text-right    {text-align:right;}
.text-center   {text-align:center;}
.text-justify  {text-align:justify;}
 
.bold          {font-weight:bold;}
.italic        {font-style:italic;}
.underline     { border-bottom:1px solid; }
.highlight     {background:#ffc;}
  
.nopadding     {padding:0;}
.noindent      {margin-left:0;padding-left:0;}
.nobullet      {list-style:none;list-style-image:none;}

.clearboth{ display: block; visibility: hidden; clear: both; height: 0; }

.registered {font-size:.5em;}

.quote { font-style: italic; margin-left: 30px; padding-left: 10px; border-left: 5px solid #854442; }

.contentlist {
	font: normal 1.2em/1.6em 'lucida grande',tahoma,sans-serif;
	color: #646464;
	margin: 10px 15px;
	padding:10px 15px;
	background-color:#EFECE7;
	border: 1px solid #DBD9D4;
	}
	
.contentlist li {
	list-style: url(http://www.campforestsprings.org/images/global/bullets/arrowbullet.jpg) outside;
	margin-left: 15px;
	}

.bulletlist {
	list-style: url(http://www.campforestsprings.org/images/global/bullets/redbullet.gif) outside;
	margin: 0px auto 10px 45px;
	font: bold 1em/1.4em 'lucida grande',tahoma,sans-serif;
	padding: 0px;
}



/* ======================================================*/
/* ===================Bottom Links Formating==================*/
/* ======================================================*/

#bottomlinks .column {
	float: right;
	width: 160px;
	}	

#bottomlinks li {
	display: block;
	color: #F0EFE3;
	font-weight:bold;
        line-height:1.1em;
	margin-top: 5px;
	margin-bottom: 5px;
	}
#bottomlinks li a {
	clear: left;
	padding: 3px 5px;
	color: #F1F1F1;
	}
	#bottomlinks li li a {
	padding-left: 13px;
	font-weight: normal;
	color: #F0EFE3;
	margin-left: 5px;
	background-image: url(http://www.campforestsprings.org/images/global/bullets/redbullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
		}

#bottomlinks li a:hover {
	text-decoration: underline;
	color: white;
	}
	#bottomlinks li li a:hover {
		text-decoration: underline;
		}
		
		

/* ======================================================*/
/* ===================Sidebar Formating==================*/
/* ======================================================*/
	
#sidebar h2 {
	font-weight: bold;
	font-size:1.7em;
	color: #4A5670;
	padding: 0px 15px 5px 15px;
	margin: 0px 0px -5px 5px;
	}
#sidebar p {
	font-size: 1.1em;
	line-height: 1.5em;
	color: #777;
	padding: 5px 15px 10px 15px;
	}
	#sidebar p.fineprint {
		font-size: 1.0em;
		line-height: 1.2em;
		color: #ccc;
		}
#sidebar ul,
#sidebar ol {
	margin: 10px Auto 20px 30px;
	}
	
#sidebar ul ul,
#sidebar ol ol{
	margin: 5px Auto 5px 15px;
	}
#sidebar li {
	display:block;
	color: #777;
	line-height: 1.4em;
	margin: 5px 0;
	}

#sidebar li a {
	color: #4A5670;
	font-weight: bold;
	padding-left: 15px;
	margin:0px;
	background-image: url(http://www.campforestsprings.org/images/global/bullets/redbullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}

#sidebar ul li a.currentpage {
	text-decoration: none;
	color: #854442;
	cursor:default;
	}

#sidebar a:hover {
	text-decoration: none;
	color: #854442;
	}

#sidebar .noStyle img {
	margin: 10px 0px 0px 0px;
	}
	#sidebar .right img {
		position: relative;
		right: 15px;
		}
	#sidebar .left img {
		position: relative;
		left: 15px;
		}
#sidebar .campopenings a {
	background-color: #4A5670;
	background-image: url(../images/icons/calendar_view_month.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	font: 1/1.7em;
	padding: 3px 0px 3px 22px;
	display: block;
	position: relative;
	color: #EFECE7;
}
#sidebar .fcregistration a {
	background-color: transparent;
	background-image: url(../images/icons/page_go.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	font: 1/1.7em;
	padding: 3px 0px 3px 22px;
	display: block;
	position: relative;
}

	


/* ======================================================*/
/* ===================JS Sitemap Format==================*/
/* ======================================================*/

#sitemap a {
	font: normal 1em 'lucida grande',tahoma,sans-serif;
	text-decoration: none;
	color: #AFADA0;
	padding: 5px 5px;
	}


#sitemap a:hover {
	color: white;
	}

#sm_outer{
	background-color:#2F2F2F;
        text-align:center;
        display:none;
        line-height: 1.2em;
}

#sm_inner{
        text-align:left;
        width:770px;
        margin: 0px auto;
}

#sm_outer li a:link, #sm_outer li a:visited {
	color: #AFADA0;
}

#sm_outer li a:hover {
	color: white;
}

.sm_column {
	float:left;
	padding:0px 15px 20px;
	width:165px;
}

.sm_column ul li {
padding:3px 0pt;
}
.sm_column ul li li {
padding:3px 0pt 3px 15px;
}
.sm_column h3 {
color: #FFFFFF;
font-size:14px;
padding:25px 0pt 0px;
}
.sm_column h3 a:link, .sm_column h3 a:visited {color:#FFFFFF;}
.sm_column a:hover {color:#FFFFFF;}
span.close_button {
	text-align: center;
	display:block;
}
#sm_outer #sm_inner .close_button a:link, .close_button a:visited {
	color: #ccc;
	margin: 0pt auto;
	display: block;
	padding: 10px 0pt 10px 25px;
	background-color: #373737;
}
#sm_outer #sm_inner .close_button a:hover {
	color: #FFFFFF;
	background-color: black;
	text-decoration: none;
}

	
	
/* ======================================================*/
/* ===================Top Nav Formating==================*/
/* ======================================================*/
#nav ul {
	display: inline;
	}
	
	
#nav ul li {
	display: inline;
	margin-left: 0px;
	padding: 1px 5px;
	border-left: 1px solid #AAA;
	list-style: none;
	}
	
#nav ul li.first {
	display: inline;
	margin-left: 0px;
	border-left-style: none;
	list-style: none;
}

#nav li a {
	padding:0px 10px;
	font-size: 1.2em;
	color: #404D69;
	}

#nav li a:hover {
	text-decoration: none;
	color: #854442;
	}

#nav li .currentpage {
	text-decoration: none;
	color: #854442;
	cursor:default;
	}


/* ======================================================*/
/* ===================Contact Info=======================*/
/* ======================================================*/

			
#contactinfo {
	float: left;
	width: 256px;
	}
#contactinfo p {
	margin: 7px 10px 0px 10px;
    line-height:1.2em;
	font-size:1em;
	color: #F0EFE3;
	}
#contactinfo .header {
	margin-top:3px;
        font-size: 1.3em;
	color: #F1F1F1;
	}
#contactinfo a {
	color: #EAE7CA;
	}
#contactinfo a:hover {
	text-decoration: underline;
	color: white;
	}
	
	
/* ======================================================*/
/* ===================Copyright============================*/
/* ======================================================*/

#copyrightinfo {
	margin:15px 0px;
	text-align:center;
	}

#copyrightinfo p{
	font: normal 1em 'lucida grande',tahoma,sans-serif;
	color: #AFADA0;
	}
	
#copyright{
	background-color:#2F2F2F;
	padding: 10px 0;
	}



/* ======================================================*/
/* ===================Camp Info List=====================*/
/* ======================================================*/

#content .campinfolist {
	margin-bottom: 10px;
	padding-top: 10px;
	}
	
	#content .campinfolist h3 {margin-top:5px;}
	
	#content .campinfolist p,
	#content .campinfolist ul {
		margin-left: 50px;
		padding: 0;
		}
	#content .campinfolist li {
	margin: 5px auto 0px 0px;
	list-style: none;
	font-size: 1.1em;
	font: bold 1.1em/1.1em 'lucida grande',tahoma,sans-serif;
	color: #646464;
	background-image: url(http://www.campforestsprings.org/images/global/bullets/redbullet.gif);
	background-repeat: no-repeat;
	background-position: 0 top;
		}
	#content .campinfolist hr.clearHack {
		clear: none;
			}

.campinfolist {
	border-top: 1px solid #CCCCCC;
	padding: .5em 0px;
	position: relative;
	clear: both;
}
#content .campinfolist p {
	padding-right: 35px;
	margin: 10px 0px;
}

#content .campinfolist span {
	font-weight: bold;
	color: #4A5670;
	font-size: 1.2em;
	line-height: 1.6em;
}
#content .campinfolist ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	position: absolute;
	top: 1.8em;
}

#content .campinfolist ul.dates {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#content .campinfolist ul.dates li {
	font-size: 0.9em;
	position: relative;
	width: 100%;
}


#content .campinfolist .downloadreg {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(http://www.campforestsprings.org/images/global/icons/page_go.png);
	background-repeat: no-repeat;
	background-position: 0%;
	right: 50px;
	}

#content .campinfolist .downloadphysician {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(http://www.campforestsprings.org/images/global/icons/pill_go.png);
	background-repeat: no-repeat;
	background-position: 0%;
	right: 25px;
	}

#content .campinfolist .downloadparents {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(http://www.campforestsprings.org/images/global/icons/folder_user.png);
	background-repeat: no-repeat;
	background-position: 0%;
	right: 0px;
	}

#content .campinfolist ul li {
	font-size: .9em;
	line-height: .9em;
	margin: 0px;
	height: 16px;
	width: 16px;
	list-style: url(none) none outside;
	overflow: hidden;
	position: absolute;
}
#content .campinfolist .downloadreg a, #content .campinfolist .downloadphysician a, #content .campinfolist .downloadparents a {
	background-color: transparent;
	border:none;
	text-indent: -5000px;
	display: block;
	height: 16px;
}

#content .campinfolist .web a {
	text-indent: -5000px;
	display: block;
	height: 16px;
}

#content .campinfolist .flag {
	position: absolute;
	top: 20px;
	right: 10px;
}

/* ======================================================*/
/* ===================Description List===================*/
/* ======================================================*/
	#content .descriptionlist, #content .fulldescriptionlist {
	padding: 5px 0px;
	margin-top: 10px;
	border-bottom: 1px solid #CCCCCC;
		}
	
		#content .descriptionlist p,
		#content .descriptionlist ul {
			margin-left: 110px;
			padding: 0;
			}
		#content .descriptionlist li, #content .fulldescriptionlist li {
	margin: 0px auto 10px 0px;
	list-style: none;
	padding-left: 15px;
	font-size: 1.1em;
	font: bold 1.1em/1.1em 'lucida grande',tahoma,sans-serif;
	background-image: url(http://www.campforestsprings.org/images/global/bullets/redbullet.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
			}
		#content .descriptionlist hr.clearHack {
			clear: none;
				}

/* ======================================================*/
/* ===================Staff Email and Site List===================*/
/* ======================================================*/

.cfsstaff {
border-top:1px solid #CCCCCC;
clear:both;
padding:12px 0px 0px;
position:relative;
}
#content .cfsstaff p {
padding-left:25px;
padding-right:35px;
}
#content .cfsstaff span {
color:#4A5670;
font-size:1em;
font-weight:bold;
line-height:1.6em;
}
#content .cfsstaff ul {
margin:0px;
padding:0px;
position:absolute;
top:1.8em;
width:100%;
}
#content .cfsstaff .email {
background:transparent url(http://www.campforestsprings.org/images/global/icons/email_go.png) no-repeat scroll 0% 50%;
right:0px;
}
#content .cfsstaff .web {
background:transparent url(http://www.campforestsprings.org/images/global/icons/html.png) no-repeat scroll 0% 50%;
right:25px;
}
#content .cfsstaff ul li {
font-size:0.9em;
height:16px;
line-height:0.9em;
list-style-image:url(none);
list-style-position:outside;
list-style-type:none;
margin:0px;
overflow:hidden;
position:absolute;
width:16px;
}
#content .cfsstaff .flag {
position:absolute;
right:10px;
top:20px;
}
#content .cfsstaff .email a, #content .cfsstaff .web a {
background-color:transparent;
border:medium none;
display:block;
height:16px;
text-indent:-5000px;
}