/* Start of CMSMS style sheet 'homestyle' */
html, body{ background-image: url(images/back.jpg);
background-position:center;
 margin:0; 
 padding:0; 
 text-align:center; 
 font-family: "Franklin Gothic Medium";
 font-size: 12px;
} 
 
#pagewidth{ 
 width:800px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  

} 

#nol ul { list-style-type: none;
background: #F9BBA4; 
}


#header{
 z-index:0;
 position:relative; 
 height:355px; 
  background-color:#060000; 
 width:100%;
} 

div.breadcrumbs {
   padding: 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;        /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0 1em;        /* css shorthand rule will be opened to be "0 1em 0 1em" */
   border-bottom: 1px dotted #000;
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 } 

#menu{ z-index:1;
margin-left:0px;
 width: 799px;
border-bottom: 1px dotted #000000;
 }



#nav {	z-index:1;
		margin-left:5px;
                         margin-right:5px;
		position:absolute;
		width: 800px;
		margin-top: 9px;}


		
img.left { float: left;
			margin-left: 5px;
			text-align:center;}
#qnav { float: right;
margin-right: 5px;}

input{
border:none !important;
color:white !important;
background-color:black !important;
font-family:Franklin Gothic Medium !important;
font-size:9pt !important;
vertical-align: middle; }

a.tree { z-index:1;
		position:absolute;
		float:right;
                         margin-right: 5px;		
                         margin-top: 200px;}

			
#copy {position:relative;
width: 800px;
color:#FFFFFF;
		background-color:#000000;}

#maincol {background-image: url(images/backgr.jpg);
background-repeat:no-repeat;
background-color:#FCDFD1;
border-right: dotted 1px black;
border-left: dotted 1px black;
height: 100%;
position: relative; 
  }
#mainright a:link {
color: #2A98FE;
text-decoration: none;


}

#mainright a:hover {
background: #F9BBA4;
color: #000000;
border: dotted 1px black;
text-decoration: none;



}


#mainright a:visited{
color: #2A98FE;
text-decoration: none;
}

#mainright { z-index:0;
position:relative;
		
		
		width:380px;
		float:right;
		border-left: 1px dotted black;
                        

		}

	
	#maincenter { z-index:0;
		position:relative;
		width:215px;
		float:left;
		
height: 320px;



		}
	
	#mainleft {z-index:0;
		position:relative;
		width:200px;
		float:left;
                	padding-bottom:0px;

height: 320px;


	
				}
	

			
	h1 {
		font-size:14px;
		padding-top:10px;
		}
	
	#text  { 
                                margin-right: 10px;
                                  }
	
ul#list {

display: block;
list-style:none;
color: #000000;
text-decoration: none;
border-bottom: 1px dotted black;
}

ul ul#list  {

display: block;
list-style:none;
color: #000000;
text-decoration: none;
border-bottom: 1px dotted black;
}

#list  a {
color: #000000;
display: block; 
text-decoration: none;
padding-bottom:5px;
list-style:none;
border-bottom: 1px dotted black;

}

#list a:hover {
background: #F9BBA4;
color: #000000;
display: block; 
text-decoration: none;
padding-bottom:5px;
border-bottom: 1px dotted black;

}

#list a:visited{
color: #000000;
display: block; 
text-decoration: none;
padding-bottom:5px;
border-bottom: 1px dotted black;

}

#footer {
position: relative;
clear: both;
margin: 0 auto;
padding: 2px 0 2px 0;
width: 800px;
text-align: center;
background: #000000;
color: #ffffff;
font-size: 0.9em;
}

 
 /* *** Float containers fix: */

.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


/* End of 'homestyle' */

/* Start of CMSMS style sheet 'multilang' */
/* Language selector */
div#lang{
  float: right;
  margin: 5px;
}
/* End of 'multilang' */

/* Start of CMSMS style sheet 'horizontal menu' */
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

#menu_vert {
   margin-left: 1px;
   margin-right: 1px;
z-index:10;
}

/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper { 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 
      border-left: 5px solid #000000;
z-index:10;
   width: 100%;
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li { 
   width: 100px; color: #ffffff;
z-index:10;
}

#primary-nav li li { 
   width: 200px; color: #ffffff;
}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
z-index:10;
}
#primary-nav ul { 
   position: absolute; 
   top: auto; 
   display: none; 
background-color: #cccccc;
color: #000000;
z-index:10;
}
#primary-nav ul ul { 
   margin-top: 1px;
   margin-left: -1px;
   left: 100%; 
   top: auto; 
}
	
#primary-nav li { 
   margin-left: -1px;
   float: left; 
display:block;
}
#primary-nav li li { 
   margin-left: 0px;
   margin-top: -1px;
   float: none; 
   position: relative; 
z-index:10;
}

/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   display: block; 
   margin: 0px; 
   padding: 5px 10px; 
   text-decoration: none; 
   color: #000000;
z-index:10;
}
#primary-nav a:hover { 
   display: block; 
   margin: 0px; 
   padding: 5px 10px; 
   text-decoration: none; 
   color: #000000; 
font-style:italic;}

#primary-nav li a { 
      border-left: 3px solid #000000;

}
#primary-nav li li a { 
   border-left: 1px solid #000000;
border-bottom: 1px dotted #000000;
border-top: 1px dotted #000000;
z-index:10;
}	
#primary-nav li, #primary-nav li.menuparent { 
color: #ffffff;
z-index:10;
   
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
background: #000000;
color: #ffffff;
  
 z-index:10;
}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent, 
#primary-nav ul li.menuparent:hover, 
#primary-nav ul li.menuparenth { 
/* arrow for menuparents */
   z-index:10;
   background-position: center right; 
   background-repeat: no-repeat; 

}


/* Styling the apperance of menu items on hover */

#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
  display: block; background-color: #cccccc;
z-index:10;

}
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none; 
z-index:10;

}
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block;
z-index:10;
}


/* IE Hacks */
#primary-nav li li { 
   float: left; 
   clear: both; 
}
#primary-nav li li a { 
   height: 1%; 
}
/* End of 'horizontal menu' */

