﻿/* =================================================================
 *    Title: top_banner.css
 *  Created: 7/20/2008 (J. Lowe)
 *  Purpose: Provide CSS Styles for the master page.
 * Comments:
 * =================================================================
*/
	body {
		background-color:transparent;
		margin: 1% 2% 1% 2%;
	}
	.menuStatic 
	{
		text-align:right;
		/* border-bottom:1px solid #3A6677; */
		/* width:700px; */
		/* background-color:Yellow; */
    }
    .menuDynamic {
		background-image:none;
    }
    .cmnMenu {
        font-family:Arial;
        font-weight:bold;
        font-size:.85em;
        color:white;        
    }
    .mnuMain 
    {
		margin:0 auto;
		z-index:3;
		/* border-bottom:1px solid #3A6677;	 */
    }
    .zFix
    {
		z-index:100;	
    }

    .staticMenuItem {
        text-align:center;
        font-family: "Times New Roman", Times, serif;
        font-weight:bold; 
        font-size:11pt;
        /* font-style:italic; */
       /*  border-bottom:1px solid #3A6677; */
        text-transform: uppercase;
        color:#3A6677;  /* Light Blue */
    }
    .dynamicMenuItem {
        text-align:left;
        font-family:'Trebuchet MS',Arial,Verdana;
        font-weight:bold;
        font-size:9pt;
        color:Black;
        /* text-transform: uppercase; */
    }
    .statHover {
       /*  background-image:url("../_images/white_bar.gif"); */
    }
    .dynaHover {
        /* background-image:url("../_images/white_bar.gif"); */
    }
    .clbcLogo {
		position:static;
		background-color:yellow;
		width:100%;

    }
    .clbcMenu {
		position:static;
		width:975px;
		/* height:18px;*/
		
		/* border-bottom:1px solid #3A6677; */
		/* background-color:yellow; */
		
		/* background-color:#B3D0F8;  */
		/* margin:0% 5% 0% 5%; */
		/* background: #DDD6B9 url("../_images/blue_bar1.jpg") top left no-repeat; */
		
		/* background: #B3D0F8 url("../_images/blue_bar1.jpg") top left no-repeat; */
    }
    .clbcContent {
		position:static; 
		background-color:green;
		text-align:left;
		width:950px;
		/* margin: 0% 5% 0% 5%; */
	}
		 /*<StaticSelectedStyle BackColor="#FFCC66" /> */