/* in FW */
/* MINIMUM STYLES PORTED FROM STYLE.CSS */

/* normalize margins and padding */
html, body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, p, blockquote, th, td
{
	margin: 0px;
	padding: 0px;
}

/* normalize font size for headers, pre and code */
h1, h2, h3, h4, h5, h6, pre, code {
	/*font-size: 100%;*/
}

/* remove list-style from lists */
ul {
	list-style: none;
}



html {
	margin:0px;
}

body {
	/*width: 1000px;*/
	margin: 0 auto;
	text-align: left;
	position: relative;
	background-color:#ffffff;
	color:#494848;
        /*font-family: Arial, Helvetica, sans-serif;*/
        /*font-size: 11px;*/
        /*line-height: 15px;*/
}

body #dropDowns a,
body #dropDowns a:link,
body #dropDowns a:visited,
body #dropDowns a:active {
	color:#494848;
	text-decoration:none;
}
body #dropDowns a:hover {
	color:#0077aa;
	text-decoration:none;
}

body #dropDowns .iconListItem a,
body #dropDowns .iconListItem a:link,
body #dropDowns .iconListItem a:visited,
body #dropDowns .iconListItem a:active {
	color:#494848;
	text-decoration:none;
}
body #dropDowns .iconListItem a:hover {
	color:#494848;
	text-decoration:none;
}


#header {
	width:1000px;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	color:#000000;
	z-index:90;	/*added for flashNav for full height gray background - keeps top nav above it */
}

#headerTop {
	width:1000px;
	height:81px;
	/*background-image:url(/images/top/bg_top.gif);*/
	background-repeat:no-repeat;
	position:relative;
}

body #header a,
body #header a:link,
body #header a:visited,
body #header a:hover,
body #header a:active {
	color: #ffffff;
	text-decoration: none;
}

.skipNav {
	width: 0px;
	height: 0px;
	overflow: hidden;
	text-index: -9999px;
	margin: 0px;
	padding: 0px;
}

.verticalMiddle {
    vertical-align: middle;
}

#footer {
	width:1000px;
	height:70px;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:15px;
	color:#494848;
	position:relative;
}
body #footer a,
body #footer a:link,
body #footer a:visited,
body #footer a:active {
     text-decoration: none;
     color: #0077aa;
}
body #footer a:hover {
     text-decoration: underline;
}

#footerLeftText1st {
float:left;
height:auto;
margin:10px 0 0 10px;
}
#footerLeftText1st {
    float: left;
    height: auto;
    margin: 10px 0 0 10px;
}
#footerLeftTextRest {
float:left;
height:auto;
margin:10px 0 0 10px;
color: #494848;
}
#footerRightText1st {
float:right;
height:auto;
margin:10px 10px 0 0;
}

#footerRightTextRest {
	margin:1px 15px  0px 0px;
	float:right;
	color: #494848;
	height:30px;
}

#footerSeoBlock {
	color: #B4B4B4;
	float:left;
	height:auto;
	margin:20px 0 0 10px;
}

#footerSeoBlock a {
	color: #B4B4B4;
	text-decoration:none;
}
#footerSeoBlock a:link {
	color: #B4B4B4;
	text-decoration:none;
}
#footerSeoBlock a:active {
	text-decoration:none;
	color: #B4B4B4;
}
#footerSeoBlock a:visited {
	text-decoration:none;
	color: #B4B4B4;
}
#footerSeoBlock a:hover {
	color: #B4B4B4;
	text-decoration:underline;
}


.clearBoth {
	clear:both;
}

.clearRight {
	clear:right;
}

.clearBothTight {
		clear:both;
		margin:0px;
		padding:0px;
		font-size:0px;
		line-height:0px;
		height:0px;
		width: 0px;
		overflow:hidden;
}


/* CUFON IE FIXES */
em, i { font-style: italic; }
.cufon { zoom: 1; }

body {
     /*background-image: url(/images/header/header-bg-2012.gif);*/
     /*background-position: 50% 0%;*/
     /*background-image: url(/images/header/header-sprites-2014.png);*/
     /*background-position: 50% -1600px;*/
     /*background-repeat: repeat-x;*/
     width: 100% !important;
     font-family: Arial, Helvetica, sans-serif;
}
html {
}

#newWrap {
     width: 1000px;
     margin: 0px auto;
     position: relative;
}

#content {
     margin-top: 20px !important;
}

#headerWrap {
     /*background-image: url(/images/header/header-bg-2012-narrow.gif);*/
     /*background-image: url(/images/header/header-bg-2012.gif);*/
     /*background-position: 50% 0%;*/
     /*background-image: url(/images/header/header-sprites-2014.png);*/
     /*background-position: 50% -1600px;*/
     /*background-repeat: no-repeat;*/
     background-color: #2c95dd;
     height: 77px;
}
#header {
     height: 77px;
     margin: 0px auto;
     overflow: hidden;
     z-index: auto !important;
}
#header #headerTop {
     position: relative;
     background-image: none;
     height: 77px;
}
#header #emcLogo {
     position: absolute;
     top: 35px;
     left: 10px;
}
#header #menu {
     position: absolute;
     left: 120px;
     top: 43px;
     width: 703px;
     height: 30px;
     font-family: Arial, Helvetica, sans-serif;
}
#header #menu .menuItem {
     float: left;
     position: relative;
     height: 23px;
     padding: 11px 10px 0;
     font-size: 11px;
     line-height: 14px;
     color: #ffffff;
     cursor: pointer;
     background-image: none;
     z-index: 90;
}
#header #menu a.menuItem:hover,
#header #menu .menuItem.on {
}
#header #menu .menuItem img {
     border: none;
}
#header #menu a.menuItem,
#header #menu a.menuItem:link,
#header #menu a.menuItem:visited,
#header #menu a.menuItem:hover,
#header #menu a.menuItem:active {
     text-decoration: none;
}
#header #menu a.menuItem.current {
     background-color: #2285cb;
     background-position: 0px 0px;
}

/* search form */
.searchForm input,
.searchForm img {
     float: left;
}
.searchForm img { margin-top: 3px; margin-left: 2px; cursor: pointer; color: #ffffff; }

.searchFormWrapper {
     position: absolute;
     right: 10px;
     top: 44px;
     background-image: none !important;
     background-color: #ffffff;
     border: 1px solid #888888;
     background-position: 100% 0%;
     /*padding-right: 5px;*/
     padding: 1px 5px 2px 0px;
     width: 151px;
}
.searchFormWrapper img {
     /*visibility: hidden;*/
}
input.searchString {
     background-color: transparent;
     border: none;
     width: 131px;
     height: 15px;
     font-size: 10px;
     padding: 3px 0px 0px 5px;
     color: #494848 !important;
     margin-right: 0px;
}
.searchString.userValue {
     color: #000000 !important;
}
/* HIDE TEMPORARILY UNTIL FULL FUNCTIONALITY CAN BE SET UP */
#supportSearchLink.searchFormWrapper {
     border: none;
}
#supportSearchForm input.searchString {
     background-color: transparent;
     border: none;
     width: 212px;
     height: 15px;
     font-size: 10px;
     padding: 3px 0px 0px 5px;
     color: #494848 !important;
     margin-right: 0px;
}
#supportSearchWrapper {
	display: none;
     position: relative;
     background-position: 100% 0%;
     padding-right: 5px;
     width: 232px;
     height: 18px;
     top: auto;
     right: auto;
     float: left;
}
#supportSearchLink {
    background-image: none;
    position: static;
}
a#supportAdvancedLink {
	display: none;
     float: left;
     margin-left: 15px;
     margin-top: 4px;
}
a#supportAdvancedLink:link,
a#supportAdvancedLink:visited {
     color: #005596 !important;
}
a#supportAdvancedLink:hover,
a#supportAdvancedLink:active {
     color: #005596 !important;
     text-decoration: underline !important;
}

#headerRight {
     position: absolute !important;
     top: 8px;
     right: 10px !important;
     left: auto !important;
     bottom: auto !important;
     width: 500px !important;
}
#headerRight li {
     float: right;
     margin-left: 12px;
}
#headerRight li img {
     margin-right: 5px;
     position: relative;
     top: 1px;
}
#header #headerRight a:link,
#header #headerRight a:hover,
#header #headerRight a:visited,
#header #headerRight a:active {
     color: #ffffff !important;
}


/* DROPDOWNS */

#dropDowns {
     position: absolute;
     top: 77px;
     left: 0px;
     font-family: Arial, Helvetica, sans-serif;
     z-index: 90;
     /*background-image: url(/images/header/dd-bg-2012.gif);*/
     /*background-position: bottom left;*/
     background-image: url(/images/header/header-sprites-2014.png);
     background-position: 0px 0px;
     background-repeat: repeat-x;
/*filter: PROGID:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='white', EndColorStr='steelblue') PROGID:DXImageTransform.Microsoft.DropShadow(Color='white', OffX=0, OffY=0);*/
     margin: 0px auto;
     width: 100%;
     height: 0px;
     overflow: hidden;
}
#dropDownsInner {
     position: relative;
     margin: 0px auto;
     width: 980px;
}

#dropDowns .dropdownItem {
     position: absolute;
     top: 0px;
     left: 0px;
     width: 980px;
     height: 200px;
     z-index: 90;
}

#dropDownIndicatorWrapper {
     position: absolute;
     top: 77px;
     left: 0px;
     width: 100%;
     height: 10px;
     overflow: hidden;
     z-index: 91;
}
#dropDownIndicatorInner {
     position: relative;
     width: 980px;
     margin: 0px auto;
     z-index: 91;
}
#dropDownIndicator {
     position: absolute;
     top: 0px;
     left: 0px;
     width: 0px;
     height: 0px;
     z-index: 91;
}
#dropDownIndicator div {
     position: absolute;
     top: 0px;
     left: -10px;
     width: 21px;
     height: 10px;
     overflow: hidden;
     z-index: 91;
}
#dropDownIndicator img {
     position: absolute;
     top: -10px;
     left: 0px;
     z-index: 91;
}
#dropDownIndicator img.current {
     display: none;
     z-index: 91;
}

.dropDownCol {
     float: left;
     padding: 27px 30px 27px 0px;
     margin-right: 30px;
     /*height: 144px;*/
     /*background-image: url(/images/header/dropdown-vertical-divider-2012.gif);*/
     /*background-position: 100% 0%;*/
     background-image: url(/images/header/header-sprites-2014.png);
     background-position: 100% -200px;
     background-repeat: no-repeat;
     font-size: 11px;
     line-height: 14px;
     height: 145px;
     position: relative;
}

.dropDownCol.threefourths {
     width: 675px;
}
.dropDownCol.twothirds {
     width: 562px;
}
.dropDownCol.onehalf {
     width: 430px;
}
.dropDownCol.onethird {
     width: 296px;
}
.dropDownCol.onefourth {
     width: 185px;
}
.dropDownCol.fullwidth {
     width: 980px;
     padding-right: 0px;
     margin-right: 0px;
}

.dropDownCol.noRightBorder {
     margin-right: 0px !important;
     background-image: none;
}

.dropDownCol.noRightBorder.threefourths {
     width: 705px;
}
.dropDownCol.noRightBorder.twothirds {
     width: 592px;
}
.dropDownCol.noRightBorder.onehalf {
     width: 460px;
}
.dropDownCol.noRightBorder.onethird {
     width: 316px;
}
.dropDownCol.noRightBorder.onefourth {
     width: 215px;
}

.dropDownCol .iconList {
     margin-left: 0px;
     margin-right: 0px;
     position: relative;
     left: -10px;
}
.dropDownCol.threefourths .iconList {
     width: 715px;
}
.dropDownCol.twothirds .iconList {
     width: 602px;
}
.dropDownCol.onehalf .iconList {
     width: 450px;
}
.dropDownCol.onethird .iconList {
     width: 316px;
}
.dropDownCol.onefourth .iconList {
     width: 205px;
}
.dropDownCol.noRightBorder.threefourths .iconList {
     width: 735px;
}
.dropDownCol.noRightBorder.twothirds .iconList {
     width: 622px;
}
.dropDownCol.noRightBorder.onehalf .iconList {
     width: 490px;
}
.dropDownCol.noRightBorder.onethird .iconList {
     width: 356px;
}
.dropDownCol.noRightBorder.onefourth .iconList {
     width: 245px;
}

.dropDownDivider {
     float: left;
     width: 1px;
     height: 198px;
}

.dropDownCol .iconListItem {
     float: left;
     width: 80px;
     padding: 8px 5px 0px 5px;
     text-align: center;
     color: #494848;
}
.dropDownCol .iconListItem img {
     height: 75px;
}

/* size adjustments, this list can expand as needed */
.dropDownCol.threefourths .iconCount7 .iconListItem {
     width: 90px;
}
.dropDownCol.threefourths .iconCount6 .iconListItem {
     width: 107px;
}
.dropDownCol.threefourths .iconCount5 .iconListItem {
     width: 125px;
}
.dropDownCol.twothirds .iconCount4 .iconListItem {
     width: 135px;
}
.dropDownCol.onethird .iconCount3 .iconListItem {
     width: 95px;
}
.dropDownCol.htbRight .iconCount3 .iconListItem {
     width: 115px;
}
.dropDownCol.fullwidth .iconCount7 .iconListItem {
     width: 130px;
}

.dropDownCol.noRightBorder.twothirds .iconCount4 .iconListItem {
     width: 145px;
}
.dropDownCol.noRightBorder.onethird .iconCount3 .iconListItem {
     width: 105px;
}

.dropDownCol span.simulatedA {
     color: #006699;
     text-decoration: none;
}
.dropDownCol span.simulatedA.hover {
     color: #006699;
     text-decoration: underline;
     cursor: pointer;
}
.dropDownCol .iconListItem span.simulatedA {
     color: #494848;
     text-decoration: none;
}
.dropDownCol .iconListItem span.simulatedA.hover {
     color: #494848;
     /*text-decoration: underline !important;*/
     cursor: pointer;
}

/* icon carousels */

.dropDownCol.threefourths .universalCarousel.iconList {
     left: 0px;
     width: 625px;
     padding: 0px 30px;
     min-height: 115px;
}
.dropDownCol.threefourths .universalCarousel .carouselTray,
.dropDownCol.threefourths .universalCarousel .carouselMask {
     min-height: 115px;
}
.dropDownCol.threefourths .universalCarousel .iconListItem {
     width: 115px;
}
.dropDownCol .universalCarousel .carouselControls {
     position: absolute;
     top: 30px;
     right: 0px;
     color: #2c95dd;
     width: 100%;
     height: 0px;
}
.dropDownCol .universalCarousel .carouselControls .box {
     position: absolute;
     top: 20px;
     width: 15px;
     height: 22px;
     margin-left: 0px;
}
.dropDownCol .universalCarousel .carouselControls .box span {
     display: none;
}
.dropDownCol .universalCarousel .carouselControls .box.show {
     display: block;
     opacity: 1;
     filter: '';
}
.dropDownCol .universalCarousel .carouselControls .box.hide {
     display: block;
     opacity: 0.25;
     filter: alpha(opacity=25);
}
.dropDownCol .universalCarousel .carouselControls .box.prev {
     left: 0px;
     /*background-image: url(/images/header/carousel-arrow-left-2012.gif);*/
     background-image: url(/images/header/header-sprites-2014.png);
     background-position: -13px -778px;
}
.dropDownCol .universalCarousel .carouselControls .box.next {
     right: 0px;
     /*background-image: url(/images/header/carousel-arrow-right-2012.gif);*/
     background-image: url(/images/header/header-sprites-2014.png);
     background-position: 1px -778px;
}

/* tweaks, misc styles */

.dropDownCol h4 {
     font-size: 14px;
     line-height: 16px;
     font-weight: bold;
     color: #666666;
     padding-bottom: 10px;
}
.iconTextArea {
     float: left;
}
.dropDownCol.onefourth .iconListItem {
     position: relative;
     left: -10px;
}
.dropDownCol.onefourth .iconTextArea {
     width: 95px;
}
.dropDownCol p {
     padding-bottom: 8px;
}
.dropDownCol h4.noHeaderSpacer {
     overflow: hidden;
     height: 10px;
}

.dropdownRightPromo {
     padding-bottom: 5px;
}
.dropdownRightPromo h6 {
     font-size: 15px;
     line-height: 15px;
     padding-bottom: 2px;
}

.dropDownTabs {
     /*background-image: url(/images/header/dropdown-horizontal-divider-threefourths-2012.gif);*/
     background-repeat: no-repeat;
     background-position: 0px 22px;
     font-size: 13px;
     color: #888888;
}
.dropDownTab {
     float: left;
     /*margin-right: 40px;*/
     cursor: pointer;
     padding: 0px 15px;
     border-right: 1px solid #cccccc;
     color: #005596;
     margin-bottom: 7px;
}
.dropDownTab.last {
     border-right: none;
}
.dropDownTab h4 {
     color: #005596;
     font-weight: normal;
     padding-bottom: 1px;
}
.dropDownTab.on h4 {
     color: #666666;
     font-weight: bold;
}
.dropDownTabBody {
     /*display: none;*/
}
.dropDownTabBody.on {
     display: block;
}

.dropDownTabBodies {
     clear: both;
}

/* DROPDOWN CONTENTS */

/* PRODUCTS */

#productsAlphaLink {
    position: absolute;
    top: 26px;
    right: 32px;
    text-align: right;
    width: 300px;
    padding-right: 22px;
}
#productsAlphaLink .headerSprite {
     position: absolute;
     top: 0px;
     right: 0px;
}
#productsAlphaLink a:link,
#productsAlphaLink a:visited {
    color: #006699;
    text-decoration: none;
}
#productsAlphaLink a:hover,
#productsAlphaLink a:active {
    color: #006699;
    text-decoration: underline;
}
#productsAlphaLink img {
    position: relative;
    top: 2px;
    margin-left: 3px;
}

/* HOW TO BUY */

.overlayContentTempHolder {
     display: none;
}
.overlayInner {
	padding: 12px 15px 25px 15px;
	font-family: Arial, Helvetica, sans-serif;
}
.overlayTitle {
	padding-top: 5px;
	padding-bottom: 15px;
	border-bottom: 1px solid #c3c3c3;
	margin-bottom: 10px;
}

.contactListAlphaList {
	font-size: 12px;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px solid #c3c3c3;
}
.contactListAlphaList a.contactListAlphaLink:link,
.contactListAlphaList a.contactListAlphaLink:visited,
.contactListAlphaList a.contactListAlphaLink:hover,
.contactListAlphaList a.contactListAlphaLink:active {
	font-weight: bold;
	/*color: #2c95dd;*/
	margin-left: 5px;
	text-decoration: none;
}
#globalSalesContactsList {
	height: 300px;
	overflow: auto;
}
.salesContactRow {
	width: 470px;
	font-size: 12px;
}
.salesContactRow.gray {
	background-color: #f2f2f2;
}
.salesContactRow .cName,
.salesContactRow .cNums {
	float: left;
	padding: 6px;
	width: 210px;
}
.salesContactRow a.email:link {
	text-align: right;
	display: block;
	float: left;
	margin: 6px;
	width: 14px;
	height: 10px;
	/*background-image: url(/images/products/how-to-buy/icon-email.gif);*/
	background-image: url(/images/header/header-sprites-2014.png);
	background-position: -61px -783px;
}
.salesContactRow a.email:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.overlayInner p {
	font-size: 12px;
	line-height: 17px;
}


/* EMC+ */

#emcplusDropdown .leadspace-item {
    float: left;
    position: relative;
    margin: 0px 1px 0px 0px;
    width: 184px;
    height: 144px;
    border: 1px solid #888888;
    overflow: hidden;
    background-color: #ffffff;
    background-image: url(/emc-plus/images/spinner-b-on-w.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    cursor: pointer;
}
#emcplusDropdown .leadspace-item img {
     position: absolute;
}
#emcplusDropdown .leadspace-item .leadspace-arrow {
    visibility: hidden;
    position: absolute;
    right: 8px;
    top: 0px;
    width: 9px;
    height: 100%;
    background-image: url(/emc-plus/images/menudropdown-arrow.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
#emcplusDropdown .leadspace-item .leadspace-collapse h4,
#emcplusDropdown .leadspace-item .item-content p {
    display: none;
}
#emcplusDropdown .leadspace-item .item-content,
#emcplusDropdown .leadspace-item .item-bg {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
#emcplusDropdown .leadspace-item .item-content h1,
#emcplusDropdown .leadspace-item .item-content h2 {
    padding: 12px 26px 10px 10px;
    text-transform: none;
    font-size: 13px;
    font-weight: normal;
}
#emcplusDropdown .leadspace-item .item-bg {
    background-color: #000000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    zoom: 1;
    width: 100%;
    height: 100%;
}
#emcplusDropdown .leadspace-item .leadspace-collapse h1,
#emcplusDropdown .leadspace-item .leadspace-collapse h2 {
    color: #2c95dd;
    font-weight: bold;
}
#emcplusDropdown ul {
    float: left;
}

/* NEW EMC+ DROPDOWN SEPT 2013 */
#emcplusDropdown {}
#emcplusDropdown .emcplusCont {
	padding: 0 45px 45px 0px;
}
#emcplusDropdown .emcplusCont .img {
	background: url('/images/header/dropdown-menu-sprites.png') 0px -4650px no-repeat transparent;
	display: block;
	width: 72px;
	height: 75px;
	float: left;
	margin-right: 20px;
}
#emcplusDropdown .emcTVCont {
	padding: 0 15px 45px 39px;
}
#emcplusDropdown .emcTVCont .img {
	background: url('/images/header/dropdown-menu-sprites.png') 0px -4725px no-repeat transparent;
	display: block;
	width: 72px;
	height: 75px;
	float: left;
	margin-right: 18px;
}
#emcplusDropdown .emcplusCont, #emcplusDropdown .emcTVCont {
	background: url('/images/header/header-sprites-2014.png') 100% -225px no-repeat transparent;
	width: 290px;
	margin-top: 28px;
	float: left;
	min-height: 100px;
}
#emcplusDropdown p {
    font-size: 12px;
    line-height: 18px;
}
#emcplusDropdown .emcplusCont h5, #emcplusDropdown .emcTVCont h5 {
	color: #2c94dd;
	font-size: 12px;
	margin-bottom: 13px;
}
#emcplusDropdown .featuredCont {
	width: 210px;
	display: inline-block;
	font-size: 12px;
	padding-left: 38px;
}
#emcplusDropdown .featuredCont ul {
    margin: 0;
    float: none;
}
#emcplusDropdown .featuredCont .listTitle {
	margin-bottom: 13px;
	padding-top: 29px;
	font-size: 13px;
}
#emcplusDropdown .featuredCont ul li {
	margin-bottom: 10px
}
#emcplusDropdown .featuredCont a {
	color: #005596 !important;
}


/* FOOTER */

#footer {
     /* color: #ffffff !important; */
     margin: 0px auto;
     height: auto;
     width: 980px;
     float: none;
}
#footerWrap {
     /* background-color: #2c95dd; */
	 /*background-image: url(/images/header/footer-bg-2012.gif);*/
     background-image: url(/images/header/header-sprites-2014.png);
     background-position: 0px -800px;
	 background-repeat: repeat-x;
	 /*background-position: top;*/
}
/* #footer a:link,
#footer a:visited {
     color: #ffffff !important;
}
#footer a:hover,
#footer a:active {
     color: #ffffff !important;
     text-decoration: underline !important;
}*/

#footerTopRow {
     padding-top: 40px;
     padding-bottom: 20px;
}

#footerTopRow .col {
     float: left;
     width: 147px;
     margin-right: 30px;
}
#footerTopRow .col1 {
     width: 242px;
}
#footerTopRow.colCount3 .col {
    width: 182px;
}
#footerTopRow.colCount3 .col.col1 {
    width: 314px;
}
#footerTopRow h3 {
     font-size: 14px;
     line-height: 17px;
     padding-bottom: 15px;
	 color: #4a4a4a;
         margin-bottom: 0px !important;
         font-weight: bold !important;
}

#footerTopRow h3 a:link,
#footerTopRow h3 a:visited {
     	 color: #4a4a4a !important;
}

#footerTopRow .col1 h3 {
     font-size: 15px;
     line-height: 19px;
	 color: #4a4a4a;
}
#footerTopRow div {
     font-size: 11px;
     line-height: 15px;
     padding-bottom: 4px;
}
#footerTopRow .col1 div {
     font-size: 14px;
     line-height: 17px;
     padding-top: 12px;
}
.arrow {
     font-size: 1.2em;
}

#footerLeftText1st ul {
     margin: 0;
     position: relative;
}
#footerLeftText1st ul li {
     float:left;
     display:inline-block;
     text-transform:uppercase;
     margin-right:10px;
     height:16px;
     background-position: right top;
     background-repeat:no-repeat;
     width:auto;
}
#footerLeftText1st a {
     -webkit-text-size-adjust: 100%;
     padding:0px 0px 3px 0px;
     margin:0;
     /*background-image: url(/images/header/footer-link-left-dots-2012.gif);*/
     /*background-position: right top;*/
     background-image: url(/images/header/header-sprites-2014.png);
     background-position: 100% -710px;
     background-repeat:no-repeat;
     font-weight: bold;
     text-transform: uppercase;
     display: inline-block;
     width: auto;
	 color: #b4b4b4;
}
#footerLeftText1st a img{
     padding-left:5px;
}
#footerLeftText1st a.rssIcon {
     padding-left: 17px;
     /*background-image: url(/images/header/icon-rss.gif); */
     /*background-position: top left;*/
	 color: #b4b4b4;
}

#footerLeftText1st li.followJustBg{
	/*background-image: url(/images/header/footer-link-left-dots-2012.gif);*/
	/*background-position: 0% 50%;*/
     background-image: url(/images/header/header-sprites-2014.png);
     background-position: 0px -707px;
	padding-left: 10px;
	margin-right: 6px;
	margin-left: 3px;
	color: #b4b4b4 !important;
}
#footerLeftText1st li.justBg{
	/*background-image: url(/images/header/footer-link-left-dots-2012.gif);*/
	/*background-position: 0% 50%;*/
     background-image: url(/images/header/header-sprites-2014.png);
     background-position: 0px -707px;
	padding: 0;
	margin: 0;
	width:10px;
	color: #b4b4b4 !important;
}

#footerLeftText1st,
#footerRightText1st {
     margin-top: 20px !important;
     margin-left: 0px !important;
     margin-right: 0px !important;
}



#footerSeoBlock {
     clear: both;
     width: 980px;
     margin: 20px 0px 50px 0px !important;
     color: #b4b4b4 !important;
	 
}
#footerSeoBlock a:link,
#footerSeoBlock a:visited,
#footerSeoBlock a:hover,
#footerSeoBlock a:active {
     color: #b4b4b4 !important;
}



#footerLeftText1st .shareIcon a:link,
#footerLeftText1st .shareIcon a:visited {
    /*background-image: url(/images/footer-sept2011/icon-footer-share-gray.gif);*/
    background-image: url(/images/header/header-sprites-2014.png);
    background-position: -35px -564px;
    color: #b4b4b4;
    padding-right: 25px;
}
#footerLeftText1st .shareIcon a:hover,
#footerLeftText1st .shareIcon a:active {
    /*background-image: url(/images/footer-sept2011/icon-footer-share-color.gif);*/
    background-image: url(/images/header/header-sprites-2014.png);
    background-position: -35px -524px;
    padding-right: 25px;
}
#footerLeftText1st .shareIcon.hideShareLink {
     position: relative;
     top: 1px;
}
#footerLeftText1st .rssIcon a:link,
#footerLeftText1st .rssIcon a:visited {
    /*background-image: url(/images/footer-sept2011/icon-footer-rss-gray.gif);*/
    background-image: url(/images/header/header-sprites-2014.png);
    background-position: -48px -584px;
	color: #b4b4b4 !important;
    padding-right: 25px;
}
#footerLeftText1st .rssIcon a:hover,
#footerLeftText1st .rssIcon a:active {
	 /*background-image: url(/images/footer-sept2011/icon-footer-rss-color.gif);*/
    background-image: url(/images/header/header-sprites-2014.png);
    background-position: -48px -544px;
}
#footerLeftText1st .smIcon,
#footerLeftText1st .smIcon a{
	width:21px;
}
#footerLeftText1st .fb a:link,
#footerLeftText1st .fb a:visited {
    /*background-image: url(/images/footer-sept2011/icon-footer-facebook-gray.gif);*/
    background-image: url(/images/header/header-sprites-2014.png);
    background-position: -3px -644px;
}
#footerLeftText1st .fb a:hover,
#footerLeftText1st .fb a:active {
	 /*background-image: url(/images/footer-sept2011/icon-footer-facebook-color.gif);*/
    background-image: url(/images/header/header-sprites-2014.png);
    background-position: -33px -644px;
}
#footerLeftText1st .tw a:link,
#footerLeftText1st .tw a:visited {
    /*background-image: url(/images/footer-sept2011/icon-footer-twitter-gray.gif);*/
    background-image: url(/images/header/header-sprites-2014.png);
    background-position: -3px -684px;
}
#footerLeftText1st .tw a:hover,
#footerLeftText1st .tw a:active {
	 /*background-image: url(/images/footer-sept2011/icon-footer-twitter-color.gif);*/
    background-image: url(/images/header/header-sprites-2014.png);
    background-position: -33px -684px;
}
#footerLeftText1st .li a:link,
#footerLeftText1st .li a:visited {
    /*background-image: url(/images/footer-sept2011/icon-footer-linkedin-gray.gif);*/
    background-image: url(/images/header/header-sprites-2014.png);
    background-position: -3px -604px;
}
#footerLeftText1st .li a:hover,
#footerLeftText1st .li a:active {
	 /*background-image: url(/images/footer-sept2011/icon-footer-linkedin-color.gif);*/
    background-image: url(/images/header/header-sprites-2014.png);
    background-position: -33px -604px;
}
#footerLeftText1st .yt a:link,
#footerLeftText1st .yt a:visited {
    /*background-image: url(/images/footer-sept2011/icon-footer-youtube-gray.gif);*/
    background-image: url(/images/header/header-sprites-2014.png);
    background-position: 0px -664px;
	width:26px;
}
#footerLeftText1st .yt a:hover,
#footerLeftText1st .yt a:active {
	 /*background-image: url(/images/footer-sept2011/icon-footer-youtube-color.gif);*/
    background-image: url(/images/header/header-sprites-2014.png);
    background-position: -30px -664px;
}
#footerLeftText1st .gp a:link,
#footerLeftText1st .gp a:visited {
    /*background-image: url(/images/footer-sept2011/icon-footer-google-gray.gif);*/
    background-image: url(/images/header/header-sprites-2014.png);
    background-position: -3px -624px;
	width:26px;
}
#footerLeftText1st .gp a:hover,
#footerLeftText1st .gp a:active {
	 /*background-image: url(/images/footer-sept2011/icon-footer-google-color.gif);*/
    background-image: url(/images/header/header-sprites-2014.png);
    background-position: -33px -624px;
}

#footerRightText1st a {
	padding-left: 10px;
	margin-right: 6px;
	/*background-image: url(/images/header/footer-link-left-dots.gif);*/
	/*background-position: 0% 50%;*/
     background-image: url(/images/header/header-sprites-2014.png);
     background-position: 0px -707px;
	background-repeat: no-repeat;
	font-weight: bold;
	text-transform:uppercase;
	color: #b4b4b4 !important;
}
#footerRightText1st .noBg {
	background-image:none;
}
#footerRightText1st {
    text-align: right;
}

#footerRightText1st .copyRight {
	margin-top:3px;
	color: #b4b4b4 !important;
}

/* share link */
#footerLeftText1st .shareIcon {
     height:auto;
     position:relative;
}
#footerLeftText1st .shareIcon .shareBtn {
     z-index:4;
     height:20px;
     position:relative;
     border: 1px solid #CCCCCC;
     background-color:#FFF;
     border-bottom: none;
     margin: -7px -9px -7px -7px;
     padding: 6px 8px 6px 6px;
}
#footerLeftText1st .shareIcon.hideShareLink .shareBtn {
     border: none;
     background-color: transparent;
     margin: -8px -10px -8px -8px;
     padding: 7px 10px 8px 8px;
}

#footerShareLinks a:link,
#footerShareLinks a:visited {
     color: #b4b4b4 !important;
}
#footerShareLinks a:hover,
#footerShareLinks a:active {
     color: #b4b4b4 !important;
}
#footerShareLinks{
     z-index:3;
     background-color:#FFF;
     position:absolute;
     left:0;
     top:20px;
     width:230px;
     padding:10px;
     border: 1px solid #CCCCCC;
     margin-top: 5px;
     margin-left: -7px;
}
#footerShareLinks a.at300b,
#footerShareLinks a.at300m{
    display: inline-block !important;
    float: left !important;
    height: 16px !important;
    line-height: 16px !important;
    padding: 2px 3px !important;
    width: 109px !important;
	background-image:none !important;
}
#footerShareLinks a.at300b:hover,
#footerShareLinks a.at300m:hover {
	text-decoration: none !important;
    background: #f2f2f2 !important;
    padding: 1px 2px !important;
    border: 1px solid #e5e5e5 !important;
	margin:0 !important;
}
#footerShareLinks a .at300bs {
    display: inline-block;
	padding-left: 5px;
	margin-bottom: 5px;
    vertical-align: middle;
}
#footerShareLinks .footerShareLinksClose {
    float: right;
    height: 7px;
    width: 7px;
	clear:right;
	padding-top: 5px;
}
#footerShareLinks .footerShareLinksClose a {
	/*background-image: url(/_admin/img/icons/close-icon-flyout.gif) !important;*/
	background-image: url(/images/header/header-sprites-2014.png) !important;
        background-position: -81px -760px !important;
	background-repeat:no-repeat;
    display: block;
    text-indent: -9999em;
}
.shareIcon.hideShareLink #footerShareLinks{
	display:none;
}
.shareIcon.showShareLink #footerShareLinks{
	display:block;
}

#footerLeftText1st,
#footerRightText1st{
	width:45%;
}



/* collapsing header */

#headerShowMenu {
     display: none;
    position: absolute;
    padding-right: 16px;
    bottom: 11px;
    right: 13px;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
    z-index: 499;
    /*width: 69px;*/
    height: 14px;
    /*background-image: url(/images/header/header-collapse-arrow.gif);*/
    /*background-position: 100% 4px;*/
     background-image: url(/images/header/header-sprites-2014.png);
     background-position: 100% -506px;
    background-repeat: no-repeat;
}

#myAccountModal.hidden {
    display: none !important;
}



/* HTML CHAT INVITATION JULY 2012 */

#chatInvite {
    position: relative;
    width: 420px;
    height: 260px;
    color: #4c4c4c;
    background-image: url(//www.emc.com/images/chat/invite-bg.png);
    font-family: Arial, Helvetica, sans-serif;
}
#chatInvite .chat-btn {
    position: relative;
    clear: both;
    padding: 6px 5px 6px 15px;
    width: 100px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    background-repeat: no-repeat;
    cursor: pointer;
}
#chatInvite a:link,
#chatInvite a:visited,
#chatInvite a:hover,
#chatInvite a:active {
    text-decoration: none;
}
#chatInvite a:link .chat-btn-lblue,
#chatInvite a:visited .chat-btn-lblue {
    background-image: url(//www.emc.com/images/chat/btn-lblue-left.png);
    color: #ffffff;
    text-decoration: none;
}
#chatInvite a:link .chat-btn-gray,
#chatInvite a:visited .chat-btn-gray {
    margin-top: 10px;
    background-image: url(//www.emc.com/images/chat/btn-gray-left.png);
    color: #2c95dd;
    text-decoration: none;
}
#chatInvite a:hover .chat-btn-lblue,
#chatInvite a:active .chat-btn-lblue,
#chatInvite a:hover .chat-btn-gray,
#chatInvite a:active .chat-btn-gray  {
    background-image: url(//www.emc.com/images/chat/btn-dblue-left.png);
    color: #ffffff;
    text-decoration: none;
}

#chatInvite .chat-btn-end {
    position: absolute;
    right: -10px;
    top: 0px;
    width: 10px;
    height: 26px;
}
#chatInvite .chat-btn-end-lblue {
    background-image: url(//www.emc.com/images/chat/btn-lblue-right.png);
}
#chatInvite .chat-btn-end-gray {
    background-image: url(//www.emc.com/images/chat/btn-gray-right.png);
}

#chatInvite a:hover .chat-btn-end-lblue,
#chatInvite a:active .chat-btn-end-lblue,
#chatInvite a:hover .chat-btn-end-gray,
#chatInvite a:active .chat-btn-end-gray  {
    background-image: url(//www.emc.com/images/chat/btn-dblue-right.png);
    color: #ffffff;
    text-decoration: none;
}

#chatInvite .close-btn {
    position: absolute;
    top: 28px;
    right: 28px;
    border: none;
}
#chatInvite a:link .close-btn,
#chatInvite a:visited .close-btn {
    opacity: 0.4;
    filter: alpha(opacity=40);
}
#chatInvite a:hover .close-btn,
#chatInvite a:active .close-btn {
    opacity: 1;
    filter: alpha(opacity=100);
}





/* UNIVERSAL CAROUSELS */

.universalCarousel {
    position: relative;
}
.universalCarousel .item {
    float: left;
    position: relative;
}
.carouselControls {
}
.carouselControls .box {
    float: left;
    position: relative;
    margin-left: 10px;
    cursor: pointer;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
}
.carouselControls .box.show {
    display: block;
}
.carouselControls .box.hide {
    display: none;
}
.carouselControls .box.numbered {
    font-size: 17px;
    line-height: 17px;
    font-weight: bold;
    color: #b0b0b0;
}
.carouselControls .box.numbered.on {
    color: #2c95dd;
}

.carouselControls .box.chiclet {
    width: 23px;
    height: 12px;
     /*background-image: url(/images/hp-mar2011/nav-box-off.png);*/
     background-image: url(/images/sprites/landing-sprites.png);
     background-position: -82px 0px;
     background-repeat: no-repeat;
}
.carouselControls .box.chiclet.on {
     /*background-image: url(/images/hp-mar2011/nav-box-on.png);*/
     background-image: url(/images/sprites/landing-sprites.png);
     background-position: -59px 0px;
}

     
/* OLD LANDING PAGE CAROUSEL OVERRIDES */
/*.mainFeature.carousel {
    height: 265px !important;
}
.mainFeatureCornersBot {
    top: auto !important;
    bottom: 0px !important;
}
.mainFeature .carouselControls {
    bottom: 0px !important;
    top: auto !important;
    right: 0px! important;
    padding: 15px 20px 20px 15px !important;
}*/


/* OVERLAYS */
/* NIGHTSHADE, OVERLAY and RELATED */

.iframeURLpre,
.iframeURLpost,
.showAfterUnlock {
    display: none;
}

#overlayContent {
    display: none;
}
.overlayPage {
    display: none;
}
#nightShade {
    width: 100%; height: 100%;
    top: 0px; left: 0px;
    position: fixed;
    z-index: 500;
    cursor: pointer;
    display: none;
    background-color: #000000;
    zoom: 1;
}
#nightShadeContainer {
    width: 100%; height: 100%;
    top: 0px; left: 0px;
    position: fixed;
    z-index: 501;
    cursor: pointer;
    display: none;
    zoom: 1;
}
#nightShadeContainerInner {
    margin: 50px auto 0px auto;
    z-index: 502;
    cursor: default;
    zoom: 1;
}

#nightShadeShadowTL,
#nightShadeShadowTC,
#nightShadeShadowTR,
#nightShadeShadowML,
#nightShadeShadowMR,
#nightShadeShadowBL,
#nightShadeShadowBC,
#nightShadeShadowBR {
    position: absolute;
    zoom: 1;
}
#nightShadeShadowTR,
#nightShadeShadowBR,
#nightShadeShadowTL,
#nightShadeShadowBL {
    width: 23px;
    height: 23px;
}
#nightShadeShadowTR,
#nightShadeShadowBR {
    right: -23px;
    background-position: 100% 0%
}
#nightShadeShadowTL,
#nightShadeShadowBL {
    left: -23px;
    background-position: 0% 0%
}
#nightShadeShadowTC,
#nightShadeShadowBC {
    width: 100%;
    left: 0px;
    height: 23px;
    background-position: 50% 0%;
}
#nightShadeShadowML,
#nightShadeShadowMR {
    top: 0px;
    width: 23px;
    height: 100%;
}
#nightShadeShadowTL {
    background-image: url(/_admin/js/overlay-apr2011/shadowTL.png);
}
#nightShadeShadowTC {
    background-image: url(/_admin/js/overlay-apr2011/shadowT.png);
}
#nightShadeShadowTR {
    background-image: url(/_admin/js/overlay-apr2011/shadowTR.png);
}
#nightShadeShadowTL,
#nightShadeShadowTC,
#nightShadeShadowTR {
    background-repeat: no-repeat;
    top: -23px;
}
#nightShadeShadowML {
    background-image: url(/_admin/js/overlay-apr2011/shadowML.png);
    background-repeat: repeat-y;
    left: -23px;
}
#nightShadeShadowMR {
    background-image: url(/_admin/js/overlay-apr2011/shadowMR.png);
    background-repeat: repeat-y;
    right: -23px;
}
#nightShadeShadowBL {
    background-image: url(/_admin/js/overlay-apr2011/shadowBL.png);
}
#nightShadeShadowBC {
    background-image: url(/_admin/js/overlay-apr2011/shadowB.png);
}
#nightShadeShadowBR {
    background-image: url(/_admin/js/overlay-apr2011/shadowBR.png);
}
#nightShadeShadowBL,
#nightShadeShadowBC,
#nightShadeShadowBR {
    background-repeat: no-repeat;
    bottom: -23px;
}


#nightShadeContainerInnerCollapser {
    text-align: left;
    position: relative;
}

#nightShadeContainerContent {
    position: relative;
    z-index: 503;
    zoom: 1;
    background-color: #ffffff;
}

#nightShadeClose {
    position: absolute;
    z-index: 504;
    top: 12px;
    right: 12px;
    width: 30px;
    height: 24px;
    cursor: pointer;
    background-image: url(/images/header/dropdown-menu-sprites.png);
    background-position: 0px -4350px;
    background-repeat: no-repeat;
}


/* SPECIAL RULES FOR SPECIFIC CONTENT TYPES */
.overlayPage.video,
.overlayPage.download {
    width: 1000px; /* OPERA REQUIRES OR ELSE OVERLAY COLLAPSES */
    height: 563px;
}
.overlayPage.video .videoID {
    display: none;
}
.overlayPage.video .videoTarget {
    position: absolute;
    top: 0px;
    left: 0px;
    /*width: 1000px;*/
    /*height: 563px;*/
    width: 100%;
    height: 100%;
    background-image: url(/_admin/js/overlay-apr2011/spinner-w-on-b.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #000000;
}

.formImage {
	float: right;
	margin-left: 20px;
}
.form,
.form iframe {
	width: 300px;
	height: 300px;
}
.overlayPage .largePadding {
	padding: 78px;
}
.overlayPage .mainBodyheaderBlack {
	margin-bottom: 10px;
}
.overlayPage p {
	margin-bottom: 15px;
}
/* following are needed to override some inherited styles from main CSS file */
.overlayPage.download {
    background: none !important;
    padding: 0px !important;
    margin: 0px !important;
}


/* REMOTE HEADER HIDE TOP NAV ELEMENTS SUPPORT */

.remoteHeaderHideGSS #siteSelectButton { display: none; }
.remoteHeaderHideSearch #searchFormWrapper { display: none; }
.remoteHeaderHideLogin #loginButton { display: none; }
.remoteHeaderModifyLogin { /* NO CSS USED FOR THIS */ }

/* "My account" button on the top right header, shouldn't be visible until the login cookie be read (components/header.js) */
#loginButton { display: none; }

/* LANDING PAGE AND HOMEPAGE CAROUSEL NAV STYLES */

#mainFeature .carouselControls .box {
     /*background-color: red;*/
     width: 23px;
     height: 11px;
     margin-right: 11px;
     margin-left: 0px;
     /*background-image: url(/images/hp-mar2011/nav-box-off.png);*/
     background-image: url(/images/sprites/landing-sprites.png);
     background-position: -82px 0px;
     background-repeat: no-repeat;
}
#mainFeature .carouselControls .box.on {
     /*background-image: url(/images/hp-mar2011/nav-box-on.png);*/
     background-image: url(/images/sprites/landing-sprites.png);
     background-position: -59px 0px;
}
#mainFeature .mainFeatureCornersTop,
#mainFeature .mainFeatureCornersBot {
     position: absolute;
     left: 0px;
     width: 980px;     
}
#mainFeature .mainFeatureCornersTop {
     top: 0px;
}
#mainFeature .mainFeatureCornersBot {
     bottom: 0px;
}
#mainFeature .mainFeatureSidesLeft,
#mainFeature .mainFeatureSidesRight {
     position: absolute;
     top: 0px;
}
#mainFeature .mainFeatureSidesLeft {
     left: 0px;
}
#mainFeature .mainFeatureSidesRight {
     right: 0px;
}


/* ECN */
#searchFormWrapperECN {
     width: 200px;
     height: 19px;
     position: relative;
     margin-top: 8px;
     padding: 1px 0px 2px 0px;
     background-color: #ffffff;
     background-image: none;
     border: 1px solid #888888;
     right: auto;
     bottom: auto;
     top: auto;
     left: auto;
}
#searchFormWrapperECN input.searchString {
     width: 175px;
}
#searchFormWrapperECN img {
     margin-right: 3px;
}
#dropdownCommunitiesProduct.universalCarousel .carouselTray,
#dropdownCommunitiesProduct.universalCarousel .carouselMask {
     min-height: 125px;
}
#dropdownCommunitiesProduct .item {
     width: 625px;
     min-height: 140px;
}
#dropdownCommunitiesProduct .col {
     float: left;
     width: 188px;
     height: 115px;
     padding: 8px 20px 0px 0px;
}
#dropdownCommunitiesProduct .col h6 {
     padding-top: 3px;
     padding-bottom: 0px;
}
#communitiesDropdown .dropDownCol.threefourths .universalCarousel .carouselTray,
#communitiesDropdown .dropDownCol.threefourths .universalCarousel .carouselMask {
     min-width: 625px;
}
#communitiesDropdown .dropDownCol.threefourths .universalCarousel {
     width: 625px;
}
#communitiesDropdown .dropdownRightPromo h6 {
     color: #2c95dd;
     padding-bottom: 6px;
}

/* DROPDOWN CSS SPRITES */
#dropDowns #dropDownsInner .dropdownItem .dropdownIconCssSprite {
     margin: 0px auto;
     background-image: url(/images/header/dropdown-menu-sprites.png);
     width: 74px;
     height: 75px;
}

/* DROPDOWN ALPHA LIST */
.dropDownTabBody .col h6 {
     font-size: 14px;
     font-weight: bold;
     color: #888888;
     padding-bottom: 0px;
     padding-top: 4px;
}
.dropDownTabBody .col p {
     padding-top: 2px;
     padding-bottom: 0px;
}
.dropDownTabBody .col a:link,
.dropDownTabBody .col a:visited {
     color: #0077aa;
}
.dropDownTabBody .col a:hover,
.dropDownTabBody .col a:active {
     color: #0077aa;
     text-decoration: underline;
}


/* OTHER CSS SPRITES */
#dropDownIndicatorWrapper .headerSprite,
#header .headerSprite,
#dropDowns .headerSprite,
#footer .headerSprite {
     background-image: url(/images/header/header-sprites-2014.png);
}
.headerSprite.searchIcon {
     background-position: -44px -782px;
     background-repeat: no-repeat;
     width: 13px;
     height: 13px;
}
.searchForm .headerSprite.searchIcon { float: right; margin-top: 3px; margin-left: 2px; cursor: pointer; color: #ffffff; }
#searchFormWrapperECN .headerSprite.searchIcon {
     margin-right: 5px;
}

#dropDowns .headerSprite.allProducts {
     float: right;
     background-position: -28px -782px;
     /*padding: 0px 15px 15px 0px;*/
     margin-left: 5px;
     width: 15px;
     height: 14px;
     /*position: relative;*/
     /*top: -14px;*/
}
#header .headerSprite.headerEMCLogo {
     background-position: 0px -726px;
     background-repeat: no-repeat;
     width: 91px;
     height: 30px;
}
#header .userIcon,
#header .globeIcon,
#header .lockIcon {
     float: left;
     position: relative;
     top: 1px;
     margin-right: 5px;
     background-repeat: no-repeat;
     width: 11px;
     height: 12px;
}
#header .userIcon {
     background-position: -66px -757px;
}
#header .globeIcon {
     background-position: -44px -757px;
}
#header .lockIcon {
     background-position: -55px -757px;
}

.headerSprite.ddIndicator.normal {
     background-position: 0px -757px;
}
.headerSprite.ddIndicator.current {
     background-position: -21px -757px;
     display: none;
     z-index: 91;
}
#dropDownIndicator div {
     position: absolute;
     top: 0px;
     left: -10px;
     width: 21px;
     height: 10px;
     overflow: hidden;
     z-index: 91;
}
#dropDownIndicator .headerSprite.ddIndicator {
     position: absolute;
     top: -10px;
     left: 0px;
     z-index: 91;
}


#header .menuSprite {
     background-image: url(/images/header/header-menu-sprites.png);
     /* bg pos set by inline style in HTML for localization */
     background-repeat: no-repeat;
     /* width set  set by inline style in HTML for localization */
     height: 11px;
}

.searchForm .type-ahead{
	display: none;
	position: absolute;
	z-index: 100;
	/*top: 20px;*/
	/*right: -5px;*/
	top: 25px;
	right: 9px;
	min-width: 127px;
	max-width: 980px;
	background: #fff;
	padding: 0;
	border: 1px solid #e3e3e3;
	box-shadow: 0px 3px 2px -2px rgba(0, 0, 0, 0.1);
}

.searchForm .type-ahead ul{
	margin: 0;
}

.searchForm .type-ahead ul li {
	margin: 0;
	padding: 5px;
	border-bottom: 1px solid #e3e3e3;
	font-size: 11px;
	margin: 0;
	color: #2c95dd;
}

.searchForm .type-ahead ul li:last-child{
	border-bottom: none;
}

.searchForm .type-ahead ul li.active,
.searchForm .type-ahead ul li:hover {
	background: #e3e3e3;
	cursor: pointer;
}


/* RESKIN JULY 2014 */

/* ECN top secondary nav adjustment to clear logo tab */
body > .jiveNav { padding-top: 17px; }
body.j-body-content #communitiesMenuButton,
body.j-body-home #communitiesMenuButton,
body.j-body-welcome #communitiesMenuButton {
    background-color: #404142 !important;
}
/* ECN footer fixes */
/*
body.jive-body-content #footer,
body.j-body-welcome #footer,
body.j-body-home #footer {
	width: 980px !important	;
}
body.jive-body-content #footerWrap,
body.j-body-welcome #footerWrap,
body.j-body-home #footerWrap {
	background-color: #333333;
}
body.jive-body-content #footer #footerSeoBlock,
body.j-body-home #footer #footerSeoBlock,
body.j-body-welcome #footer #footerSeoBlock,
body.jive-body-content #footer > div,
body.j-body-home #footer > div,
body.j-body-welcome #footer > div {
    width: 980px !important;
	margin: 0px auto !important;
	padding-left: 10px;
	padding-right: 10px;
}
*/

/* Support inserts content to top of footer, needs more padding */
.emc-support #footerSupportSpecific {
    padding-top: 30px;
    background-color: #575757;
}
.emc-support #footerSupportSpecific > div {
    max-width: 980px;
    margin: 0px auto;
}

#nightShade {
    z-index: 505;
}
#nightShadeContainer {
    z-index: 506;
}

#header {
    width: 980px;
    padding: 0px 10px;
    overflow: visible !important;
}
#headerWrap {
    background-color: #4e5052;
    overflow: visible !important;
}
#headerTop {
    width: auto;
}
#header #emcLogo {
    position: absolute !important;
    top: 0px;
    left: 0px;
    width: 91px;
    height: 92px;
    z-index: 504;
    background-color: #2c95dd;
    background-image: url('/images/header/header-sprites-2014.png');
    background-repeat: no-repeat;
    background-position: 0px -906px !important;
}

#header #menu {
    left: 136px;
    top: 36px;
}
#header #menu .menuItem {
    height: 30px;
}

#header .menuSprite {
    background-image: url('/images/header/header-menu-sprites-jul14.png') !important;
}
#header #menu a.menuItem.current {
    background-color: #404142;
}

#headerRight {
    top: 0px;
}
#header #headerRight a:link,
#header #headerRight a:visited {
    color: #b8b8b8 !important;
    font-size: 10px;
}
#header #headerRight a:hover,
#header #headerRight a:active {
    color: #b8b8b8 !important;
    font-size: 10px;
    text-decoration: underline;
}
#header #headerRight li {
    padding-top: 4px;
    border-right: 1px solid #7b7d7f;
    margin-left: 10px;
    padding-right: 10px;
}
#header #headerRight li:first-child {
    border-right: 0px;
}

#header .searchFormWrapper {
    border: 0px;
    height: 25px;
    top: 38px;
    background-color: transparent;
    background-image: url('/images/header/header-sprites-2014.png') !important;
    background-repeat: no-repeat;
    background-position: 0px -815px;
    background-color: #7b7d7f;
    padding: 0px;
    width: 146px;
}
#header #navigation_wrapper #searchFormWrapper {
    right: 10px;
}
#header #globalSearchForm input#searchString {
    width: 110px !important;
    padding: 4px 0px 0px 10px !important;
    font-size: 13px !important;
    color: #ffffff !important;
    outline: none !important;
    background-image: none;
}
input.searchString:focus {  
    outline: none !important;
}
#header .searchForm .headerSprite.searchIcon {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    background-image: url('/images/header/header-sprites-2014.png') !important;
    background-repeat: no-repeat;
    background-position: 100% -845px;
    width: 22px;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 25px;
}

#header .userIcon,
#header .globeIcon,
#header .lockIcon {
    background-image: url('/images/header/header-sprites-2014.png') !important;
}

.responsive-page #dropDowns {
    position: absolute;
}
#dropDowns {
    z-index: 501;    
}
#dropDownIndicatorWrapper {
    z-index: 506;
}
#dropDownIndicatorWrapper {
    height: 10px;
    top: 67px;
}
#dropDownIndicator > div {
    width: 21px;
    left: -10px;
    top: 0px;
}
#dropDownIndicatorWrapper .headerSprite {
    background-image: url('/images/header/header-sprites-2014.png') !important;
}
.responsive-page #dropDownIndicator > div {
    left: -10px;
}
#dropDownIndicator > div > div {
    left: 0px;
    top: -10px;
}


/* add some extra padding to a few menus to clear the new "tab" logo */
.dropdownItem .dropDownCol:first-child {
    padding-top: 37px;
}
#emcplusDropdown > .emcplusCont {
    margin-top: 37px;
}

/* products, remove right col */
.dropdownItem:first-child .dropDownCol {
    display: none;
}
.dropdownItem:first-child .dropDownCol.threefourths {
    display: block;
    width: 980px;
    border-right: 0px;
    margin-right: 0px;
    padding-right: 0px;
    background-image: none;
}
.dropDownCol.threefourths .universalCarousel.iconList {
    width: 880px;
    padding: 0px 50px;
    text-align: center;
}




#footer {
    width: 100% !important;
    background-color: #333333;
    padding-bottom: 5px;
    padding-left: 0px;
}
#footerWrap {
    background-image: none;
}
#footerLighter,
#footerSeoBlock,
#eeoBlock,
#footerDock,
#footer > .copyRight {
    clear: both;
    width: 980px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0px auto !important;
    color: #b8b8b8;
}
#footer > #footerExpanded {
    padding-bottom: 0px;
    color: #b8b8b8;
    background-color: #333333;
    width: 100%;
}
#footerLighter {
    background-color: #575757;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}
#footer > #footerTopRow { /* this situation will only exist on ECN */
    background-color: #333333;
    width: 980px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0px auto !important;
    padding-top: 40px;
}

#footerLighter > div {
    width: 980px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0px auto !important;
}
#footer #footerTopRow {
    padding-bottom: 0px;
}
#footer #footerSeoBlock {
    color: #b8b8b8 !important;
    float: none;
    margin: 0px auto !important;
    padding-top: 25px;
}
#footer #eeoBlock {
    padding-top: 10px;
}
#footer h3,
#footerTopRow .col1 h3,
#footerTopRow h3 a:link, #footerTopRow h3 a:visited {
    color: #ffffff !important;
}
#footerTopRow h3 a:hover, #footerTopRow h3 a:active {
    color: #ffffff !important;
}

#footer a:link, #footer a:visited {
    color: #b8b8b8 !important;
}
#footer a:hover, #footer a:active {
    color: #b8b8b8 !important;
    text-decoration: none;
}

#footer .smIcon a:hover, #footer .smIcon a:active {
    text-decoration: none;
}
#footer .smIcon.yt {
    width: 30px;
}

#footer img {
    border: 0px;
}
#footer > .copyRight {
    padding: 9px 10px 5px 10px;
}

#footerDock {
    background-color: #333333;
}

#footer .copyRight {
    color: #b8b8b8;
    font-size: 10px;
    margin-top: 0px;
}

#footerLeftText1st ul li.rssIcon {
    background-image: none;
    margin-right: 0px;
}

#footerTopRow .col1 div {
    font-size: 14px;
    line-height: 17px;
    padding-top: 0px;
    padding-bottom: 10px;
}
#footerTopRow.colCount3 .col.col1 {
    width: 290px;
}


#footerBottomRow {
    position: relative;
    text-align: center;
    margin: 0px auto;
    text-transform: uppercase;
}
#footerBottomRow #footerBottomLinks {
    width: 77%;
    margin: 0px 0px 0px 23%;
    padding: 65px 0px 32px 0px;
    font-weight: bold;
    font-size: 11px;
    line-height: 18px;
}
#footerBottomRow #footerBottomLinks a {
    background-image: url(/images/header/header-sprites-2014.png);
    background-position: 0px -705px;
    background-repeat: no-repeat;
    padding: 3px 6px 3px 12px;
    margin-right: 6px;
}
#footerBottomRow > a:link,
#footerBottomRow > a:visited,
#footerBottomRow > a:hover,
#footerBottomRow > a:active {
    position: static !important;
    display: block;
}
#footerBottomRow #footerBottomLinks a:link,
#footerBottomRow #footerBottomLinks a:visited {
     -webkit-text-size-adjust: 100%;
    color: #ffffff !important;
    text-decoration: none !important;
}
#footerBottomRow #footerBottomLinks a:hover,
#footerBottomRow #footerBottomLinks a:active {
     -webkit-text-size-adjust: 100%;
    color: #ffffff !important;
    text-decoration: underline !important;
}
#footerBottomRow #footerBottomLinks #footerBottomShare {
    position: relative;
    padding-right: 22px;
    background-position: 100% -563px;
}

#footerBottomRow #footerShareLinks {
    display: none;
    position: absolute;
    top: 12px;
    left: 0px;
}
#footer-lotus,
#footer-federation {
    position: absolute;
    bottom: 34px;
}
#footer-lotus { left: 10px; display: none; }
#footer-federation { left: 10px; }

#footer-social-more-overlay {
    width: 530px;
    font-family: Arial, Helvetica, sans-serif;
}
#footer-social-more-overlay-addthis {
    padding: 50px 50px 65px 50px;
}
#footer-social-more-overlay-addthis h3 {
    text-transform: uppercase;
    font-size: 15px;
    padding-bottom: 10px;
}
#footer-social-more-overlay-addthis a {
    margin: 15px 25px;
}


#headerWrap,
#footerWrap {
	min-width: 1000px;
}

