/*
	Header elements, everything above the body section
----------------------------------------------------------- */
body {
	font-size: 13px;
	font-family: Arial,Helvetica,sans-serif;
}

h1 {
	color: #b5111b;
	font: bold 1.2em/1.4em "Lucida Grande", Lucida, Arial, Verdana, sans-serif;
}

h2 {
	color: #555;
	font: bold 1.2em/1.3em "Lucida Grande", Lucida, Arial, Verdana, sans-serif;
}

h3 {
	color: #777;
	font: 1.1em/1.4em "Lucida Grande", Lucida, Arial, Verdana, sans-serif;
}

h4 {
	color: #555;
	font: 1.0em/1.3em "Lucida Grande", Lucida, Arial, Verdana, sans-serif;
	border-top: 1px dashed #ccc;
}

a, a:active, a:visited {
	color:#0054a6;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

/*
	Left Menu
----------------------------------------------------------- */

#l_menu a
{
	color: #555555;             /* dark grey text */
    background-color: #BCBCB4;  /* grey bground */
	text-decoration: none;
	display: block;
	padding-top: 4px;
	padding-left: 9px;
	padding-bottom: 4px;
	width: 151px;
}

#sub_l_menu a
{
  display: block;
  padding-left: 0px;
  margin-left: 15px;
  width: auto;
}

#sub2_l_menu a
{
  display: block;
  font-size: 85%;
  padding-left: 5px;
  margin-left: 20px;
  width: auto;
}

#l_menu li.dotted
{
	background-image: url(../images/menu_divider.gif);
	background-repeat: no-repeat;
  background-position: left center;
}

#l_menu a, #l_menu a:visited
{
  color: #555555;           /* dark grey text */
  text-decoration: none;
}

#sub_l_menu a, #sub_l_menu a:visited, #sub2_l_menu a, #sub2_l_menu a:visited
{
  color: #0054a6;       /* blue text */
  text-decoration: none;
}

#l_menu a:hover, #l_menu a#current:hover
{
	background-color: #CCCCCC;   /* light grey bground */
	text-decoration: none;
	margin-left: 0px;
	padding-left: 9px;
	padding-right: 5px;
	width: auto;
	border-right: 5px solid #666666;
}

#sub_l_menu a:hover, #sub_l_menu a#subcurrent:hover
{
	color: #8B2C33;       /* red text */
	background-color: transparent;
	padding-left: 15px;
	border: 0;
/*    margin-left: 15px; */
	width: auto;
}

#sub2_l_menu a:hover, #sub2_l_menu a#subcurrent:hover
{
	color: #8B2C33;       /* red text */
	background-color: transparent;
	padding-left: 5px;
    margin-left: 20px; 
	width: auto;
	border: 0;
}

a#current, a:visited#current
{
  background: #CCCCCC;    /* light grey bground */
  color:  #555555;        /* dark grey text */
  text-decoration: none;
	width: auto;
  border-right: 5px solid #666666;
}

a#subcurrent , a:visited#subcurrent {
  color: #8B2C33;          /* red text */
  text-decoration: none;
}

/*
	Right Menu
----------------------------------------------------------- */

ul.r_menu {
	list-style: none;
}

ul.r_menu {
	margin-left: 0px;
	padding-left: 5px;
	margin-top: 12px;
}

ul.r_menu li {
	display: block;
	position: relative;
	padding: 0 0 2px 0;
}

ul.r_menu li a {
	color: #555555;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 3px;
	width: 151px;
}

ul.r_menu li.title {
	color: #FFFFFF;
	font: 12px "Lucida Grande", Lucida, Arial, Verdana, sans-serif;
	text-transform: uppercase;
	background-color: #CB5A60;
	display: block;
	margin-left: -5px;
	padding: 3px 0 3px 10px;
	width: auto;
}

ul.r_menu li.current {
	color: #8B2C33;
}

ul.r_menu ul li.current {
	background-image: None;
}

ul.r_menu li {
	margin-left: 10px;
}

ul.r_menu ul {
	width: 150px;
	padding: 0 0 0 0px;
	margin: 0;
	list-style-type: none;
}

ul.r_menu ul li {
	display: block;
	padding: 0;
	margin: 0;
}

ul.r_menu ul li a {
	color: #0054A6;
	padding-right: 10px;
	width: auto;
}

ul.r_menu li a:hover {
	background-color: #CCCCCC;
	text-decoration: none;
	margin-left: -15px;
	padding-left: 10px;
	width: auto;
	border-left: 5px solid #666666;
}
ul.r_menu ul li a:hover {
	background-color: transparent;
	border: 0;
	margin-left: -10px;
	padding-left: 5px;
	color: #8B2C33;
	width: auto;
}

/*
	Footer. Bottom section of the page, copyright, TOU, Sitemap and related links
----------------------------------------------------------- */

#footer {
	background-color: rgb(187,187,187);
	font-size: 0.85em;
}

#footer a {
	text-decoration: none;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: underline;
}

/* Admin CSS */

.node_options, .handle, .sub_handle {
	position: absolute;
	right: 2em;
	top: 0;
	margin: 0 !important;
	padding: 0 !important;
}
.node_options img {
	padding: 5px 0 0 0;
	border: 0;
}

.handle, .sub_handle {
	top: 3px;
	right: 0;
}
ul.easc_menu li a.node_options:hover {
	background-color: transparent;
	text-decoration: none;
	margin: 0;
	padding: 4px 0 3px 0;
	width: auto;
	border: 0;
	top: 0;
}

h1 {
	margin: 0.5em 0 0.5em 0;
	font-size: 2em;
}
