
	
	/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */
	
	/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
	
			/*End of styles for the edit box*/
	
	/*******************************************************************************
	
	BROWSER HACKS: the hacks below should not be changed unless you are an expert
	
	*******************************************************************************/
	
	/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
	ul.MenuBarHorizontal iframe
	{
		position: absolute;
		z-index: 1010;
	}
	/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
	@media screen, projection
	{
		ul.MenuBarHorizontal li.MenuBarItemIE
		{
			display: inline;
			float: left;
			background-color: #FFF;
		}
	}
	
	

.last {
    margin-right:0;
	padding-right:0;
}
.last-item {
	float: right;
}

.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
	display: block;
	border-bottom: 1px solid #2695FF;
}
/* End hide from IE-mac */
.item-list .title {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
}
.item-list ul {
  margin: 0 0 0.75em 0;
  padding: 0;
}
.item-list ul li {
	margin: 0 0 0.25em 1.5em; /* LTR */
	padding: 0;
	list-style: disc;
	color: #004080;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.item-list ul li a {
	color: #004080;
}
.item-list ul li a:hover {
	color: #2F99FF;
}
.jump-alpha a {
	color: #004080;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.jump-alpha a:hover {
	color: #2F99FF;
}

div.span-1, div.span-6 {
    float:left;
	margin-right:10px;
}


.section a.last-item {
	color: #666;
	font-size: .8em;
}
.span-1 {width:30px;}
.span-6 {width:230px;}

.prepend-16 {
    padding-left:640px;
}