div#wrap {
	margin:0 auto;
	position: relative;
	width: 970px;
	padding: 0px;
	background-image: url(../gfx/gfx_inner_bg.gif);
        margin-top:30px;
        margin-bottom:30px;
        
        
}
#main {
	float: left;
	width: 670px;
	margin: 5px 0px 20px 10px;
        background-color:#ffffff;
        padding:5px;
        min-height:440px;
}
#main_scroll {
	float: left;
	width: 670px;
	height: 790px;
	margin: 5px 0px 20px 10px;
        background-color:#ffffff;
        padding:5px;
        overflow-y: scroll;
        scrollbar-face-color:#00A54F;
        scrollbar-base-color:#fff;
        scrollbar-arrow-color:#fff;
}

#main_prop {
        float:right; 
        height:430px; 
        width:1px;
}

#path {
	height: 15px;
	margin-left: 6px;
        color:#ffffff;
}
#path a {
        color:#000000;
}


.link_location: link {
	color: #679cb2;
	font-weight: bold;
}
.link_location: visited {
	color: #679cb2;
	font-weight: bold;
}
#sidebar_right {
float: right;
text-align: right;
width: 260px;
margin: 5px 10px 20px 0px;
padding: 0;
background-color: #8CC63E;

}
#sidebar {
    width:180px;
    float: left;
    margin-left: 7px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 2px;
    padding-bottom: 0px;     
}

#sidebar_calendar {
   background-color: #ffffff;
   
}

#banners_footer{
margin:0px 8px 10px 8px;
text-align:left;
height:120;
width:950px;

}

#search_box_container {
	float: left;
	padding-top: 0px;
	padding-left: 8px;
	width: 195px;
        height: 25px;
}
#search_box {
	float: left;
	
	height: 25px;
	width: 165px;
}

#search_box .search_field {
	background-color: #fff;
	border: 1px solid #7e3d16;
	width: 94px;
	margin-top: 0px;
	margin-left: 4px;
}
#search_box .search_btn {
    color: #FFFFFF;
	background-color: #7e3d16;               
    border-top: 1px solid #EDEDED;
    border-bottom: 1px solid #ADADAD;
    border-left: 1px solid #DEDEDE;
    border-right: 1px solid #7C7C7C;
    height: 20px;
    width: 50px;
    margin-top: 0px;
}

#footer {
	clear: both;
	margin: 0px;	
	      
	text-align: center;
	font-size: 90%;	
      
	background-image: url(../gfx/gfx_bottom_bg.gif);
        
}
#footer_text {
    color:#ffffff;
    text-align: center;
    padding-top: 0px;
    font-size: 80%;
}

#footer_text a { color: #ffffff; text-decoration: none;  }

#form_container {
    width: auto;
    font-weight: bold;
    font-size: 75%;
    padding: 3px;
}
#form_left {
    margin-right: 1em;
	float:left;
}
#form_right {
	float: right;
}
#prop {
    float: right;
    width: 1px;
    height: 400px;
}
#admin_btn {
	padding-left: 7px;
}


#header {
background-color:#8CC63E;
width: 960px;
height: 80px;
padding: 0px;
text-align: center;
margin-left: 8px;
}

#sub_nav_container {
width: 180px;
margin-left: 1px;
padding: 0;

}


#login_header {
margin-top: 40px;
width: 165px;
padding-top: 5px;
padding-bottom: 4px;
color: #fff;
display: block;
font-size: 85%;
font-weight: bold;
text-align: center;
background-color: #006600;
}

#login_box {
margin-top: 0px;
margin-left: 3px;
width: 159px;
background-color: #EDEDED;
}

#login_box #inside {
padding: 5px;
font-size: 80%;
color: #006600;
font-weight: bold;
text-align: center;
}


/* valikko */
#top_nav_container {   
	list-style: none;
	margin-left: 0px;
	background-color: #8CC63E;
	width: 960px;
        height:50px;
        padding-left:8px;
}

#top_nav_container ul {
       
	list-style: none;
	font-weight:bold;
        line-height: 1.3;	
	width:100%;
     
}

#top_nav_container li.menu_1{
padding-top:5px;
border-left:2px solid #8CC63E;
border-right:2px solid #8CC63E;
border-bottom:0px solid #000000;
height:35px;
text-transform:uppercase;

}

#top_nav_container li { 
	float: left;
	background-color: #F0F5D7;
        width: 154px;
        border-bottom:1px solid #000000;
        text-align: left;
        min-height:27px;
        text-transform:none;
}

#top_nav_container a {
	display: block;
	text-decoration: none;
	padding: 0.25em;
        color:#000000;
        height:24px;
}

#top_nav_container li ul.list_2 {

        padding-top:5px;     
}

#top_nav_container li ul {
	position: absolute;
	left: -999em;
	height: auto;
        padding-top:0px;
	width: 154px;
	font-weight: normal;
	margin: 0;
       
}

#top_nav_container li li {
	padding-right: 0em;
	width: 100%;
	background-color: #F0F5D7;
	
}

#top_nav_container li ul a {
	
	width: 154px;
        height:auto;
}


#top_nav_container li ul ul {
	margin: -1.80em 0 0 12.8em;
}

#top_nav_container li:hover ul ul, 
#top_nav_container li:hover ul ul ul,
#top_nav_container li:hover ul ul ul ul,
#top_nav_container li.sfhover ul ul,
#top_nav_container li.sfhover ul ul ul, 
#top_nav_container li.sfhover ul ul ul ul {

  left: -999em;
}

#top_nav_container li:hover ul, 
#top_nav_container li li:hover ul,
#top_nav_container li li li:hover ul,
#top_nav_container li li li li:hover ul,
#top_nav_container li.sfhover ul,
#top_nav_container li li.sfhover ul,
#top_nav_container li li li.sfhover ul,
#top_nav_container li li li li.sfhover ul {

  left: auto;
}

#top_nav_container ul li:hover,
#top_nav_container ul li.sfhover {
  background: #C4FFCA;
}

@page { size:landscape; }
