* {
padding:0;
margin:0;
text-decoration:none;
list-style-type:none;
}
a img{
border:none;
}
.clear{
clear:both;
margin:0;
height:0;
font-size:0;
}

body {
/*background-color: #666;*/
background-color: #D78D44; }

#container{
background-color: #D78D44;
width: 900px;
margin: 10px auto 0px auto;
border: 1px #000 solid; }
/*--------------------- TOP ---------------------------*/
#top{
height: 50px;
padding-top: 4px;
background-color: #D78D44;
color: #333366; }

#top h1{
	display: none;
}
#top h2{
	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: #000;
font-family: Times, "Times New Roman", serif;
font-size: 18px;
font-weight: lighter; }

#top ul.level-1 li.active a{
color:#B00E09;
text-decoration: none;
}


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

#top h1, #top h2 {
color: #fff; }

/*--------------------- MAIN NAVIGATION ---------------------------*/
#top ul.main-nav{
background:no-repeat left top;
height: 26px;
padding-left: 50px;
padding-top:10px;
}
#top ul.main-nav li{
	color:#fff;
	margin-right: 25px;
	float:left;
	font-size: 14px;
}
#top ul.main-nav li a{
color:#fff;
}
#top ul.main-nav li.active a{
color:#ca6f2c;
}
#top ul.main-nav li a:hover{
text-decoration:underline;
}

/*--------------------- CONTENT ---------------------------*/
#content{
	clear:left;
}

/*---------------------CONTENT LEFT SIDE ---------------------------*/
#content .left-side{
	display: none;
}
/*---------------------left - sub navigation---------------------------*/
#content .left-side ul.level-2{
margin: 52px 0;
width: 170px;
}
#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: #333366;
	/*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{
background-color:#4D4D7E;
display:block;
color: #ffffff;
}
ul.level-2 li.active a {
background-color:#333366;
display:block;
color: #ca6f2c;
}

ul.level-2 li.active a:hover{
background-color: #4d4d7e;
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: 800px;
padding-top: 0px;
padding-bottom: 25px;
padding-left: 50px;
padding-right: 50px;
min-height: 400px;
float:right;
} 

#request-list {
float: right;
width: 250px;
height: 450px;
overflow: scroll; 
padding: 10px;
border: 1px #333 solid;
font-size: 75%;
background-color: #eea656; }
#request-list h3 {
margin-top: 0;
}

#content .right-side #request-list ol {
padding: 0;
margin:0;
margin-left: 15px;
 }
#embed_code  { 
width: 500px;

}

#content .right-side #request-list ol li {
list-style-type: decimal;

line-height: 1.8em; }

.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 ********/ 
.right-side #photo h1{
	text-align: center;
        margin-bottom: 0.5em !important;
font-size: 30px;
font-family: Times, "Times New Roman", serif;
}

#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: #777;
                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: 150px;
    height: 155px;
    line-height: 150px;
    text-align: center;
    border: 1px #765a35 solid;
    background-color: #b57e41;
  }

  #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: #D78D44 url(../images/footer.jpg) no-repeat left top;
	height: 13px;
	padding-bottom: 10px;
	color: #FFFFFF;
	padding-top: 55px;
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
body.demoPage #footer {
               background:#000 no-repeat left top;
               padding-top: 0;
}
#footer a {
	color: #fff;
text-decoration: underline;
}
#container #footer a:hover {
	text-decoration: underline;
 }

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

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

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

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

