/* Start of CMSMS style sheet 'sciia_layout_css' */
/*****************
Main Elements
*****************/

body {
/*   background-color: #F0F0F0;*/
   background: #F0F0F0 url(bg1.png) left repeat-y;
   color: #000;
   margin:0em; /* gives some air for the pagewrapper */
   text-align: left; 
   font-family: sans-serif ;
   font-size: 100.01%;
   line-height: 1.1em;
}



.clear { clear:both }


div#head {
  border: 0.1em solid #666666; 
  position: absolute;
  left: 0.0em;
  top: 0.0em;
  width: 61.20em;
  height: 10.42em;
  z-index:10;
  background-color: #FFFEE5; 
}


div#headshadow {
/*  border: 1px solid red; */
  position: absolute;
  left: 0.0em;
  top: 0.0em;
  width: 61.72em;
  height: 10.94em;
  z-index:3;
  opacity: 0.6;
  background-color: #CCCCCC; 
}


div#sidebar {
/*  border: 1px solid red; */
  position: absolute;
  left: 1.30em;
  top: 0.0em;
  width: 9.11em;
/*  min-height: 38.00em; */
  height: 100.01%; 
  z-index:7;

/*  background-color: #FFFF99; */
}


div#sidebarshadow {
  padding: 0;
  margin: 0;
/*  border: 1px solid red; */
  position: absolute;
  left: 20px;
  top: 0px;
  width: 150px;
  height: 175px;
  z-index:8;
  background-color: #B8BA58;
}


div#content {
/* border: 1px solid red;*/
  position: absolute;
  left: 11.20em;
  top: 11.20em;
  width: 49.00em;
  z-index:2;
 padding: 0.10em;
  background-color: transparent;
}

div#content_wide {
/* border: 1px solid red; */
  position: absolute;
  left: 1.30em;
  top: 11.20em;
  width: 58.64em;
  z-index:12;
 padding: 0.10em;
  background-color: transparent;
}


/*****************
Element 2nd level
*****************/

div#logo {
/*  border: 1px solid red; */
  position: absolute;
  left: 1.30em;
  top: 0.78em;
  width: 9.11em;
  height: 7.81em;
  z-index:21;  
  text-align: center;
  background-color: transparent;
}

div#menu {
/*  border: 1px solid red; */
  position: absolute;
  left: 10.94em;
  top: 0.78em;
  width: 38.65em;
  height: 7.81em;
  z-index:23;
  background-color: transparent;
}
.menu1 {
  font-size: 1.0em;
  color: #222;
  font-weight: bold; 
  font-family: "Courier New", courier, monospace;
  line-height : 1.10em;
  padding: 0.1em 0 0 0.1em;
}

.menu2 {
  font-size: 0.9em; 
  font-family: "Courier New", Courier, monospace;
/*  font-weight: bold; */
  color: #222;
  line-height : 0.90em;
  padding: 0.1em 0 0.1em 0.5em;
}


div#menu a:link {
/*   font-weight: bold; */
   text-decoration: none;
   background-color: inherit; 
  color: #222; 
}
div#menu a:visited {
/*   font-weight: bold; */
   text-decoration: none;
   background-color: inherit; 
  color: #222; 
}

div#menu a:hover {
   text-decoration: underline;
   font-weight: bold;
   background-color: #FFFEE5;
   color: #666; 
}
div#menu a:active {
   font-weight: bold;
   text-decoration:underline;
   background-color: #FFFEE5;
   color: #666;                
}


div#headphoto {
/*  border: 1px solid red; */
  position: absolute;
  left: 50.08em;
  top: 0.13em;
  width: 10.16em;
  height: 10.16em;
  z-index:26;
  background-color: transparent;
  display:block; 
  text-decoration:none;
  padding: 0;
/* border-style:outset;  */
}

div#headphoto2 {
   width: 10.16em;
   height: 10.16em;
   padding: 0;
   margin: 0;
   text-decoration:none;
   display: table-cell; 
   vertical-align: middle; 
   text-align:  center;
}

div#headphoto2 img {
	width:auto;   
        height: auto;  
	padding:0;           
        margin: 0;
       border:0.40em solid #fff; 
}

div#sidebarcontent {
/*  border: 1px solid red; */
  position: absolute;
  left: 1.20em;
  top: 11.20em;
  width: 9.70em;
  z-index:13;
  background-color: transparent; 
}
div#sidebarcontent ul {
   color:#000;
   font-size: 1.0em;
   list-style-type: none;
   list-style-position: outside;
   margin: 0.5em 0.2em 0.2em 0.5em;
}
div#sidebarcontent li {
   line-height: 1.1em;
   margin: 0.8em 0.0em 0.8em 0em;
}

div#sidebarcontent li a {
  color:#000;
}

div#sidebarcontent li ul {
   list-style-type: none;
   list-style-position: outside;
   margin: 0.3em 0.0em 0em 0.2em;
}
div#sidebarcontent li li {
  color:#000;
   font-size: 0.90em; 
   line-height: 1.1em;
   margin: 0.3em 0.0em 0.8em 0.2em;
}



.sectionheader {
   font-weight: bold; 
   font-size: 1.0em;
/*   font-variant: small-caps; */
   line-height: 1.2em;
   color: #333;
 /*  border-bottom: 0.1em solid #666666; */

}

/* Print Icon */
.sciia-print {
  float: right;
  text-align: right;
}

/* End of 'sciia_layout_css' */

