﻿body
{
	margin:50px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* IE5 Fix */
	color: #666665;
	/*margin:0px;*/
	/*padding:9px 0px 28px 0px;*/
	background:url(../02_media/backgrounds/fit_bg_body.gif) 0px 0px repeat-x #FFFFFF;
	height: 100%;
}

#Main_Body
{
	width:900px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* IE5 Fix */
	padding:0px;
	border:0px;
}

a 
{
	color: #336699;
}

a:visited 
{
	color: #336699;
}

a:active 
{
	color: #336699;
}

a:hover 
{
	color: #336699;
	text-decoration: none;
	background-color: transparent;
	border-color: #336699;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;	
}

/* ------------------------------------------------------------------------------------------------- */
/* NAVIGATION MENU */
/* ------------------------------------------------------------------------------------------------- */
.arrowlistmenu
{
	width: 170px; /*width of accordion menu*/
}

/* ---- CSS class for menu headers in general (expanding or not) ---- */
.arrowlistmenu .menuheader
{ 
	font: 13px helvetica;
	font-weight:normal;
	color: #336699;
	/*background: black url(../02_media/nav_menu/menu_bar_unselected.gif) repeat-x center left;*/
	margin-bottom: 5px; /*bottom spacing between header and rest of content*/
	/*text-transform: uppercase;*/
	padding: 5px 5px 5px 5px; /*header text is indented 10px*/
	cursor: pointer;
	text-shadow: 0px 0px 1px #E1E1E1;
	border-bottom: 1px dotted #E9E9E9;
}

/* ---- CSS class to apply to expandable header when it's expanded ---- */
.arrowlistmenu .openheader
{ 
	font-family:Helvetica, sans-serif, Arial;
	font-weight:bold;
	font-size: 13px;
	color: #336699;
	text-shadow: 0px 0px 1px #E1E1E1;
	background-image: url(../02_media/backgrounds_menu/menu_bg.gif);
	/*background-image: url(../02_media/nav_menu/menu_bar_selected.gif);*/
}

/* ---- CSS for UL of each sub menu ---- */
.arrowlistmenu ul
{ 
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li
{
	padding-bottom: 1px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a
{
	font-family:Helvetica, sans-serif, Arial;
	font-size: 12px;
	text-align: left;
	color: #003366;
	/*custom bullet list image*/
	/*background: url(../02_media/arrows/arrow_right_small_blue.gif) no-repeat center left;*/
	display: block;
	padding: 2px 0px;
	padding-left: 4px; /*link text is indented 19px*/
	text-decoration: none;
	border-bottom: 1px solid #E9E9E9;
}

.arrowlistmenu ul li a:visited
{
	color: #003366;
}

/* ---- hover state CSS ---- */
.arrowlistmenu ul li a:hover
{
	/*background-color: #EEF1F2;*/
	background: url(../02_media/backgrounds_menu/theme_bg.png) repeat-x;
}


.arrowlistmenu a:hover
{
	background: url(../02_media/backgrounds_menu/theme_bg.png) repeat-x;
}
/* ------------------------------------------------------------------------------------------------- */
/* NAVIGATION MENU */
/* ------------------------------------------------------------------------------------------------- */

.style1 {
	border-collapse: collapse;
}

.style2 {
	border-width: 0px;
}

.text_shadow_1
{
  letter-spacing:0px;
  text-shadow: 0px 0px 1px #E1E1E1;
}

.text_shadow_2
{
  font-family:Helvetica, sans-serif, Arial;
  letter-spacing:0px;
  /*text-shadow: 0px 0px 1px #8FB5DA;*/
}



