@charset "UTF-8";

/* SpryMenuBarVertical.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	font-size: 11px;
	cursor: default;
	width: 182px;
	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-weight: bold;
	color: #ffffff;
	float: left;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1020;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #ffffff;
	background-color: #000000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	font-size: 11px;
	cursor: pointer;
	width: 182px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	overflow: visible;
	position: static;
	list-style-type: none;
	float: left;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	list-style-type: none;
	font-size: 11px;
	z-index: 1020;
	cursor: default;
	width: 182px;
	left: -1000em;
	top: 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #000000;
	padding-top: 1em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 2.2em;
	height: 16px;
	}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #ffffff;
	background-color: #000000;
	font-weight: bold;
	padding-left: 2.2em;
	height: 16px;
	width: 182px;
	padding-top: 1em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 182px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	padding-left:2.2em;
	height: 16px;
	padding-top: 1em;
	padding-right: .5em;
	padding-bottom: .5em;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	height: 16px;
	width: 182px;
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	padding-top: 1em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 2.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	position: absolute;




	padding left: 20px
; 					height: 16px;
	width: 182px;
	visibility: visible;
	
}
/* Menu items are a black block with padding and no text decoration */
ul.MenuBarVertical a
{
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bolder;
	height: 16px;
	width: 160px;
	padding-top: 1em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 2.2em;
	display: block;
}

/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-color: #000000;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	background-image: url(SpryMenuBar3Down.gif);
	background-repeat: no-repeat;
	background-position: 3% 60%;
	text-decoration: none;
	padding-top: 1em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 2.2em;
	height: 16px;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-color: #000000;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	background-image: url(SpryMenuBar3Down.gif);
	background-repeat: no-repeat;
	background-position: 3% 60%;
	text-decoration: none;
	height: 16px;
	width: 160px;
	float: left;
	padding-top: 1em;
	padding-right: .5em;
	padding-bottom: .5em;
	padding-left: 2.2em;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{
	background-image: none;
	background-repeat: no-repeat;
	background-position: 3% 60%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #000000;
	background-color:#000000;
	height: 20px;
	width: 125px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 20px;
	margin: 0px;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBar3Down.gif);
	background-repeat: no-repeat;
	background-position: 3% 50%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #000000;
	}
	/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarVertical ul ul
{
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #000000;
	margin-top: -10%;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 95%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHVertical ul a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBar3Down.gif);
	background-repeat: no-repeat;
	background-position: 3% 50%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #000000;
}
/* 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.MenuBarVertical li.MenuBarItemIE
	{
	display: inline;
	f\loat: left;
	background: #FFF;
	font-family: Arial;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #000000;
	}
}
.addressDiv1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #000000;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 8px;
	letter-spacing: 0.02em;
	width: 190px;
	overflow: hidden;
	position: fixed;
	left: 20;
	top: 600;
	height: 400;
	float: left;
	clear: left;
	}
