@charset "UTF-8";
/* 
	Based on Walden "Master Style Sheet" developed by Aaron Gough 
	Walden: http://www.waldendesign.com
*/

/************************************************

			Generic Basic Styling
			
*************************************************/

body, html{
border: 0;
padding: 0;
margin: 0;
}

body{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: center;
background: #9fa615 url(images/template_images/page_background.jpg) top left repeat-x;
color: #3b2313;
}

h1, h2, h3, h4, h5{
margin: 0;
padding: 0;
font-weight: bold;
color: #3b2313;
}

img{
border: 0;
}

h1{

}

h2{

}

h3{

}

h4{

}

h5{

}

p{

}

ul{

}

a{
color:#0c6eaf;
}

/************************************************

		Custom Styling for Specifi IDs
			
*************************************************/

#container{
width: 980px;
margin: 0 auto;
background: transparent url(images/template_images/background_vertical_repeat.jpg) top left repeat-y;
}

#header_container{
width: 980px;
background: transparent url(images/template_images/header.jpg) top left no-repeat;
}

#footer_container{
width: 980px;
background: transparent url(images/template_images/footer.jpg) bottom left no-repeat;
}

#header{
width: 980px;
height: 190px;
position: relative;
}

#main_menu{
width: 655px;
height: 117px;
position: absolute;
top: 0px;
right: 18px;
font-size: 10px;
}

#main_menu ul{
margin: 0;
padding: 0;
list-style: none;
}

#main_menu ul li{
display: block;
float: left;
}

#main_menu ul li a, #main_menu ul li span{
display: block;
text-decoration: none;
}

#home{
background: transparent url(images/template_images/buttons/home.jpg) top left no-repeat;
width: 75px;
}

#summer_camping{
background: transparent url(images/template_images/buttons/summer-camping.jpg) top left no-repeat;
width: 78px;
}

#horseback_riding{
background: transparent url(images/template_images/buttons/horseback-riding.jpg) top left no-repeat;
width: 92px;
}

#facilities_services{
background: transparent url(images/template_images/buttons/facilities.jpg) top left no-repeat;
width: 85px;
}

#parental_resources{
background: transparent url(images/template_images/buttons/parental-resources.jpg) top left no-repeat;
width: 95px;
}

#about{
background: transparent url(images/template_images/buttons/about.jpg) top left no-repeat;
width: 93px;
}

#outdoor_education{
background: transparent url(images/template_images/buttons/outdoor-ed.jpg) top left no-repeat;
width: 137px;
}

#home:hover{
background: transparent url(images/template_images/buttons/home-hover.jpg) top left no-repeat;
width: 75px;
}

#summer_camping:hover{
background: transparent url(images/template_images/buttons/summer-camping-hover.jpg) top left no-repeat;
width: 78px;
}

#horseback_riding:hover{
background: transparent url(images/template_images/buttons/horseback-riding-hover.jpg) top left no-repeat;
width: 92px;
}

#facilities_services:hover{
background: transparent url(images/template_images/buttons/facilities-hover.jpg) top left no-repeat;
width: 85px;
}

#parental_resources:hover{
background: transparent url(images/template_images/buttons/parental-resources-hover.jpg) top left no-repeat;
width: 95px;
}

#about:hover{
background: transparent url(images/template_images/buttons/about-hover.jpg) top left no-repeat;
width: 93px;
}

#outdoor_education:hover{
background: transparent url(images/template_images/buttons/outdoor-ed-hover.jpg) top left no-repeat;
width: 137px;
}

#flash{
width: 288px;
height: 216px;
position: absolute;
top: 117px;
left: 18px;
}

#thumbnails{
width: 144px;
float: right;
display: inline;
margin-right: 52px;
padding-top: 42px;
}

#main_text{
width: 400px;
float: right;
display: inline;
margin-right: 44px;
text-align:left;
}

#left_photo{
width: 288px;
float: left;
display: inline;
margin-left: 18px;
margin-top: 148px;
}

#footer{
width: 980px;
height: 188px;
clear: both;
position: relative;
}

#footer_contact{
	position: absolute;
	top: 56px;
	left: 30px;
	text-align: left;
	color: white;
	width: 268px;
}

#footer_contact h1{
color: #3b2313;
font-size: 16px;
font-weight: normal;
}

#footer_contact a{
color: #3b2313;
}

#walden_badge{
position: absolute;
bottom: 23px;
right: 62px;
color: white;
}

#register_button{
display: block;
width: 124px;
height: 32px;
line-height: 32px;
position: absolute;
top: 66px;
right: 62px;
color: #3b2313;
text-decoration: none;
}

#contact_us{
display: block;
width: 67px;
height: 12px;
padding-top: 40px;
position: absolute;
bottom: 198px;
right: 88px;
text-decoration: none;
color: #3b2313;
}

#footer_spacer{
width: 100%;
height: 52px;
}


/************************************************

				Global Classes
			
*************************************************/

/* for any block-level elements */
.clear{ 
clear:both; 
}

.float_left{
float:left;
padding-right:10px;
padding-bottom:10px;
}

.float_right{
float:right;
}

/* for text */
.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{
text-decoration: underline;
}

.highlight{
background:#ffc;
}

/* for images */
.img-left{
float: left;
margin: 4px 10px 4px 0;
}

.img-right{
float: right;
margin: 4px 0 4px 10px;
}

/* for lists */
.nopadding{
padding:0;
}

.noindent
{
margin-left: 0;
padding-left: 0;
}

.nobullet{
list-style: none;
list-style-image: none;
}

/*  Styling for submenus  */

.mainmenu_item{
height: 117px;
width: 92px;
}

.mainmenu_item a, .mainmenu_item span{
height: 48px;
padding-top: 69px;
color: #4b5306;
}

.has_submenu{
position: relative;
}

.is_submenu{
display: block;
position: absolute;
top: 117px;
background: #3b2313;
padding: 0;
margin: 0;
width: 125px;
}

.is_submenu li{
width: 125px;
}

.is_submenu a{
height: auto;
padding: 0;
display: block;
padding: 8px;
text-align: left;
color: #d6e03d;
width: 109px;
}

.is_submenu a:hover{
color: white;
}



.trip_up{
display: none;
}

.red-star{
color:#900;
font-size:10px;
}