/* Start of CMSMS style sheet 'sg08_header' */
/*** 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
*/


#sohogymswinter{
margin: 0px 0px 0px 11px; /*top right bottom left*/
}

div#header_text {float: left; width: 650px;}
div#header_text p {margin: 5px 0 0 30px; padding: 0px; color: #004c63; font-size: 380%; width: 600px; text-transform: uppercase; line-height: 1.3em;}

*html div#header_text p {margin: 5px 0 0 30px; padding: 0px; color: #004c63; font-size: 380%; width: 500px; text-transform: uppercase; line-height: 1em;}

div#header {
width: 971px;
    /* adjust according your image size */
   filter:progid:DXImageTransform.Microsoft.Fade(duration=5a);          
}

div#sglogo {
   margin-left: 0px;
   margin-right: 30px;
   padding-top: 0px;
   float: left;
}

div#sglogo img{
   margin-top: 5px;
}

div#sglogo a:hover{
   border-bottom: 0px;
}



/* position for the search box */
div#search {
   font-size: 1.2em;
   margin: 0px 0px 20px 0px;
   padding: 5px 0 0 0;
   color: #4B85C2;
   width: 971px;
   float: left;

}

*html div#search {
   padding: 2px 0 0 0;

}

div#search input#m2searchinput{
   color:#999;
   font-size: 80%;
   vertical-aligment: middle;
   width:161px;
border: none;
height: 18px;
float: left;
margin-right: 5px;

}



div#search table{
  float: right;
} 

div#search td{
   padding-left: 15px;
}

div#search a:hover{
   border-bottom: 0px;
}



div#pageheadline {
   /*visibility: hidden;*/
   filter:progid:DXImageTransform.Microsoft.Fade(duration=5a);   
}


.topline{
  align:right;
}


div#breadcrumbs {
   padding: 0.2em 0 0.2em 15px; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 1em;        /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin-left: 200px; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   margin-right: 2%; /* and some air on the right */

   /*visibility: hidden;*/
   filter:progid:DXImageTransform.Microsoft.Fade(duration=5a);  
   position: absolute;
   margin-left: -999999em;
}

 div#breadcrumbs span.lastitem { 
   font-weight:bold; 
 } 


/* End of 'sg08_header' */