@charset "ISO-8859-1";
/* CSS Document */

body {background-color:white;
color:#111;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size:80%;
}
.container {width:812px;
margin:0 auto;
background-color:#ffe29d;
}
  .align {text-align:right;}
.fright {float:right; margin-left:10px;}
.fleft {float:left; margin-right:10px; margin-bottom:10px;}
#info .fleft {clear:left;}
#info .cright {clear:right;}
#info p,
#info h2,
#info h3,
#info ol {margin-left:200px;}

#welcome-page .left {float:left;  width:380px;
}


#welcome-page .left h1 {color:#f1646d; line-height:1.1;}

#welcome-page .left #welcome-nav {list-style-type:none;margin:0; padding:0;}
#welcome-page .left #welcome-nav a {text-decoration:none;
display:block; padding:3px 30px;}
#welcome-page .left #welcome-nav a:link,
#welcome-page .left #welcome-nav a:visited{color:#f1646d;}
#welcome-page .left #welcome-nav a:hover {background-color:#f78530; color:#404215;}
#welcome-page .left #welcome-nav li { }

#welcome-page .left p {line-height:1.7em;}
#welcome-page .left p span {font-weight:bold; font-size:1.6em; }
#welcome-page .left h1 span,
#welcome-page .left p span.swimming {color:#f78530;}
#welcome-page .left h1 span.summerfun {color:#7fa789;}
#welcome-page .left p span.camp {color:#649234;}
  .align {text-align:right;}

#welcome-page .right {width:412px; float:right;}
.gutter {padding:10px;}
.clear {clear:both; width:0; height:0; border:0;}


.branding h1{
	width: 812px;
	height: 202px;
	position: relative;
	font-size:72px;
 
	}
.branding h1 span {
	background: url(banner.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	}

#weeks {background-color:white;}

.week {width:280px; float:left;}
.week.three,
.week.six {width:250px;}
.week p {padding-right:25px;}
.week h2 {font-size:1.3em;}

.week p.costs {font-weight:bold;}
.week p.leaders {font-style:italic;}
 #details-nav {position:relative; top:-40px;list-style-type:none;margin:0; padding:0;}
  #details-nav a {text-decoration:none;
  padding:3px 40px;}
  #details-nav a:link,
  #details-nav a:visited{color:#f1646d;}
 #details-nav a.current {text-decoration:underline;}
  #details-nav a:hover {background-color:#f78530; color:#404215;}
  #details-nav li { float:left;}


.week.one {padding-top:50px;
           background-image:url(fairy-crown.gif);
           background-repeat:no-repeat;
           background-position: 96% top;}
.week.two {padding-bottom:50px;
           background-image:url(frog.gif);
           background-repeat:no-repeat;
           background-position: 80% bottom;}
.week.three {padding-top:30px;
           background-image:url(monkey.gif);
           background-repeat:no-repeat;
           background-position: 90% 20px;}
.week.four {padding-top:50px;
           background-image:url(butterfly.gif);
           background-repeat:no-repeat;
           background-position: 70% top;}
.week.five {padding-bottom:50px;
           background-image:url(trees.gif);
           background-repeat:no-repeat;
           background-position: 80% bottom;}
.week.six {padding-top:50px;
           background-image:url(balloon.gif);
           background-repeat:no-repeat;
           background-position: 80% top;}


