
A
{
	TEXT-DECORATION: underline;
} 

A:hover {TEXT-DECORATION: none}

BODY
{ 
scrollbar-3d-light-color: #C2CCD2;
scrollbar-arrow-color: #FCB713;
scrollbar-base-color: #9c9c9c;
scrollbar-dark-shadow-color: #000000;
scrollbar-face-color: #998F7A;
scrollbar-highlight-color: #A9A9A9;
scrollbar-shadow-color: #39425A;
font-family:arial, helvetica;
}

body.mceContentBody
{
	font-size: 9pt;
}

.sh_sub_header
{
	font-weight: bold;
	font-size: 11pt;
}

.sh_red_color
{
	color: #DF0000;
}

.placer
{
	margin-left: auto;
	margin-right: auto;
	/*
	background-color: black;
	*/
	width: 720px;
	height: 20px;
	position: relative;
}

.menu_background
{
	position: absolute;
}


/* From http://www.queness.com/post/1047/easy-to-style-jquery-drop-down-menu-tutorial */
.masthead_menu {
    margin:0; 
    padding:0; 
    list-style:none;
    
    position: absolute;
    
    right: 5px;
    top: 50px;
    
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    z-index: 6000;
}   
     
    /* make the LI display inline */
    /* it's position relative so that position absolute */
    /* can be used in submenu */
    .masthead_menu li {
        float:left; 
        display:block; 
       
       /*
				width:150px;
 			*/

				/*
        background: #C6BDA0;
 				*/
 
        position:relative;
        z-index:5000; 
        margin:0 0px;
        
    }
         
    /* this is the parent menu */
    .masthead_menu li a {
        display:block; 
        padding: 2px 5px 2px 5px; 
        font-weight:700;  
        height:14px; 
        text-decoration:none;  
        text-align:left; 
        color:#333333;
    }
 
    .masthead_menu li a:hover {
        color: red;
        background-color: white;
    }
     
     
        /* submenu, it's hidden by default */
        .masthead_menu ul {
        
            position:absolute;
            left:0; 
            display:none; 
            margin:0 0 0 0px; 
            padding:0; 
            list-style:none;
            z-index: 4000;
            background: #ffffff;
            border-top-width: 0px;
            border-right-width: 1px;
            border-bottom-width: 1px;
            border-left-width: 1px;
            border-color: black;
            border-style: solid;
        }
         
        .masthead_menu ul li {
        
        	/*
          width:150px;
					*/  
            
						padding: 1px;
            float:left; 
            border-style: solid;
            border-color: black;
            border-left-width: 0px;
            border-right-width: 0px;
            border-top-width: 1px;
            border-bottom-width: 0px;
            background: #ffffff;
        }
         
        .masthead_menu ul li.menu_wide
        {
        	
        }
         
        /* display block will make the link fill the whole area of LI */
        .masthead_menu ul a {
            display:block;
						/*  
            height:30px;
            */
            padding: 0px 0px; 
            color: black;
        }
         
        .masthead_menu ul a:hover {
            text-decoration:none;
						color: red;  
        }
        
        .overview_item
        {
        	width: 130px;
        }
        
        .services_item
        {
        	width: 194px;
        }
        
        .team_item
        {
        	width: 72px;
        }
 
/* fix ie6 small issue */
/* we should always avoid using hack like this */
/* should put it into separate file : ) */
*html .masthead_menu ul {
    margin:0 0 0 -2px;
}



