@charset "utf-8";
/* START: Creates the page wrapper for white box with drop shadow */

#wrapper {
	width: 930px;
	margin-right: 10px;
	margin-left: 10px;

}

#pageWrapper {
	width: 950px;
	background-image: url(images/bk_middle.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px auto;
}

#pageWrapperHeader {
	width: 950px;
	height: 12px;
	background-image: url(images/bk_top.jpg);
	background-position: center top;

}

#pageWrapperFooter {
	width: 950px;
	height: 12px;
	background-image: url(images/bk_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;

}

/* END: Creates the page wrapper for white box with drop shadow */

/* ----------------------------------------------------------------------------------------------------------------- */

/* START: Header Styles */

#pageWrapper #wrapper #header {
	width: 930px;
}

#pageWrapper #wrapper #header #logo #emailSubscribe {
	height: 33px;
	width: 300px;
	background-repeat: no-repeat;
	background-position: center left;
	top: 85px;
	left: 600px;
	position: relative;
	text-align: right;
}

#pageWrapper #wrapper #header #menuNavigation {
	height: 34px;
	width: 900px;
	background-image: url(images/nav.jpg);
	margin-right: 15px;
	margin-left: 15px;
	background-repeat: repeat-x;
	background-position: center center;
	line-height: 28px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-style: normal;
	text-decoration: none;

}

#pageWrapper #wrapper #header #logo {
	height: 120px;
	width: 930px;
	background-image: url(images/legendLogo.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 10px;
}

#home
{
	display:none;
}

/* END - Header styles */

/* ----------------------------------------------------------------------------------------------------------------- */

/* START - Main content structure */

#pageWrapper #wrapper #content {
	width: 900px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#pageWrapper #wrapper #content #contentLeft {
	width: 261px;
	border: 1px solid #999999;
	float: left;
	background-image: url(images/quotes.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
}

#pageWrapper #wrapper #content #contentMiddle {
	width: 354px;
	float: left;
	margin-left: 10px;
}

#pageWrapper #wrapper #content #contentRight {
	width: 260px;
	float: right;
	margin-left: 10px;
	line-height: 14px;
}


/* END: Main content structure */

/* ----------------------------------------------------------------------------------------------------------------- */

/* START: Styles for quotes */

#quotes
{
	width:231px;
	margin:20px 15px 0px 15px;
	height: 303px;
}

#quotes .quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 20px;
	font-weight: 300;
	color: #333333;
	text-decoration: none;
}

#quotes .quoter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	color: #666666;
	text-decoration: none;
}

/* END: Styles for quotes */

/* ----------------------------------------------------------------------------------------------------------------- */

/* START: Footer styles */

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
}

#pageWrapper #wrapper #footer {
	height: 70px;
	width: 900px;
	margin: 0px 15px 0px 15px;
}

/* END: Footer styles */

/* ----------------------------------------------------------------------------------------------------------------- */

/* START: Image styles */

.imageFloatRight {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}

.imageFloatLeft {
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
}

/* END: Image styles */

/* ----------------------------------------------------------------------------------------------------------------- */

/* START: News styles */

#pageWrapper #wrapper #content #contentRight #newsHeader
{
	width:260px;
	margin:0px 0px 3px 0px;
	height: 32px;
	background-image: url(images/news.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	line-height: 32px;
}

#pageWrapper #wrapper #content #contentRight #news
{
	width:250px;
	margin:0px 0px 10px 0px;
	background-color:#CCE6FF;
	padding: 10px 5px 18px 5px;
	line-height: 14px;
}

.newsHeader
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FF6600;	
}

#pageWrapper #wrapper #content #contentRight a:link
{
	color:#FF6600;
}

#pageWrapper #wrapper #content #contentRight a:hover
{
	color:#38A3D7;
}

.news
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-style: normal;
	line-height: normal;
}

#pageWrapper #wrapper #content #contentRight #seeAlsoHeader
{
	width:260px;
	margin:0px;
	height: 36px;
	background-image: url(images/seeAlso.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	line-height: 34px;
}

#pageWrapper #wrapper #content #contentRight #seeAlso
{
	width:250px;
	margin:0px 0px 0px 0px;
	background-color:#CCE6FF;
	padding: 10px 5px 28px 5px;
	line-height: 14px;
}

/* END: News styles */

/* ----------------------------------------------------------------------------------------------------------------- */

/* START: Site map style */

#pageWrapper #wrapper #content #siteMap {
	width: 175px;
	background-image: url(images/siteMap.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	padding-left: 15px;
	line-height: 15px;
	z-index: 1;
}

#siteMapTd
{
	width:200px;
}

/* END: Site map styles */

/* ----------------------------------------------------------------------------------------------------------------- */

/* START: Other Document styles */

a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #333333;
}

.normalJustified /* Main Text */
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-weight:normal;
	font-size:10px;
	text-transform: none;
	text-decoration: none;
	font-style: normal;
	line-height: 14px;
	text-align:justify;
}

body {
	background-color: #EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0px 40px 0px;
}

h1 /* Header1 Text */
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FF6600;
	font-weight:normal;
}

h2 /* Header2 Text */
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FF6600;
	font-weight:normal;
}

.normal /* Main Non-justified Text */
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-weight:normal;
	font-size:10px;
	text-transform: none;
	text-decoration: none;
	font-style: normal;
	line-height: 14px;
}

/* END: Document styles */


/* --------------------------------------------------------------------------------------------------
----------------------------------- Styles for Navigation ------------------------------------------*/

/* SpryMenuBarHorizontal.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, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 12px;
	cursor: default;
	width: 900px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* 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: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
	width: auto;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
#pageWrapper #wrapper #header #menuNavigation #MenuBar1 li {
	width: 150px;
}

#pageWrapper #wrapper #header #menuNavigation #MenuBar1 ul li {
	width: 200px;
	
}


/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 20em;

}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: 125px;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #3D9FDC;
	padding: 0px 5px 0px 20px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 1px 0px 0px 0px;
	height: 26px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	color: #FFFFFF;
	background-color: #E77817;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover
{
	color: #FFFFFF;
	background-color: #E77817;
}

ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	color: #FFFFFF;
	background-color: #E77817;
}

/*******************************************************************************

 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.MenuBarHorizontal a.MenuBarItemSubmenu
{
/*	
	background-repeat: no-repeat;
	background-position: 95% 50%;
	background-image: url(SpryAssets/SpryMenuBarDownHover.gif);
*/
}
/* 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.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* 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.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-repeat: no-repeat;
	background-position: 95% 50%;
	background-color: #E77817;
}
/* 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.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
/*
	background-image: url(SpryAssets/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
*/
}

/*******************************************************************************

 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;
		f\loat: left;
		background: #FFF;
	}
}
