/* Table of Contents:
		- Common library
		- HTML elements
		- Headers
			* Homepage module header
		- Paragraph
		- Lists
			* Sidebar list
			* Footer list
		- Links
			* Homepage (learn more) link [specific] /index.html
			* Top navigation link
		- Image links
		- Copyright
		- Image with caption

		- [specific] /company/careers.html
*/

/* Common library
---------------------------------------------------------------------------------------------------- */
.clear {
	clear: both;
}

.mt_5 {
	margin-top: 5px;
}

.mt_10 {
	margin-top: 10px;
}

.mt_15 {
	margin-top: 15px;
}

.mt_20 {
	margin-top: 20px;
}

.mt_25 {
	margin-top: 25px;
}

.mt_30 {
	margin-top: 30px;
}

.mt_40 {
	margin-top: 40px;
}

.mb_5 {
	margin-bottom: 5px;
}

.mb_10 {
	margin-bottom: 10px;
}

.mb_15 {
	margin-bottom: 15px;
}

.mb_20 {
	margin-bottom: 20px;
}

.mb_25 {
	margin-bottom: 25px;
}

.mb_30 {
	margin-bottom: 30px;
}

.mb_40 {
	margin-bottom: 40px;
}

/* HTML elements
---------------------------------------------------------------------------------------------------- */
body {	
	background-color: #999;
}

hr {
	margin: 30px 0 13px;
	border: none;
	border-bottom: 1px solid #d7d7d7;
}

hr.secondary {
	height: 10px;
	margin: 10px 0;
	border: 0 none;
	background: transparent url(../images/bg-hr.gif) no-repeat left top;
}

#sidebar .sbrc .bd hr {
	margin: 10px 0 5px;
	border-bottom: 1px solid #ececec;
}

/* Headers
---------------------------------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}

h1, h2 {
	margin-bottom: 12px;
}

h1 {
	margin-top: 25px;
}

h3, h4 {
	margin: 16px 0 8px;
}

h5, h6 {
	margin: 14px 0 6px;
}

/* Footer header
---------------------------------------------------------------------------------------------------- */
.footer_section h1 {
	padding: 0 0 8px 15px;
	margin: 8px 0;
	border-bottom: 1px solid #414141;
	text-align: left;
	font-size: 11px;
}

/* Paragraph
---------------------------------------------------------------------------------------------------- */
p {
	margin: 6px 0;
}

/* Homepage module header
---------------------------------------------------------------------------------------------------- */
.home_module h1 {
	margin: 0 0 5px;
}

/* Paragraph
---------------------------------------------------------------------------------------------------- */
p {
	margin: 0 0 15px;
}

/* Homepage floating paragraph
---------------------------------------------------------------------------------------------------- */
#top.home p {
	position: absolute;
	top: 300px;
	left: 24px;
}

/* Footer paragraph
---------------------------------------------------------------------------------------------------- */
.footer_section p {
	text-align: left;
	padding-left: 15px;	
	margin-bottom: 8px;
}


/* List
---------------------------------------------------------------------------------------------------- */
ul.alt {
	padding: 0 0px 0 20px;
	margin: 0;
	list-style: none;
	
}

ul.alt li {

	margin: 0;
padding: 0px 0 5px 0;
	list-style-image: url(../images/bullet-default.gif);
	
}

ul.bullet {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.bullet li {
	background-color: transparent;
	background-image: url(../images/bullet-default.gif);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0;
	float: none;
}

ul.alt.noindent li {
	margin-left: 0;
}

ul.alt.default2 li {
	padding-left: 15px;
	background: transparent url(../images/bullet-default_grey.gif) no-repeat left 4px;
}

ul.alt.arrow li {
	padding-left: 15px;	
	background: transparent url(../images/bullet-arrow.gif) no-repeat left 5px;
}

ul.alt.dot li {
	padding-left: 13px;
	background: transparent url(../images/bullet-dot.gif) no-repeat left top;
}

ul.alt.circle li {
	background: transparent url(../images/bullet-circle.gif) no-repeat left 4px;
}


ol {
	list-style-type: decimal;
	margin-left: 18px;
}

ol li {
	padding-left: 0;
}

ol.alt {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

ol.alt .one,
ol.alt .two,
ol.alt .one2,
ol.alt .two2,
ol.alt .three2,
ol.alt .four2,
ol.alt .five2 {
	padding-left: 21px;
	margin: 0 0 9px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left 1px;
	behavior: url(../scripts/iepngfix.htc);
}

ol.alt .one {
	background-image: url(../images/bullet-one.png);
}

ol.alt .two {
	background-image: url(../images/bullet-two.png);
}

ol.alt .one2 {
	background-image: url(../images/bullet-one-2.gif);
}

ol.alt .two2 {
	background-image: url(../images/bullet-two-2.gif);
}

ol.alt .three2 {
	background-image: url(../images/bullet-three-2.gif);
}

ol.alt .four2 {
	background-image: url(../images/bullet-four-2.gif);
}

ol.alt .five2 {
	background-image: url(../images/bullet-five-2.gif);
}


/* Sidebar list
---------------------------------------------------------------------------------------------------- */
#sidebar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: "News Gothic Std", Arial, Helvetica, Sans-serif;	
}

#sidebar ul li {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #dedede;
	font-family: "News Gothic Std", Arial, Helvetica, Sans-serif;
}

#sidebar ul.sub { 
	padding: 0;
	margin: 0;
	list-style: none;
}

#sidebar ul.sub li {
	padding: 0;
	margin: 0;
	border: none;
}

/* Sidebar link
---------------------------------------------------------------------------------------------------- */
#sidebar ul li a {
	display: block;
	font-family: "News Gothic Std", Arial, Helvetica, Sans-serif;
	padding: 10px 0 10px 20px;
	background: transparent url(../images/bullet-arrow.gif) no-repeat 2px 15px;
	font-size: 11px;
	text-decoration: underline;
	
}

#sidebar ul li a.selected, #sidebar ul li a.selected:hover {
	background-color: #e1e1e1;
}

#sidebar ul li a.subselected {   /* on one of the silo pages */
	background-color: #f1f1f1;
	font-family: "News Gothic Std", Arial, Helvetica, Sans-serif;
	font-size: 11px;
	text-decoration: none;
}

#sidebar ul li a.subselected:hover {
	background-color: #eaeaea;
	font-family: "News Gothic Std", Arial, Helvetica, Sans-serif;
	font-size: 11px;
	text-decoration: none;
	
}

#sidebar ul li a:hover {
	background-color: #f9f9f9;
}

#sidebar ul.sub li a {
	display: block;
	padding: 7px 0 7px 35px;
	background: transparent url(../images/bullet-arrow.gif) no-repeat 19px 12px;
	background-color: #f0f0f0;
}

#sidebar ul.sub li a.selected, #sidebar ul.sub li a.selected:hover {
	background-color: #e1e1e1;
}

#sidebar ul.sub li a:hover {
	background-color: #eaeaea;
} 

/* Footer module
---------------------------------------------------------------------------------------------------- */
.footer_section {
	float: left;
	width: 201px;
	margin: 0 15px;
}

/* Footer list
---------------------------------------------------------------------------------------------------- */
#sc_footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-bottom: 20px;
}

#sc_footer li {
	margin-left: -3px;	/* offset extra (right) space by the border in FF */
	#margin-left: 1px;
	padding: 0 10px;
	display: inline;
	border-right: 1px solid #414141;
}

#sc_footer li.last {
	border-right: none;
}

/* Footer list 2
---------------------------------------------------------------------------------------------------- */
#ss_footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-bottom: 20px;
}

#ss_footer li {
	margin-left: -3px;	/* offset extra (right) space by the border in FF */
	#margin-left: 1px;
	padding: 0 10px;
	display: inline;
	border-right: 1px solid #414141;
}

#ss_footer li.last {
	border-right: none;
}


/* Footer paragraph
---------------------------------------------------------------------------------------------------- */
#footer_section p {
	text-align: left;
	padding-left: 15px;	
	margin-bottom: 8px;
}

/* Links
---------------------------------------------------------------------------------------------------- */
a[rel~="external"]::after {
	/*content: "\2197";*/
	content: url(../images/external_link.png);
	/*behavior: url(../scripts/iepngfix.htc);*/
}

/* Homepage (learn more) link
---------------------------------------------------------------------------------------------------- */
#top.home a.learn_more {
	background: transparent url() no-repeat left top;
	position: absolute;
	left: 93px;
	top: 257px;
	display: block;
	width: 168px;
	height: 47px;
	behavior: url(../scripts/iepngfix.htc);
	_cursor: pointer;
}

#top.home a.learn_more:hover {
	background: transparent url() no-repeat left top;
	behavior: url(../scripts/iepngfix.htc);
	left: 35px;
	top: 179px;
	width: 168px;
	height: 47px; /* 31 + 8 (top glow) + 8 (bottom glow) */
}

/* Top navigation link
---------------------------------------------------------------------------------------------------- */
a.nav_button {
	float: right;
	padding-left: 24px;
	margin: 47px 0 0 1px;
	cursor: pointer;
	background: transparent url(../images/tab_l.png) no-repeat left top;
	behavior: url(../scripts/iepngfix.htc);
	_padding-left: 0;   /* DO NOT DELETE */
}

a.nav_button span {
	display: block;
	height: 23px;   /* background height is 29px (30px for selected); remember to account for padding-{top,bottom} */
	padding: 6px 24px 0 0;
	background: transparent url(../images/tab_r.png) no-repeat right top;
	behavior: url(../scripts/iepngfix.htc);
	_display: inline-block;
	_margin-left: 15px;   /* DO NOT DELETE */
}

a.nav_button.on, a.nav_button.on:visited {
	margin-top: 0;
	background: transparent url(../images/tab_l-selected.png) no-repeat left top;
	cursor: pointer;
}

a.nav_button.on span {
	background: transparent url(../images/tab_r-selected.gif) no-repeat right top;
	height: 24px;
}

/* Image links
---------------------------------------------------------------------------------------------------- */
a.pdf {
	background: transparent url(../images/icon-pdf.gif) no-repeat left 1px;
	padding-left: 18px;
}

#sidebar .sbrc .bd a.pdf {
	display: block;
	margin-bottom: 5px;
}

/* Copyright
---------------------------------------------------------------------------------------------------- */
#sc_copyright {
	margin: 0;
}

.utility {
	clear: both;
	border-top: 1px solid #dedede;
	padding: 8px 2px 0;
	margin-top: 30px;
	font-size: 12px;
	font-family: "News Gothic Std", Arial, Helvetica, Sans-serif;
}

/* Image with caption
---------------------------------------------------------------------------------------------------- */
div.fig p {
	text-align: center;
}

/* [specific] /company/careers.html
---------------------------------------------------------------------------------------------------- */
.posdiv {
	text-align: right;
	border-bottom: 1px solid #dadada;
	padding-right: 10px;
	padding-bottom: 5px;
	margin-top: 5px;
}

#image_content {
	float:right;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: auto;

}

#image_content2 {
	float:right;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: auto;

}

#image_content3 {
	float:right;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: auto;

}

#image_head {
	float:right;
	margin-top: 0px;
	margin-right: 205px;
	margin-bottom: 0px;
	margin-left: auto;

}

a.help,
a.learnmore,
a.taketour,
a.upgrade {
	display: block;
	width: 170px;
	height: 45px;
	background-color: transparent;
	background-repeat: no-repeat; 
	background-position: left top;
	behavior: url(../scripts/iepngfix.htc);
	_cursor: pointer;
}

a.help {
	background-image: url(../images/help.jpg);
}

a.help:hover {
	background-image: url(../images/help_over.jpg);
}

/* Feature list layout (product main page)
---------------------------------------------------------------------------------------------------- */
#childrenlist {
	margin-top: 35px;
}

.child {
	margin-bottom: 30px;
}

.child img {
	float: right;
}

.child .desc {
	margin-right: 300px;	/* depends on image size */
}

.child .desc h2 {
	margin: 0 0 8px;
}

.child .desc p {
	margin: 0 0 5px;
}

/* Breadcrumb
---------------------------------------------------------------------------------------------------- */
#top.breadcrumb p {
	margin: 0;
}

/* Banner (product main page)
---------------------------------------------------------------------------------------------------- */
#productbanner {
	position: relative;
	font-family: "News Gothic Std", Arial, Helvetica, Sans-serif;
	font-size: 12px;
}

#productbanner h1 {
	position: absolute;
	top: 28px;
	left: 0;
	margin: 0;
	width: 100%;
	text-align: left;
	font-size: 17px;
	line-height: 17px;
}

#productbanner p.sub {
	position: absolute;
	top: 241px;
	left: 0px;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #555;
	line-height: 20px;
	margin: 0;
}

#productbanner a.wvideo {
	position: absolute;
	top: 102px;
	left: 508px;
	display: block;
	width: 158px;
	height: 59px;
	background: transparent url(../images/learnmore.png) no-repeat left top;
	_cursor: pointer;
}

#productbanner a.wvideo:hover {
	background-image: url(../images/learnmore_ro.png);
}

/* Silo list (product child pages)
---------------------------------------------------------------------------------------------------- */
.silolist {
	margin-top: 10px;
	font-family: "News Gothic Std", Arial, Helvetica, Sans-serif;
	font-size: 12px;
}

.siloitem {
	margin-bottom: 30px;	
}

.siloitem img {
	float: left;
	margin-right: 20px;
	padding-right: 15px;
}

.siloitem h2 {
	margin: 0 0 12px;
	color: #515151;
}

.siloitem2 {
	margin-bottom: 30px;	
}

.siloitem2 img {
	float: right;
	margin-right: 20px;
	padding-left: 10px;
}

.siloitem2 h2 {
	margin: 0 0 12px;
	color: #515151;
}

/* Copyright
---------------------------------------------------------------------------------------------------- */
#sc_copyright {
	color: #666;
	font-size: 11px;
}

/* Image with caption
---------------------------------------------------------------------------------------------------- */
div.fig p {
	font-weight: bold;
	text-align: center;
}

/* Footer link 2
---------------------------------------------------------------------------------------------------- */
#ss_footer a, #ss_footer a:visited {
	color: #666;
	text-decoration: none;
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, 'Lucida Grande', sans-serif;
}

#ss_footer a:hover {
	color: #e2e2e2;
	text-decoration: none;
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, 'Lucida Grande', sans-serif;
}

/* Footer link 2 [specific] splash template
---------------------------------------------------------------------------------------------------- */
#splash_footer a, #splash_footer a:visited {
	color: #999;
	text-decoration: none;
}

#splash_footer a:hover {
	color: #ccc;
	text-decoration: underline;
}

/* Copyright
---------------------------------------------------------------------------------------------------- */
#ss_copyright {
	color: #666;
	font-size: 11px;
	font-family: Arial, 'Lucida Grande', sans-serif;
}

/* Sidebar header
---------------------------------------------------------------------------------------------------- */
#sidebar h2 {
	color: #777;
}

/* Rounded-corner header
---------------------------------------------------------------------------------------------------- */
.rctab h2 {
	color: #555;
	font-size: 12px;
	letter-spacing: .06em;
}

/* Footer header
---------------------------------------------------------------------------------------------------- */
.footer_section h1 {
	letter-spacing: 0.1em;
	color: #CCCCCC;
	font-weight: normal;
	font-family: Arial, 'Lucida Grande', sans-serif;
}
