@charset "utf-8";
/* CSS Document */
#wrapper {
	width: 684px;
	margin: 0 auto 0 auto;
	background-color: #FFF;
	margin-top: 20px;
}
.headerleft{
	float:left;
	width:357px;
	margin-top: 35px;
}
.headerright{
	float:right;
	width:137px;
	
}
#menuleft{
	float:left;
	width:340px;
	z-index:1000;
		position:relative;

}
#menuright{
	float:left; /* J. Couture: Changed from right */
	width:344px;
	z-index:1000;
	position:relative;

}
.centercontent{
	margin-top:50px;	z-index:-1;
}
.imgleft {
	float:left;
	margin-right:4px;}
.taggy{
	font-family:Arial, Helvetica, sans-serif;
}
.taggyalign{
	white-space: normal;
	padding-top: 5px;
}
.fineprint
	{font-style: normal; 
	font-weight: lighter; 
	font-size: 9px; 
	line-height: 11px; 
	color:#AAAEAB;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif}
.footer
	{font-style: normal; 
	font-weight: lighter; 
	font-size: 12px; 
	line-height: 11px; 
	text-align:center;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	margin-top:15px;
	padding-top:10px;
	margin-bottom:5px;}
	
	.footer a
	{color: #9cd449;
	text-decoration:underline;}
.fineprint a
	{color:#F00
	font-size: 9px; 
}

/* Menu */

/* Nav Menu Styles */
a.menuHover 
{
}

#navContainer
{
	text-align: left;
	/*height:27px;*/ /* J. Couture: removed, added padding to links instead */

}
#navContainer2
{
	text-align: left;
	/*height:27px;*/ /* J. Couture: removed, added padding to links instead */
	margin-top: 18px;
	float: left;

}


.ulNav
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0;
	margin: 0;
	cursor: hand; /* J. Couture: I'm pretty sure this is invalid...might want to check on that */
	cursor: pointer;
}

.ulNav li
{
	float:left;
	z-index: 2048;
	padding: 0px 0 0px 0; /* J. Couture: set to 0, was 5px 0. This was moved to ".ulNav a" instead...see below */
	margin: 0;
	width: 85px;
	text-align:center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.ulNav li ul
{
	width: 84px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	position: absolute;
	left: -999em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.ulNav li:hover ul
{
	left:auto;
	background-color: #ffcc66;
	color: #000;
	margin-top:0px;
	width:85px;

}

.ulNav li ul li 
{
	text-align: center;
	padding: 0px;
	float: none;
	color: #000;
	margin-top:5px;

}
.ulNav li ul li a
{
	text-align: center;
	padding: 0px;
	float: none;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;

}
.ulNav li ul li:hover
{
	background-color: #CCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}

.ulNav a
{
	display: block;
	margin: 0;
	padding: 2px 0; /* This was originally on  */
	color:#FFFFFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-style:normal;
	background-image: none;
}

li.liBlack /* J. Couture These all needed a tad more specifity to work (added the li) */
{
	background-color: #000000;
	color:#FFF;
}

li.liBlack a
{
	color:#FFF;
}
li.liBlack:hover
{
	background-color: #99cc00;

}

li.liBlack a:hover
{
	color:#000000 !important;
}

li.liGreen
{
	background-color: #99cc00;
}

li.liGreen a
{
	color:#000000;
}

li.liGreen a
{
	color:#000000;
}

li.liGreen:hover
{
	background-color: #000000;
	color:#ffffff;
}

li.liGreen a:hover
{
	color:#ffffff;
}

a.activeMenuBlack
{
	color: #000 !important;
}

a.activeMenuGreen
{
	color: #FFF !important;
}
.ulNav li ul li a:hover
{
       color: #000 !important;
}

.ulNav li ul li:hover
{
       background-color: #CCC;
       font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
       font-size: 10px;
       color: #000;
}
 
