
/****
.container 		{  }

a 				{ color: #00487D; }
a:hover			{ color: #7B0F0F; }
****/

/*-----------------------------------------------------------------------------
	Header
	Add a graphic logo, using the following CSS
-----------------------------------------------------------------------------*/


/****
#header {
	background: url('../images/logo.gif') 50px 17px no-repeat;
	height: 89px;
}

#header h1		 { display: none;  }
#header .description { display: none; }
****/

/*-----------------------------------------------------------------------------
	Navigation Colors
	Customize the navbar with this CSS
-----------------------------------------------------------------------------*/


/*** #nav, #subnav	{ background: #d0c56c; }
background brown a66322 , hover 88511c

 ***/

#nav, #subnav      { background: #5c5d5e; }
#header .description {
        padding-left: 50px;
        font-size: 1.4em;
        margin: 0;
        line-height: 1em;
}

#nav li.current_page_item a,
#nav li a:hover 	{ background: #47494b; color: #FFF;}

#nav li a,
#subnav li a 	{ color: #F2FFDF; }

#nav li.current_page_item a,
#subnav li.current_page_item a,
#subnav li a:hover 	{ color: #F2FFDF; }

