@import "reset.css";
@import "text.css";
@import "bs990.css";

@import "nav.css";
@import "forms1.css";
@import "lightbox.css";
@import "ffhelp.css";

/* master-grid shows the 15 col grid in the bg
   - used for development purposes only.
   - remove for production
*/
#master-grid {
	display: none;
	position: absolute;
	top:0;
	width: 100%;
	height: 100%;
	background: #fff url(img/template_15x5.gif) repeat-y;
}
html {
	width: 100%;
	height: 100%;
 	background: #000000 url(img/bg-gradient-v2.jpg) repeat-x;
}
body {
	position: relative;
	top:0;
	width: 980px;
	margin: 0 auto;
	color: #000;
	background: white;
}
#top-container {
	/* the width is needed to make IE work properly */
	width: 990px;
	margin-left: -5px;
	margin-right: -5px;
}
/**
 *  Anchors
 */
 
a:hover {
	text-decoration: underline;
}
a:hover img, img a:hover {
	text-decoration: none !important;
}
li a.inline {
	display: inline;
}

/*
.formstyle1 fieldset legend,
.formstyle1 label {
	text-transform: uppercase;
	font-weight: bold;
}


.formstyle1 fieldset legend,
.formstyle1 .field-layout label {
	font-weight: normal;
}
*/
.vspace20 {
	padding-top: 20px;
}
/**********************/



/**
 * util classes 
 */
.headroom {
	display: block;
	margin-top: 10px;
}
.no-headroom {
	margin-top: 0;
}
.footroom {
	display: block;
	margin-bottom: 10px;
}
.no-footroom {
	margin-bottom: 0;
}
.cheat-up {
	display: block;
	position: relative;
	top: -5px;
}
.cheat-up2 {
	display: block;
	position: relative;
	top: -20px;
}
/********************************/


/** 
 * general useful constructs 
 */ 

.right {
	float: right !important;
}
.left {
	float: left !important;
}
.onright {
	text-align: right;
}
.onleft {
	text-align: left;
}
img.right {
	margin-top: 1em;
	margin-left: 1em;
	margin-bottom: 1em;
}
img.left {
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
}
img.left-notopmargin {
	float: left !important;
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 1em;
}
img.left-notopmargin2 {
	float: left !important;
	margin-top: 0;
	margin-right: 2em;
	margin-bottom: 1em;
}
.notopmargin {
	margin-top: 0 !important;
}
.nobottommargin {
	margin-bottom: 0 !important;
}
.toolbar-h {
	clear: both;
	padding-bottom: 20px;
}
.toolbar-h.headroom {
	margin-top: 30px;
}
.icn {
	margin-top: -0.2em;
	padding-top: 0.2em;
	min-height: 16px;
	vertical-align:baseline;
}
.icn.onleft {
	padding-left: 20px;
	background-position: 0 0;
}
.icn.onright {
	padding-right: 20px;
	background-position: 100% 0;
}
.icn.onright {
	text-align: right;
}
.icn.onleft {
	text-align: left;
}
.icn.feed {
	margin-top: -4px;
	padding-top: 4px;
	background: transparent url(img/icn-rss.gif) no-repeat;
}
.icn.share {
	background: transparent url(img/icn-share.gif) no-repeat;
}
.icn.phone {
	margin-top: 1px;
	padding-top: 3px;
	background: transparent url(img/icn-phone.gif) no-repeat;
}
.icn.email {
	margin-top: 1px;
	padding-top: 3px;
	background: transparent url(img/icn-mail.gif) no-repeat;
}
.icn.more {
	background-color: transparent;
	background-image: url(img/icn-3arrows-right.gif);
	background-repeat: no-repeat;
}
.icn.more.onleft {
	padding-left: 30px;
}
.icn.more.onright {
	padding-right: 30px;
}
.icn.download {
	padding-top: 5px;
	background-color: transparent;
	background-image: url(img/icn-download.gif);
	background-repeat: no-repeat;
}
.icn.download.onleft {
	padding-left: 24px;
}
.icn.download.onright {
	padding-right: 24px;
}
.icn.playnow {
	padding-top: 5px;
	min-height: 22px;
	background-color: transparent;
	background-image: url('img/icn-playnow.gif');
	background-repeat: no-repeat;
}
.icn.playnow.onleft {
	padding-left: 26px;
}
.icn.playnow.onright {
	padding-right: 26px;
}
.green {
	color: #006e1f !important;
}
.download {
	color: #006e1f;
	text-transform: uppercase;
}
.download:hover {
	color: #006e1f;
}
.toolbar-h .rightspace {
	margin-right: 25px;
}
#bottom-nav li .feed, #bottom-nav li .share {
	margin-top: -0.6em !important;
	padding-top: 0.6em !important;
}
.hrule-1, .hrule-2 {
	position: relative;
	top:0;
	height: 6px;
	margin-left: -5px;
	margin-right: -5px;
	background: transparent url(img/bg-hrule-1.gif) repeat-x;
	clear: both;
	margin-bottom: 15px;
}
.hrule-2 {
	margin-left: 0;
}
/**********************/



/**
 *
 */

#logo {
	padding: 8px 0 8px 0;
	float: left;
}
/**
 *  QuickNav - top right inside the page header
 */
#quicknav {
	position: absolute;
	bottom: 0;
	right: 0;
	margin-bottom: 6px;
	height: 20px;
}
#quicknav .navitem {
	float: right;
	margin-right: 7px !important;
}
#quicknav a {
	color: #333;
	text-decoration: none;
}
#quicknav a:hover {
	text-decoration: underline;
}

#quicknav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
#quicknav li {
	display: block;
	float: left;
	margin: 0;
	padding: 0 6px 0 6px;
	line-height: 22px;
	position: relative;
	background: url(img/bg-mainnav-sep2.gif) no-repeat 100% 6px;
}

#quicknav li.last {
	background: none;
	padding-right: 0;
}

/**************************************************************/

#head {
	background: url(/css/img/bg-gradient-v2.jpg) repeat-x;
	height: 60px;
}

#head #left-side {
	float: left;
}

#head #right-side {
	float: right;
	width: 300px; 
}

#topnav {
	background-image: url(img/topnav-background.jpg);
	z-index: 500;
	height: 30px;
}


#topnav .searchnavitem {
	display: inline;
	float: right;
	margin-right: 15px !important;
}

#hover-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	left: 5px;
	background: #000000;
	z-index: 200;
}

#hover-menu li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative; 
	background-image: url(img/topnav-background.jpg);
}

#hover-menu li.last {
	background-image: url(img/topnav-background.jpg);
}

#hover-menu li a {
	display: block;
	float: left;
	line-height: 22px;
	color: #FFFFFF;
	padding: 0 0 0 3px;
	text-decoration: none;
	white-space: nowrap;
	font-weight: bold;
	font-size: 13px;
}

#hover-menu li a span {
	display: block;
	float: left;
	padding: 3px 9px 0 5px;
	cursor: pointer;
	height: 1;
}

/* hover over main menu item */
#hover-menu li a:hover {
	color: #606802;
}

/* li.nochild has no menu t */
#hover-menu li.nochild:hover a {
	background: none;
}
#hover-menu li.nochild:hover a span {
	cursor: pointer;
	background: none;
}

/* main menu items when hovering */
#hover-menu li:hover a span {
	cursor: pointer;
	background: url(img/hover-right.gif) no-repeat top right;
	height: 29px;
	z-index: 300;
	color: #606802;
}

#hover-menu li:hover a {
	color: #606802;
	height: 29px;
	overflow: hidden;
	position: relative;
	margin-left: -1px;
	padding-left: 4px;
	background: url(img/hover-left.gif) no-repeat;
	z-index: 300;
}

/* the pull-down menu but not displayed by default */
#hover-menu li div {
	display: none;
	background: url(img/dropmenu-top.gif) no-repeat;
	padding: 4px 0 0 0;
	width: 168px;
	position: absolute;
	top: 28px;
	left: -1px;
	z-index: 250;
}

#hover-menu ul {
	font-size: 12px;
	margin: 0;
	padding: 0 8px 4px 8px;
	list-style: none;
	width: 152px;
	background: url(img/dropmenu-bottom.gif) no-repeat bottom left;
	z-index: 400;
}

/* makes the menu display when you hover */
#hover-menu li:hover div {
	display: block;
}

#hover-menu ul li {
	display: block;
	float: none;
	margin: 0;
	padding: 1px 0 1px 0;
	background: none;
	border-top: 1px solid #22415d;
	_border-top: expression( (this===this.parentNode.childNodes[0]) ? "none" : "auto");
	width: 152px;
}

#hover-menu ul li:first-child {
	border-top: none;
}

#hover-menu li:hover ul li a {
	white-space: normal;
	display: block;
	float: none;
	height: auto;
	font-weight: normal;
	color: #22415d;
	background: none;
	padding: 8px 0 8px 0;
	width: 100%;
	margin: 0;
	line-height: 14px;
}

#hover-menu li:hover ul li a:hover, #hover-menu li:hover ul li:hover a {
	margin: 0;
	padding: 8px 0 8px 0;
	color: #606802;
	font-weight: bold;
}

/**************************************************************/

/**
 *  SECONDARY NAV refer to nav.css for more rules
 */

/* old rules
#sec-nav-header {
	text-transform: uppercase;
	text-decoration: none;
	margin: 0;
	padding: 0;
	font-size: 11px;
	margin-top: 20px;
	margin-left: 20px;
}

*/

.look2 #sec-nav-header {
	font-weight: bold;
	color: #22415d;
	text-transform: none;
	font-size: 16px;
	margin-top: 20px;
	margin-left: 20px;
}

/* ul in secondary nav */
#sec-nav {
	margin-left: 20px;
	font-size: 11px;
}
#sec-nav li a {
	display: block;
	position: relative;
	top:0;
	margin: -4px;
	font-size: 12px;
}

/**
 *  BOTTOM NAV
 */

#bottom-nav {
	font-size: 9px;
	font-weight: normal;
	text-transform: uppercase;
}
#bottom-nav li a {
	display: block;
	position: relative;
	top:0;
	margin: -8px;
	padding: 8px;
}
#bottom-nav li {
	border-left: 0;
	padding-left: 8px;
	margin-top: 6px;
	background: transparent url(img/bg-bottomnav-sep.gif) no-repeat 0 3px;
}
#bottom-nav li.first, #bottom-nav li.nosep {
	background: none;
	padding-left: 3px !important;
}
#bottom-nav li.first {
	padding-left: 15px !important;
}
/**top
 *  LEAD BANNER - the big media area on the homepage
 */

.homepage1 #lead-banner {
	margin-left: 5px;
	height: 268px;
	z-index: -1;
	overflow: hidden;
}

#lead-banner .banner-list{
	width: 980px;
}

.rotate {
	width: 980px; 
	height: 268px; 
	margin: 0; 
	padding: 0; 
	overflow: hidden;
}


#leftbar {
	min-height: 1em;
}

#leftbar div.left-callout {
	display: block;
	margin-left: 20px;
	padding: 0;
	padding-top: 50px;
}

#vrule-leftbar {
	display: block;
	position: absolute;
	top:20px;
	left:0;
	bottom: 20px;
	width: 100%;
	z-index: 1;
	background: transparent url(img/bg-vrule-grid3.gif) repeat-y;
}


/**
 *  RESOURCE LIST
 *
 */
 
.resource-list li {
	font-size: 11px;
	list-style-position: outside;
	list-style-image: url(img/icn-bullet-resource-list.gif);
	line-height: 1.2em;
	padding-bottom: .8em;
}
.resource-list li a {
	display: block;
	margin-left: -3px;
}
.resource-list.nolinkdecoration a {
	text-decoration: none;
}
.resource-list em {
	font-style: normal;
	font-weight: normal;
	text-decoration: underline !important;
}
.resource-list.nobullets li {
	list-style: none;
}
/**
 *  LARGE COPY AREA
 */

.large-copy {
}
/**
 * must use padding here... not margin.
 * margin will freak ie6 out on the forms pages. idk why.
 */
.large-copy .inset {
	padding: 10px 20px 10px 20px;
}
/**
 *  COLS
 *    a construct that allows any block-level container to be divided into
 *    columns.  structures of 2-4 cols are supported.
 *    parent container receives the class indicating number of cols (eg: w4cols to indicate 4 columns)
 *    each child container then receives the appropriate col class (col1, col2, col3, or col4)
 */

.col1, .col2, .col3, .col4 {
	float: left;
	display: inline;
	position: relative;
	margin: 0;
	padding: 0;
}
.w2cols .col1, .w2cols .col2 {
	width: 50%;
}
.w3cols .col1, .w3cols .col2, .w3cols .col3 {
	width: 33.33%;
}
.w4cols .col1, .w4cols .col2, .w4cols .col3, .w4cols .col4 {
	width: 25.00%;
}
/**
 *  .panel-h  - a panel of blocks layed out horizontally.
 *    includes support for columns with spacing btw columns included.
 */

.panel-h.w3cols {
	padding-right: 20px;
}
.homepage1 .panel-h.w3cols {
	padding:0px
}
.panel-h.w4cols {
	padding-right: 30px;
}
.panel-h .col2 {
	margin-left: 10px;
	margin-right: -10px;
}
.panel-h .col3 {
	margin-left: 20px;
	margin-right: -20px;
}
.panel-h.w4cols .col4 {
	margin-left: 30px;
	margin-right: -30px;
}
.panel-h.w4cols .col1, .panel-h.w4cols .col2, .panel-h.w4cols .col3, .panel-h.w4cols .col4 {
}
/* separators */ 
.show-4col-separators, .panel-h.w4cols.show-separators {
	background: transparent url(img/bg-hpanel4.gif) repeat-y;
}
.grid_9 .panel-h.w3cols.show-separators {
	background: transparent url(img/bg-hpanel3-grid9.gif) repeat-y;
	margin-top: 20px;
	margin-bottom: 20px;
}
.grid_12 .panel-h.w3cols.show-separators {
	background: transparent url(img/bg-hpanel3-grid12.gif) repeat-y;
	margin-top: 20px;
	margin-bottom: 20px;
}
.homepage1 .panel-h.w3cols.show-separators {
	background: transparent url(img/bg-hpanel3-grid16.gif) repeat-y;
}
.panel-h {
	font-size: 11px;
}
/* panel-h */
.panel-h .inset {
	padding: 0 15px 0 20px;
}
.panel-h p {
/*	text-align: justify; */
}
/**
 *  BOX - box is used in the right bar.  each box has a title and body.
 */
#rightbar.grid_3 {
	width: 193px;
	margin-left: 0;
	border-bottom: 1px solid #9e9abd;
	margin-bottom: -1px;
}
.box {
	font-size: 11px;
	line-height: 1.4em;
	background: #fff;
}
.right.box {
	clear: right;
}
.box, .box a {
	color: #22415d;
}
.box a {
	display: block;
	text-decoration: none;
}
.box a:hover {
	text-decoration: underline;
}
.box .title {
	display: block;
	overflow: hidden;
	height: 21px;
	background: transparent url(img/bg-box-header.gif) repeat-x;
	line-height: 21px;
	white-space: nowrap;
}
.box .title h1, .box .title h2, .box .title h3, .box .title h4 {
	margin: 0;
	padding-top: 1px;
	padding-left: .8em;
	background: none;
	color: inherit !important;
	line-height: inherit !important;
	font-size: 12px;
	border-left: 1px solid #9e9abd;
	border-right: 1px solid #9e9abd;
	text-transform: uppercase;
	text-decoration: none;
}
.box .body {
	display: block;
	padding: 9px 5px 5px 9px;
	border: 1px solid #9e9abd;
	border-top: 0;
	border-bottom: 0;
}
.box li, .box ul {
	display: block;
	clear: both;
	margin: 0;
	list-style-type: none;
}
.box li {
	display: inline-block;
	line-height: 1.2em;
	margin-bottom: 10px;
}
.box .more {
	float: none;
	margin-top: 10px;
	background: none;
	text-align: left;
	font-size: 1em;
	line-height: inherit;
}
/**
 * Specific instances of BOX
 */
#box1 a:hover {
	text-decoration: none;
}
#box1 a:hover .link-text, #box1 a.more:hover {
	text-decoration: underline;
}
#box1 p, #box1 div {
	margin-bottom: 3px;
}
#box1 {
	background: #eae9f0;
	background: #eee;
}
#box1 .title {
	height: 24px;
	background: transparent url(img/bg-box1-header.gif) repeat-x;
	line-height: 23px;
	overflow: hidden;
	white-space: nowrap;
	color: white !important;
}
#box1 div.body, #box1 div.title {
	margin-bottom: 0 !important;
}
#box1 h1 {
	padding-left: 32px;
	background: transparent url(img/icn-box1-header.gif) no-repeat 10px .35em;
	border: 0;
	color: white !important;
}
#box1 ul {
	margin: -9px 0 -5px 0;
	padding-top: 1px;
}
#box1 li {
	margin: 7px 0;
}
#box1 .body, #box1 a {
	color: #006e1f;
}
#box2 ul {
	font-weight: bold;
}
#box2 li {
	margin-bottom: 2px;
}
#box3 li {
	margin-bottom: 4px !important;
}
#box3 li p {
	margin: 0;
	padding: 0;
}
.homepage h1 {
	/*	color: #008fdd; */
	color: #545c5a;
	font-size: 17px;
	margin-left: 0;
	padding-left: 0;
	background: none;
}
gray.homepage .panel-h.w4cols {
	margin-left: 5px;
}
.homepage .panel-h .inset {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0 !important;
	font-size: 11px;
	line-height: 1.1em;
}
.homepage p {
	margin-bottom: .5em !important;
}
.homepage.show-4col-separators {
	background-position: 5px;
}

/* set of gray boxes on bottom */

.homepage1 .gray-columns-wrapper {
	width: 980px;
	margin-left: 6px;
}

.homepage1 .gray-columns-wrapper .left-side {
	width: 700px;
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
	height: 300px;
}

.homepage1 .gray-columns-wrapper .right-side {
	width: 280px;
	margin: 0;
	padding: 0;
	float: right;
	display: inline;
	height: 300px;
}

.homepage1 .gray-columns-wrapper .news-line {
	width: 695px;
	height: 25px;
	margin: 5px 0 0 5px;
	background-image: url(img/news-glow.png);
	background-repeat: no-repeat;
/*	border-bottom: 1px solid #4b759f;*/
}

.homepage1 .gray-columns-wrapper .gray-col1 {
	width: 325px;
	height: 260px;
	float: left;
	margin: 5px 0 5px 5px;
	display: inline;
/*	background: url(img/col1-bottom-glow.png) no-repeat bottom left;*/
}

.homepage1 .gray-columns-wrapper .gray-col1-bottom {
	width: 305px;
	text-align: center;
	margin: 0;
	padding: 10px 10px 0 10px;
/*	background-color: #c7c7c7;*/
}

.homepage1 .gray-columns-wrapper .gray-col2 {
	width: 365px;
	height: 260px;
	margin: 5px 0px 5px 5px;
	float: right;
	display: inline;
/*	background: url(img/col1-bottom-glow.png) no-repeat bottom left; */
}
.homepage1 .gray-columns-wrapper .gray-col2-bottom {
	width: 325px;
	text-align: center;
	margin: 0;
	padding: 10px 10px 0 10px;
/*	background-color: #c7c7c7;*/
}

.homepage1 .gray-columns-wrapper .gray-col3 {
	width: 270px;
	height: 290px;
	margin: 5px 5px 5px 5px;
	padding: 0;
	background: url(img/col3-bottom-glow.png) no-repeat bottom left;
}

.homepage1 .gray-columns-wrapper .gray-col3-bottom {
	width: 250px;
	text-align: center;
	margin: 0;
	padding: 10px 10px 10px 10px;
	}

.homepage1 .gray-columns-wrapper .gray-col3-bottom p {
	text-align: center;
}

.homepage1 .gray-columns-wrapper .gray-col3 .gray-inset .bottom {
	padding-top: 8px;
}

.homepage1 .gray-columns-wrapper div.gray-col1 .gray-inset {
	padding: 20px 0px 20px 20px;
	margin: 0;
	height: 220px;
	width: 305px;
/*	background: url(img/col1-top-glow.png) no-repeat;*/
}

.homepage1 .gray-columns-wrapper div.gray-col2 .gray-inset {
	padding: 20px 20px 20px 0px;
	margin: 0;
	height: 220px;
	width: 325px;
/*	background: url(img/col1-top-glow.png) no-repeat;*/
}

.homepage1 .gray-columns-wrapper div.gray-col1 .gray-inset .learn-more {
	padding-top: 15px;
}

.homepage1 .gray-columns-wrapper div.gray-col2 .gray-inset .top {
	width: 325px;
	padding-bottom: 10px;
	border-bottom: 1px solid #4b759f;
}

.homepage1 .gray-columns-wrapper div.gray-col2 .gray-inset .bottom {
	width: 325px;
	padding-top: 10px;
}

.homepage1 .gray-columns-wrapper div.gray-col3 .gray-inset {
	background: url(img/col3-top-glow.png) no-repeat top left;
	padding: 20px 22px 20px 20px;
	margin: 0;
	height: 250px;
}

.homepage1 .gray-columns-wrapper .gray-col1 .gray-inset, .homepage1 .gray-columns-wrapper .gray-col2 .gray-inset, .homepage1 .gray-columns-wrapper .gray-col3 .gray-inset {
	z-index: 100;
}

.homepage1 .gray-columns-wrapper div.gray-col1 .gray-inset, .homepage1 .gray-columns-wrapper div.gray-col2 .gray-inset {
	padding: 20px 0px 20px 20px;
	margin: 0;
	height: 220px;
	width: 305px;
/*	background-color: #c7c7c7;*/
/*	background: url(img/col1-top-glow.png) no-repeat;*/
}

.homepage1 .gray-columns-wrapper div.gray-col1 .gray-inset #gray-inset-content {
	padding-right: 20px;
	height: 220px;
	border-right: 1px solid #4b759f;
}

.homepage1 .gray-columns-wrapper .news-line div.gray-inset {
	width: 655px;
	margin: 0 auto;
	padding: 5px 0 0 0;
}
.homepage1 .gray-columns-wrapper .news-line ul {
	padding: 0;
}
.homepage1 .gray-columns-wrapper .news-line ul li {
	font-size: 11px;
	font-weight: bold;
	color: #4b759f;
	list-style: none;
	margin: 0;
	padding: 0;	
}
.homepage1 .gray-columns-wrapper .news-line span.title {
	font-weight: normal;
	padding-left: 20px;
}
.homepage1 .gray-columns-wrapper .news-line span.date{
	font-weight: normal;
	color: #737373;
}

form.searchnavitem {
	padding-top: 10px;
	float: right;
}

.homepage1 h1 {
	color: #22415d;
	font-size: 17px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:10px;
	line-height:1.1em;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:none;
	background:none;
}

.homepage1 p.homepage-link {
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 5px;
}

.homepage1 h2 {
	color: #4b759f;
	font-size: 15px;
	margin-top:0px;
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:none;
	background:none;
}
.homepage1 .gray-col3 h2 {
	margin-top:0.8em;
}
.homepage1 h3 {
	color: #4b759f;
	font-size: small;
	margin-top:0px;
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:none;
	background:none;
}
.homepage1 p {
	/*	color: #008fdd; */
	color: #333333;
	font-size: 12px;
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:none;
	background:none;
/*	line-height:1.5em;*/
}

/*.homepage1 p.col3-first-para {
	color: #22415d;
}*/

.homepage1 p a.grey {
	/*	color: #008fdd; */
	color: #333333;
	text-decoration:underline;
}
.homepage1 p.learn-more a {
	color: #b57326;
	text-decoration:none;
}
.homepage1 p.baseline {
	/*	color: #008fdd; */
font-weight:bold;
	padding-top:17px;
}
.homepage1 .img {
	padding: 15px 15px 0 15px;
	margin-bottom:12px;
}
.homepage1 .trial {
	margin-top:15px;
	text-align:center;
}
.homepage1 .caption {
	padding:3px 10px 0 5px;
	line-height:1.5em;
	font-size:11px;
}
.homepage1 a {
	text-decoration:none;
	color: #4b759f;
}
.homepage1 a:hover {
	text-decoration: underline;
}
.homepage1 ul {
	font-size:12px;
	color: #333333;
	margin-left:20px;
}
.homepage1 ul a {
	text-decoration:none;
	color: #4b759f;
	font-weight:normal;
}
.homepage1 li {
	list-style-type: disc;
}

.look2 {
	color: #000;
}
.look2 a, .look2 a:visited {
	text-decoration:none;
	color: #4b759f;
}
.look2 a:hover {
	text-decoration: underline;
}
/*
.look2 .large-copy a {
	font-weight:bold;
}
*/
.look2 .large-copy p a {
	font-weight:normal;
}


.look2 h1,
.look2 h2,
.look2 h3,
.look2 h4,
.look2 h5,
.look2 h6,
.look2 h1 a,
.look2 h2 a,
.look2 h3 a,
.look2 h4 a,
.look2 h5 a,
.look2 h6 a {
	background: none;
	padding-left: 0;
	margin-left: 0;
	line-height: 1.3em;
	text-transform: none;
}

.look2 h1, 
.look2 h2,
.look2 h1 a, 
.look2 h2 a {
	font-size: 20px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 12px;
}

.look2 h2.smallbottommargin,
.look2 h2.smallbottommargin a {
	margin-bottom: 0.2em;
}

.look2 h3.smalltopmargin, 
.look2 h3.smalltopmargin a {
	margin-top: 0.2em;
}

.look2 h2, .look2 h2 a {
	font-size: 16px;
}

.look2 h3, .look2 h4, .look2 h3 a, .look2 h4 a {
	font-size: small;
	font-weight: bold;
}

.look2 h1, .look2 h1 a {
	color: #22415d;
}
.look2 h2, .look2 h2 a {
	color: #4b759f;
}
.look2 h3, .look2 h3 a {
	color: #4b759f;
}
.look2 h4, .look2 h4 a {
	color: #4b759f;
}
.look2 h5, .look2 h5 a {
	color: #4b759f;
}

.look2 #breadcrumbs {
/*	font-size: .86em;*/
	line-height: 1.3em;
}

.look2 hr {
	padding-top: 10px;
	padding-bottom: 10px;
}

.look2 .large-copy div.left {
	float:left;
	width:505px;
}
.look2 .large-copy div.right {
	float:left;
	width:230px;
	vertical-align:top;
}

.look2 .large-copy ul {
	line-height:1.4em;
	margin-bottom: 1em;
}
.look2 .large-copy ul a {
	text-decoration:none;
	color:#4b759f;
	font-weight:normal;
}
.look2 .listblack {
	color:#000;
}

.look2 .large-copy li {
	/*list-style: url(img/dash-dkgray.png);*/
	margin-left: 2em;
}

.look2 .large-copy ul li {
	list-style-type: disc;
}

.look2 .large-copy li.link {
	/*list-style: url(img/dash-blue.png);*/
}


.look2 div.list2col .left,
.look2 div.list2col .listLeft,
.look2 .listLeft {
	float:left;
	max-width: 58%;
	padding-right: 2%;
}

.look2 div.list2col .right,
.look2 div.list2col .listRight,
.look2 .listRight {
	float:left;
	max-width: 58%;
	padding-right: 2%;
}

.look2 .large-copy .caption {
	padding:3px 10px 0 5px;
	line-height:1.5em;
	font-size:11px;
}

/*

.look2 h1 {
	color: #333333;
	font-size: 1.6em;
	margin-bottom:12px;
	line-height:1em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform:none;
	background:none;
}

.look2 hr {
	padding-top: 10px;
	padding-bottom: 10px;
}

.look2 p {
	color: #000;
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:none;
	background:none;
	line-height:1.5em;
}
.look2 .content {
	float:left;
	width:100%;
	padding:10px 0px 10px 0px;
}
.look2 .left {
	float:left;
	width:505px;
}
.look2 .right {
	float:left;
	width:230px;
	vertical-align:top;
}
.look2 .listLeft {
	float:left;
	max-width: 58%;
	padding-right: 2%;
}
.look2 .listRight {
	float:left;
	max-width: 58%;
	padding-right: 2%;
}
.look2 ul {
	font-size:12.2px;
	
	margin:-15px 0 10px 5px;
	line-height:1.6em;
}
.look2 ul a {
	text-decoration:none;
	font-size:13px;
	color:#4b759f;
	font-weight:normal;
}
.look2 .listblack {
	color:#000;
}

.homepage1 li,
.look2 li {
/*	list-style-image: url(img/dash-dkgray.png);*/
}

.homepage1 li.link,
.look2 li.link {
	list-style-image: url(img/dash-blue.png);
}
.look2 .img {
	padding: 0px 0px 0 0px;
	margin-bottom:12px;
}
.look2 .allignCenter {
	margin-top:15px;
	text-align:center;
}
.look2 .allignLeft {
	margin-top:15px;
	text-align:left;
}
.look2 .allignRight {
	margin-top:15px;
	text-align:right;
	padding-right:15px;
}
.look2 .caption {
	padding:3px 10px 0 5px;
	line-height:1.5em;
	font-size:11px;
}
.look2 a {
	text-decoration:none;
	color:#4b759f;
	font-size:12px;
	font-weight:bold;
}
.look2 a:hover {
/*	color:#036;*/
}
.look2 p a {
	text-decoration:none;
	color:#4b759f;
	font-size:13px;
	font-weight:normal;
}
*/
/* Rob's additions during build */
div.error {
	background-color: #CC0000;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
div.warning {
	background-color: #FF9900;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
div.success {
	background-color: #009900;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
div.comment div.meta {
	background-color: #eee;
	font-size: .89em;
	height: 16px;
	margin: 4px 0 4px 0;
	padding: 4px;
	color: #008fdd;
	font-weight: bold;
}
div.comment p {
	padding: 0 4px 0 4px;
}
.blog_photo {
	border: 3px solid #eae9f0;
	display: inline;
	float: left;
	margin: 0 5px 0 0;
}
.kb_links,
.blog_info {
	font-weight: bold;
	color: #666666;
	line-height: 200%;
}
.kb_links strong,
.blog_info strong {
	text-transform: uppercase;
}
.kb_links {
	margin-top: 20px;
	padding: 0 10px 0 20px;
}

#sitemap {
	font-size: 140%;
}
#sitemap ul {
	margin-left: 0;
}
#sitemap ul li {
/*	background: #eae9f0;
	background: #eee;
	padding:5px; */
	margin:15px;
}
#sitemap li {
	list-style: none;
}
#sitemap li ul {
	font-size: 90%;
	margin: 0 0 10px 0;
}
#sitemap li ul li {
	background: none;
	padding: 0;
}
#sitemap li.open {
	list-style: url("img/nav-arrow-down-blue.png");
}
#shuttleLinks {
	font-size: .89em;
	color: #666666;
	text-align:center;
	vertical-align: top;
	margin-top: 6px;
}
#shuttleLinks img {
	padding: 0 2px 0 2px;
	margin-bottom: -4px;
}
#shuttleLinks a:link {
	font-size: .89em;
	color: #008fDD;
	text-decoration: underline;
}
#shuttleLinks a:visited {
	font-size: .89em;
	color: #008fDD;
	text-decoration: underline;
}
#shuttleLinks a:hover {
	font-size: .89em;
	color: #666666;
	text-decoration: underline;
}
#shuttleLinks a:active {
	font-size: .89em;
	color: #999999;
	text-decoration: underline;
}
#breadcrumbs {
	margin-left: 20px;
}


/**** INLINE REGISTRATION FORM ****/

	.inlineRegForm {
		display: block;
		position: relative;
		width: 100%;
		background: #ddd;
		border: 2px solid #444;
		font-size: 11px;
		line-height: 1.1em;
	}
	
	.inlineRegForm .title {
		text-transform: uppercase;
	}
	
	.inlineRegForm .title,
	.inlineRegForm .subtitle {
		width: 100%;
		text-align: center;
	}
	.inlineRegForm .title { color: #000; }
	.inlineRegForm .subtitle { 	margin-top: -5px; }
	
	.inlineRegForm input.text,
	.inlineRegForm label.text {
		display: block;
		width: 100%;
	}
	
	.inlineRegForm label {
		font-weight: bold;
		font-size: .9em;
	}
	
	.inlineRegForm input.submit {
		display: block;
		float: right;
	}
	
	.inlineRegForm form {
		display: block;
		position: relative;
		padding: 5px;
	}
	
	.inlineRegForm .formArea {
		padding-top: 5px;
	}
	
	.inlineRegForm .field {
		padding-top: 8px;
	}
	
	.inlineRegForm .field-error label {
		color: red;
	}
	
	.inlineRegForm .form-error-message {
		display: block; position: relative; width: 100%;
		text-align: center;
		font-size: .8em;
		color: red;
	}
/**** end: INLINE REGISTRATION FORM  ****/

/*Knowledge Base*/
ul#productlist li
{
	background: url(/images/icons/package.png) top left no-repeat;
	list-style: none;
	margin-left: 0;
	font-weight: bold;
	padding-left: 20px;
}

ul#productlist li li
{
	background: none;
	font-weight: normal;
	margin-left: 0;
	padding-left: 0;
	list-style: url(img/dash-dkgray.png);
}

ul#categorylist li
{
	list-style: url(img/dash-dkgray.png);
	margin-left: 0;
	font-weight: bold;
	margin-left: 20px;
}

.right-floating-side {
	float: right;
	width: 230px;
}

.right-floating-box {
	margin: 0 0 20px 20px;
	padding: 0;
	width: 210px;
	font-size: 12px;
	background: #f1f0ed;
	float: right;
}

.right-floating-box div.title {
	color: #f1f0ed;
	font-weight:bold;
	font-size:14px; 
	line-height:25px;
	background-color: #22415d;
	background-image:url(img/right-floating-header-background.jpg);	
	background-position: 0 0;
	background-repeat: repeat-x;
	margin: 0;
	padding-left: 10px;
}

.right-floating-box .inset {
	top: 0;
	padding: 0;
	margin: 0;
	border: 0;
	width: 210px;
}

.right-floating-box .content {
	margin: 0;
	padding: 15px 15px 10px 15px;
	width: 170px;
}

.right-floating-box .content ul li, .right-floating-box .content ul a {
	color: #606802;
}

.right-floating-box li {
	margin-left: 1em !important;
}

.right-floating-box h4 {
	color: #22415d;
}

.right-floating-box .resources-list img {
	margin-right: 10px;
}

.right-floating-box .field, .right-body-callout .field {
	position: relative; 
	top: 0;
	margin: 0 !important; 
	padding: 0 5px 5px 0;
/*	margin-left: -5px; 
	margin-right: -5px;*/
}
.right-floating-box input, .right-body-callout input {
	width: 100%;
}

.right-floating-box input.checkbox, .right-body-callout input.checkbox {
	width: auto;
	float: left;
	margin-right: 5px;
}

.right-floating-box .subtitle {
	font-size: 10px;
	padding: 15px 10px 0 10px;
}
.right-floating-box label {
	font-size: .87em;
}

/*
.right-floating-box ul li a:hover {
	text-decoration: underline;
}
*/

.right-floating-box span.corners-top {
	background-color: #4b759f;
	margin: 0;
	border: 0;
	padding: 0;
}

/* Related Info box */

.right-floating-box ul.resources-list {
	margin: 0;
	padding: 0;
}

.right-floating-box ul.resources-list li {
	list-style: none;
	list-style-type: none;
	margin-left: 0 !important;
	padding-bottom: 7px;
}

.right-floating-box ul.resources-list li.whitepaper {
	list-style-image:url("/assets/image/icons/whitepaper-icon.png");
}

.right-floating-box ul.resources-list li span {
	margin: 0;
	padding: 0;
	vertical-align: top;
	line-height: 1.9;
}

.right-floating-box ul.resources-list-support {
	margin: 0;
	padding: 0;
}

.right-floating-box ul.resources-list-support li {
	list-style: disc;
	margin-bottom: 7px;
}


.right-floating-box h3, .right-body-callout h3, .left-body-callout h3 {
	margin-top: 0;
}

.right-floating-box hr, .right-body-callout hr, .left-body-callout hr {
	padding-top: 0;
	padding-bottom: 0;
}

.right-floating-ad {
 	margin-top: 1.5em;
 	margin-left: 50px;
	width: 150px;	
}

/* body callouts */

.right-body-callout {
	float: right;
	clear: left;
	margin: 0 0 20px 20px;
	padding: 0;
	width: 450px;
	background: #f1f0ed;
}

.right-body-callout div.title {
	color: #f1f0ed;
	font-weight:bold;
	font-size:14px; 
	line-height:25px;
	background-color: #22415d;
	background-image:url(img/right-floating-header-background.jpg);	
	background-position: 0 0;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	padding-left: 10px;
}

.right-body-callout .inset {
	position: relative; 
	top:0;
	padding: 0;
}

.right-body-callout .content {
	margin: 0;
	padding: 15px 15px 0 15px;
}

.right-body-callout span.corners-top {
	background-color: #4b759f;
}

/* left body callout */

.left-body-callout {
	float: left;
	clear: right;
	margin: 0 20px 20px 0;
	padding: 0;
	width: 450px;
	background: #f1f0ed;
}

.left-body-callout div.title {
	color: #f1f0ed;
	font-weight:bold;
	font-size:14px; 
	line-height:25px;
	background-color: #22415d;
	background-image:url(img/right-floating-header-background.jpg);	
	background-position: 0 0;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	padding-left: 10px;
}

.left-body-callout .inset {
	position: relative; 
	top:0;
	padding: 0;
}

.left-body-callout .content {
	margin: 0;
	padding: 15px 15px 0 15px;
}

.left-body-callout span.corners-top {
	background-color: #4b759f;
}

span.corners-top {
	background-image:url(img/corners_left.png);
	background-position:0 0;
}

span.corners-top span {
background-image:url(img/corners_right.png);
background-position:100% 0;
}
span.corners-bottom {
	background-color: #f1f0ed;
	background-image:url(img/corners_left.png);
	background-position:0 100%;
	clear:both;
}
span.corners-bottom span {
	background-image:url(img/corners_right.png);
	background-position:100% 100%;
}
span.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span {
	background-repeat:no-repeat;
	display:block;
	font-size:1px;
	height:5px;
	line-height:1px;
}

/**
 *  Tabs on product page, etc.
 */

#click-tabs {
	position:relative;
}

#click-tabs ul.tabs {
	list-style-type:none; 
	position:relative;
	padding:0; 
	margin:0;
	background: #eaeaea;
}

#tabs li.tab-content {
	display:block;
	float:left;  
	margin:0 0 0 0;
	position:relative;
	width:238px; 
	text-decoration:none; 
	text-align:center; 
	cursor:pointer; 
	z-index: 100;
}

#tabs li.tab-content div.tab-title {
	color: #22415d;
	font-weight:bold;
	font-size:12px; 
	line-height:15px;
	padding-bottom: 5px;
	background-color: #c8c7bf;
	margin: 0 2px 0 0;
}

#tabs li.click {
	cursor: default;
}

#tabs li.tab-content div.tab-inset {
	display: none;
	position:relative;
	text-align:left; 
	color:#000; 
	padding: 25px 20px 20px 20px;
	margin: 0;
	width: 668px;
	border: 2px solid #22415d;
	border-bottom: 5px solid #22415d;
	z-index: 500;
}

#tabs li.click div.tab-inset {
	display: block;
	position:relative;
	background:url(img/transparent.gif);} /* the background image is for IE7 */
}

#tabs li.click div.tab-title {
	background-color: #4b759f;
}

#tabs li div.tab-inset h1 {
/*	text-align: center;*/
}

#tabs li.tab-content div.center {
	position: relative;
	left: -238px;
}

#tabs li.tab-content div.righttab {
	position: relative;
	left: -476px;
}

#tabs li.tab-content:hover div.tab-title, #tabs li.click div.tab-title {
	color:#FFFFFF;
	font-weight: bold;
	background-color: #4b759f;
	background-image:url(img/tab-background.jpg);	
	background-position: 0 0;
}

#tabs li.tab-content:hover div.one-line, #tabs li.click div.one-line {
	background-color: #4b759f;
	background-image:url(img/right-floating-header-background.jpg);	
	background-position: 0 0;
}

#tabs p {
	line-height: 1.2em;
}

img.center-button{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 25px;
}

img.center-button-sidebar{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}

/**
 *  Features and Benefits table
 */
 
.look2 table.features {
	border-collapse:collapse;
}

.look2 table.features th {
	text-transform: uppercase;
	vertical-align: top;
	padding: 5px;
	background-color: #4b759f;
	color: #ffffff;
}

.look2 table.features td {
	vertical-align: top;
	padding: 5px;
	font-size: 12px;
	border-bottom: solid;
	border-width: 1px;
	border-color: #22415d;
}

.look2 table.features td.noborder {
	border-bottom: 0;
}

.look2 table.features td li {
	line-height: 1.2em;
}

.look2 table.features tr {
/*	border-bottom: solid;
	border-width: 1px;
	border-color: #22415d;*/
}

.look2 table.features tr.noborder {
	border-bottom: none;
}

.look2 table.features tr.noborder td {
	border-bottom: none;
}

.look2 table.features tr.last {
	border-bottom: solid;
	border-width: thin;
	border-color: #22415d;
/*	border-color: #b7b7b7;
	background-color: #b7b7b7;*/
}

.look2 table.features tr.gray {
/*	background-color: #eaeaea;*/
}

/* float images to the right */

div.floatright {
	float: right; 
    	clear: right; 
    	margin: 15px; 
}

div.tab-inset div.floatright {
	margin: 0px 15px 15px 15px;
}

span.image-caption {
	font-size: 11px;
	font-style: italic;
	color: #4b759f;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}

div.norightmargin {
	margin-right: 0 !important;
}

div.image p {
    	margin-bottom: 2px; 
}

div.image img {
/*	border: 1px solid #aaaaaa;*/
}

div.image span.trial-button {
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
}

img.floatright { 
	float: right; 
    	clear: right; 
    	margin: 4px; 
}

img.center { 
    	display: block;
    	margin-left: auto;
    	margin-right: auto;
}

/* for FAQs page */

#faqs dt {
	font-weight: bold;
}
#faqs dd {
	margin: 0;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#faqs span.firstterm {
	font-style: italics;
}
#faqs span.title {
	font-weight: bold;
}
#faqs span.menuitem {
	font-weight: bold;
}
#faqs span.label {
	font-weight: bold;
}
#faqs span.button {
	font-weight: bold;
	background-color: #eeeeee;
	border-top: solid #cccccc;
	border-right: solid #aaaaaa;
	border-bottom: solid #aaaaaa;
	border-left: solid #cccccc;
	border-width: medium;
	padding: 0;
	padding-right:.4em;
	padding-left: .4em;
}

/* for video pages */

div.flash-movie {
	margin-top: 0;
}

/* for Resources page */

/* 782px width - 5px margin - 40px padding - 40px padding = 697px */ 
div.featured-section {
	height: 240px;
	margin-bottom: 15px;
}
#featured-inset, #featured-inset-static {
	height: 200px; 
	padding: 20px;
	background-image: url(img/featured-background.jpg);
	background-repeat:no-repeat;
	width: 668px;
}

#featured-inset0, #featured-inset1, #featured-inset2 {
	display: none;
}

#featured-inset-static {
	margin-bottom: 20px;
}

div.featured-right-bottom p {
	margin: 0;
	float: right;
	color: #444444;
	font-weight: bold;
}

div.featured-image {
	position: relative;
	float: right;
	width: 170px;		
	padding-top: 4px;
	padding-bottom: 4px;
}

div.featured-video {
	padding-top: 38px;
	padding-bottom: 38px;
}

div.featured-description {
	float: left;
	width: 458px;
	padding-right: 20px;
	padding-left: 20px;
	height: 200px;
}

div.featured-description-top {
	height: 168px;
}

div.featured-description-button {
	height: 32px;
}

p.featured-resource-title, p.featured-resource-title a {
	color: #22415d !important;
	font-weight: bold !important;
	font-size: 17px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin:0;
}

p.featured-title a {
	font-weight: bold !important;
	font-size: 15px;
}

img.featured-button {
	float: left;
}

/* bottom of page */

#resources-wrapper div.left {
	width: 705px;
	margin: 0;
	padding: 0;
	float: left;
}

#resources-wrapper div.right {
	width: 235px;
	margin: 0;
	padding: 0;
	float: right;
}

/* all items */
#resources-wrapper div.left-left, #resources-wrapper div.left-right-left, #resources-wrapper div.left-right-right, #resources-wrapper div.right-left {
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 20px;
	width: 217px;
	height: 220px;
	border-right: 2px solid #c7c7c7;
}

#resources-wrapper div.left-right {
	width: 470px;
}

#resources-wrapper div.left-left a, #resources-wrapper div.left-right-left a, #resources-wrapper div.left-right-right a, #resources-wrapper div.right-left a, #resources-wrapper div.right-right a {
	font-size: 12px;
	font-weight: normal;
}

#resources-wrapper div.right-left {
	border: none;
}

#resources-wrapper div.left-left, #resources-wrapper div.right-left {
	float: left;
}

#resources-wrapper div.left-right, #resources-wrapper div.right-right {
	float: right;
}

#resources-wrapper div.left-right-left{
	float: left;
}

#resources-wrapper div.left-right-right{
	float: right;
}

#resources-wrapper div.left-left-more, #resources-wrapper div.left-right-more {
	height: 50px;
	vertical-align: bottom;	
}

#resources-wrapper div.resources-inset {
	height: 180px;
}

#resources-wrapper div.more-link {
	height: 30px;
}

p.more-slider {
	text-align: right;
	font-weight: bold;
	font-size: 13px;
	color: #22415d;
}

#resources-wrapper h3 {
	color: #22415d;
	font-size: 14px;
	font-style: bold;
	padding: 4px;
	margin: 0;
	margin-bottom: 6px;
}

ul.resources-page-list {
	padding: 4px;
}

ul.resources-page-list li {
	list-style-image:url("img/orange-bullet.png");
	margin-left: 1em !important;
	margin-bottom: 1.2em;
}

ul.resources-page-list li a {
	font-size: 12px;
}

ul.resources-page-list li a:hover {
	text-decoration: underline;
}

#featured-inset h3 {
	color: #22415d;
	font-size: 14px;
	font-style: bold;
	padding: 4px;
	padding-top: 10px;
	margin: 0;
	margin-bottom: 6px;
}

ul.featured-list-ul {
	padding: 4px;
}

ul.featured-list-ul li {
	list-style-image:url("img/orange-bullet.png");
	margin-left: 1em !important;
	margin-bottom: 1.2em;
}

ul.featured-list-ul li a {
	font-size: 12px;
}

ul.featured-list-ul li a:hover {
	text-decoration: underline;
}

/* Resellers page */

/*
span.resellers-corners-top {
	width: 742px;
	background-image:url(img/corners_hp_left.png);
	background-position:0 0;
	background-color: #c7c7c7;
}

span.resellers-corners-top span {
	background-image:url(img/corners_hp_right.png);
	background-position:100% 0;
}
span.resellers-corners-bottom {
	width: 742px;
	background-image:url(img/corners_hp_left.png);
	background-color: #c7c7c7;
	background-position:0 100%;
	clear:both;
}
span.resellers-corners-bottom span {
	background-image:url(img/corners_hp_right.png);
	background-position:100% 100%;
}
span.resellers-corners-top, span.resellers-corners-bottom, span.resellers-corners-top span, span.resellers-corners-bottom span {
	background-repeat:no-repeat;
	display:block;
	font-size:1px;
	height:10px;
	line-height:1px;
}
*/
div.resellers-wrapper {
	width: 742px;
	background: url(img/resellers-background-bottom.jpg) no-repeat bottom left;
	margin-bottom: 20px;
}

div.resellers-inset {
	width: 702px;
	height: 130px;
	padding: 10px 20px;
	background: url(img/resellers-background-top.jpg) no-repeat top left;
}

div.resellers-image {
	float: left;
	width: 164px;
}

div.resellers-image img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 34px;
	padding-left: 10px;
}

div.resellers-description {
	float: right;
	width: 510px;
	padding-top: 20px;
}

/* Contact Page */

div.contact-left-wrapper {
	float: left;
	width: 350px;
	padding-left: 0px;
	padding-right: 10px;
}

div.contact-right-wrapper {
	float: right;
	width: 350px;
	padding-left: 10px;
	padding-right: 20px;
}

/* Media Coverage */

#editors-note {
	background-color: #eaeaea;
	border: 1px solid #c7c7c7;
	padding: 8px;
	margin-bottom: 1.1em;
}

#editors-note p {
	margin-bottom: 0;
}

p.first-media-para:first-letter {
	color: #22415d;
	font-size: 45px;
	font-weight: bold;
	float: left;
	margin: 5px 5px 5px 0;

}

/* Free Download Trial pages */

div.already-registered {
	background-color: #eaeaea;
	padding: 10px;
	margin-bottom: 1em;
	height: 70px;
}

/* Download Free Trial page */

span.download-corners-top {
	width: 742px;
	background-image:url(img/corners_hp_left.png);
	background-position:0 0;
	background-color: #f1f0ed;
}

span.download-corners-top span {
	background-image:url(img/corners_hp_right.png);
	background-position:100% 0;
}
span.download-corners-bottom {
	width: 742px;
	background-image:url(img/corners_hp_left.png);
	background-color: #f1f0ed;
	background-position:0 100%;
	clear:both;
}
span.download-corners-bottom span {
	background-image:url(img/corners_hp_right.png);
	background-position:100% 100%;
}
span.download-corners-top, span.download-corners-bottom, span.download-corners-top span, span.download-corners-bottom span {
	background-repeat:no-repeat;
	display:block;
	font-size:1px;
	height:10px;
	line-height:1px;
}

div.step-one, div.step-two, div.step-three, div.step-help {
	margin-top: 10px;
}

div.step-one {
	background: transparent url(img/step-one.png) no-repeat;
	background-position:0 0;
	background-color: #f1f0ed;
	height: 220px;
}

div.step-two {
	background: transparent url(img/step-two.png) no-repeat;
	background-position:0 0;
	background-color: #f1f0ed;
	height: 300px;
}

div.step-three {
	background: transparent url(img/step-three.png) no-repeat;
	background-position:0 0;
	background-color: #f1f0ed;
	height: 310px;
}

div.step-four {
	background: transparent url(img/step-four.png) no-repeat;
	background-position:0 0;
	background-color: #f1f0ed;
	height: 310px;
}

div.step-help {
	background: transparent url(img/step-help.png) no-repeat;
	background-position:0 0;
	background-color: #f1f0ed;
}

div.first-steps {
	height: 225px;
	}

div.step-inset {
	padding: 10px 20px;
}

/* New Features page */

div.newfeaturerow {
	height: 155px;
}

div.newfeatureimage {
	float: left;
	clear: left;
}

div.newfeaturedescription {
	float: right;
	clear: right;
	width: 500px;
}

div.newfeaturedescription h3 {
	margin-top: 0 !important;
}

img.request-demo-button {
	margin-left: 146px;
}

div.twoline-icon {
	float: left;
}

div.twoline-wrapper {
	height: 50px;
}

div.twoline-title {
	float: right;
	width: 134px;
}

div.twoline-title span {
	line-height: 1.4 !important;
}

/* Landing page headers */

#support-header, .landing-page-header {
	width: 708px;
	margin: 0;
	padding: 0;
}

#support-header img, .landing-page-header img {
	margin-bottom: 1.4em;
}

/* Support landing page */

#support-wrapper {
	width: 708px;
	margin: 0;
	padding: 0;
	margin-top: 1.3em;
}

#support-wrapper-left {
	width: 470px;
	margin: 0;
	float: left;
}

#support-wrapper div.column1{
	width: 232px;
	margin: 0;
	padding: 0;
	float: left;
}

#support-wrapper div.column2{
	width: 232px;
	margin: 0;
	padding: 0;
	float: right;
}

#support-wrapper div.column3 {
	width: 232px;
	margin: 0;
	padding: 0;
	float: right;
}

#support-wrapper h3 {
	margin-top: 0;
}

#partner-wrapper {
	width: 708px;
	margin: 0;
	padding: 0;
	margin-top: 1.0em;
}

#partner-wrapper-left {
	width: 708px;
	margin: 0;
	float: left;
}

#partner-wrapper div.column1 {
	width: 344px;
	margin: 0;
	padding: 0;
	padding-right: 10px;
	float: left;
}

#partner-wrapper div.column2 {
	width: 344px;
	margin: 0;
	padding: 0;
	float: right;
}



ul.support-list, ul.support-list a {
	font-size: 13px !important;
	font-weight: normal !important;
	margin-top: 1em;
}

ul.support-list li {
	list-style-image:url("img/orange-bullet.png");
}

ul.no-bottom-margin {
	margin-bottom: 0 !important;
}

/* end support landing page */

#about-content, #products-content, #resources-content, #careers-content, #partner-content, #support-content {
	width: 708px;
	line-height: 1.4;
}

.resources-title-image {
	float: left;
	margin-right: 5px;
}

div.background-highlight, div.background-highlight-center {
	background-color: #f4eed0;
	margin-bottom: 1.1em;
	padding: 10px;
	width: 500px;
	font-weight: bold;
	color: #4b759f;
}

div.background-highlight-center {
	margin-left: auto;
	margin-right: auto;
}

div.background-highlight p, div.background-highlight-center p {
	margin-bottom: 0;
}

div.standalone-image {
	margin-bottom: 1.1em;
	width: 510px;
}

div.standalone-image span.caption {
	font-size: 11px;
	font-style: italic;
	margin: 0;
	padding: 0 !important;
}

ul.notopmargin {
	margin-top: 0 !important;
}

#app-problem-content {
	width: 508px;
}

#app-problem-content p.no-bottom-margin {
	margin-bottom: 0 !important;
}

#effects-button, #effects-button1, #effects-button2, #effects-button3, #effects-button4, .hide-details {
	cursor: pointer;
	color: #4b759f;
	margin-bottom: 0px;
}

#webinar-series-wrapper {
	width: 508px;
/*	width: 660px;*/
}

div.webinar-register {
	height: 26px;
}

#coming-event-content {
/*	width: 508px;*/
}

#coming-event-columns {
/*	width: 610px;*/
	width: 660px;
}

#coming-event-columns div.left {
	float: left;
/*	width: 283px;*/
	width: 308px;
	padding: 10px;
	padding-bottom: 0;
	margin-bottom: 10px;
	border-right: 2px solid #C7C7C7;
}

#coming-event-columns div.right {
	float: right;
/*	width: 285px;*/
	width: 310px;
	padding: 10px;
	padding-bottom: 0;
	margin-bottom: 10px;
}

img.calendar {
	margin-right: 10px;
}

span.calendar-label {
	vertical-align: top;
	line-height: 6;
}

form.search-404 {
	margin-bottom: 1.1em;
}

#pagenotfound-wrapper div.left {
	float: left;
	width: 626px;
	padding: 0;
	margin-bottom: 20px;
}

#pagenotfound-wrapper div.left div.left-left {
	float: left;
	width: 290px;
	border-right: 2px solid #C7C7C7;
	padding-right: 10px;
	padding-left: 10px;
	height: 200px;
}

#pagenotfound-wrapper div.left div.left-right {
	float: right;
	width: 290px;
	border-right: 2px solid #C7C7C7;
	padding-right: 10px;
	padding-left: 10px;
	height: 200px;
}

#pagenotfound-wrapper div.right {
	float: right;
	width: 290px;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	height: 200px;	
	margin-bottom: 20px;
}

ul.pagenotfound-list {
	padding: 4px;
}

ul.pagenotfound-list li {
	list-style-image:url("img/orange-bullet.png");
	margin-left: 1em !important;
	margin-bottom: 1.2em;
}

ul.pagenotfound-list li a {
	font-size: 12px;
}

ul.pagenotfound-list li a:hover {
	text-decoration: underline;
}

#featured-logo0, #featured-logo1, #featured-logo2, #featured-logo3, #featured-logo4, #featured-logo5, #featured-logo6, #featured-logo7 {
	display: none;
}