/* Start of CMSMS style sheet 'Canary' */
body {
   background-color: #f9f8f5;
   font-size: 10pt;
   font-family: Arial, Helvetica, Sans-Serif;
}

h1
{
   font-size: 16pt;
   font-weight: normal;
   color: #666;
   border-bottom: #f5bc23 1px solid;
   padding-bottom: 5px;
   margin-bottom: 7px;
}

h2, h3
{
   color: #efb006;
   margin-top: 0px;
   font-size: 11pt;
   margin-bottom:0px;
}

h3
{
  font-size:10pt;
}

h4
{
    font-size: 10pt;
    margin: 0px;
    font-weight:bold;
}
p 
{
    margin: 0px 0px 1em 0px;
}
ul
{
   color: cc0000;
   margin:0px;
   padding-left:15pt;
}



#container {
   position:relative;
   width: 800px;
   margin: 0 auto;
  background-color: #fff;
   
}
#top {
   background: #000 url(images/top_right_corner.gif) top right no-repeat;
   width:100%;
   height: 89px;
   position:relative;

}
img#canary_logo
{
   position:absolute;
   top: 10px;
   left: 10px;
}
img#human_resources_consulting
{
   position:absolute;
   bottom: 20px;
   right: 10px;
}
#separator {
   height:3px;
   width: 799px;
   border-color: #f5bc23;
   border-style: none solid;
   border-width: 1px;
}
#main
{
   width: 100%;
   position: relative;
   border-color: #f5bc23;
   border-style: none solid solid none;
   border-width: 1px;
   height: auto;
   overflow: auto;
   background: url(images/left_column.gif) left top repeat-y;
}
#top_menu_area
{
   background: url(images/menu_corner.gif) left top no-repeat;
   position:absolute;
   height: 20px;
   right:0px;
   width:700px;
   top:0px;
}


ul.clearfix
{
   list-style: none;
   margin:0px;
}

ul.clearfix li
{
float:left;
display:block;
padding:0px;
margin:0px;
}

ul.clearfix a
{
   float: left;
   display: block;
   width: 138px;
   height: 26px;
   text-align: center;
   padding-top: 3px;
   background: url(images/tab.png) no-repeat top left;
   margin-right: -5px;
   text-decoration: none;
   color: #000;
   z-index: 10;
}

ul.clearfix a.currentpage, 
ul.clearfix a.activeparent,
ul.clearfix a:hover
{
   background-image: url(images/tab_highlight.png);
   z-index: 100;
}


#leftbar
{
    background: #f5bc23 url(images/corporate_canary.gif) no-repeat 10px 25px;
    float:left;
    width: 100px;
    text-align: center;
    height: auto;
    overflow: auto;
    height:465px;
}
#content
{
   float:left;
   width:auto;
   height: auto;
   overflow: auto none;
   width: 670px;
   padding: 15px;
}

/* End of 'Canary' */

