@charset "utf-8";
/* CSS Document */

<style type="text/css"> 
<!-- 
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#topnav { 
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #F4F8FB;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #3E79B5;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 10px 15px 5px 15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #3E79B5;
} 
a.topMain:link {color: #660000; text-decoration: none; font-weight:bold;}
a.topMain:visited {color: #660000; text-decoration: none; font-weight:bold;}
a.topMain:hover {color: #003366; text-decoration: underline; font-weight:bold;}
a.topMain:focus {color: #003366; text-decoration: underline; font-weight:bold;}
a.topMain:active {color: #003366; text-decoration: underline; font-weight:bold;}

a.topSub:link {color: #3E79B5; text-decoration: none;}
a.topSub:visited {color: #3E79B5; text-decoration: none;}
a.topSub:hover {color: #3E79B5; text-decoration: underline;}
a.topSub:focus {color: #3E79B5; text-decoration: underline;}
a.topSub:active {color: #3E79B5; text-decoration: underline;}

#header { 
	background: #FFF; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width: 970px;
	height: 85px;
	text-align: right;
	padding: 15px 0px 15px 0px; 
	font: 12px Verdana, Arial, Helvetica, sans-serif;
} 
	
#header a:link {color: #000; text-decoration: none;}
#header a:visited {color: #000; text-decoration: none;}
#header a:hover {color: #3E79B5; text-decoration: underline;}
#header a:focus {color: #3E79B5; text-decoration: underline;}
#header a:active {color: #3E79B5; text-decoration: underline;}

#headerPrint {
	display:none;
	}
#headerPlus {
	background: #FFF; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

#headerNav {
	background: #FFF; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width: 970px;
	height: 27px;
	z-index: 1020;
	text-align:right;
	}

#container { 
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #F4F8FB;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #3E79B5;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#story {
	text-align: center; 
	width: 193px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF;
	background-image:url(/images/story_bkg.gif);
	background-repeat:repeat-y;
	margin: 19px 0 0 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	}
#story p{
	padding: 10px;
	}
#storyTop {
	background: #FFF;
	background-image:url(/images/story_top.jpg);
	background-repeat: no-repeat;
	height: 29px;
	}
#storyTopEmployee {
	background: #FFF;
	background-image:url(/images/story_top_employees.jpg);
	background-repeat: no-repeat;
	height: 29px;
	}
#storyBottom {
	background: #FFF;
	background-image: url(/images/story_bottom.jpg);
	background-repeat:no-repeat;
	height: 18px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF;
	background-image:url(/images/sidebar_horz.gif);
	background-repeat:repeat-y;
	margin: 20px 0 0 20px;
}
#sidebar1top {
	background: #FFF;
	background-image:url(/images/sidebar_top.gif);
	background-repeat: no-repeat;
	height: 31px;
}
#sidebar1bottom {
	background: #FFF;
	background-image: url(/images/sidebar_bottom.gif);
	background-repeat:no-repeat;
	height: 31px;
	}
#sidebar1 h1 {
color: #004476;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 0px 15px 0px 15px;
}
#sidebar1 h3 {
color: #900;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 0px 15px 0px 15px;
}

#sidebar1 h2 {
color: #004476;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 10px 15px 0px 15px;
}
#sidebar1 p {
padding: 0px 15px 0px 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
}
#sidebar1 li {
padding: 0px 15px 0px 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
}


#sidebar1 p.menu {
padding: 0px 15px 0px 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	}

#sidebar1 a:link {color: #004476; text-decoration: underline;}
#sidebar1 a:visited {color: #000066; text-decoration: underline;}
#sidebar1 a:hover {color: #660000; text-decoration: underline;}
#sidebar1 a:focus {color: #660000; text-decoration: underline;}
#sidebar1 a:active {color: #660000; text-decoration: underline;}



#mainContentImageTop {
	margin: 20px 20px 0 280px;
	background:#FFF;
	background-image: url(/images/main_content_top.gif);
	background-repeat:repeat-y;
	height: 28px;
}
#mainContentImageBottom {
	margin: 0 20px 0 280px;
	background:#FFF;
	background-image:url(/images/main_content_bottom.gif);
	background-repeat:repeat-y;
	height: 28px;
}

#mainContentImage {
		margin: 0 20px 0 280px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	height: 100%;
	background:#FFF;
	background-image:url(/images/main_content.gif);
	background-repeat:repeat-y;
}

#mainContent { 
	padding: 0px 30px 20px 30px; 
} 

#mainContentHome { 
	padding: 20px 20px 0 280px; 
} 


#mainContent h1 {
	font-family:Arial, Helvetica, sans-serif;
	color: #003366;
	font-size:1.6em;
	}
#mainContent h2 {
		font-family:Arial, Helvetica, sans-serif;
	color: #003366;
	font-size:1.4em;
}
#mainContent h3 {
		font-family:Arial, Helvetica, sans-serif;
	color: #003366;
		font-size:1.2em;
}
#mainContent h4 {
		font-family:Arial, Helvetica, sans-serif;
	color: #003366;
		font-size:1em;
}

#mainContent .red {
color: #900;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.6em;
	font-weight:bold;
}


#mainContent p {
	font-family:Arial, Helvetica, sans-serif;
	line-height: 125%;
}
#mainContent p.mission {
	font-family:Arial, Helvetica, sans-serif;
	font-style: italic;
	color:#999;
}
#mainContent li {
	font-family:Arial, Helvetica, sans-serif;
	list-style-position: outside;
	list-style-image: url(/images/bullet.gif);
}
#mainContent a:link {color: #36C; text-decoration: underline;}
#mainContent a:visited {color: #000066; text-decoration: underline;}
#mainContent a:hover {color: #660000; text-decoration: underline;}
#mainContent a:focus {color: #660000; text-decoration: underline;}
#mainContent a:active {color: #660000; text-decoration: underline;}

#Wow_lg {
	margin-top: 20px;
	padding-top: 70px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	background-image:url(images/wow.jpg);
	background-repeat:no-repeat;
	border: 1px solid #5689BE;
	}
#Wow_sm {
	padding-top: 50px;
	padding-bottom: 30px;
	background-image:url(images/wow_sm.jpg);
	background-repeat:no-repeat;
	}
#Wow_home {
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
	}
.Wow{
	color: #003366;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	padding-bottom: 20px;
	}
.kudos{
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;	
	}
#homeBox {
		width: 670px;
		margin: 20px 10px 0 280px; 
		}
.homeBoxSmall {
	background-image:url(/images/home_box_bkg.gif);
	background-repeat:repeat-y;
	}

.homeBoxTop{
	background-image: url(/images/home_box_top.gif);
	background-repeat:no-repeat;
	height: 32px;
	}
.homeBoxBottom{
	background-image: url(/images/home_box_bottom.gif);
	background-repeat:no-repeat;
	height: 32px;
	}
.homeBoxTopChoose{
	background-image: url(/images/home_box_choose_top_beige.gif);
	background-repeat:no-repeat;
	height: 32px;
	}
.homeBoxBottomChoose{
	background-image: url(/images/home_box_choose_bottom.gif);
	background-repeat:no-repeat;
	height: 32px;
	}
	
.homeBoxSmallChoose {
	background-image:url(/donate/images/tree_dove.jpg);
	background-repeat: no-repeat;
	background-color:#FFF;
	border-left:1px #98BBDE solid;
	border-right:1px #98BBDE solid;
	}
.homeBoxTextChoose {
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	padding: 425px 0 6px 6px;
	}
.homeBoxSmallChoose1 {
	background-image:url(/images/home/wow.jpg);
	background-repeat: no-repeat;
	background-color:#FFF;
	border-left:1px #98BBDE solid;
	border-right:1px #98BBDE solid;
	}
.homeBoxTextChoose1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	padding: 263px 0 6px 6px;
	}

#homeBox li { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	list-style-position: outside;
	list-style-image: url(/images/bullet.jpg);
	}
#homeBox p { 
	padding: 0 15px 0 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	}
#homeBox li { 
	padding: 0 15px 0 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	}
	
#homeBox h1 {
	padding: 0 15px 0 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000066;
	line-height: 120%;
	font-stretch: ultra-condensed;
}
#homeBox a:link {color: #000066; text-decoration: underline;}
#homeBox a:visited {color: #3E79B5; text-decoration: underline;}
#homeBox a:hover {color: #660000; text-decoration: underline;}
#homeBox a:focus {color: #660000; text-decoration: underline;}
#homeBox a:active {color: #660000; text-decoration: underline;}

.homeImage {
	margin: 0px 10px 10px 0px;
	float: left;
	}

#boxright {
float: right;
border-top: 2px solid #568ABE;
border-bottom: 2px solid #568ABE;
font-style:italic;
width: 175px;
padding-top: 15px;
padding-bottom: 15px;
margin: 15px 0 15px 20px;
}
#boxright_lg {
float: right;
border-top: 2px solid #568ABE;
border-bottom: 2px solid #568ABE;
font-style:italic;
width: 250px;
padding-top: 15px;
padding-bottom: 15px;
margin: 15px 0 15px 20px;
}
.docbox {
float: left;
margin: .5em;
padding: 5px 2px 2px 2px;
border-top: 1px solid grey;
border-bottom: 1px solid grey;
width: 150px;
font-style: italic;
font-family: Arial, Helvetica, sans-serif;
text-align: left;
}
tr {
	font-family:Arial, Helvetica, sans-serif;
	line-height: 125%;
}
legend {
font-family: Arial, Helvetica, sans-serif;
font-style: bold;
}
label {
font-family: Arial, Helvetica, sans-serif;
	}

.subhead3 {
	font-family:Arial, Helvetica, sans-serif;
	color: #003366;
	font-size:1em;
	font-weight:bold;
}
#footer { 
	padding: 10px 10px 0 10px;
	color: #000066;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: center;
	line-height: 150%;
	font-weight:bold;
	letter-spacing: 115%;
	
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer a:link {color: #000066; text-decoration: underline;}
#footer a:visited {color: #000066; text-decoration: underline;}
#footer a:hover {color: #3E79B5; text-decoration: none;}
#footer a:focus {color: #3E79B5; text-decoration: none;}
#footer a:active {color: #3E79B5; text-decoration: none;}

#sizer {
	text-align:right;
	}

.flboxrt {
float: right;
background-color:#F4F8FB;
margin-top: 14px;
margin-bottom: 14px;
margin-right: 0;
margin-left: 14px;
border-top: 2px solid #568ABE;
border-bottom: 2px solid #568ABE;
padding: 12px;
width: 200px;
}
.flboxlft {
float: left;
background-color:#F4F8FB;
margin-top: 14px;
margin-bottom: 14px;
margin-right: 14px;
margin-left: 0;
border-top: 2px solid #568ABE;
border-bottom: 2px solid #568ABE;
padding: 12px;
width: 200px;
}

.show { /*this class only shows on handhelds */
	display:none;
	}
.webshow { /*this class does NOT show on handhelds */
	display:inline;
	}
	
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* YHT BEGINS */

#yhtmasthead {
	background: #FFF; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width: 970px;
	text-align: left;
	padding: 15px 0px 15px 0px; 
}
#YHTcontainer { 
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #3E79B5;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#YHTContent {
	  padding: 20px;
}
#YHTContent a:link {color: #36C; text-decoration: underline;}
#YHTContent a:visited {color: #000066; text-decoration: underline;}
#YHTContent a:hover {color: #660000; text-decoration: underline;}
#YHTContent a:focus {color: #660000; text-decoration: underline;}
#YHTContent a:active {color: #660000; text-decoration: underline;}


#yhthome {
clear: none;
margin-left: 10px;
margin-right: 235px;
margin-bottom: 0;
}

.yhtdots {
  line-height: 250%;
  border-bottom: dotted #990000 2px;
  }

#yhtmenu {
  float:right; 
  width:200px;
  margin: 1em;
  display: inline;
background-image: url(../YHT/images/menu_bkg.jpg);
background-repeat: repeat-y;
}

#yhtmenu a:link {color: #660066; text-decoration: none}
#yhtmenu a:visited {color: #990000; text-decoration: none}
#yhtmenu a:focus {color: #CC9900; text-decoration: underline}
#yhtmenu a:hover {color: #CC9900; text-decoration: underline}
#yhtmenu a:active {color: #CC9900; text-decoration: underline}

.yhtmenu_head_green {
padding: 10px;
font-size: 12px;
font-family: Georgia, "Times New Roman", Times, serif;
color: #FFFFFF;
background-image: url(../YHT/images/leadergreen.gif);
background-repeat: no-repeat;
}
.yhtmenu_head_burg {
padding: 10px;
font-size: 12px;
font-family: Georgia, "Times New Roman", Times, serif;
color: #FFFFFF;
background-image: url(../YHT/images/leaderburg.gif);
background-repeat: no-repeat;
}
.yhtmenu_head_gold {
padding: 10px;
font-size: 12px;
font-family: Georgia, "Times New Roman", Times, serif;
color: #FFFFFF;
background-image: url(../YHT/images/leadergold.gif);
background-repeat: no-repeat;
}
.yhtmenu_head_blue {
padding: 10px;
font-size: 12px;
font-family: Georgia, "Times New Roman", Times, serif;
color: #FFFFFF;
background-image: url(../YHT/images/leaderblue.gif);
background-repeat: no-repeat;
}
.yhtmenu_head_purple {
padding: 10px;
font-size: 12px;
font-family: Georgia, "Times New Roman", Times, serif;
color: #FFFFFF;
background-image: url(../YHT/images/leaderpurple.gif);
background-repeat: no-repeat;
}
.yhtmenu_head_pink {
padding: 10px;
font-size: 12px;
font-family: Georgia, "Times New Roman", Times, serif;
color: #FFFFFF;
background-image: url(../YHT/images/leaderpink.gif);
background-repeat: no-repeat;
}
.yhtmenu_head_pastelpink {
padding: 10px;
font-size: 12px;
font-family: Georgia, "Times New Roman", Times, serif;
color: #FFFFFF;
background-image: url(../YHT/images/leaderpastelpink.gif);
background-repeat: no-repeat;
}
.yhtmenu_head_lav {
padding: 10px;
font-size: 12px;
font-family: Georgia, "Times New Roman", Times, serif;
color: #FFFFFF;
background-image: url(../YHT/images/leaderlav.gif);
background-repeat: no-repeat;
}
.yhtmenu_head_yellow {
padding: 10px;
font-size: 12px;
font-family: Georgia, "Times New Roman", Times, serif;
color: #FFFFFF;
background-image: url(../YHT/images/leaderyellow.gif);
background-repeat: no-repeat;
}

.yhtmenu_text {
padding: 10px;
width: 180px;
  font-size: 12px;
  line-height: 130%;
  font-family: Arial, Helvetica, sans-serif;
}
#yhtmenu h3 {
	color: #000066; 
	  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
}
#YHTContent h1 {
	color: #000066; 
  font-family: Arial, Helvetica, sans-serif;
  font-size:16px;
  line-height: 150%;
	}
#YHTContent h2 {
	color: #000066; 
	font-family: Georgia, "Times New Roman", Times, serif;
  font-size:14px;
}
#YHTContent h3 {
	color: #000066; 
	  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
}

#YHTContent p {
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
line-height: 130%;
}

#YHTContent td {
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
line-height: 130%;
}

#YHTContent li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 130%;
	list-style-position:inside;
	list-style-image:url(/images/bullet.gif)
}

#YHTContent p.yht_subhead1_purple {
	font-family: Georgia, "Times New Roman", Times, serif;
  font-size:18px;
  font-weight: bold;
	color: #660066;
}
#YHTContent p.yht_subhead2_purple {
	  font-family: Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight: bold;
	color: #660066;
}
.yht_subhead3_purple {
	  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight: bold;
	color: #660066;
}
#YHTContent p.yht_purple_cap {
	  font-family: Arial, Helvetica, sans-serif;
	color: #660066;
	margin-left: 7%;
}
#YHTContent p.yht_subhead1_green {
	font-family: Georgia, "Times New Roman", Times, serif;
  font-size:18px;
  font-weight: bold;
color: #006600;
}
#YHTContent p.yht_subhead2_green {
	  font-family: Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight: bold;
	color: #006600;
}
.yht_subhead3_green {
	  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight: bold;
	color: #006600;
}
#YHTContent p.yht_green_cap {
	  font-family: Arial, Helvetica, sans-serif;
	color: #006600;
	margin-left: 7%;
}
#YHTContent p.yht_subhead1_gold {
	font-family: Georgia, "Times New Roman", Times, serif;
  font-size:18px;
  font-weight: bold;
	color: #996600;
}
#YHTContent p.yht_subhead2_gold {
	  font-family: Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight: bold;
	color: #996600;
}
.yht_subhead3_gold {
	  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight: bold;
	color: #996600;
}
#YHTContent p.yht_gold_cap {
	  font-family: Arial, Helvetica, sans-serif;
	color: #996600;
	margin-left: 7%;
}
#YHTContent p.yht_subhead1_blue {
	font-family: Georgia, "Times New Roman", Times, serif;
  font-size:18px;
  font-weight: bold;
	color: #3F3FBC;
}
#YHTContent p.yht_subhead2_blue {
	  font-family: Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight: bold;
	color: #3F3FBC;
}
.yht_subhead3_blue {
	  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight: bold;
	color: #3F3FBC;
}
#YHTContent p.yht_blue_cap {
	  font-family: Arial, Helvetica, sans-serif;
	color: #3F3FBC;
	margin-left: 7%;
}
#YHTContent p.yht_subhead1_pink {
	font-family: Georgia, "Times New Roman", Times, serif;
  font-size:18px;
  font-weight: bold;
	color: #DD0085;
}
#YHTContent p.yht_subhead2_pink {
	  font-family: Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight: bold;
	color: #DD0085;
}
.yht_subhead3_pink {
	  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight: bold;
	color: #DD0085;
}
#YHTContent p.yht_pink_cap {
	  font-family: Arial, Helvetica, sans-serif;
	color: #DD0085;
	margin-left: 7%;
}
.yht_home_box {
margin: 15px 15px 15px 175px;
}
#yht_service_menu {
  float:left; 
  width:200px;
  margin: 0px 1em 1em 0;
  display: inline;
  border-right: 1px solid #003366;
    border-top: 1px solid #003366;
  border-bottom: 1px solid #003366;
background-image: url(../YHT/images/menu_bkg.jpg);
background-repeat: repeat-y;
}
.yht_service_text {
padding: 10px;
width: 180px;
  font-size: 12px;
  line-height: 130%;
  font-family: Arial, Helvetica, sans-serif;
}

--> 

/* 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;
	float: right;
}
/* 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-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	/* position: relative; */
	text-align: left;
	cursor: pointer;
	width: 110px;
	float: right;
}
/* 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;
	width: 110px;
	cursor: default;
	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: 110px;
}
/* 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 #F4F8FB solid;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding: 0.5em 0.5em;
	text-decoration: none;
	color: #900;
	background-color:#F4F8FB;
}
/* Menu items that have mouse over or focus */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #FFF;
	color: #003366;
}
/* Menu items that are open with submenus are set to MenuBarItemHover */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #FFF;
	color: #003366;
}

/*******************************************************************************

 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(/images/button.jpg);
	background-repeat: no-repeat;
	color: #660000;
	background-color: #FFF;
	width: 110px;
	z-index: 1020;
	text-align:center;
	padding: 7px 2px 4px 0px;
	font-size: 13px;
}
/* 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: #FFF;
	color: #003366;
}
/* 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: #FFF;
	color: #003366;
}
/* 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: #FFF;
	color: #003366;
}

/*******************************************************************************

 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;
		float: right;
	z-index: 1010;
		background: #FFF;
	}
}
<!-- ENDS SPRY ASSETS FOR MENU -->

</style><!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
#sidebar1 { width: 230px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
#sidebar1 { padding-top: 30px; }
#mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->


