/*Cumulus stylesheet layout.css CSS file*/

body {
text-align:center;
margin:0 0 0 0;
padding:0 0 0 0;
height:100%;
background:url("../images/tausta.gif") left top;
}
#wrap{
width:750px;
height:100%;
height: auto;
margin:0 auto; /*center hack*/
position: relative;
background: #e2e2e2 url("../images/background.gif") left top repeat-y;
}

.spacer {
margin-bottom: 10px;
}

/*navigation rules */
/*menus mainlevel and sublevel*/
#mainlevel ul{
height:26px;
width:100%;
display: inline;
}
.mainlevel li{
	float: left;
	border: 0px solid #ffffff;
	width: 100%;
	display: inline;
	list-style-type: none;
}
/*navigation rules */
#mainlevel-sub li{
	border: 0px solid #ffffff;
	display: inline;
	list-style-type: none;
}
/*toplevel active link (some of its sub pages are currently being viewed, not page itself)*/
.mainlevel_active {
color:#ff9900;
text-decoration:none;
font-weight:bold;
}
.content_margins {
padding: 0 10px 0 10px;
}
/* HEADER (top, top_links)*/
#header{
width:750px;
}
#top{
background:url("../images/top.jpg") no-repeat left top;
width:720px;
height:119px;
margin:0 auto; /*center hack*/
position:relative;
display: block;
}
#top_links{
background:url("../images/menu_background.gif") left top;
width:720px;
height:26px;
text-align:left;
margin:0 auto; /*center hack*/
}
#sub_links{
color:#FFFFFF;
background: #66ccff repeat-x left top;
width:720px;
height:22px;
text-align:left;
border-bottom: thin solid #000000;
margin:0 auto; /*center hack*/
padding-top:3px;
}
/*sublinks module right 10px */
.moduletable-sub {
margin-left:10px;
}

/* MAIN BODY (content)*/
#main-body{
width:650px;
margin:0 0px 0 80px;
}

#pathway {
float:left;
visibility:hidden;
}
#content{
clear:both;
float:left;
width:100%;
text-align:left;
margin:0 0px 3em 0px;
}
#content img {
margin: 0 0 0 0;
}
#desc_text {
float:left;
}
#right {
float:right;
}

/* FOOTER */
#footer{
clear:both;
text-align:center;
color:#999999;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin: auto;
margin-right:30px;
padding-top:15px;
border-top: thin solid #cccccc;
height:100%;
}
#admin{
width:620px;
text-align:center;
}
#admin ul{
width:620px;
text-align:right;
}
#admin a {
color:#999999;
text-decoration:none;	
}
#admin a:hover {
color:#000000;
text-decoration:none;	
}
ul#mainlevel_user li{
margin: 0 0 0 10px;
}
#bg_footer{
width:100%;
height:20px;
background:url("../images/footer.jpg") no-repeat left bottom;
}