@import url(content.css);
@import url(gallery.css);

body, html { 
	text-align: center; 
	border: 0; 
	margin: 0 auto;
	padding: 0; 
	width: 806px; 
	height: auto; 
	font: "Times New Roman", Times, Georgia, serif;
	background: #141913; }

#outer-wrapper { 
	z-index: 0; 
	text-align: left; 
	margin-right: auto; 
	margin-bottom: 7px; 
	margin-left: auto; 
	margin-top: 7px;
        border: 3px solid white;
        width: 800px;
}




/* HEADER / TOP ********************************************** */

#header {
	float: left; 
        display: inline;}
#header-img {}

#top {
        width:800px;
        height:22px;
        border-bottom:3px solid black;
	float: left; 
        display: inline;
        clear:both;
}


#top-menu { 
	background: #000000;
        border-bottom:1px solid white;
        border-top:1px solid white;
        height: 20px;
	float: left; 
        display: inline;
        width:800px
}

#top-menu ul { 
	margin: 0; 
	padding: 0;
	line-heigth:16px;
}

#top-menu li {
	padding: 0; 
	border-right: 1px solid white;  
	float: left; 
	margin: 0; 
	display: block;
}

#top-menu ul a, #top-menu ul .cur { 
        color:white;
        font-family:"Times New Roman",Times,Georgia,serif;
        font-size:10pt;
        text-decoration:none;
        padding:2px 10px;;
        margin:0px;
        float:left;
}

#top-menu ul a:hover, #top-menu ul .act a {
	background-color: #80b300;
}





/* CONTENT WRAPPER ********************************************** */

#outer-content-wrapper { 
	border-top: 1px solid white;
	background: #0f3c1c;
        clear: both;
        width:800px;
}




/* LEFT SIDEBAR ********************************************** */

#left {
	float: left; 
	width: 179px; 
	z-index: 4; 
        display: inline;
}

#left-content {
	margin-top: 20px; 
	margin-bottom: 15px; }

#left-menu-box { 	
	border-bottom: 1px solid white;	
        }

#left-marker-box  {
	margin-top: 40px;
	margin-right: 0px; 
	width: 179px;
}
#left-marker {}

#left-menu ul { 
	margin: 0 0 0 0; 
	overflow: hidden; 
	padding: 0; 
	list-style-type: none;
}

#left-menu ul a { 
	font-family: "Times New Roman", Times, Georgia, serif; 
	/*font-size: 9pt; tmp */
        text-decoration: none; 
	display: block; }

#left-menu ul li { 
	display: block; 
	padding: 0; 
	background: #141913; 
	margin: 0; 
}

#left-menu li.left-level-1-no a { 
	text-decoration:none; 
        display: block; 
	background: #141913; 
	color: #ffffff;
	padding: 3px 10px 2px 10px; 
	border-top: 1px solid white; 
	border-bottom: 0px solid white; }

#left-menu li.left-level-1-no a:hover, #left-menu li.left-level-1-act a { 
	text-decoration: none; 
	display: block; 
	background: #80b300; 	 
	padding: 3px 10px 2px 10px; 
	color: #ffffff;
	border-top: 1px solid white; 
	border-bottom: 0px solid white; }

#left-menu li.left-level-2-no a { 
	text-decoration: none; 
	display: block; 
	padding: 3px 10px 2px 20px; 
	background: #0f3c1c; 	
	color: #ffffff;
	border-top: 1px solid white; 
	border-bottom: 0px solid white; }

#left-menu li.left-level-2-no a:hover, #left-menu li.left-level-2-act a { 
	text-decoration: none; 
	display: block; 
 	padding: 3px 10px 2px 20px; 	
	background: #006616; 
	color: #ffffff;
	border-top: 1px solid white; 
}


#left-menu li.left-level-3-no a { 
	text-decoration: none; 
	display: block; 
	padding: 3px 10px 2px 30px; 
	background: #0f3c1c; 	
	color: #ffffff;
	border-top: 1px solid white; 
	border-bottom: 0px solid white; }

#left-menu li.left-level-3-no a:hover, #left-menu li.left-level-3-act a { 
	text-decoration: none; 
	display: block; 
 	padding: 3px 10px 2px 30px; 	
	background: #006616; 
	color: #ffffff;
	border-top: 1px solid white; 
	border-bottom: 0px solid white; }



/* INNER CONTENT ********************************************** */

#inner-content-wrapper {
	overflow: hidden; 
	background: #dae0d4; 
	border-left: 1px solid white;
        width:620px;
        float:left;
        display: inline;
}

#middle {
	z-index: 2;
	overflow: hidden; 
}

#middle-content {
	padding: 20px;
	overflow: hidden; 
}

#middle-marker-box{
	overflow: hidden; 
}
#middle-marker {}




/* FOOTER ********************************************** */

#footer {  
	clear: both;
	background-color: transparent;
	border-top: 1px solid white; }

#footer-box { 
	border-top: 3px solid black;
	font-size: 8pt; 
	line-height: 18px;  }

#footer-text { 
	padding: 0 10px; 
	border-top: 1px solid #dde0d4; 
	background: #000000; 
	text-align: left; 
	color: #ffffff; 
	font-family: "Times New Roman", Times, Georgia, serif; }

#footer-text a{ 
	margin: 0; 
	text-align: center; 
	color: #ffffff; 
	font-family: "Times New Roman", Times, Georgia, serif; 
	}

#footer-text a:hover{  
	color: #80b300; 
	}
	
#footer-text #dumparkref a{
        text-decoration: none;
        }


.cleaner {
}
