/* Start of CMSMS style sheet 'summerhome' */
/* CSS Document */
html {
	background: #16753c url(images/camps/shade.png) top repeat-x;
}

body {
	background:url(images/camps/backgrounds/home-back.jpg) no-repeat;
	background-position: center top;
}
#container {
	width:1060px;
	height:708px;
	margin:0 auto;
	position:relative;
}

#logo {
	position:absolute;
	top:47px;
	left:215px;
	width:302px;
	height:116px;
}

a#about {
	position:absolute;
top:280px;
left:175px;
z-index:10;
	background:url(images/camps/navigation/aboutus.png) no-repeat;
width:226px;
height:188px;
display:block;
text-decoration:none;

}

a:hover#about {
	background:url(images/camps/navigation/aboutus.png) no-repeat;
background-position: 0 -188px;
}

a#gallery {
	background:url(images/camps/navigation/gallery.png) no-repeat;
	width:215px;
	height:183px;
	position:absolute;
top:280px;
left:425px;
z-index:10;
display:block;
text-decoration:none;
}

a:hover#gallery {
	background:url(images/camps/navigation/gallery.png) no-repeat;
background-position: 0 -196px;
}

a#flights {
	background:url(images/camps/navigation/flightsandfees.png) no-repeat;
width:215px;
height:178px;
position:absolute;
top:292px;
left:705px;
z-index:10;
display:block;
text-decoration:none;
}

a:hover#flights {
	background:url(images/camps/navigation/flightsandfees.png) no-repeat;
background-position: 0 -195px;
}

a#camps {
	background:url(images/camps/navigation/ourcamps.png) no-repeat;
width:207px;
height:178px;
position:absolute;
top:390px;
left:345px;
z-index:5;
display:block;
text-decoration:none;
}

a:hover#camps {
	background:url(images/camps/navigation/ourcamps.png) no-repeat;
background-position: 0 -171px;
	z-index:15;
}

a#contact {
	background:url(images/camps/navigation/contact.png) no-repeat;
width:230px;
height:194px;
position:absolute;
top:368px;
left:570px;
display:block;
text-decoration:none;
}

a:hover#contact {
	background:url(images/camps/navigation/contact.png) no-repeat;
background-position: 0 -193px;
	z-index:15;
}
#register {
width:131px;
height:131px;

position:relative;
}
#work {
position:relative;
top:510px;
left:780px
}
a#registerbutton {
background:url(images/camps/navigation/registerbutton.png) no-repeat;
height:128px;
width:128px;
display:block;
position:absolute;
left:115px;
top:465px
}
a#registerbutton:hover {
	background:url(images/camps/navigation/registerbutton.png) no-repeat;
background-position: 0 -132px;
}


#footer {
	position:absolute;
	bottom:0;
}



/* classes */
.green { color:#d2e0c1; width:200px; position:relative; left:40px; top:10px; text-align:center}
.yellow {color:#fffddf; width:200px; position:relative; left:40px; top:10px; text-align:center}
.clear {clear:both}
.paddingsm {padding:6px}
.paddinglrg {padding:10px}
.center {display:block; margin-left:auto; margin-right:auto}
.button { vertical-align:middle; line-height:13px;}

/* End of 'summerhome' */

