@charset "utf-8";



/* NAV */

#nav {
	float: left;
	width:155px;
	}

.navLeft #nav {
	margin-right: 18px;
	}

/* used to insert background img in #nav / market_view.asp - found alternate way - to be deleted
#imgMarketDl {
	background: url(../img/newsletter_dl.jpg) no-repeat fixed top left;
	height: 443px;
	} 
*/

#vBumps {
	padding: 20px 0 0 0;
	margin: 0;
	background-color: #d6dfe0;
	list-style-type: none;
	}

#vBumps li {
	/* use padding instead of margin so the containing element won't collapse its margin with this one */
	padding: 0 20px 20px 20px;
	margin: 0;
	text-transform: uppercase;
	}

/* put padding, etc. on a tag so whole bump is clickable */
#vBumps a {
	/* need block display to make sure it fills entire li & so IE 5/Win will accept padding, BG values */
	display: block;
	padding: 105px 5px 50px 5px;
	/* gotta be on this one because IE/Win won't make 'see through' areas of the a tag clickable */
	/* position the background here; images applied via ID in page-specific section */
	background: #fff 50% 5px no-repeat;
	}

/* needed to make FF stop underlining the text in the spans; must hide from
   IE/Win or that browser won't ever apply the underline, even where we want it */
div>#vBumps a:link, div>#vBumps a:visited {
	text-decoration: none;
	}

/* kill the underline on the spans in IE/Win */
#vBumps a:link span, #vBumps a:visited span {
	text-decoration: none;
	}

/* colour for the + */
#vBumps a:link span, #vBumps a:visited span {
	color: #000;
	}

/* colour for the title to the link */
#vBumps a:link .tagLine, #vBumps a:visited .tagLine {
	color: #b9c7c9;
	}

/* clear off the bolding  */
#vBumps strong {
	font-weight: normal;
	}

/* put the underline back for the link text */
#vBumps a:hover strong {
	text-decoration: underline;
	}

#vNav {
	clear: left;
	margin: 0;
	padding: 8px 8px 0 8px;
	background-color: #eceff0;
	}

#vNav li {
	margin: 0;
	padding: 0 0 8px 0;
	list-style-type: none;
	}

#vNav li a {
	display: block;
	height: 6em;
	he\ight: 5em;
	padding: 0.5em 10px 0.5em 0.5em;
	background-color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1.25em;
	}
div>#vNav li a {
	height: auto;
	min-height: 5em;
	}

#vNav li a:link, #vNav li a:visited {
	color: #000;
	}

#vNav li a:hover {
	color: #f26638;
	}

#vNav li a span {
	display: block;
	color: #b9c7c9;
	}

#vNav li a .marker {
	display: inline;
	}


/* CONTEXT */

#context {
	float: right;
	width: 155px;
	}

#tools, #imgNav {
	float: left;
	width: 155px;
	w\idth: 144px;
	margin: 0 0 1em 0;
	padding: 1px 1px 1px 0;
	border: 5px solid #d6dfe0;
	background-color: #b9c7c9;
		}
#imgNav {
	float: right;
	border: none;
	}

#tools li, #imgNav li {
	float: left;
	width: 23px;
	height: 23px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border-left: 1px solid #b9c7c9;
	list-style-type: none;
	}

#tools li a, #imgNav li a {
	float: left;
	width: 23px;
	height: 23px;
	overflow: hidden;
	background: #fff url(none) center center no-repeat;
	}
	#imgNav li a {color: #000;}

#tools li a:hover, #imgNav li a:hover {
	background-color: #eceff0;
	}

#tools li a span {
	display: none;
	}

#tools .active a, #imgNav .active a {
	background-color: #eceff0;
	}

/* background images for the widgets */
#tools #printPage a {
	background-image: url(../img/print.gif);
	}
#tools #ragRightAlign a {
	background-image: url(../img/layout_ragged.gif);
	}
#tools #justifyAlign a {
	background-image: url(../img/layout_jusitfy.gif);
	}
#tools #smallFont a {
	background-image: url(../img/text_default.gif);
	}
#tools #normalFont a {
	background-image: url(../img/text_bigger.gif);
	}
#tools #largeFont a {
	background-image: url(../img/text_biggest.gif);
	}

#context h3 {
	clear: both;
	height: 23px;
	background: center center no-repeat;
	}

#context #related {
	background-image: url(../img/related_items.gif);
	}

#context .getSoftware, #context .formSearch {
	font-size: 1.25em;
	line-height: 1.2em;
	margin: 10px 0 0 0;
	}
	
/* used on links_a.html */
.linkNavFound, .linkNav {
	padding: 25px 0 4px 20px;
	margin:0;
	display: block;
	color: #000;
	}
.linkNav {
	padding: 0 20px;
	}
.linkNav a.active, .linkNav a.noLink {
	color: #000;
	text-decoration: none;
	cursor: default;
	}
.linkNav a.noLink {
	color: #B9C7C9;
	}
	
.prevLinksMenu {
	background-color: #D6DFE0;
	display:block;
	padding-left: 8px;
	}
.prevLinksMenu span {
	color: #fff;
	}
.prevLinksMenu a {
	color: #000;
	}
