* {
padding:0;
margin:0;
text-decoration:none;
list-style-type:none;
}
body {
background-color: #555;
 }
a img{
border:none;
}
.clear{
clear:both;
margin:0;
height:0;
font-size:0;
} 
#container{
width: 950px;
margin: 0 auto;
} 
/*--------------------- TOP ---------------------------*/
#top{
height: 208px;
padding-top: 4px;
color: #333366;
background-image: url(../images/spruce_ridge_banner.jpg); }

#top h1{
	margin-left: 0;
	margin-top: 0px;
	font-size: 18px;
}
#top h2{
	margin-left: 35px;
	font-size: 14px;
 }
#top h1, #top h2 {
color: #fff; }

#top h1 a {
width: 330px;
height: 200px;
display: block;
}
#top h1 a span {

display: none;
} 
/*---------------------TOP RIGHT SIDE TOP (SUBMENU) ---------------------------*/
#top ul.level-1 {
color: #fff;
float: right;
padding-right: 20px; }

#top ul.level-1 li{
	color: #fff;
	float: left;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #FFFFFF;
	padding-right: 7px;
	padding-left: 7px;
}

#top ul.level-1 li a{
color: #fff;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 11px; }
#top ul.level-1 li.active a{
color:#ca6f2c;
}


#top ul.level-1 li a:hover{
text-decoration:underline;
}


/*--------------------- MAIN NAVIGATION ---------------------------*/
#top ul.main-nav{
background:no-repeat left top;
height: 26px;
float: right;
padding-top:165px;
} 
#top ul.main-nav li{
	color:#fff;
	margin-right: 15px;
	float:left;
	font-size: 14px;
}
#top ul.main-nav li a{
color: #fff;
font-family: Verdana, Helvetica, Arial, sans-serif;
}
#top ul.main-nav li.active a{
color: #40141b;
}
#top ul.main-nav li a:hover{
color: #40141b;
text-decoration:none;
}

/*--------------------- CONTENT ---------------------------*/
#content{
	clear:left;
	background-image: url(../images/spruce_ridge_background.jpg);
	background-repeat: repeat-y;
}
#content-home {
          background-color: #fff;
}
/*---------------------CONTENT LEFT SIDE ---------------------------*/
#content .left-side{
	width: 229px;
	float:left;
}
/*---------------------left - sub navigation---------------------------*/
#content .left-side ul.level-2{
margin: 52px 0;
width: 229px;
}
#content .left-side ul.level-2 li{
/*margin-bottom: 0px;*/
margin-bottom: -5px;
}
html>body #content .left-side ul.level-2 li{
	margin-bottom: 10px;
}
ul.level-2 li a {
	color: #27420a;
	/*padding: 3px 0 3px 27px;*/
 	font-size:1.0em;
 	padding: 3px 10px 3px 17px;
	display:block;
	font-family: Arial, Verdana, sans-serif;
}
ul.level-2 li a:hover{
color: #fff;
display:block;

}
ul.level-2 li.active a {
background-color: #7b565c;
display:block;
color: #fff;
}

ul.level-2 li.active a:hover{
background-color: #7b565c;
display:block;
color:#fff;
} 
/*---------------------left - sub navigation 2nd level---------------------------*/


html>body #content .left-side ul.level-2 li.sub ul li a {
	margin-bottom: 0;
	display: block;
}
ul.level-2 li.sub ul li.active a {
	color: #CA6F2C;
}
ul.level-2 li.sub ul li {
margin-bottom: 0px !important;
 }

ul.level-2 li.sub ul li a {
color: #333366;
display:inline;
padding: 0;
font-size: 11px;
margin-left: 25px;
margin-right: 5px;
}

ul.level-2 li ul li a:hover {
display:inline;
background-color:#4D4D7E;
color: #ffffff;
padding:0px !important;
}
#sidebar li.sub { margin-top: -15px; }
#sidebar li.sub[class] { margin-top: 0; }
*:first-child + html #sidebar li.sub { margin-top: -15px; }




/*---------------------content right side---------------------------*/
#content .right-side{
width: 660px;
padding-top: 15px;
padding-bottom: 25px;
padding-left: 25px;
padding-right: 25px;
min-height: 400px;
float:right;
}
#content-home .right-side{
width: 900px;
padding-top: 15px;
padding-bottom: 25px;
padding-left: 25px;
padding-right: 25px;
min-height: 400px;
float:right;
}
#content .right-side #contentSummary {
	background-color: #339999;
	border: 1px solid #133A3B;
	padding: 10px;
	margin-bottom: 15px;
}

.imageRight {
	float: right;
	display: block;
	margin-bottom: 7px;
	margin-left: 7px;
	background-color: #DEEBFF;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
}


#homeshowWrapper {
	display: block;
	text-align: center;
}
#printPicture {
	display: none;
}
/******** GALLERY MODULE ********/ 
#photo h1{
	text-align: center;
        margin-bottom: 0.5em !important;
	}
#photo .navigation{
	height: 75px;
	text-align: center;
	width: 400px;
	margin: 0 auto;
	}	
	#photo .previous, #photo .next{
		padding: 0px;
		display: block;
		width: 40px;
		height: 25px;
	}
	#photo .previous{
		float: left;
		background: url(/images/previous.gif) no-repeat;
	}
	#photo .next{
		float: right;
		background: url(/images/next.gif) no-repeat;
	}
        #photo .back{
	        font-size: 0.9em;
                color: #aaa;
                text-decoration: none;
        }
        #photo .back:hover{
	        text-decoration: underline;
        }
	#photo p{
		margin: 0 0 10px 0;
	}
	#photo .image{
		clear: both;
		text-align: center;
	}
	#photo .image img{
		border: 1px solid #111;
	}
        #photo .description{
	   width:400px; 
                margin: 1em auto; 
                font-size:0.9em; 
                text-align: center;
        }
#gallery {
margin-left: 50px; }

#gallery ul{
  margin: 0;
  padding: 0;
}
  #content .right-side #gallery ul li{
    margin: 0 5px 5px 0;
    list-style-type: none;
    float: left;
    width: 160px;
    height: 160px;
    line-height: 150px;
    text-align: center;
    border: 1px solid #ccc;
    background-color: #a49c93;
 }

  #gallery ul li:hover{
      border: 1px solid #aaa;

  }


#content .right-side #gallery li img{
    vertical-align: middle;
    border-top: 0px solid #000;
    border-bottom: 0px solid #000;
  }


/******* FOOTER *********/

#footer{
	background: #7b565c no-repeat left top;
	height: 18px;
	padding-bottom: 10px;
	color: #FFFFFF;
	padding-top: 10px;
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

#footer a {
	color: #CC6600;
}
#container #footer a:hover {
	text-decoration: underline;
 } 

#footerlinks #admin_link {
overflow: hidden;
background-position: center;
width: 90px;
height: 25px;
float: left;
margin-right: 1em;
font-size: 0px;
text-align: center; }

#footerlinks #edit_link {
font-size: 0px;
overflow: hidden;
background-position: center;
width: 90px;
height: 25px;
display: block;
float: right;
}

/******** SITEMAP MODULE ********/

#sitemap li.sub{
list-style-type: none;
}

