﻿/* ------------------------------------------------------------------------
	Reset Styles (Eric Meyer Reset)
------------------------------------------------------------------------- */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/* ------------------------------------------------------------------------
	Global tag styles
------------------------------------------------------------------------- */
html {
	overflow-y: scroll; /* force vert. scroll bar to prevent page "jerking" */
}
body {
	font: 12px/20px helvetica, arial, verdana, sans-serif;
	color: #000;
	background: #fff;
}
h1 {
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 20px 0;
	font-weight: normal;
	color: #005EB3;
}
h2 {
	font-size: 18px;
	padding: 0 0 20px 0;
	font-weight: normal;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
	font-style: italic;
}
p {
	margin: 0 0 20px 0;
	line-height: 20px;
}
a, a:link, a:hover, a:active {
	color: #005EB3;
	text-decoration: none;
	cursor: pointer; 
	cursor: hand;
}
a:hover {
	text-decoration: underline;
}
strong, b {
	font-weight: bold;
}
i, em {
	font-style: italic;
}
ul, ol, dl {
	margin: 0 0 20px 30px;
}
dl dt {
	font-weight: bold;
}
dl dd {
	margin-left: 1.5em;
}
sup, sub {
	height: 0;
	line-height: 1;
	
	position: relative;
	font-size: 12px;
}
sup {
	vertical-align: top;
	top: .5ex;
}
sub {
	vertical-align: baseline;
	bottom: 1ex;
}
img {
	border: none;
}
abbr {
	border-bottom: 1px dotted #CCC;
	background: none;
	padding: 0 0 0 3px;
}
hr {
	background: #cccccc;
	color: #cccccc;
	height: 1px;
	margin: 10px 0px 40px 0px;
	border: 0 none;
}


/* ------------------------------------------------------------------------
	Global class Styles
------------------------------------------------------------------------- */
.boundingBox {
	width: 916px;
	margin: 0 auto;
}
#siteHead ul:after, #pageHead ul:after {
	content: ".";
	display: block;
	width: 100%;
	overflow: hidden;
	height: 0;
	clear: both;
	font: 0/0 sans-serif;
}

/* ------------------------------------------------------------------------
	Header Styles
------------------------------------------------------------------------- */
#logo {
	position: relative;
	top: 14px;
	z-index: 1;
	margin: 0;
	padding: 0;
}
#getIsupportX {
	position: absolute;
	top: 18px;
	right: 0;
	color: #333;
	line-height: 12px;
	text-align: right;
	text-decoration: none;
}


#getIsupport {
	position: absolute;
	top: 18px;
	right: 0;
	display: block;
	width: 161px;
	height: 57px;
	background: url('/static/images/button_getisupporttoday_slice.png') top;
	text-indent: -99999px;
}
#getIsupport:hover {
	background-position: bottom;
}



#siteHeadWrapper {
	background: #1b1b1b;
	border-bottom: 1px solid #6c8194;
	border-color: #000;
}
#siteHead {
	position: relative;
	height: 90px;
	z-index: 99;
}
#siteHead ul {
	position: absolute;
	bottom: -2px;
	right: 0;
	list-style: none;
	height: 31px;
	text-align: right;
	margin: 0;
	padding: 0;
}
#siteHead ul li {
	float: left;
	display: inline;
	position: relative;
	margin: 0;
	padding: 0;
}
#siteHead ul li a {
	display: block;
	height: 30px;
	margin-left: 2px;
	line-height: 30px;
	text-align: center;
	color: #ccc;
	text-decoration: none;
	padding: 0 15px;
}
/* Use child selector to prevent override allow for override */
#siteHead > ul > li > a:hover, #siteHead > ul > li:hover > a {
	background: #333;
	color: #fff;
}
#siteHead ul li ul {
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	height: auto;
	width: 180px;
	opacity: 0.95px;
}
#siteHead ul li:hover ul {
	display: block;
}
#siteHead ul li ul li {
	display: block;
	position: relative;
	width: 100%;
}
#siteHead ul li ul li a, #siteHead ul li.current ul li a {
	background: #333;
	color: #ccc;
	text-align: left;
}
#siteHead ul li ul li a:hover, #siteHead ul li.current ul li a:hover {
	background: #222;
	color: #fff;
}

/* ------------------------------------------------------------------------
	Sub Header Styles
------------------------------------------------------------------------- */
/* Feature */
#featureWrapper{ position: relative; z-index: 1; background-image: url('/static/images/backgroundFeatureHome.png'); height: 344px; overflow: hidden; }

#feature { position: relative; left: 10px; height: 344px; width: 932px; overflow: hidden; z-index: 1; }
#feature h2, #feature h3, #feature p{ width: 550px; }
#feature h2{ padding: 0; margin: 45px 0 12px 0; font-size: 3em; line-height: 1em; color: #FFF; }
#feature h3{ margin: 0; padding: 0 0 6px 0; font-size: 2em; line-height: 1.1em; color: #FFF; color: #98d3e4; font-weight: normal; }
#feature a, #feature p, #feature strong{ color: #FFF; }
#feature p{ margin-bottom: 1.5em; }

#feature-slideshow{ margin: 0; padding: 0; width: 9320px; position: absolute; left: 0; height: 100%; list-style: none; }
#feature-slideshow li{ float: left; width: 932px; text-align: left; text-align: center; height: 100%; }
#feature-slideshow li div.slide-content { width: 932px; height: 100%; position: relative; margin: 0 auto; text-align: left; }
#feature-slideshow li img.slide-image { position: absolute; top: 11px; right: 0; margin: 0; padding: 0; }
#feature-slideshow li h2{ position: absolute; top: 0; left: 0; width: 400px; height: 100px; background-repeat: no-repeat; text-indent: -9999px;  }
#feature-slideshow li div.slide-text { position: absolute; width: 425px;  height: 200px; overflow: hidden; left: 0; top: 95px; }
#feature-slideshow li p{ margin: 1em 0; padding: 0; width: 425px; color: #dee5eb; }

#feature-navigation{ z-index: 2; position: relative; top: -39px; margin: 0 auto; width: 916px; height: 37px; left: 0;  padding: 0; list-style: none; }
#feature-navigation li{ float: left; display: block; padding: 0 0 0 6px;  }
#feature-navigation li.first{ padding-left: 0; }
#feature-navigation li.last{ padding-right: 0; }
#feature-navigation li a{ display: block; line-height: 37px; font-size: 14px; color: #87939e; text-decoration: none; cursor:pointer; }




/* ------------------------------------------------------------------------
	Sub Header Styles
------------------------------------------------------------------------- */
#pageHeadWrapper {
	background-image: url('/static/images/backgroundFeatureSubPage.png');
	height: 128px;
}
#pageHead {
	position: relative;
	z-index: 1;
	height: 128px;
}
#pageHead h2 {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	line-height: 91px;
	color: #fff;
	font-family: 'Molengo' , Helvetica, Arial, Verdana, Sans-Serif;
	text-shadow: #000 2px 2px 0;
	font-size: 3em;
	margin: 0;
	padding: 0;
}
#pageHead ul {
	z-index: 2;
	position: absolute;
	height: 37px;
	left: 0;
	bottom: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}
#pageHead ul li {
	float: left;
	display: inline;
	position: relative;
	text-align: left;
	margin: 0;
	padding: 0;
}
#pageHead ul li a {
	display: block;
	height: 37px;
	line-height: 37px;
	text-align: center;
	color: #ccc;
	text-decoration: none;
	padding: 0 15px;
}
#pageHead ul li a:hover, #pageHead ul li a.current {
	background: #333;
	color: #fff;
}


/* ------------------------------------------------------------------------
	Global Content Styles
------------------------------------------------------------------------- */
#contentWrapper {
	padding: 20px 0;
}
#content {
	cursor: default;
}
#content H1 {
	font-weight: normal;
	color: #0759ab;
	padding: 0px;
}
.columnLeft {
	float: left;
}
.columnRight {
	float: right;
}
.section {
	padding-bottom: 30px;
}
.panel {
	display: block;
	background-color: #fafafa;
	padding: 20px;
	margin-bottom: 20px;
}
.panel H3 {
	padding-bottom: 10px;
	color: #085AAF;
}
.panel li {
	padding: 3px 0px;
}
.panel dt {
	margin-bottom: 5px;
	float: left;
	width: 58px;
	font-weight: bold;
}
.panel dd {
	margin-bottom: 5px;
	float: right;
	width: 120px;
}

/* Button styles - general */
a.button{
	background:url(/static/images/buttons/button.gif);
	display:block;
	color:#555555;
	font-weight:bold;
	height:30px;
	line-height:29px;
	margin-bottom:14px;
	text-decoration:none;
	width:191px;
}
a:hover.button{
	color:#0066CC;
}

/* Button styles - specific */
a.button span {
	background-repeat: no-repeat;
	background-position: 10px 8px;
	text-indent:30px;
	display:block;
}
a.button span.add{
	background-image:url(/static/images/buttons/add.gif);
}
a.button span.delete{
	background-image:url(/static/images/buttons/delete.gif);
}
a.button span.user{
	background-image:url(/static/images/buttons/user.gif);
}
a.button span.alert{
	background-image:url(/static/images/buttons/alert.gif);
}
a.button span.message{
	background-image:url(/static/images/buttons/msg.gif);
}
a.button span.download{
	background-image:url(/static/images/buttons/download.gif);
}
a.button span.lens{
	background-image:url(/static/images/buttons/lens.gif);
}
a.button span.info{
	background-image:url(/static/images/buttons/info.gif);
}


/* Form Styles */
.formLayout>LI>LABEL {
    width: 100px;
    display: -moz-inline-block;
    display: inline-block;
}
.formLayout LI
{
	padding: 4px 0;
}
.formLayout>LI>INPUT, .formLayout>LI>LABEL, .formLayout>LI>DIV>LABEL, .formLayout>LI>DIV>INPUT
{
	vertical-align: middle;
	height:20px;
	padding:4px 4px 1px 4px;
}
.formLayout INPUT, .formLayout TEXTAREA
{
	padding:7px 5px 0px 5px;
	border: solid 1px #ababab;
}
.formLayout INPUT.button
{
	border: none;
	background:none;
}
.formLayout OPTION
{
	background-color: White;
}
.formLayout .error { color: Red; }

.formLayout .normal { color:black; }

.formLayout .checkboxGroup INPUT { border: none; }
/* ------------------------------------------------------------------------
	Home Page Styles
------------------------------------------------------------------------- */

#contentNews {
	float: left; 
	width: 300px; 
	background-color: #fafafa; 
	border: solid 1px #ebebeb; 
	padding: 25px; 
	height: 360px; 
	overflow-x:hidden; 
	overflow-y:auto; 
}

#contentNews H2 {
	font-size: 22px;
}

#contentNews p {
	margin:0px; padding:0px;
}

#contentNews div {
	margin-bottom: 20px;
}

/* ------------------------------------------------------------------------
	Company About Page Styles
------------------------------------------------------------------------- */
.pageCompanyAbout {}

/* ------------------------------------------------------------------------
	Company Careers Page Styles
------------------------------------------------------------------------- */
.pageCompanyCareers .bulletDisc {
	list-style-type:disc; 
}

.pageCompanyCareers DL.colLabels DT {
    float:left;
    font-weight:bold; 
    width:75px;
}

.pageCompanyCareers .sectionTopic {
    font-weight: bold;	
    margin: 0 0 20px 0;
}

/* ------------------------------------------------------------------------
	Company Community Page Styles
------------------------------------------------------------------------- */
.pageCompanyCommunity ul {
	padding: 0px 0px 10px 40px;
}

.pageCompanyCommunity dl {
	padding: 0px 0px 10px 20px;
} 

.pageCompanyCommunity dl DD {
	padding: 0px 0px 10px 40px;
	line-height:20px; 
}

/* ------------------------------------------------------------------------
	Company Contact Page Styles
------------------------------------------------------------------------- */
.pageCompanyContact form fieldset {
	border: 1px solid #CCC;
	background: #EFEFEF;
	margin: 0 0 2em;
	padding: 1.5em;
}
.pageCompanyContact form fieldset legend {
	color: #666;
	background: #FFF;
	border: 1px solid #CCC;
	padding: 0.25em 0.5em;
}
.pageCompanyContact form .submit {
	/*
	border: none;
	background: transparent;
	padding: 0;
*/
}
.pageCompanyContact form input.text, .pageCompanyContact form textarea {
	padding: 3px;
}
.pageCompanyContact form input.text {
	width: 250px;
}
.pageCompanyContact form textarea {
	width: 500px;
	height: 200px;
}
.pageCompanyContact form dl, .pageCompanyContact form dl dd {
	margin: 0;
	padding: 0;
}
.pageCompanyContact form label.error {
	color: #c00;
	margin-left: 0.5em;
}
.pageCompanyContact #map {
	width: 288px;
	height: 288px;
	border: 1px solid #CCC;
	margin-bottom: 20px;
}

/* ------------------------------------------------------------------------
	Company Events Page Styles
------------------------------------------------------------------------- */
.pageCompanyEvents p, .pageEvents h3 {
	margin-bottom: 0px;
}
.pageCompanyEvents div {
	margin-bottom: 20px;
}

/* ------------------------------------------------------------------------
	Company News Page Styles
------------------------------------------------------------------------- */
.pageCompanyNews HR {
	background: #cccccc;
	color: #cccccc;
	height: 1px;
	margin: 10px 0px 40px 0px;
	border: 0 none;
}
.pageCompanyNews .newsItemTitle H3 {
	float: left;
}
.pageCompanyNews .newsItemTitle SPAN {
	float: right;
}
.pageCompanyNews .newsItemTitle {
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
}
.pageCompanyNews .newsItemDesc {
	padding: 0 0 10px 0;
}
.pageCompanyNews .sectionHr {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/* ------------------------------------------------------------------------
	Company Privacy Page Styles
------------------------------------------------------------------------- */
.pageCompanyPrivacy {}

/* ------------------------------------------------------------------------
	Company Privacy Page Styles
------------------------------------------------------------------------- */
.pageProductOverview {}

/* ------------------------------------------------------------------------
	Product Case Studies Page Styles
------------------------------------------------------------------------- */
.pageProductCaseStudies .caseStudy { padding: 0px 0px 10px 20px; }
.pageProductCaseStudies .caseStudy P { padding: 0px 0px 10px 0px; }
.pageProductCaseStudies .caseStudy P CITE { display:block; }

/* ------------------------------------------------------------------------
	Footer Section
------------------------------------------------------------------------- */
#footerWrapper
{
	margin-top: 20px;
	text-align: center;
	
}

#footerWrapper A {
	padding: 10px;
}

/* ------------------------------------------------------------------------
	Fixes and Hacks
------------------------------------------------------------------------- */
/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
