html{background-color:#c7f0fc;}
body{
	background-color:#c7f0fc;
	font-size:15px;
	font-family:Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	height:100%;
}
div#doc {
	width:770px;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	background-color:#fff;
	border:solid 10px #7aaae5;
	border-top:none;
}

#sun{
	border: inset 5px #fff;
	background:url(Deco-Sunburst.jpg) no-repeat center center;
	width:86px;
	height:246px;
	margin: auto;
}

#sun-wrapper{
 padding-top: 5px;
 width:106px;
 border:solid 1px #333;
 border-bottom: none;
 margin:auto;
 display:none;
}

#hd{
	background-color: transparent;
	background-image:url(Blue-Gradient-opt.png);
	background-position:0px 0px;
	background-repeat: repeat-x;
	padding:0px 10px 0px 10px;
	position:relative;
}

#bd{
	padding:10px;
	border-bottom:none !important;
}

h1{
	text-indent:-5000px;
	z-index:1;
	margin-left:57px;
}

h1, h1 em{
	display:block;
	width: 459px;
	height: 111px;
	position:relative;
}

h1 em{
	background-image:url(Header.gif);
	background-repeat:no-repeat;
	background-color:Transparent;
	background-position:0 0;
	
	position:absolute;
	left:0px;
	top:0;
}

#nav li{
	float:left;
}
#nav{
	margin-top:10px;
	
}

#nav a,
#bd{border:solid 2px #444;}

#nav a{
	background-color:#fff;
	background-repeat: no-repeat;
	background-image:url(Links.gif);
	display:block;
	text-indent:-5000px;
	height:76px;
	margin-right:5px;
	padding-bottom:4px;
}

li.selected a{
	padding-top:10px;
	border-bottom:none !important;
	position:relative;
	z-index:2;
	bottom:-2px;
}

#lnk-about{
	background-position:0 -197px;
	width:236px;
}

#lnk-event-details{
	width:183px;
	background-position:0px 6px;
}

#lnk-about-summer{
	width:200px;
	background-position:0px -415px;
}

#lnk-contact{
background-position:0px -588px;
display:none;
width:95px;
}
/*transparent url(http://yui.yahooapis.com/2.6.0/build/assets/skins/sam/sprite.png) repeat-x scroll 0 0*/

p{
	margin-bottom:1.3em;
	
}

.content{
	width: 93%;
	margin-left:auto;
	margin-right: auto;
}

dl{
	padding-left:15px;
}
dd{
	padding-left:25px;
}




dt{padding-bottom:4px; font-size:110%; font-style:italic; font-weight:bold; }
dd{padding-bottom:10px;}

h2{
	margin-left:-20px; margin-bottom:10px; font-size:120%;
	position:absolute;
	left:-1000px;
}

dl li{
	padding-bottom:8px;
	list-style-type: disc;
}

.heart,
#donation-info{
	background-image:url(Heart.gif);
	width:100px;
	height:90px;
}

#donation-info{
	width:auto;
	height:auto;
	padding-left:95px;
	background-position:left -10px;
	background-repeat:no-repeat;
	line-height:1.4em;
}

#hd .heart{
	position:absolute;
	top:26px;
	z-index:0;
}
.left{left:0;}
.right{right:186px;}


.hide{
	display: none;
}

#contact-fields li{
	padding-top:5px;
	text-align:right;
}

#contact-fields li *{
	vertical-align:top;
	text-align:left;
}

#contact-fields input,
#contact-fields textarea{
	padding:3px;
	margin-left:5px;
	width:190px;
}

#contact-form{
	width:284px;
	padding:3px;
	border:double 1px #eee;
}

#contact-columns{
	
}
.l-col,
.r-col{
	display:inline;
	float:left;
	width:48%;
}

.r-col{float:right;}

h4{
	font-weight:bold;
	font-size:115%;
}

body.no-js .req-js{
	display:none;
}

#validation-error{padding:4px;}

#validation-error ul{padding-left:20px;}

#validation-error li{
	list-style:disc;
	font-size:90%;
	list-style-position:outside;
	color:#f00;
}

#contact-form.loading{
	background-image:url(ajax-loader.gif);
	background-position:center center;
	background-repeat: no-repeat;
}

#contact-form{position:relative;}

#contact-form.loading *{
	visibility:hidden;
}

#confirmation{
	position:absolute;
	left:0;
	top:0;
	font-size:120%;
	background-color:#fff;
	width:100%;
	height:100%;
	display:none;
}

#confirmation .heart{float:left;}
#confirmation .message{margin-left:95px; padding-top:16px;}
