@charset "utf-8";
/* CSS Document */


 @font-face {
    font-family: Eurostile;
    font-style:  normal;
    font-weight: normal;
    src: url(EUROSTI1.eot);
  }
  @font-face {
    font-family: Eurostile;
    font-style:  normal;
    font-weight: 700;
    src: url(EUROSTI0.eot);
  }

@font-face {
	font-family: Eurostile;
	src: url('Eurostile.ttf');
}

body,td,th  {font: 100% Verdana, Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
color: #000000;}


a:link {	text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {	text-decoration: none;	color: #C60;}
a:active {	text-decoration: none;}

IMG {padding:0; margin:0; border:0;}

H1 {
	font-size:21px;
	color:#2E534B;
	font-family:Eurostile, Arial, Verdana, sans-serif;
	font-weight: bold;
	padding:0;
	margin:0;
}
.SmallGreyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}
.SmallOrangeText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#C60;
	text-decoration: underline;
}

H2 {
	font-size:11px;
	color:#CB6533;
	font-family:Verdana, Arial, sans-serif;
	font-weight: bold;
	padding:0;
	margin:0;
}

H3 {font-size:16px;
color:#86a77f;
font-family:Eurostile, Arial, Verdana, sans-serif;	
font-weight: bold;
padding:0; 	margin:0;}

.Quote {
	font-size:16px;
	color:#2E534B;
	font-family:Eurostile, Arial, Verdana, sans-serif;
	font-weight: bold;
	padding:0 25px;
	margin:0;
}

.News TD {
	font-size:13px;
	color:#6e6e70;
	font-family:Verdana, Arial, sans-serif;
	font-weight: normal;
	padding:0;
	margin:0;
}

.News B {font-weight: bold;}
.News A {color: #CB6533;}


P {font-size:11px; color:#3c3c3c; font-family:Verdana, Geneva, sans-serif; padding:0; margin:0; border:0; line-height:14px;}

P B {
	font-size:12px;
	color:#2E534B;
	font-family:Verdana, Arial, sans-serif;
	font-weight: bold;
	padding:0;
	margin:0;
}

.Grey {color: #6e6e70; }
.Orange {color: #CB6533; }
.Green {color: #85A77F; }
.LtGreen{color:#e7f3e0;}
.GreenLine {color: #84a87a;}
.Eurostile {font-family: Eurostile, Verdana, Sans-serif; font-size:14px;}
.Eurostile12B {font-family: Eurostile, Verdana, Sans-serif; font-size:14px; font-weight:bold; color: #85A77F; }
.Para  {font-size:11px; color:#3c3c3c; font-family:Verdana, Geneva, sans-serif; padding:0; margin:0; border:0; line-height:14px;}
.TableText {font-size:11px; color:#3c3c3c; font-family:Verdana, Geneva, sans-serif; padding:0; margin:0; border:0; line-height:14px; line-height:1.2;}
.TableFeeText {
	font-size:13px;
	color:#000000;
	font-family:Eurostile, Verdana, Geneva, sans-serif;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.TableUnderText {
	font-size:10px;
	color:#C30;
	font-family:Eurostile, Verdana, Geneva, sans-serif;
	padding:0;
	margin:0;
	border:0;
	padding-top: 4px;
}


.ImageNoRepeat {background-attachment:fixed; background-position:bottom; background-repeat:no-repeat; } 
.ImageNoRepeat_BottomAligned {
	background-repeat: no-repeat;	background-position:right;
	background-position: bottom;

}


.Copyright {color:#000;
font-size:8px;
font-family:Verdana, Geneva, sans-serif;}

.Phone {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color: #2E534B;
}

.Phone B {font-weight:900; font-size:12px;}

.Address {font-family:Verdana, Geneva, sans-serif;
color: #333333;
font-size:11px;}

.border {
	border: 1px solid #000;
}

.mailto {
	font-family: Eurostile, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #3C3C3C;

}


.link_under {
	font-family: Eurostile, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #3C3C3C;
	text-decoration:underline;

}

.link_under_orange {
	font-family: Eurostile, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #CB6533;
	text-decoration:underline;
}


/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* 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; 
}
/* 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: auto;   /*8em affects space between 1st level items, doesn't affect box width */
	float: left;

}
/* 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;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8.2em;   /*was 8.2em  expanding this makes box wider but not background. auto makes background expand but renders horizontal menu on ie7 */
	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: 8.2em;   /* 8.2em */

}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* 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;
}

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

 DESIGN INFORMATION: describes color scheme, borders, fonts

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

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #84a87a;
	font-family: Eurostile, arial, sans-serif;
	font-size:13px;
	font-weight:100;

}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #FFF;
	padding: 0.5em .65em; 
	color: #6e6e6e;
	text-decoration: none;

}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #FFF;
	color: #CB6533;  /*orange */
}
/* 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: #FFF;
	color: #CB6533;
}

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

 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-image: url(SpryAssets/SpryMenuBarDown.gif);
	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(SpryAssets/SpryMenuBarRight.gif);
	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-image: url(SpryAssets/SpryMenuBarDownHover.gif);
	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 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;
	filter:alpha(opacity:0.1);
}
/* 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;
	}
}
.VerdanaHeading {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #DB7C43;
}
.BeforeAfter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}
.strikethrough {
	text-decoration: line-through;
}

