/* Start of CMSMS style sheet 'qichef-inner' */
/*  stylesheet for the secondary pages    */

/* left-aligned wrapper, min max width */
div#pagewrapper {
   border: none;
   margin: 0;       /* this centers wrapper */
   min-width: 700px;
   max-width: 1200px;
   width:expression(document.body.clientWidth < 700? "700px" : document.body.clientWidth > 1200? "1200px" : "auto");
   color: black;
position:absolute;
}

/*** header ***
we will hide text and replace it with a image
we need to assign a height for it so that the image wont cut off
*/
div#header {
height:100%;
left:0pt;
position:absolute;
top:0pt;
width:100%;
}
#header p {
margin: 0;
padding:0;
}



 div#content {
margin:216px auto 2em 0pt;
position:relative;
}


div#main {
   margin-left: 21%; 
   margin-right: 0;
   position:relative;
height:1%;
}

div#sidebar {
display:inline;
float:left;
left:0px;
margin-left:10pt;
position:relative;
top:50px;
width:16%;
}
div#lcol {
float:left;
height:100%;
overflow:auto;
width:45%;
background-color:white;
}
div#rcol {
display:inline;
float:left;
width: 335px;
   
}
div#< /> {
   z-index:5;
   left:780px;
   top:750px;
}
#title-menu input:hover {
border-left: 3px #5c293b;
}
#title-menu input {
border-left: 3px transparent solid;
}


div#footer {
   clear: both;       /* keep footer below content and menu */
   color: #5c293b;
   position:relative;
   top:60px;
}

div#footer p {
   font-size: 0.8em;
   padding: 1.5em;       /* some air for footer */
   text-align: center;  /* centered text */
   margin: 0;
}

div#footer p a {
   color: #fff000; /* needed because footer link would be same color as background otherwise */
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted black;
   margin: 1em;
}

/* relational links under content */
div.left49 {
  width: 49%; /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}



/* position for the search box */
div#search {
   float: right;
   width: 23em;    /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}

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; 
 } 
/* End of 'qichef-inner' */

