/* CSS Document */
.BodyCopy {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 17px;
	list-style-image: url("/img/triangle.png");
}	

.FirstParagraph {     font-size: 14px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #333333; 
	line-height: 18px; }		

.Headline1 {	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #993300;
	font-weight: bold;
	line-height: 26px;
}
.Headline2 {	font-family: Verdana, Arial, Helvetica, sans-serif;
color: #CC6600;
	font-size: 18px;
}
.NavText {	font-size: 10px;
	color: #666666;
	hover: #003399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	font-variant: normal;
	overflow: hidden;
	line-height: 10px;
}
.NavText:hover{ color: #993300;
}

p.Headline1 { margin-top: 0px; }
/*** MENU BAR **************************************************************/
#menuBar ul {
	list-style:none;
	display:block;
	margin: 1px 0 0 0;
	padding:0 0 0 5px;
	float:left;
	position: relative;
}
#menuBar li {
	display: block;
	float: left;
	padding: 5px 8px 0 10px;
	margin: 0 10px 0 0;
	position: relative;
	height: 25px;
	background: url("/img/triangle.png") no-repeat right 9px;
	cursor:default;
	font: bold 10px/11px Verdana, Arial, Helvetica, sans-serif;
}
#menuBar li ul {
	/* second-level lists */
	position: absolute;
	left: -9999px;
	top: 23px;
	width: 151px;
	border-top: 1px solid #999;
	_float/**/:left;
	padding: 0px;
	z-index: 999;
}
#menuBar li.over ul {
	/* lists nested under hovered list items */
	left: 10px;
}
#menuBar li.endover ul {
	left: -44px;
}

#menuBar li li {
	width: 143px;
	background: #fdefe3;
	font-size: 10px;
	line-height: 15px;
	text-transform: none;
	font-weight: normal;
	letter-spacing: 0;
	height: auto;
	_float/**/:left;
	padding: 3px;
	display: block;
	border: 1px solid #999;
	border-width: 0 1px 1px 1px;
}
#menuBar li a {
	text-decoration: none;
	font-style:normal;
	color: #666;
}
#menuBar li:hover li:hover, 
#menuBar li li.over,
#menuBar li:hover ul li:hover, #menuBar li ul li.over,
#menuBar li:hover ul li:hover a, #menuBar li ul li.over a { background: #e6a870; color: #fff; }

p#subMenu {
	margin-top: -10px;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
p#subMenu a:link,p#subMenu a:active,p#subMenu a:visited {
	text-decoration:none;
	color: #666;
}
p#subMenu a:hover {
	color: #039;
	border-bottom: 1px solid;
}

#hwBar ul {
	list-style:none;
	display:block;
	margin: 6px 0 0 3px;
	padding:0;
	float:left;
	position: relative;
}
#hwBar li {
	display: block;
	float: left;
	padding: 3px 10px 0 12px;
	margin: 5px 0;
	position: relative;
	background: url("/img/triangle.png") no-repeat left 6px;
	cursor:default;
	font: bold 10px/11px Verdana, Arial, Helvetica, sans-serif;
}
#footer #brands ul, #footer #links ul {
	list-style:none;
	display:block;
	margin: 1px 0 0 0;
	padding:0 0 0 5px;
	float:left;
	position: relative;
}
#footer #brands li, #footer #links li {
	display: block;
	float: left;
	position: relative;
	background: url("/img/gogreen/menu_divider.gif") no-repeat right 8px;
	cursor:default;
	font-size: .59em;
	line-height: 28px;
	margin-top: 2px;
	text-transform:uppercase;
	padding: 0px;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
}
#footer #brands li.end, #footer #brands li.endover,
#footer #links li.end, #footer #links li.endover {
	background: none;
}
#footer #brands li a, #footer #links li a {
	padding: 8px 4px;
	margin: 0;
	text-decoration: none;
	font-style:normal;
	color: #666;
}

#footer #brands li a:hover, #footer #links li a:hover {	color: #039;	}

#footer #brands li a.united	{	color: #1064a2;	}
#footer #brands li a.marketst	{	color: #b15c11;	}
#footer #brands li a.amigos	{	color: #00703c;	}

#footer #brands li a.united:hover,
#footer #brands li a.marketst:hover,
#footer #brands li a.amigos:hover {	color: #fff;	}

#footer #brands li:hover a.united, 
#footer #brands li.over a.united, #footer #brands li.endover a.united,
#footer #brands li:hover a.united, #footer #brands ul li.over a.united, 
#footer #brands ul li.endover a.united { background: #1064a2; }

#footer #brands li:hover a.marketst, 
#footer #brands li.over a.marketst,#footer #brands li.endover a.marketst,
#footer #brands li:hover a.marketst, #footer #brands ul li.over a.marketst, 
#footer #brands ul li.endover a.marketst { background: #b15c11; }

#footer #brands li:hover a.amigos, 
#footer #brands li.over a.amigos,#footer #brands li.endover a.amigos,
#footer #brands li:hover a.amigos, #footer #brands ul li.over a.amigos, 
#footer #brands ul li.endover a.amigos { background: #00703c; }
