/* overall tags */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
	background-color: #ebebeb;
	margin: 0px;
	padding: 0px;
	height: 101%;
	overflow-y: scroll;
}
img {
	display: inline;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
sup {
	font-size: .5em;
	top: 1px;
	position: relative;
	padding-top: -1px;
	margin-top: -1px;
}
p {
	margin-bottom: 18px;
	margin-top: 18px;
}
a {
	color: #2a5632;        /* color from original design */
	/* color: #718fc4; */  /* color on new VM dash */
	/* color: #516fa4; */  /* color darker than new VM dash */
}
a:hover {
	text-decoration: underline;
}

span.raquo {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}


/* shell */

#mainContainer {
	background-color: #fff;
	width: 998px;
	padding: 0px;
	margin: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg_apples.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
}
#shellTop {
	height: 150px;
}
#shellTop #shellTopRight {
	width: 751px;
	float: right;
}
#shellTop #shellTopHorzOrangeDots {
	background-image: url(../images/bg_horz_orange_dots.gif);
	background-repeat: repeat-x;
	height: 2px;
	width: 779px;
	position: absolute;
	z-index: 100;
	left: 219px;
	top: 97px;
}
#shellTop #shellTopRight #top_logo {
	margin-top: 38px;
	display: inline;
	float: left;
}

/* primary nav */

#shellTop #shellTopRight #top_nav {
	display: inline;
	width: 337px;
	margin-left: 49px;
	float: left;
	margin-top: 53px;
	height: 45px;
}
#shellTop #shellTopRight #top_nav #top_nav_solutions {
	margin-bottom: 5px;
}

#shellTop #shellTopRight #top_nav #top_nav_list {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#shellTop #shellTopRight #top_nav #top_nav_list li {
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
	text-indent: 0;
}
#shellTop #shellTopRight #top_nav #top_nav_list li div {
	height: 30px;
}
#shellTop #shellTopRight #top_nav #top_nav_list li div:hover {
	background-position: 0px -30px;
	cursor: hand;
}
#shellTop #shellTopRight #top_nav #top_nav_list li div.top_nav_selected {
	background-position: 0px -30px;
}
#shellTop #shellTopRight #top_nav #top_nav_list li a span {
	display: none;
}

#shellTop #shellTopRight #top_nav li#top_nav_byIndustry div {
	width: 91px;
	background-image: url(../images/nav_byindustry.png);
	background-repeat: none;
}
#shellTop #shellTopRight #top_nav li#top_nav_byProduct div {
	width: 91px;
	background-image: url(../images/nav_byproduct.png);
	background-repeat: none;
}
#shellTop #shellTopRight #top_nav li#top_nav_support div {
	width: 68px;
	background-image: url(../images/nav_support.png);
	background-repeat: none;
}
#shellTop #shellTopRight #top_nav li#top_nav_support {
	margin-left: 6px;
}
#shellTop #shellTopRight #top_nav li#top_nav_aboutUs div {
	width: 75px;
	background-image: url(../images/nav_about.png);
	background-repeat: none;
}
#shellTop #shellTopRight #top_nav li#top_nav_aboutUs {
	margin-left: 6px;
}
#shellTop #shellTopRight #top_right_links {
	float: left;
	margin-top: 59px;
	margin-left: 28px;
}
#shellTop #shellTopRight #top_right_links ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
#shellTop #shellTopRight #top_right_links ul li {
	line-height: 1.6em;
}
#shellTop #shellTopRight #top_right_links ul li a {
	text-decoration: none;
	color: #888;
	font-weight: bold;
}
#shellTop #shellTopRight #top_right_links ul li a:hover {
	text-decoration: underline;
}
#shellTop #shellTopRight #top_right_links ul #top_right_login a {
	color: #000;
}

/* nav dropdowns */

.top_nav_dropdown_spacer {
	position: absolute;
	z-index: 10;
	display: none;
	background-image: url(../images/spacer.gif);
	background-repeat: repeat;
}

#top_nav_dropdown_spacer1 {
	width: 600px;
	height: 300px;
	left: 350px;
	top: 97px;
}
#top_nav_dropdown_spacer2 {
	width: 150px;
	height: 150px;
	left: 836px;
	top: 0px;
}
#top_nav_dropdown_spacer3 {
	width: 200px;
	height: 150px;
	left: 300px;
	top: 0px;
}
#top_nav_dropdown_spacer4 {
	width: 600px;
	height: 65px;
	left: 350px;
	top: 0px;
}

.top_nav_dropdown {
	z-index: 50;
	width: 203px;
	position: absolute;
	top: 95px;
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
	display: none;
}
.top_nav_dropdown:hover {
	display: block;
}

#top_nav_dropdown_byIndustry {
	left: 499px;
}
#top_nav_dropdown_byProduct {
	left: 590px;
}
#top_nav_dropdown_support {
	left: 687px;
}
#top_nav_dropdown_aboutUs {
	left: 761px;
}
.top_nav_dropdown .dropdown_links {
    background-color: #fff;
    border-left: solid #f2af14 5px;
	padding: 0px;
	margin: 0px;
	width: 196px;
}
.top_nav_dropdown .dropdown_links ul.primary_links_list {
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-type: none;
}
.top_nav_dropdown .dropdown_links ul.primary_links_list li.primary_link {
	padding: 0px;
	margin: 0px;
	color: #666;
	margin-left: 10px;
	font-size: 1.1em;
	line-height: 2em;
}
.top_nav_dropdown .dropdown_links ul li.primary_link a {
	color: #666;
	text-decoration: none;
}
.top_nav_dropdown .dropdown_links ul li.primary_link a:hover {
	text-decoration: underline;
}
.top_nav_dropdown_section {
	height: 1px;
	background-color: #ccc;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0px;
	line-height: 0px;
}
.top_nav_dropdown .dropdown_shadow_right {
	width: 7px;
	background-image: url(../images/nav_dropdown_shadow_right.png);
	background-repeat: repeat-y;
}
.top_nav_dropdown .dropdown_shadow_bot {
	height: 7px;
	background-image: url(../images/nav_dropdown_shadow_bot.png);
	background-repeat: none;
}
.top_nav_dropdown .dropdown_spacer_left {
	float: left;
	position: relative;
	left: 0px;
	width: 15px;
	margin: 0px;
	margin-right: -15px;
	padding: 0px;
	height: 300px;
	/*background-color: #0c0;*/
}
.top_nav_dropdown .dropdown_spacer_right {
	float: right;
	position: relative;
	right: 7px;
	width: 15px;
	margin: 0px;
	margin-left: -15px;
	padding: 0px;
	height: 300px;
	/*background-color: #c00;*/
}
.top_nav_dropdown .dropdown_spacer_bot {
	position: absolute;
	width: 203px;
	margin: 0px;
	margin-top: -15px;
	top: 15px;
	padding: 0px;
	height: 15px;
	background-color: #00c;
}
#shellTop #shellTopRight #taglineContainer {
	clear: both;
}
#shellTop #shellTopRight #taglineContainer h2 {
	font-size: 1.4em;
	padding: 0px;
	margin: 0px;
	padding-top: 17px;
	font-weight: normal;
}

.shellFooter {
	font-size: .9em;
	padding: 50px;
	clear: both;
}

/* bottom shell */

#shellBot {
	padding: 0px;
	margin: 0px;
	/* overflow: auto; */
	overflow: visible;
}
#shellLeft {
	width: 194px;
	margin-right: 40px;
}
#contentContainer {
	float: right;
	width: 717px;
	margin-right: 0px;
	padding-right: 34px;
}

/* left panels */

#shellLeft .homeLeftPanel {
	background-image: url(../images/bg_72percent.png);
	background-repeat: repeat;
	border: solid #b5b5b5 1px;
	border-left: none;
	margin-bottom: 32px;
}
#shellLeft .homeLeftPanel h4 {
	color: #5c903c;
	background-color: #FFF;
	text-align: right;
	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 1px;
	font-weight: bold;
	font-size: 1em;
	margin: 0px;
	border-bottom: solid #ddd 1px;
}
#shellLeft .homeLeftPanel#homeLeftPanel_first h4 {
	border-bottom: none;
}
#shellLeft .homeLeftPanel ul {
	margin: 0px;
	margin-left: 11px;
	padding: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 12px;
}
#shellLeft .homeLeftPanel ul li {
	padding: 0px;
	padding-left: 16px;
	list-style-type: none;
	background-image: url(../images/icon_document.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	margin: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
}
#shellLeft .homeLeftPanel p {
	padding: 0px;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 12px;
	margin-left: 11px;
}
#shellLeft .homeLeftPanel .newsDate {
	color: #999;
	font-style: italic;
	white-space: nowrap;
}
#shellLeft .homeLeftPanel a {
	color: #000;
	text-decoration: none;
}
#shellLeft .homeLeftPanel a:hover {
	text-decoration: underline;
}

/* front page rotating features */

#featureContainer {
	border: 1px solid #ccc;
	position: relative;
	height: 217px;
}
#featureContainer #bigFeature {
	/*position: absolute;
	z-index: 1;*/
	margin-bottom: -14px;
	background-color: #000;
}
#featureContainer #featureList {
	/*margin-top: 195px;*/
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	border-top: 1px solid #ccc;
	background-color: #fff;
	
	position: absolute;
	width: 707px;
}
#featureContainer #featureList a {
	color: #666;
	text-decoration: none;
}
#featureContainer #featureList a:hover {
	text-decoration: underline;
}

/* front page spotlight sections */

#spotlightContainer {
	margin-top: 30px;
	color: #666;
}
#spotlightContainer .spotlightBox {
	width: 195px;
	float: left;
}
#spotlightContainer .spotlightBox h2 {
	font-size: 1.6em;
	font-weight: 200;
	color: #f1af13;
	padding: 0px;
	margin: 0px;
}

#spotlightContainer .spotlightBox h2 strong {
	font-size: 1.4em;
	display: block;
	margin-top: -2px;
	font-weight: 400;
	letter-spacing: -.04em;
}
#spotlightContainer .spotlightBox p strong {
	color: #333;
	font-weight: bold;
}
#spotlightContainer #spotlightBox_1 {
	margin-right: 46px;
}
#spotlightContainer #spotlightBox_2 {
	margin-right: 32px;
}
#spotlightContainer .vendorBox {
	float: left;
	width: 229px;
	padding-left: 20px;
	background-image: url(../images/bg_left_orange_dots.png);
	background-repeat: repeat-y;
}
#spotlightContainer .vendorBox h2 {
	color: #9f9f9f;
	font-size: 1.7em;
	padding: 0px;
	margin: 0px;
}

/* secondary pages */

/* secondary nav */

#shellLeft .secondaryNavBox {
	background-image: url(../images/bg_87percent.png);
	background-repeat: repeat;
	border: solid #a6a6a6 1px;
	border-left: none;
	margin-bottom: 4px;
}
#shellLeft #secondaryNavBox_first {
	margin-bottom: 14px;
}
#shellLeft > .secondaryNavBox + #secondaryNavBox_first {
	margin-top: 14px;
}
#shellLeft .secondaryNavBox h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #606060;
	padding: 0px;
	margin: 0px;
	margin-left: 11px;
	padding-top: 9px;
	padding-bottom: 9px;
}
#shellLeft #secondaryNavBox_first h4 {
	color: #000;
}
#shellLeft .secondaryNavBox h4 a {
	color: #606060;
	text-decoration: none;
}
#shellLeft #secondaryNavBox_first h4 a {
	color: #000;
}
#shellLeft .secondaryNavBox h4 a:hover {
	text-decoration: underline;
}
#shellLeft .secondaryNavBox ul {
	margin: 0px;
	margin-left: 11px;
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 8px;
	padding-right: 12px;
}
#shellLeft .secondaryNavBox ul.mainNav {
	margin-top: -9px;
}
#shellLeft .secondaryNavBox ul.mainNav li {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	margin-top: 7px;
	margin-bottom: 7px;
}
#shellLeft .secondaryNavBox ul.extraNav li {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	margin-top: 1px;
	margin-bottom: 1px;
}
#shellLeft .secondaryNavBox ul li a {
	color: #606060;
	text-decoration: none;
}
#shellLeft .secondaryNavBox ul li a:hover {
	text-decoration: underline;
}
#shellLeft .secondaryNavBox ul li.secondaryNav_selected a {
	color: #606060;
	text-decoration: underline;
}
#shellLeft .secondaryNavBox .getStarted {
	background-color: #dedede;
	display: inline-block;
	margin: 0px;
	margin-top: 14px;
	padding: 4px;
	padding-left: 11px;
	padding-right: 13px;
}
#shellLeft .secondaryNavBox .getStarted a {
	color: #000;
	text-decoration: none;
}
#shellLeft .secondaryNavBox .getStarted a:hover {
	text-decoration: underline;
}


/* main body */

.textColumn {
	font-size: 1.1em;
	position: relative;
}
#textColumn_typical {
	width: 388px;
}
#textColumn_pressRelease {
	width: 500px;
}
#textColumn_full {
	width: 100%;
}
.textColumn h1 {
	color: #f2af14;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: -.04px;
	margin-top: 0px;
	margin-bottom: 18px;
}
.textColumn h2 {
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 22px;
	margin-bottom: 22px;
}
.textColumn h2 .h2_tagline {
	display: block;
	margin-left: 25px;
	color: #575757;
	font-weight: normal;
}
.textColumn em {
	color: #000;
}
.textColumn strong {
	color: #000;
}
.textColumn strong.strongColor {
	color: #f2af14;
}
.textColumn h3 {
	/* color: #000; */
	color: #5c903c;      /* color from original design */
	/* color: #666; */   /* color from new VM dash */
	/* font-size: 1em; */
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 40px;
}
.textColumn h3 .h3_explanation {
	font-weight: normal;
	display: block;
}
.textColumn > h1 + h3 {
	margin-top: 0px;
}
.textColumn > h2 + h3 {
	margin-top: 0px;
}
.textColumn h4 {
	float: left;
	text-transform: lowercase;
	color: #f2af14;
	font-style: italic;
	font-size: 1.4em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	margin-right: 14px;
	padding: 0px;
	padding-right: 5px;
	padding-top: 3px;
}
.textColumn > h3 + h4 {
	position: relative;
	top: 6px;
}
.textColumn h4.noFloat {
	float: none;
	margin-bottom: 10px;
}
.textColumn h5 {
	color: #000;
	font-size: 1em;
	/* font-size: 1.2em; */
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: -15px;
}
.textColumn ul {
	list-style-type: disc;
	margin: 0px;
	margin-top: -5px;
	margin-left: 20px;
	margin-bottom: 18px;
	padding: 0px;
}
.textColumn ul li {
	margin: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 4px;
}
.textColumn .horzDivider {
	width: 100%;
	height: 1px;
	padding: 0px;
	margin: 0px;
	margin-top: 40px;
	margin-bottom: 10px;
	background-color: #999;
}

/* content-page features and call-outs */

.textColumn .right_callout {
	position: relative;
	float: right;
	width: 294px;
	margin-left: -330px;
	right: -330px;
	background-image: url(../images/bg_right_grey_dots.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 0px;
	padding-bottom: 16px;
}
.textColumn .right_callout > img {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.textColumn .right_callout .quotation {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 90%;
	text-align: center;
	font-size: .9em;
	color: #777;
}
.textColumn .right_callout .ldquo {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #f2af14;
	font-size: 2em;
	position: relative;
	margin-top: -7px;
	top: 7px;
	line-height: 0px;
	padding-left: 5px;
	padding-right: 2px;
	margin-left: -10px;
}
.textColumn .right_callout .rdquo {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #f2af14;
	font-size: 2em;
	position: relative;
	margin-top: -7px;
	top: 7px;
	line-height: 0px;
	padding-left: -2px;
	padding-right: 5px;
	margin-right: -10px;
}
.textColumn .right_callout .quotationSource {
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 90%;
	text-align: center;
	font-style: italic;
	font-size: .9em;
	color: #999;
}

.textColumn .full_feature {
	position: relative;
	float: left;
	width: 700px;
	margin-bottom: 35px;
}
.textColumn > .full_feature + * {
	clear: left;
}
.textColumn > .full_feature + .full_feature {
	margin-top: -25px;
}
.textColumn .full_feature .twoPanel_left {
	margin: 0px;
	padding: 0px;
	width: 310px;
	float: left;
}
.textColumn .full_feature .twoPanel_right {
	margin: 0px;
	padding: 0px;
	padding-left: 40px;
	width: 310px;
	float: right;
	background-image: url(../images/bg_left_orange_dots.png);
	background-repeat: repeat-y;
}
.textColumn .full_feature .noBorder {
	background-image: none;
}
.textColumn .full_feature h3 {
	margin-top: 10px;
}

/* content-page feature table */

.textColumn table.featureTable tr td {
	margin: 0px;
	padding: 7px;
	padding-left: 10px;
	padding-right: 15px;
	border-bottom: dotted #999 1px;
	vertical-align: top;
}
.textColumn table.featureTable tr.headerRow td {
	border-bottom: solid #000 1px;
	font-weight: bold;
	padding-bottom: 3px;
	vertical-align: bottom;
}
.textColumn table.featureTable tr td.headerColumn {
	font-weight: bold;
	padding-right: 25px;
	padding-left: 0px;
}
.textColumn table.featureTable ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.textColumn table.featureTable ul > li:first-child {
	margin-top: 0px;
}
.textColumn table.featureTable ul > li:last-child {
	margin-top: 0px;
}
.textColumn table.featureTable ul li {
	margin: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
	padding: 0px;
}
.textColumn table.featureTable ul.subList {
	list-style-type: disc;
	margin: 0px;
	margin-left: 20px;
	margin-bottom: 12px;
	padding: 0px;
}
.textColumn table.featureTable ul.subList li {
	margin-left: 5px;
}

/* content page news list */
ul.newsList {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}
ul.newsList li {
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	width: 500px;
	position: relative;
	top: -1.3em;
	left: 75px;
}
ul.newsList li.dateLI {
	margin-bottom: 1px;
	color: #888;
	font-size: .9em;
	top: 0px;
	left: 0px;
}
h5.newsYear {
	color: #f2af14;
	font-style: italic;
	font-size: 1.4em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 35px;
	margin-bottom: 15px;
}

/* begin hack for IE6 and IE7 */
h5.newsYear {
	/position: relative;
	/left: -75px;
	/margin-bottom: -6px;
}
ul.newsList > h5:first-child {
	/left: 0px;
	/margin-bottom: 15px;
}
/* end hack for IE6 and IE7 */

.textColumn .quotation {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	width: 90%;
	text-align: center;
	font-size: .9em;
	color: #777;
}
.textColumn .ldquo {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #f2af14;
	font-size: 2em;
	position: relative;
	margin-top: -7px;
	top: 7px;
	line-height: 0px;
	padding-left: 5px;
	padding-right: 2px;
	margin-left: -10px;
}
.textColumn .rdquo {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #f2af14;
	font-size: 2em;
	position: relative;
	margin-top: -7px;
	top: 7px;
	line-height: 0px;
	padding-left: -2px;
	padding-right: 5px;
	margin-right: -10px;
}
.textColumn a.documentLink {
	padding-left: 16px;
	list-style-type: none;
	background-image: url(../images/icon_document.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
.textColumn ul.regulationsList .regulationName {
	font-weight: bold;
}
.textColumn ul.regulationsList a.documentLink {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.textColumn ul.regulationsList .regulationSource {
	display: block;
	margin-top: 1px;
}
.textColumn ul.regulationsList .quotation {
	margin-left: 30px;
	margin-right: 0px;
	text-align: inherit;
	color: inherit;
	margin-top: 10px;
}
.textColumn ul.regulationsList .explanation {
	display: block;
	font-size: .9em;
	margin-left: 30px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.textColumn ul.regulationsList .quotation + .explanation {
	margin-top: 15px;
}