@charset "UTF-8";

/* 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: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
	font-weight: bold;
}



/* 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
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 89px;
	float: left;
}

ul.MenuBarHorizontal li a
{
text-align:center;

	
}
/* 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 -40px;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8.3em;
	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;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 225px;
	background-color: #990000;
	border-color: #990000;
	background-repeat: repeat;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: 0 0 0 100%;
}
/* 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: auto;
	top: 0;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding: 0.2em 0 .4em 0;
	color: #fcf8d7;
	text-decoration: none;
	background-color: #990000;
	font-size: 7pt;
	
}

ul.MenuBarHorizontal li ul li a
{
	text-align:left;
	margin: 0 0 0 0;
	padding: .4em 0 .4em 4px;
	
	
}



/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #990000;
	color: #FFF;
}

ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	color: #0cf;
}

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

 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%;
}
/* 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-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 80% 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: 99% 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 ul a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 93% 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;
	}
}
.BodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	text-align: left;
}
.BodyTextCentre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
	font-weight: bold;
}
.BodyTextSm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 11pt;
	margin-left: 8px;
}
.BodyTextSmMarg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	line-height: 10pt;
}
.BodyTextSmMarg2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	line-height: 10pt;
	padding-left: 10px;
}


.SideText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	line-height: 12px;
	color: #660000;
	text-align: left;
}
.SideTextQuote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	line-height: 14px;
	color: #660000;
	text-align: left;
	font-style: italic;
	padding-left: 8px;
	letter-spacing: 1px;
}

.TitleHeader1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	background-repeat: no-repeat;
	color: #660202;
}
.SideheaderTop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	color: #FFF;
	line-height: 12px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-transform: capitalize;
	display: block;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 4px;
	margin-right: 8px;
	background-image: url(../images/sidebackerBr.jpg);
}
h1 {
	font-size: 9px;
	color: #186171;
	line-height: 2px;
	background-position: 1px;
	margin: 0px;
	padding: 0px;
	top: 1px;
}
.centre {
	text-align: center;

}

.margin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.marginnotop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}




.LineSpacer {
	line-height: 20px;
}
.Linker {
	color: #990000;
	text-decoration: none;
}
.captionpic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	text-align: center;
}
.captionpicLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: #990000;
	text-align: center;
}
.Tealbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 24px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #33329A;
	text-indent: 10px;
	padding-top: 3pt;
	padding-bottom: 3pt;
}
.whiteBold {
	color: #FFF;
	padding-left: 4px;
	font-weight: bold;
}
.beigeBk {color: #D5B072
}
.style4 {	color: #D5B072
}
.SideTextRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	line-height: 9px;
	color: #660000;
	margin-right: 10px;
	margin-left: 20px;
}

.Orangebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/backerOrange.jpg);
	font-weight: bold;
	font-size: 11px;
}
.OrangebarSm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	color: #600;
	background-image: url(../images/backerOrange.jpg);
	padding-top: 2px;
	padding-bottom: 4px;
	line-height: 16px;
	padding-left: 8px;
	margin-right: 8px;
	margin-top: 12px;
}
.OrangebarTopper {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000;
	text-indent: 10pt;
	background-image: url(../images/backerOrange.jpg);
	padding-top: 2px;
	padding-bottom: 4px;
	margin-right: 8px;
	line-height: 16px;
}
.Orangeheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	color: #000;
	line-height: 12px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-transform: capitalize;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	background-image: url(../images/backerOrange.jpg);
	text-indent: 10pt;
	text-align: center;
}
.Orangebacker {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8.5pt;
	line-height: 12px;
	background-image: url(../images/backerOrange.jpg);
	margin-left: 10px;
	padding-top: 2px;
	padding-bottom: 4px;
	color: #000;
	font-weight: bold;
}
.OrangeheaderLeft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	color: #000;
	line-height: 12px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-transform: capitalize;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	background-image: url(../images/backerOrange.jpg);
}
.TealbarSide {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	line-height: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #068E6D;
	text-indent: 10px;
}
.attention {
	color: #FFF;
	background-color: #c04229;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 1px;
	padding-left: 8px;
	font-weight: normal;
}
#period {
	color: #CFA563;
}
.beaderstory {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	font-style: normal;
}
.cornerHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	padding-top: 5px;
	line-height: 12pt;
	color: #600;
	text-indent: 0px;
	margin-right: 9px;
	padding-left: 5px;
	background-image: url(../images/cornerbacker.gif);
}
.weaveBack {
	font-weight: bold;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: center;
	background-image: url(../images/weave6.jpg);
	background-repeat: repeat;
}
.SideHeader2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	color: #FFF;
	line-height: 12px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-transform: capitalize;
	display: block;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 4px;
	margin-right: 8px;
	background-image: url(../images/sidebackerBr.jpg);
}
.closeWindow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: #990000;
	margin-right: 10px;
}
.cornerHeadCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	padding-top: 5px;
	line-height: 12pt;
	color: #600;
}
.mediaBack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	background-repeat: no-repeat;
	color: #660202;
	background-position: center;
}
.hometext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	line-height: 14px;
	padding-left: 18px;
	text-align: left;
}
.formback {
	background-image: url(../images/index_06.jpg);
	background-repeat: no-repeat;
}
.splashbackC {
	background-image: url(../images/index1_32.jpg);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8.5pt;
	line-height: 10pt;
}
.productbacker {
	background-image: url(../images/index1_42.jpg);
	background-repeat: no-repeat;
}
.marginright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.Tealbarhigh {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 22px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #068E6D;
	text-indent: 10px;
}
.borders {
	border: thin solid #900;
}
.redRight {
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #900;
}
.goldbacker {
	background-image: url(../images/sidebackerG.jpg);
}
.Sheaside {
	background-image: url(../images/secondA_r5_c2_f4.gif);
	background-repeat: repeat-y;
}
.SheaSideText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	line-height: 12px;
	color: #660000;
	margin-left: 10px;
}
.Sheaback {
	background-image: url(../shea/images/sheaback.gif);
}
