/***** HEADER LAYOUT *****/

#header_layout
{
	width : 100% ;
	height : auto ;
	border-collapse : collapse ;
	border-style : none ;
	background-color : Transparent ;
}

#header_layout td
{
	border-style : none ;
	border-width : 0px ;
	padding : 0 0 0 0 ;
}

/***** HEADER IMAGE *****/

#header_image
{
	border-style : none ;
	/*background : #004000 url(images/header_background_green.jpg) top left ;*/
   background : #000040 url(images/header_background_blue.jpg) top left ;
	width : 100% ;
	height : 128px ;
}

/***** HEADER NAV MENU *****/

#header_menu_container
{
 /*width:786px;*/
 width:100%;
 padding:2px 0;
 border:0px solid black;
 /*background:#008000 url(images/grad_green_small.gif) repeat-x top left;*/
 background:#000080 url(images/grad_blue_small.gif) repeat-x top left;
 margin:0px 0px 0px 0px;
}

#header_menu_list
{
 /*display:table;*/
 /*display:inline-block;*/
 padding:0;
 margin:0 auto;
 list-style:none;
 white-space:nowrap;
}

#header_menu_list li
{
 /*display:table-cell;*/
 float:left; /* REQUIRED for IE compatibility! */
 margin:0;
 padding:0;
}

#header_menu_list li a
{
 float:left;
 font-family:arial;
 font-size:0.8em;

 height:1.6em;
 line-height:1.6em;
 
 letter-spacing:1px; 
 padding:0 1em;

 
 text-decoration:none;
 color:#ffffff;
 
 /*background:#008000 url(images/grad_green_small.gif) repeat-x top left; */
 background:#000080 url(images/grad_blue_small.gif) repeat-x top left; 
 border-right:1px solid black;
 border-left:1px solid gray;
}

#header_menu_list li a:hover, #header_menu_list li a.current
{
 /*background:#009000;*/
 background:#000090;
 color:#ffffff;
 text-decoration:underline;
}


div.extra_nav_item_right
{
 height : 100% ;
 vertical-align : middle ;

 float : right ;
 font-family:arial;
 font-size:0.8em;

 height:1.6em;
 line-height:1.6em;
 
 color : white ;
 font-weight : bold ;
}

div.extra_nav_item_right a
{
 color : white ;
}

/***** FOOTER LAYOUT *****/

#footer
{
	width : 100% ;
	height : auto ;
   /*background:#008000 url(images/grad_green_small.gif) repeat-x top left;*/
   background:#000080 url(images/grad_blue_small.gif) repeat-x top left;
	color : #cccccc ;
	text-align : center ;
	font-family : sans-serif ;
	font-size : 12px ;
	font-weight : bold ;
}
