	* {margin: 0;padding: 0;}
	@font-face {
    font-family: 'open_sansregular';
    src: url('/fonts/OpenSans-Regular-webfont.eot');
    src: url('/fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('/fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('/fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

	}
	@font-face {
	    font-family: 'open_sanslight';
	    src: url('/fonts/OpenSans-Light-webfont.eot');
	    src: url('/fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
	         url('/fonts/OpenSans-Light-webfont.woff') format('woff'),
	         url('/fonts/OpenSans-Light-webfont.ttf') format('truetype'),
	         url('/fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
	    font-weight: normal;
	    font-style: normal;
	
	}
	
	body {
		color: #333;
		background: #EFEFEF url(/images/background-sm.gif) repeat-x;
		font-family: tahoma, geneva, verdana, sans-serif;
		font-size:12px;
		line-height:20px;
		padding:10px 0px 0px 10px;
		margin:0;
		text-align: center;/*-- allows container to be center in IE --*/
		}
	
	#container{
		width: 980px;
		padding:0;
		margin: 0 auto; /*-- allows container to be center in FF --*/
		text-align: left;
		overflow:hidden;
		}
		
		
	p {
		text-align:left;
		margin:10px 0;
		}
		
	h1 {
		margin: 0 0 6px 0;
		line-height:100%;
		padding: 0;
		line-height:130%;
		letter-spacing: 0px;
		font-size: 24px;
		color:#003E6A;
		text-align:left;
		}
	
	h1.buy {
		font-size:22px;
	}
	a:link,a:visited,a:hover,a:active {
		color:#3366CC;
		}
	
	a.nostyle {
		text-decoration:none;
		color:#003E6A;
		}
	a.nostyleheader {
		text-decoration:none;
		color:#003E6A;
		}
		
	h2 {
		margin: 20px 0 6px 0;
		line-height:100%;
		padding: 0;
		line-height:130%;
		font-size: 18px;
		letter-spacing: 0px;
		color:#003E6A;
		text-align:left;
		}
	
		
	h3 {
		margin: 5px 0;
		color:#003E6A;
		font-size: 14px;
		letter-spacing: 0px;
		font-weight:bold;
		text-align:left;
		line-height:120%;
		}
		
	h4 {
		color:#424542;
		font-size: 14px;
		font-weight:bold;
		margin-top:10px;
		}
	
	h5 {
		margin: 10px 0 -10px 0;
		padding: 0;
		color:#003E6A;
		font-size: 13px;
		font-weight:bold;
		Line-height: 180%;
		text-align:left;
		}
	.trademark {font-size:7px;font-style:italic;}
	.red,.alert,.required {color: #c00;}
	.smallerbody {font-size: 11px;margin: 0;padding: 0;}
	.underline {border-bottom: 1px solid #D5D5D5;}	
	.spacetop {margin-top: 20px;}
	.shareContainer {
	background: #fff;
	border: 1px solid #DEDEDE;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
	padding:20px 40px;
	height:100px;
	}
	.social-media-footer {
		background: #EFEFEF url(/images/socialmedia-background.gif) no-repeat;
		margin-left:225px;
		margin-top:-30px;
		margin-bottom:20px;
		width:766px;
		height:135px;
	}
	.social-media-footer .inner {
		padding:20px 30px;
	}
	#like {margin-top:10px;}
	#twitter {float:left; margin-right:20px;}
	#google{float:left; margin-right:20px;}
	#linkedIn {float:left; margin-right:20px;}
	#digg {float:left; margin-right:20px;}
	#delicious {float:left; margin-right:20px;}
	#reddit {float:left; margin-right:20px;}
	#share {float:left; }
	/*-- Fixes line height issues with trademark sups -- */	
	sup,
	sub {
		height: 0;
		line-height: 1;
		vertical-align: baseline;
		_vertical-align: bottom; /*-- Fix for IE6 -- */	
		position: relative;
		}
	
	sup {
		bottom: 1ex;
		}
	/*-- Used to make trademarks in headlines less glaring -- */	
	.smalltext {
		font-size:9px;
		}
	.suptext {
		font-size:14px;
		}
	sub {
		top: .5ex;
		}
	
	/*-- allows some images to be aligned right and left of copy -- */	
	.imgright {
		float:right;
		padding-left: 20px;
		}
	.imgleft {
		float:left;
		}
		
	/* =MODULAR LEFT/RIGHT ---*/	
	.floatLeft {
		float: left;
		font-size: 11px;
		line-height: 110%;
		margin: 0 1em .5em 0;
		padding: 0;
		text-align: center;
		}
	
	.floatRight {
		float: right;
		font-size: 11px;
		line-height: 110%;
		margin: 0 0 .5em 1em;
		padding: 0;
		text-align: center;
		}
		
	/*-- Button Icon and copy alighment -- */
	p img { margin: 0; 
		padding: 0; 
		vertical-align: middle; 
		_vertical-align: middle; /*-- Fix for IE6 -- */
		}
	
	.image {
	text-align:center;
	margin: 20px 0 20px 0;
	}
	
	.buttonLink img {
		vertical-align: top;
		_vertical-align: top; /*-- Fix for IE6 -- */	
		position: relative;
		*top: -.5ex;/*-- IE7 and below-- */	
		_top: -.5ex;/*-- IE6 nd below-- */	
		}
	.buttonLink sup {
		*bottom: 3ex;/*-- IE7 and below-- */	
		}
		
	.clear {clear: both;}
	
	.clearspace {clear: both; height:20px;}
			
	/*-- Vertical list -- */	
	.vertList ul {
		display: block;
		list-style: none;
		margin: 20px 0;
		padding: 0;
		text-align: left;
		}
	
	 ol.productList {
		margin: 0;
		padding: 0;
		text-align: left;
		font-size:12px;
		color: #424542;
		}
		
	ol.productList li {
		line-height:20px;
		margin: 0 40px 3px 40px;
		padding: 0 0 0 10px;
		text-align: left;
		}

	
	.vertList li { 
		background: url(/images/sprite.gif) no-repeat -280px -703px;
		list-style: none outside;
		margin: 0 0 3px 15px;
		padding: 0 0 0 10px;
		text-align: left;
		}
	
	.orderlist ol {
		margin: 20px 20px;
		padding: 0;
		text-align: left;
		font-size:12px;
		color: #424542;
		}
		
		.orderlist ol li {
			background-image: none;
			font-size: 13px;
			line-height: 170%;
			list-style: decimal;
			margin-left: 30px;
			padding: 0;
			}
			
			.orderlist ol li li {
				background-image: none;
				font-size: 13px;
				line-height: 115%;
				list-style: lower-alpha;
				margin-left: 30px;
				padding: 0;
				}
	#horizList li {
		display: inline;
		list-style: none;
		padding: 0px;
		}
	#printContent ul li {
		line-height:20px;
		text-align:left;
		margin-left:20px;
		}
	
	#printContent ol li {
		text-align:left;
		margin-left:30px;
		}
	#printContent ol.index {
		margin-left:20px;
		}
	
	#printContent ul.upgradeInfo li,.content ul.upgradeInfo li {
		list-style: none outside;
		}
	.content ul.upgradeInfo li {
		margin-left:20px
	}
	.calltoAction {
		float: left;
		width:170px;
		}
	.content {
		float: left;
		margin-left:10px;
		width:650px;
		}
	
	/*-- new design ad pages --*/
	
	
	/*-- container for entire nav area --*/
	#navcontainer {
		width: 980px;
		}
	#logo{
		float: left;
		width:220px;
		margin-top:10px;
		position: relative;
		}
	#nav{
		margin-top:0px;
		line-height:14px;
		float:right;
		width:760px;
		}	
	#nav #uppernav {
		float:right;
		background: #ACB8C9; /* Old browsers */
		background: -moz-linear-gradient(top, #ACB8C9 0%, #A7B0BF 50%, #858D9B 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ACB8C9), color-stop(50%,#284974), color-stop(100%,#858D9B)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #ACB8C9 0%,#A7B0BF 50%,#858D9B 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #ACB8C9 0%,#A7B0BF 50%,#858D9B 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #ACB8C9 0%,#A7B0BF 50%,#858D9B 100%); /* IE10+ */
		background: linear-gradient(to bottom, #ACB8C9 0%,#A7B0BF 50%,#858D9B 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ACB8C9', endColorstr='#858D9B',GradientType=0 ); /* IE6-9 */
		border-radius: 5px;
		width:760px;
		height:34px;
		}
		
	#nav #uppernav ul li{
		list-style-type: none;
		padding: 0;
		margin: 0;
		display: block;
		float: left;
		color:#fff;
		text-align: center;
		}
		
	#nav #uppernav .selected {
		background: #576D8D url(/images/nav-bg-sel-arrow.gif) bottom center no-repeat;
		}
	#nav #uppernav .selectedhome {
		background: #576D8D url(/images/left-rc-sel.gif) bottom left no-repeat;
		} 
		
	
		
	#navlist a{
		color:#fff;
		text-decoration: none;
		display: block;
		padding-bottom:10px;
		padding-top:10px;
		padding-left:12px;
		padding-right:12px;
		}
		
	[if SafMob] #navlist a{
		color:#fff;
		text-decoration: none;
		display: block;
		padding-bottom:10px;
		padding-top:10px;
		padding-left:5px;
		padding-right:5px;
		}
	#navlist a:hover { 
		color:#fff;
		background:url(/images/nav-bg-sel-arrow.gif) bottom center no-repeat;
	}
		 
	 #navlist .home:hover { 
		color:#fff;
		background: #576D8D url(/images/left-rc-sel.gif) bottom left no-repeat;
	}
		
	
	#navlist a, #navlist a:visited
	{
		outline:none;
	}
	/*-- end nav with arrow --*/
	
	
	

	/*-- navSearch --*/
	#searchnav{
		float: right;
		width:250px;
		margin:10px 0 10px 0;
		}
	#searchType {
		float: left;
		margin-right:10px;
		
	}
	#searchForm {
		float: left;
		margin-top:7px;
	}
	#searchnav input{
		padding:1px;
		vertical-align:middle;
	}

	

	/*-- calltoaction --*/
	#calltoaction{
		float: left;
		margin:10px 0 10px 0;
		display: inline;
		}
	.calltoactionSpecials {
		float:left; margin:10px 0 10px 0;
		}
	#calltoaction ul{
		margin:0;
		padding:0;
		height:34px;
		display: inline;
		}
	#calltoaction ul li {
		list-style-type: none;
		display: inline;
		margin:0;
		padding:0;
		}
	#calltoaction ul li.downloadBtn {
		line-height:34px;
		padding:12px 60px 12px 67px;
		position: relative;
		}
	
	#calltoaction ul li.callToActionBtn {
		line-height:34px;
		padding:12px 45px 12px 40px;
		position: relative;
		}
	#calltoaction ul li.buyBtn {
		line-height:34px;
		padding:12px 45px 12px 40px;
		position: relative;
		}
		

	#calltoaction ul li.downloadBtn a {
		position: absolute;
 		top: 0;
		left: 0;
		width: 127px;
		height:34px;
		background: url(/images/sprite.gif) no-repeat 0 -996px;
		}
		
	[if SafMob] #calltoaction ul li.downloadBtn a {
		position: absolute;
 		top: 0;
		left: 0;
		width: 127px;
		height:34px;
		background: url(/images/buttons/freedownload_subnav.gif) no-repeat;
		}
		
	#calltoaction ul li.buyBtn a {
		position: absolute;
 		top: 1px;
		left: 0;
		width: 91px;
		height:36px;
		background: url(/images/sprite.gif) no-repeat 0 -913px;
		}
		
	[if SafMob] #calltoaction ul li.buyBtn a  {
		position: absolute;
 		top: 1px;
		left: 0;
		width: 91px;
		height:36px;
		background: url(/images/buttons/buynow_subnav.gif) no-repeat;
		}
		
	#calltoaction ul li.callToActionBtn a.upgradeBtn {
		position: absolute;
 		top: 0;
		left: 0;
		width: 120px;
		height:36px;
		background: url(/images/button_upgradenow.gif) no-repeat 0 0px;
		}		
	/*-- subnav --*/
	#subnav{
		background: #fff;
		margin:15px 20px 0px 7px;
		float: left;
		position: relative;
		width:250px;
		}
		
		#subnavbuy{
		background: #fff;
		margin:15px 20px 0px 7px;
		float: left;
		position: relative;
		width:450px;
		}
		
		
	#subnav ul, #subnavbuy ul{
		margin:0;
		height:34px;
		background:#fff;
		}
		
	#subnav ul li, #subnavbuy ul li{
		list-style-type: none;
		padding: 5px 7px 5px 7px;
		margin: 0;
		display: block;
		float: left;
		text-align: center;
		}
		
	#subnav a, #subnavbuy a{
		color: #556272;
		text-decoration: none;
		display: block;
		}
		
	#subnav .highlighted, #subnavbuy .highlighted{
		color:#3163CE;
	}
		
	#subnav a:hover, #subnavbuy a:hover{ 
		color:#87919D;
		text-decoration: underline;
		 }
		 /*-- end subnav --*/
		 
		 
	#highlightComment {
		width:800px;
		background: #efefef;
		padding:10px 30px;
		margin-bottom:20px;
	}
	/* When applied on a page other than home that needs a different
	width, reset widths on #curvedcorners .topmiddle .bottommiddle .middle_body */
	
	#curvedcorners {
		margin:16px 0 15px 0;
		width:980px; 
		overflow:hidden;
		}
	#curvedcorners .topleft {
		height:16px;
		width:15px;
		background: url(/images/sprite.gif) no-repeat -800px -224px;
		float:left;
		}
	#curvedcorners .topmiddle {
		height:15px;
		border-top: 1px solid #E5E5E5;
		background:#fff;
		width:950px; /* main width minus 30px - reset on page if need different width */
		float:left;
		}
	#curvedcorners .topright {
		height:16px;
		width:15px;
		background: url(/images/sprite.gif) no-repeat -800px -354px;
		float:left;
		}
	#curvedcorners .middle_body {
		background:#fff url(/images/gradient.gif) bottom left repeat-x;
		min-height:100px;
	  	height:auto !important; /* min height for IE hack */
	  	height:100px; /* min height for IE hack */
		padding:0;
		border-right: 1px solid #E5E5E5;
		border-left: 1px solid #E5E5E5;
		}
	#curvedcorners .bottomleft {
		height:15px;
		width:15px;
		background: url(/images/sprite.gif) no-repeat 0px -516px;
		float:left;
		}
	#curvedcorners .bottommiddle {
		height:14px;
		width:950px; /* main width minus 30px - reset on page if need different width */
		border-bottom: 1px solid #E5E5E5;
		background:#E9E9E9;
		float:left;
		}
	#curvedcorners .bottomright {
		height:15px;
		width:15px;
		background: url(/images/sprite.gif) no-repeat 0px -646px;
		float:left;
		}
	
	/* End curved corners area */
	#curvedcorners2 {
		margin:16px 0 15px 0;
		width:980px; 
		overflow:hidden;
		}
	#curvedcorners2 .topleft {
		height:16px;
		width:15px;
		background: url(/images/sprite.gif) no-repeat -800px -224px;
		/*background:url(/images/topleft.gif) top left no-repeat;*/
		float:left;
		}
	#curvedcorners2 .topmiddle {
		height:15px;
		border-top: 1px solid #E5E5E5;
		background:#fff;
		width:950px; /* main width minus 30px - reset on page if need different width */
		float:left;
		}
	#curvedcorners2 .topright {
		height:16px;
		width:15px;
		background: url(/images/sprite.gif) no-repeat -800px -354px;
		/*background:url(/images/topright.gif) top right no-repeat;*/
		float:left;
		}
	#curvedcorners2 .middle_body {
		background:#fff url(/images/gradient.gif) bottom left repeat-x;
		min-height:100px;
	  	height:auto !important; /* min height for IE hack */
	  	height:100px; /* min height for IE hack */
		padding:0;
		border-right: 1px solid #E5E5E5;
		border-left: 1px solid #E5E5E5;
		}
	#curvedcorners2 .bottomleft {
		height:15px;
		width:15px;
		background:url(/images/bottomleft.gif) top left no-repeat;
		float:left;
		}
	#curvedcorners2 .bottommiddle {
		height:14px;
		width:950px; /* main width minus 30px - reset on page if need different width */
		border-bottom: 1px solid #E5E5E5;
		background:#E9E9E9;
		/*background:url(/images/bottommiddle.gif) top left repeat-x;*/
		float:left;
		}
	#curvedcorners2 .bottomright {
		height:15px;
		width:15px;
		background:url(/images/bottomright.gif) top right no-repeat;
		float:left;
		}

	/* For Home Page Bottom Calls to Action */
	#sections { 
		margin: 0;
		padding: 0;
		text-align:center;
		}
	#sections2 { 
		margin: 0;
		padding: 0;
		text-align:center;
		}
	#sections img {margin-bottom: 10px;}
	#sections2 img {margin-bottom: 10px;}
	#sections h2 {font-size: 14px;}
	#sections .leftcolumn { 
		 margin: 0;
		 padding: 0 20px 10px 20px;
		 width:21%;
		 float: left;
		 position: relative;
		}
		
	#sections .leftcolumn a.playvideo {
		position: absolute;
		top: 40px;
		left: 40px;
		width: 149px;
		height:94px;
		background: url(/images/sprite.gif) no-repeat 0 -1851px;
		}
		
	#sections p.content{
		position: relative;
		margin-top:100px;
		*margin-top:115px;
		}
	
	#sections p.contentGTD{
		position: relative;
		margin-top:100px;
		*margin-top:120px;
		} 
	#sections p.contentWorkSmarter{
		position: relative;
		margin-top:130px;
		} 
		
	#sections .leftmiddle { 
		 margin: 0;
		 padding: 0 20px 10px 20px;
		 width:22%;
		 float: left;
		 border-left: 1px solid #E5E5E5;
		 position: relative;
		}
		
	#sections .leftmiddle a.gtd {
		position: absolute;
		top: 55px;
		left: 20px;
		width: 196px;
		height:93px;
		background: url(/images/sprite.gif) no-repeat 0 -1970px;
		}
		
	#sections .rightmiddle { 
		 margin: 0;
		 padding: 0 20px 10px 20px;
		 width:20%;
		 float: left;
		 border-left: 1px solid #E5E5E5;
		 border-right: 1px solid #E5E5E5;
		 position: relative;
		}
		
	#sections .rightmiddle a.worksmarter {
		position: absolute;
		top: 30px;
		left: 20px;
		width: 183px;
		height:120px;
		background: url(/images/sprite.gif) no-repeat 0 -2110px;
		}
		
	#sections .rightcolumn { 
		 margin: 0;
		 padding: 0 20px 10px 20px;
		 width:20%;
		 float: left;
		 position: relative;
		}
		
	#sections .rightcolumn a.buy {
		position: absolute;
		top: 50px;
		left: 20px;
		width: 152px;
		height:93px;
		background: url(/images/sprite.gif) no-repeat 0 -2260px;
		}
	
/* Homepage Footer CSS */
	#homeFooter {
		padding:0;
		position: relative;
		font-size: 11px;
		}
		
	#homeFooter a {
		color: #556272;
		text-decoration: none;
		}
	#homeFooter a:hover { 
		text-decoration: underline;
		}
	#homeFooter h2 {
		margin:0;
		padding:0;
		color: #556272;
		font-size: 12px;
	}
	.homeMain{
		width:15%;
		float:left;
		margin-left:20px;}
	.homeSoftware{
		width:25%;
		float:left;
		margin-left:20px;}
	.homeHow{
		width:25%;
		float:left;
		margin-left:30px;}
	.homeSocial{
		width:25%;
		float:left;
		margin-left:20px;}
		
	.homeMain ul li, .homeSoftware ul li, .homeMain ul li, .homeHow ul li {list-style-type:none; display:block;}
	
	#homeFooter li.first {
		font-weight:bold;
		font-size:12px;
		color: #556272;
	}
	#homeFooter li.second {
		font-weight:bold;
		font-size:12px;
		color: #556272;
		margin-top:10px;
	}
	#slinks {
	text-align:center;
	}
	#socialFooter {
	text-align:center;
	width:280px;
	margin: 15px auto;
	}
	
	/* Footer CSS */
	#footer {
		padding:0;
		width:980px;
		text-align:center;
		position: relative;
		font-size: 11px;
		}
		
	#footer a {
		color: #556272;
		text-decoration: none;
		}
	
	#footer ul {	
		display: inline;
		margin-left: 0;
		padding-left: 0;
		}
		
	#footer ul li {
		border-left: 1px solid #556272;
		display: inline;
		list-style: none;
		margin-left: 0;
		padding: 1px 5px;
		}
			
	#footer ul li.first {
		border-left: none;
		display: inline;
		list-style: none;
		margin-left: 0;
		padding: 2px 0;
		}
			
	#footer ul li a {
		color: #556272;
		text-decoration: none;
		}
			
	#footer a:hover { 
		text-decoration: underline;
		}

/* homelinks CSS */
	#homelinks {
		padding:0;
		text-align:center;
		position: relative;
		font-size: 9px;
		}
		
	#homelinks a {
		color: #556272;
		text-decoration: none;
		}
	
	#homelinks ul {	
		display: inline;
		margin-left: 0;
		padding-left: 0;
		}
		
	#homelinks ul li {
		border-left: 1px solid #556272;
		display: inline;
		list-style: none;
		margin-left: 0;
		padding: 1px 5px;
		}
			
	#homelinks ul li.first {
		border-left: none;
		display: inline;
		list-style: none;
		margin-left: 0;
		padding: 2px 0;
		}
			
	#homelinks ul li a {
		color: #556272;
		text-decoration: none;
		}
			
	#homelinks a:hover { 
		text-decoration: underline;
		}
		 
	#copyright {
		margin:5px 0 10px 0;
		font-size:9px;
		}
/* White Container for ad pages and more */	
#cwcontainer {
		display:block;
		background: #fff;
		width:898px;
		margin:10px 0 40px 0;
		padding: 20px 40px;
		overflow:hidden;
		border: 1px solid #E6E6E6;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px; 
		}
	#cwcontainernb {
	display:block;
		background: #fff;
		width:980px;
		margin:10px 0 40px 0;
		overflow:hidden;
		border: 1px solid #E6E6E6;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
	.socialsection {padding: 20px 40px;}
	#whitecontainer {
		display:block;
		background: #fff;
		width:980px;
		margin:10px 0 40px 0;
		overflow:hidden;
		}
	#whitetop {
		width:980px;
		height:7px;
		font-size: 0;
		margin:0;
		padding:0;
		background: url(/images/sprite.gif) no-repeat -800px -533px;
		/*background: #fff url(/images/white-top.gif) top left no-repeat;*/
		}
	#whitebody {
		width:898px;
		padding: 20px 40px;
		border-left: 1px solid #E6E6E6;
		border-right: 1px solid #E6E6E6;
		overflow:hidden;
		}
	#whitebottom {
		width:980px;
		height:7px;
		font-size: 0;
		margin:0;
		padding:0;
		background: url(/images/sprite.gif) no-repeat -800px -419px;
		/*background: #FFF url(/images/white-bottom.gif) top left no-repeat;*/
		}
/* forms Css */	
	#formColumn input {
		width:250px;
		padding:3px;
		margin-top:2px;
		margin-bottom:8px;
		}
	#formColumn label {
		width:200px;
		text-align:left;
	}
	#formColumn select {
		width: 250px;
		padding:3px;
		margin-top:2px;
		margin-bottom:8px;
	}
	#formColumn textarea {padding: .3em;}
	
	#formColumn .required {
		color: #CC0000;
		}
	#formColumn .requiredTxt {
		margin: 0 0 0 240px;
		padding: 5px 0 0 0;
		display: inline;
		}
	#formColumn .grey {
		color: #7D7D7D;
		}
	#formColumn .twoColumnForm label {
		color: #336699;
		font-weight: bold;
		line-height:150%;
		}
	
	#formColumn .twoColumnForm {
		width: 100%;
		margin: 0;
		padding: 0;
		line-height: 120%;
		text-align: left;
		font-size: 11px;
		background-color: #EBEBEB;
		border: solid 1px #D5D5D5;
		}
		
	#formColumn .twoColumnForm p {
		margin: 0;
		padding: 5px 0 0 0;
		}
		
	#formColumn .leftColumn {
		float: left;
		margin: 0;
		width: 30%; 
		padding: 25px 0 10px 25px;
		text-align: left;
		
		}
		
	#formColumn .rightColumn {
		margin-left: 38%;
		padding: 25px 10px 10px 20px;
		}
		
	#formColumn .leftColumn p {
		margin-bottom: 1em;
		}
		
	#formColumn .rightColumn p {
		margin-right: 2em;
		margin-bottom: 1em;
		text-align: right;
		}
		
	#formColumn .submitButton {
		margin-left:260px;
		margin-bottom:50px;
		}
			
/* Enterprise form css */
#formColumn .singleColumn input {
		width:360px;
		padding:3px;
		margin-top:2px;
		margin-bottom:8px;
		} 
		
.small-button {
float:right;
width:120px;
margin:10px 20px 0 10px;
}	

#formColumn .small-button input {
width:100px;
}

#formColumn .singleColumn .grey {
		margin-top:10px;
		color: #7D7D7D;
		}
#formColumn .singleColumn label {
		color: #336699;
		font-weight: bold;
		line-height:150%;
		}
	
#formColumn .singleColumn {
	width: 410px;
	margin: 0;
	padding: 25px 0 10px 25px;
	line-height: 120%;
	text-align: left;
	font-size: 11px;
	background-color: #EBEBEB;
	border: solid 1px #D5D5D5;
	float: left;
	}
	
#formColumn .singleColumn p {
	margin: 0;
	padding: 5px 0 0 0;
	}
	
#formColumn .singleColumn .submitButton {
		margin-left:100px;
		margin-bottom:50px;
		}
#contactUs {
float: right;
width: 425px;
margin-left:20px;
}
#contactUs .details {
background-color: #EBEBEB;
border: solid 1px #D5D5D5;
padding: 10px 20px;

}
/* Ad Page Css */	
	#title-right {
		margin-left:200px;
		}
	.calltoaction {
		width:200px;
		float:left;
		text-align:center;
		position: relative;
		}
	.contentbody {
		width:690px;
		margin-left:200px;
		overflow:hidden;
		}
	h2.subhead {
		color: #424542;
		font-style:italic; 
		margin-top:0px;
		}
	h2.subhead.img {
		padding-top:3px;
		}
	.rightcolumn {
		float:right;
		width:180px;
		margin-bottom:20px;
		margin-left:20px;
		position:relative;
		}
	#examplearray{
		width:516px;
		float:left;
		}
	#confidencebuilder {
		margin-top:20px;
		float:left;
		background: url(/images/cnet-editors-rating.gif) no-repeat 0 0;
		width: 173px;
		height: 67px;
		}
	
	.calltoaction a.sdBox {
		position: absolute;
		top: 20px;
		left: 20px;
		width: 150px;
		height:195px;
		background: url(/images/sprite.gif) no-repeat 0 -150px;
		}
		
	.calltoaction a.downloadBtn {
		position: absolute;
		top: 220px;
		left: 20px;
		width: 154px;
		height:45px;
		background: url(/images/sprite.gif) no-repeat 0 -386px;
		}
		
	.calltoaction a.video {
		position: absolute;
		top: 30px;
		left: 30px;
		width: 150px;
		height:93px;
		background: url(/images/sprite.gif) no-repeat 0 -1851px;
		}
	.examplecaption {
		margin-bottom: 20px;
		line-height: 120%;
		}
	.contentLeft {
		float: left;
		width: 300px;
	}
	.contentRight {
		float: right;
		width: 300px;
	}
	.videocaption {
		font-size: 10px;
		width: 80%;
		text-align: center;
		margin: 0 auto;
	}

/*-- Enterprise section -- */	
#enterprise {
width:100%;
}
#enterprise .enterpriseDesc {
float:left;
width:424px;
margin:0 20px 20px 0;
}
#enterprise .enterpriseDesc h2 {
margin:0;
color:#003E6A;
font-size: 14px;
letter-spacing: 0px;
font-weight:bold;
text-align:left;
line-height:120%;
margin-bottom:7px;
}

.vpmSub {
float:left;
width:200px;
padding:0 20px 0 0;
}
.vpmSub h3{
margin-bottom:10px;
}
.vpmSub p{
margin-top:0;
}

.solutionRight {
float:right;
width:450px;
}

.solutionLeft {
float:left;
width:440px;
}

.solutionLeft .download{
float:left;
width: 160px;
margin-top:10px;
}
.whitepaper {
width:100%;
margin-top:20px;
}

.whitepaperImg {
float: left; 
width:140px;
}

.whitepaperDesc {
float: right;
width: 300px;
margin-left:10px;
}

.whitepaperDesc h3 {
margin:0;
}

.collectionSub {
float:left;
width:285px;
padding:0 20px 0 0;
}
.collectionSubLast {
float:left;
width:285px;
padding:0;
}

#collectionsProcess {
float: left;
width:430px;
padding:0;
margin:0;
background: url(/enterprise/vpm/collections/images/collection-background.jpg) no-repeat;
}

#collectionsOrgChart{
float: right;
width:430px;
padding:0;
background: url(/enterprise/vpm/collections/images/collection-background.jpg) no-repeat;
}
#collectionsProcess .collectionsDesc  {
padding: 0 20px 70px 20px;
width:380px;
}
#collectionsOrgChart .collectionsDesc  {
padding: 0 20px 70px 20px;
width:380px;

}


/* Surround Page Css */
	h3.teaser {
		color: #424542;
		font-weight:normal;
		line-height: 140%;
		}
	h4.noBottomSpace {
		margin-bottom: -10px;
		}

/* 3 columns layout */
	.surroundContainer {
		width: 100%;
		float: left;
		margin: 0;
		padding: 0;
		}
	.surroundLT {
		float: left;
		margin: 0;
		padding: 0 2% 0 0;
		width: 30.25%;
		}
	.surroundCtr {
		float: left;
		margin: 0;
		padding: 0 2.5% 0 2.5%;
		width: 30.4%;
		}
	.surroundRT {
		float: left;
		margin: 0;
		padding: 0 0 0 2%;
		width: 30.25%;
		}
		
	/* p top and bottom margin */
	p.nospace {margin-top: -8px; margin-bottom: 5px;}	
	
	
/* 2 columns layout */
	.twoColContainer {
		width: 100%;
		float: left;
		margin: 0;
		padding: 0;
		display: inline;
		}
		
	/* side bar on the left side */
	.twoColmain {
		float: left;
		margin: 0;
		padding: 0 0 0 2%;
		width: 65.7%;
		}
	.twoColside {
		float: left;
		margin: 0;
		padding: 0 2% 0 0 ;
		width: 30.3%;
		}
		
	/* side bar on the left side 20 and 75*/
	.twoColmain75 {
		float: left;
		margin: 0;
		padding: 0;
		width: 75%;
		}
	.twoColside20 {
		float: left;
		margin: 0;
		padding: 0;
		width: 20%;
		}
	/* side bar on the right side */
	.twoColmainLT {
		float: left;
		margin: 0;
		padding: 0 2% 0 0;
		width: 65.7%;
		}
	.twoColsideRT {
		float: right;
		margin: 0;
		padding: 0 0 0 2%;
		width: 30.3%;
		}
	
	/* curvedcorners white container with 2 columns */
	.white2colLeft {
		width: 429px;
		float: left;
		margin: 0;
		padding-right: 20px;
		display: inline;
		}
	.white2colRight {
		width: 429px;
		float: right;
		margin: 0;
		padding-left: 20px;
		display: inline;
		}
	.whitetop2col {
		width:429px;
		height:7px;
		font-size: 0;
		margin:0;
		padding:0;
		background: #fff url(/images/white-top2col.gif) top left no-repeat;
		}
	.whitebody2col {
		width:387px;
		padding: 10px 20px;
		border-left: 1px solid #E6E6E6;
		border-right: 1px solid #E6E6E6;
		overflow:hidden;
		}
	.whitebottom2col {
		width:429px;
		height:7px;
		font-size: 0;
		margin:0;
		padding:0;
		background: #FFF url(/images/white-bottom2col.gif) top left no-repeat;
		}
	/* End curved corners area for 2 column*/
		
	/* layout for Archive */
	.box2ColWrapD { float: left; width: 100%; display: inline;}
	.box2ColWrapDInLeft { float: left; width: 15.5%; margin: 0; padding: 0; display: inline; }
	.box2ColWrapDInLeft p {margin: 5px 0 5px 0; padding: 0 0 0 0; line-height: 130%;}
	.box2ColWrapDInRight { float: right; width: 84.5%; margin: 0; padding: 0; display: inline; }
	.box2ColWrapDInRight p {margin: 5px 0 5px 0; padding: 0 0 0 0;line-height: 130%;}
	
	/* fortune500 multi columns*/
	.multiColContainer {
		width: 100%;
		float: left;
		margin: 10px 0 0 0;
		padding: 0;
		display: inline;
		}
	.leftCol {
		width: 49%;
		float: left;
		margin: 0;
		padding-right: 1%;
		display: inline;
		}
	.rightCol {
		width: 49%;
		float: right;
		margin: 0;
		padding-left: 1%;
		display: inline;
		}
	.location {
		font-style: italic;
		line-height: 100%;
		}
	.author {
		font-weight: bold;
		}
			
	.readmore {font-size: 12px; line-height: 130%;}
	
	
/* CB Page Css */		
	.tableContent {
		margin: 10px 0;
		line-height: 100%;
		}
	.tableContent caption {
		margin: 0; 
		padding-left: 10px; 
		color: #424542; 
		text-align: left; 
		font-weight: bold; 
		font-size: 14px;
		}
	.tableContent th {
		padding: 5px 15px; 
		text-align: center; 
		background-color: #BDCDE1; 
		color: #132449;
		}
	.tableContent tr {
		background-color: #F8F8F8;
	}
	.tableContent td {
		padding: 5px 15px;
	}
	.coloredCell {
		background-color: #EDEDED;
	}
	.bgLtGrey {
		margin: 10px 0 10px 0; 
		padding: 3px 10px; 
		background-color: #E1E1E1; 
		color: #2F2F2F;
	}
	.bgLtBlue {
		margin: 10px 0 10px 0; 
		padding: 3px 10px; 
		background-color: #BDCDE1; 
		color: #2F2F2F;
	}
	.indentLeft {
		margin-left: 10px;
	}
	.iconLink img{
		float: left; 
		margin-top: 0;
	}
	.center {
		text-align: center; 
	}
	.imgNote {
		padding-bottom: 10px;
		text-align: left;
		color: #424542; 
		font-size: 11px;
		text-align: center;
		line-height: 120%;
		}
	.cbHowto {
		padding: 0 0 30px 0;
		text-align: center;
		}
	.cbHowto img {
		padding: 10px 0;
		}
	.cbHowto li { 
		line-height: 120%;
		margin: 0 0 5px 25px;
		padding: 0 0 0 8px;
		text-align: left;
		}
		

/* =MODULAR SIDE BY SIDE 2 COLUMNS D (1/4 3/4 split) ---*/

	#contentColumn {
	float: left;
	width:67%;
	}
	
	#rightColumn {
	float: right;
	width: 22%;
	text-align:left;
	padding: 30px 0;
	line-height:100%;
	}
	
	#rightColumn h3{
	font-size: 13px;
	text-transform: uppercase;

	}
	
	
	#contentColumn .wrapper {
		line-height: 115%;
		margin: 0;
		padding: 0;
		text-align: left;
		width:100%;
		}
	
	#contentColumn .box2ColWrapD h2 {margin: 0;padding: 0;}
	
	#contentColumn .box {
		float: left;
		margin: 0;
		padding: 0 .5em;
		text-align: left;
		width: 80px;
		}
		
	#contentColumn .description {
		margin-left: 100px;
		padding: 0 .5em;
		}
		
	
	
.underline {border-bottom: 1px solid #D5D5D5;}	

/* =BUY PAGE PRICE COLUMNS (Quantity and Price) ---*/	
.discount {
padding: 5px 5px 10px 10px;
background:#FFFFE3;
}
.indent {margin-left: 15px;}

#priceList {
	float: left;
	margin: 0;
	padding: 0;
	width: 99%;
	}

	#priceList ul {
		font-size: 12px;
		margin: 0 0 .5em 0;
		padding: 0;
		}
		
		#priceList li {
			border-top: 1px solid #fff;
			line-height: 1.5em;
			list-style: none outside;
			}
	
			#priceList li.list01,li.list02,li.list03,li.list04 {
				background: #fff;
				margin-left: -1em;
				padding-bottom: 1.5em;
				padding-left: 1em;
				}
				
			#priceList li.list05,li.list06,li.list07,li.list08 {
				background: #ccc;
				margin-bottom: 10px;
				margin-left: 100px;
				padding: .5em .5em .5em 0;
				text-align: right;
				width:90px;
				}
				
	
				
			#priceList li.list05,li.list09 {margin-top: -120px;}
			
			#priceList li.list09,li.list10 {
				
				margin-bottom: 10px;
				margin-left: 200px;
				padding: .5em .5em .5em 0;
				text-align: left;
				width:300px;
				}
			#priceList li.list09 {margin-top: -82px;}
				

/* =FOR BUY INPRODUCT PAGES RIGHT COLUMN ---*/	
.activateTextBox {
	background: #B5C7DE;
	margin: 0;
	padding: 5px 5px 0 5px;
	position: relative;
	}

/* =BUY PATH ---*/	
.darkgreybg {background: #808080;line-height:110%;}
.lightgreybg {background: #E3E3E3;line-height:110%;}
.mediumgreybg {background: #ccc;line-height:110%;}
.mediumgreybg h2 {margin:0;}
.greysmall {color: #7D7D7D;font-size: 11px;line-height: 12px;}
.sideVertNav {
	margin: .5em 0 0 0;
	padding: 0;
	}
	
/* =3 columns ---*/	

.column {
width:30%;
margin-right:20px;
float: left;
text-align:center;
}
/* =indent ---*/	
.ind {
margin-left:20px;
}

.smColumn {
font-size:11px;
width:50px;
margin-right:5px;
float: left;
text-align:center;
}

.smColumn a {
text-decoration:none;
}

/* =2 columns ---*/	

#twocolumns{
width:100%;
}
#twocolumns .leftColumn50{
width:45%;
float: left;
}

#twocolumns .rightColumn50{
margin-left:50%;
float: left;
}



	
/*=Knowledge Base ---*/
	#searchFAQ { 
		padding: 20px;
		background:#EFEFEF;
		overflow:hidden;
		}
		
	#searchFAQ .category{ 
		float: left;
		width:150px;
		}
	#searchFAQ .search{ 
		margin-left:20px;
		float: left;
		}
		
	#searchFAQ .type{ 
		margin-left:20px;
		margin-top:15px;
		float: left;
		}
		
	#searchFAQ .buttons{ 
		margin-left:10px;
		margin-top:20px;
		float: left;
		}
		
	.box2ColWrapCKB {
		font-size: 13px;
		line-height: 115%;
		margin: 0;
		padding: 0;
		text-align: left;
		width: 100%;
		}
		
	.box2ColWrapCKBInLeft {
		float: left;
		margin: 0;
		width: 15%; 
		padding: 0 0 0.5em;
		}
		
	.box2ColWrapCKBInRight {
		margin-left: 16%;
		padding: 0 .5em 0 0;
		}
			
	.box2ColWrapCKB h2 {margin: 0;padding: 0;}
	.box2ColWrapCKBInLeft p,#contentColumn .box2ColWrapCKBInRight p {margin-bottom: .5em;}
	
	/*=Generated Lists ---*/
	.kBLists {position: relative;}
	
	.kBLists ul {
		display: block;
		list-style: none;
		margin: .5em 0 2em 0;
		padding: 0;
		text-align: left;
		}
		
	.kBLists ol {
		display: block;
		margin: .5em 0 2em 0;
		padding: 0;
		text-align: left;
		}
	
	.kBLists ul li { /* =SPRITE ADDED FOR NAVCIRCLESM.GIF ---*/
		background: url(/images/sprites/sprite-main.gif) no-repeat -368px -1223px;
		font-size: 13px;
		line-height: 125%;
		list-style: none outside;
		margin: 0 0 3px 5px;
		padding: 0 0 0 10px;
		}
			
	.kBLists ol li {
		background-position: 0 .5em;
		background-repeat: no-repeat;
		font-size: 13px;
		line-height: 150%;
		list-style-position: inside;
		margin-left: 0;
		}
		
	.kBLists ul li a,.kBLists ol li a {font-weight: bold;text-decoration: underline;}
	.kBLists ul li a:hover,.kBLists ol li a:hover {text-decoration: underline;}
	
	/* ECOURSE ------------------------------------------------------ */
.ecourse {
	margin:10px 0 20px 0;
	padding:10px;
	background-color: #E4E4E4;
	border-top: 1px solid #A5A5A6;
	border-bottom: 1px solid #A5A5A6;
}

.ecourse h1{
	color:#00319C;
	margin-top:10px;
	padding:0;
}

.ecourse ol{
	margin: 10px 0 0 30px;
	
}

#campaignSignupMessage {
	color:red;
	font-weight:bold;
}


/* FORM -------------------------------------------------------*/

label {
	margin: 0;
	padding: 0 3px 0 0;
	text-align: right;
	width: 40px;
	font-size: 13px;
	font-weight: bold;
}
.emailfield {
	width:200px;
}
.button  {
	float: left;
	margin: 10px 0 0 50px;
	}
	
			#signup .form {
			float: left;
			margin: 0;
			padding: 0 .5em;
			text-align: left;
			width: 45%;
			}
		#signup .description {
			margin-left: 50%;
			padding: 0 .5em;
			}
	
/* SITEMAP -------------------------------------*/
.box2ColWrapTextLeft {
		line-height: 115%;
		margin: 0 0 1.5em 0;
		padding: 0;
		text-align: left;
		width: 100%;
		}

.box2ColWrapInLeft {
			float: left;
			margin: 0;
			padding: 0 .5em;
			text-align: left;
			width: 48%;
			}
.box2ColWrapInRight {
			margin-left: 52%;
			padding: 0 .5em;
			text-align: left;
			}
/* no bullet list -------------------------------------*/	
.vertListSmNoBull li {
		line-height: 150%;
		list-style: none outside;
		margin-left: 0;
		padding-left: 1em;
		}
	
	* html .vertListSmNoBull ul {margin-top: -10px;padding: 0;} /* needed to remove vert space between list in IE */

/* gray rounded corner ---------------------------------*/
.roundedcornr_box{
	   background: #efefef;
}
.roundedcornr_top div {
   background: url(/images/corners/roundedcornr_tl.png) no-repeat top left;
}
.roundedcornr_top{
   background: url(/images/corners/roundedcornr_tr.png) no-repeat top right;
}
.roundedcornr_bottom div {
   background: url(/images/corners/roundedcornr_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom {
   background: url(/images/corners/roundedcornr_br.png) no-repeat bottom right;
}

.roundedcornr_top div, .roundedcornr_top, 
.roundedcornr_bottom div, .roundedcornr_bottom {
   width: 100%;
   height: 6px;
   font-size: 1px;
}
.roundedcornr_content { margin: 0 6px; }


/* white rounded corner, gray border, white background top, gray background bottom---------------------------------*/

.roundedcornr_box_w {
	background: url(/images/corners/roundedcornr_w_tl.png) no-repeat top left;
}
.roundedcornr_top_w {
	background: url(/images/corners/roundedcornr_w_tr.png) no-repeat top right;
}
.roundedcornr_bottom_w {
	background: url(/images/corners/roundedcornr_g_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_w div {
	background: url(/images/corners/roundedcornr_g_br.png) no-repeat bottom right;
}
.roundedcornr_content_w {
	background:#fff;
	overflow:hidden;
	border: 1px #EDEDED;
	border-right-style:solid;
	border-left-style:solid;
	padding: 10px 20px;
}

.roundedcornr_top_w div,.roundedcornr_top_w,
.roundedcornr_bottom_w div, .roundedcornr_bottom_w {
	width: 100%;
	height: 10px;
	font-size: 1px;
}


/* white rounded corner, gray border, gray background top and bottom---------------------------------*/

.roundedcornr_box_g {
 	margin-top:20px;
	background: url(/images/corners/roundedcornr_g_tl.png) no-repeat top left;
}
.roundedcornr_top_g {
	background: url(/images/corners/roundedcornr_g_tr.png) no-repeat top right;
}
.roundedcornr_bottom_g {
	background: url(/images/corners/roundedcornr_g_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_g div {
	background: url(/images/corners/roundedcornr_g_br.png) no-repeat bottom right;
}
.roundedcornr_content_g {
	background:#fff;
	overflow:hidden;
	border: 1px #EDEDED;
	border-right-style:solid;
	border-left-style:solid;
	padding: 10px 20px;
}

.roundedcornr_top_g div,.roundedcornr_top_g,
.roundedcornr_bottom_g div, .roundedcornr_bottom_g {
	width: 100%;
	height: 10px;
	font-size: 1px;
}

/* GTD style, payoff content pages ---------------------------------*/
#payoffWrapper {
	margin:20px 0;
	width:100%;
	overflow:hidden;
	}

#solutions {
	margin:10px 0;
	width:100%;
	overflow:hidden;
	}
#payoffWrapper .resourcesVideo {
	width: 80%;
	margin: 10px 40px 10px 40px;
	padding: 10px 20px;
	background:#DBE5F1;
	text-align:center;
	color: #424542;
	line-height:180%;
	font-size: 12px;
	overflow:hidden;
	}
#payoffWrapper .resourcesVideo .floatLeft, #payoffWrapper .videofloat .floatLeft {
	float:left;
	width:55%;
	line-height:180%;
	font-size: 12px;
	padding-top:20px;
	text-align:center;
	}
#payoffWrapper .resourcesVideo .floatRight {
	float:right;
	width:40%;
	}
#payoffWrapper .videofloat {
	float:right;
	width: 220px;
	margin: 0 0 10px 15px;
	padding: 10px 20px;
	background:#DBE5F1;
	text-align:center;
	line-height:120%;
	color:#003E6A;
	}
#payoffWrapper .videofloat h2 {
	color:#424542;
	margin: 0 0 5px 0;
	padding:0;
	font-size: 17px;
	text-align:center;
	}


#payoffWrapper #rightContent {
	float:right;
	width:650px;
	margin: 0 20px 0 0;
	overflow:hidden;
	}
	
#solutions #rightContent {
	float:right;
	width:750px;
	margin: 0;
	overflow:hidden;
	}

#payoffWrapper #rightContent h1, #solutions #rightContent h1{
	margin:0;
	}
#payoffWrapper #rightContent h2, #solutions #rightContent h2, #solutions #leftCalltoAction h2{
	margin-top:10px;
	}


#solutions #leftCalltoAction .roundedcornr_content_w {
	padding-left:40px;
}

#solutions #rightContent .roundedcornr_content_w {
	padding:10px 40px;
}

#payoffWrapper #rightContent p, #solutions #rightContent p {
	margin:0 0 10px 0;
	}
#payoffWrapper #leftCalltoAction h3,#payoffWrapper #rightContent h3 {
	color:#4F81BD;
	font-size:14px;
	}
#payoffWrapper #rightContent h3{
	margin-left:20px;
	}
#solutions #rightContent h3{
	margin: 0;
	color:#003E6A;
	font-size: 14px;
	line-height:100%;
	}
#payoffWrapper #rightContent h4,#solutions #rightContent h4  {
	margin:0;
	font-size:13px;
}
#payoffWrapper #rightContent .image, #solutions #rightContent .image {
	text-align:center;
	}

#payoffWrapper #leftCalltoAction {
	float:left;
	width:300px;
	overflow:hidden;
	}
#solutions #leftCalltoAction {
	float:left;
	width:210px;
	overflow:hidden;
	}


#payoffWrapper #leftCalltoAction a:link,#payoffWrapper #leftCalltoAction a:visited, #payoffWrapper #leftCalltoAction a:hover,#payoffWrapper #leftCalltoAction a:active,#solutions #leftCalltoAction a:link,#solutions #leftCalltoAction a:visited, #solutions #leftCalltoAction a:hover,#solutions #leftCalltoAction a:active {
	color:#4F81BD;
	font-weight:normal;
	}

#payoffWrapper #leftCalltoAction h2 a:link,#payoffWrapper #leftCalltoAction h2 a:visited, #payoffWrapper #leftCalltoAction h2 a:hover, #payoffWrapper #leftCalltoAction h2 a:active, #solutions #leftCalltoAction h2 a:link,#solutions #leftCalltoAction h2 a:visited, #solutions #leftCalltoAction h2 a:hover, #solutions #leftCalltoAction h2 a:active {
	color:#4F81BD;
	font-weight:bold;
	}
#payoffWrapper #rightContent ul, #solutions #rightContent ul{
	margin-top:0;
	margin-bottom:10px;
	margin-left:40px;
	}

#payoffWrapper #rightContent ol,#solutions #rightContent ol {
	margin-left: 50px;
}
#payoffWrapper #rightContent ol.alpha li,#solutions #rightContent ol.alpha li  {
		list-style:lower-alpha;
}	
#payoffWrapper #rightContent ol li,#solutions #rightContent ol li {
	background-image: none;
	list-style: decimal;
	margin-bottom:10px;
	padding: 0;
	}
#payoffWrapper #rightContent .vertList li,#solutions #rightContent .vertList li {
	margin-bottom:5px;
	line-height: 150%;
	}

#payoffWrapper #leftCalltoAction ol, #solutions #leftCalltoAction ol {
	width:100%;
	margin-bottom:15px;
	}

#payoffWrapper #leftCalltoAction ol li,#solutions #leftCalltoAction ol li {
	margin-left: 25px;
	font-style:italic;
	color:#336699;
	font-weight:bold;
	line-height: 150%;
	list-style: decimal;
	}

#payoffWrapper #leftCalltoAction .vertList li a:link,#payoffWrapper #leftCalltoAction .vertList li a:visited, #payoffWrapper #leftCalltoAction .vertList li a:hover, #payoffWrapper #leftCalltoAction .vertList li a:active, #solutions #leftCalltoAction .vertList li a:link,#solutions #leftCalltoAction .vertList li a:visited, #solutions #leftCalltoAction .vertList li a:hover, #solutions #leftCalltoAction .vertList li a:active {
	font-weight:normal;
	}
	
	

.tile {
width:45%;
float:left;
}

.listwrapper {
position: absolute;
bottom: 20px;
left: 20px;
width:450px;
}

.listwrapper  h3{
font-size:11px;
}

.listwrapper  ul.vertList li{
font-size:11px;
}

#sdhome {
margin:600px 20px 100px 20px;
font-size: 11px;
text-align: justify; 
}

#sdhome p{
font-size: 11px;
text-align: justify; 
}

#sdhome .left{
width:48%;
float: left;
}

#sdhome .right{
width:48%;
float:right;
}

.columnwrapper {
width:100%;
}

.left{
width:48%;
float: left;
}

.right{
width:48%;
float:right;
}

/* GTD style, payoff content pages ---------------------------------*/
#printShare {
	float:right;
	width:120px;
	margin:0;
	padding:0;
	display: inline;

}

#printContent {
padding: 0 0 30px 0;
text-align: center;
}

#printContent img {
	padding: 10px 0;
}

#sharePrint, #shareEmail, #shareTwitter, #shareFacebook{
	float:left;
	margin-right:5px;
	display: inline;
}
.spacer {
	clear: both;
	border-top:1px solid #E5E5E5;
	margin:5px 0 10px 0;
	*margin:-15px 0 10px 0;
	padding:0;
}


/* FORUM STYLES ---------------------------------*/
.CommonTitle, .CommonProfileTitle, .CommonTitle A:LINK, .CommonTitle A:ACTIVE, .CommonTitle A:VISITED, .CommonTitle A:HOVER, .ForumThreadPostTitle
{
    font-family: cambria;
    color: #424542;
}

.CommonListCell
{
	padding: 4px;
	border: solid 1px #E1E1E1;
	border-top-width: 0;
	border-left-width: 0;
	color: #333;
	font-size: 11px;
	text-align: left;
}


CommonListArea{
background-color: #fff;
}

CommonContentInner{
background-color: #fff;
}

.CommonBreadCrumbArea
{
    color: #424542;
	margin-bottom:20px;
}

.CommonBreadCrumbArea a:link, .CommonBreadCrumbArea a:visited, .CommonBreadCrumbArea a:active
{
    color: #424542;
}

#CommonHeaderTitle
{
    font-size: 15px;
}

#CommonHeaderTitle h1, #CommonHeaderTitle h1 A:LINK, #CommonHeaderTitle h1 A:VISITED, #CommonHeaderTitle h1 A:ACTIVE
{
    font-family: tahoma, sans-serif;
    color: #A0AE5A;
}

.CommonSubTitle, .CommonHeader, .CommonFormTitle
{
    font-family: tahoma, sans-serif;
    color: #424542;
}

.CommonInlineMessageTitle
{
    font-size: 13px;
}

.CommonInlineMessageTitle, .CommonMessageTitle
{
    font-family: tahoma, sans-serif;
    background-color: #F4F4F4;
	padding: 5px;
	margin-top: 10px;
}

.CommonInlineMessageTitle, .CommonInlineMessageTitle A:LINK, .CommonInlineMessageTitle A:VISITED, .CommonInlineMessageTitle A:ACTIVE, 
.CommonInlineMessageTitle A:HOVER, .CommonMessageTitle
{
    color: #666666;
}

.CommonInlineMessageArea, .CommonInlineMessageTitle, .CommonMessageContent, .CommonMessageTitle
{
    border-color: #E1E1E1;
}

.ForumPostHeader
{
    font-size: 11px;
    color: #424542;
    font-family: tahoma, sans-serif;
    background-color: #9AB5EC;
}

.ForumPostHeader, .ForumPostManagementArea, .ForumPostTitleArea, .ForumPostContentArea, .ForumPostUserArea, .ForumPostFooterArea
{
    border-color: #E1E1E1;
}

.ForumPostTitleArea, .ForumPostManagementArea
{
    background-color: #F4F4F4;
}

.ForumPostUserArea
{
    background-color: #EEEEEE;
}

.ForumPostContentArea
{
    color: #424542;
}


/* Tag Styles */

.CommonTag1 a:link, .CommonTag1 a:visited, .CommonTag1 a:active
{
    color: #000000;
}

.CommonTag2 a:link, .CommonTag2 a:visited, .CommonTag2 a:active
{
    color: #000100;
}

.CommonTag3 a:link, .CommonTag3 a:visited, .CommonTag3 a:active
{
    color: #0F120F;
}

.CommonTag4 a:link, .CommonTag4 a:visited, .CommonTag4 a:active
{
    color: #202320;
}

.CommonTag5 a:link, .CommonTag5 a:visited, .CommonTag5 a:active
{
    color: #313431;
}

.CommonTag6 a:link, .CommonTag6 a:visited, .CommonTag6 a:active
{
    color: #424542;
}

A.ForumGroupNameRead, .ForumGroupNameRead:LINK, .ForumGroupNameRead:VISITED, A.ForumNameRead, .ForumNameRead:LINK, .ForumNameRead:VISITED
{
    color: #424542;
	font-family: tahoma, sans-serif;
}

A.ForumGroupNameUnRead, .ForumGroupNameUnRead:LINK, .ForumGroupNameUnRead:VISITED, A.ForumNameUnRead, .ForumNameUnRead:LINK, .ForumNameUnRead:VISITED
{
    color: #424542;
	font-family: tahoma, sans-serif;
}

/* List Styles */

.CommonListTitle
{
    font-family: tahoma, sans-serif;
    font-size: 25px;
}

.CommonListTitle, .CommonListTitle a:link, .CommonListTitle a:visited, .CommonListTitle a:active
{
    color: #424542;
}

.CommonListHeader, .CommonListHeaderLeftMost
{
    background-color: #E1E1E1;
    color: #999999;
	font-family: tahoma, sans-serif;
}

.CommonListRowAlt td
{
    background-color: #FFFFCC;
}

.CommonListHeader, .CommonListHeaderLeftMost, .CommonListCell, .CommonListCellLeftMost, .ForumListCellLeftMostImageOnly, .ForumListCellImageOnly, .FileListCellLeftMostImageOnly
{
    border-color: #E1E1E1;
	font-family: tahoma, sans-serif;
}



/* Sidebar Styles */

#CommonSidebarLeft .CommonSidebar, #CommonSidebarRight .CommonSidebar
{
    width: 200px;
}

.CommonSidebarInnerArea, .CommonSidebarRoundTop .r1, .CommonSidebarRoundTop .r2, .CommonSidebarRoundTop .r3, .CommonSidebarRoundTop .r4, .CommonSidebarRoundBottom .r1, .CommonSidebarRoundBottom .r2, .CommonSidebarRoundBottom .r3, .CommonSidebarRoundBottom .r4
{
    background-color: #D7D7CE;
    border-color: #999999;
}

.CommonSidebarHeader, .CommonSidebarFooter
{
    border-color: #FFFFFF;
}

.CommonSidebarHeader, .CommonSidebarHeader A:LINK, .CommonSidebarHeader A:VISITED, .CommonSidebarHeader A:ACTIVE, .CommonSidebarHeader A:HOVER
{
    color: #424542;
}

/* Content Box */

.CommonContent{
 background-color: #fff;
}
.CommonContentBox
{
    background-color: #fff;
    border-top-color: #ccc;
	margin-top:10px;
}

.CommonContentBox .CommonContentBoxHeader
{
    border-bottom-color: #ccc;
    font-family: tahoma, sans-serif;
    color: #424542;
	font-size: 15px;
}

.CommonSearchRoundTop .r1, .CommonSearchRoundTop .r2, .CommonSearchRoundTop .r3, .CommonSearchRoundTop .r4,
.CommonSearchRoundBottom .r1, .CommonSearchRoundBottom .r2, .CommonSearchRoundBottom .r3, .CommonSearchRoundBottom .r4,
.CommonSearchContent
{
	background-color: #fff;
	border-color: #ccc;
	
}

.CommonSearchContent input
{
    background-color: #fff;
}

/* Announcement Content Box */

.CommonContentBox.Highlighted
{
    background-color:#ff9;
    border-top-color: #f93;
}

.CommonContentBox.Highlighted .CommonContentBoxHeader
{
    border-bottom-color: #f93;
    font-family: tahoma, sans-serif;
    color: #424542;
}




/* Modal Styles */

.CommonModal1, .CommonModal2, .CommonModal3, .CommonModal4, .CommonModal5 
{
    background-color: #CCCCCC;
}

.CommonModal1, .CommonModal2, .CommonModal3, .CommonModal4, .CommonModal5, .CommonModalTitle, .CommonModalFooter
{
    border-color: #666666;
}

.CommonModalTitle
{
    color: #424542;
    font-family: tahoma, sans-serif;
}


.CommonListTitle
{

	font-size: 13px;
}

/* new ad page design */
	.pagecontent{
	padding: 0px 40px 20px 40px;
	}
	.pagecontent .vertList li {
	background: url(/images/sprite.gif) no-repeat -280px -700px;
	}
	.pagecontent .calltoaction {
		text-align:left;
		width:150px;
		margin-right: 25px;
		margin-top: 5px;
	}
	.pagecontent .calltoaction .video{
		text-align:left;
		margin-left:-20px;
	}
	.pagecontent .words p {
	font-size:11px;
	}
	.pagecontent .testimonials {
	margin-left:30px;
	margin-right:140px;
	margin-top:-5px;
	}
	.pagecontent .testimonials h3{
	margin-bottom:0px;}
	
	.pagecontent .testimonials p{
	font-size:11px;
	}
	.backgroundad {
	width:978px;
	height:382px;
	min-height:382px;
	}
	
	.backgroundad.accident {
		background: url(/software/images/hero-accidentreconstruction-small.jpg) no-repeat;
		}
	.backgroundad.accounting {
		background: url(/software/images/hero-accounting-small.jpg) no-repeat;
		}
	.backgroundad.affinity {
		background: url(/software/images/hero-affinitydiagram-small.jpg) no-repeat;
		}
	.backgroundad.balance {
		background: url(/software/images/hero-balancescorecard-small.jpg) no-repeat;
		}
	.backgroundad.barchart {
		background: url(/software/images/hero-barcharts-small.jpg) no-repeat;
		}
	.backgroundad.causeandeffect {
		background: url(/software/images/hero-causeandeffect-small.jpg) no-repeat;
		}
	.backgroundad.crime {
		background: url(/software/images/hero-crimescene-small.jpg) no-repeat;
		}
	.backgroundad.ecomap {
		background: url(/software/images/hero-ecomap-small.jpg) no-repeat;
		}
	.backgroundad.electrical {
		background: url(/software/images/hero-electrical-small.jpg) no-repeat;
		}
	.backgroundad.emergency {
		background: url(/software/images/hero-emergencyevacuation-small.jpg) no-repeat;
		}
	.backgroundad.erd {
		background: url(/software/images/hero-erd-small.jpg) no-repeat;
		}
	.backgroundad.familytrees {
		background: url(/software/images/hero-familytrees-small.jpg) no-repeat;
		}
	.backgroundad.floorplan {
		background: url(/software/images/hero-floorplansmall.jpg) no-repeat;
		}
	.backgroundad.flowchart {
		background: url(/software/images/hero-flowchartsmall.jpg) no-repeat;
		}
	.backgroundad.ganttchart {
		background: url(/software/images/hero-ganttchart-small.jpg) no-repeat;
		}
	.backgroundad.genealogy {
		background: url(/software/images/hero-genealogy-small.jpg) no-repeat;
		}
	.backgroundad.geography {
		background: url(/software/images/hero-geography-small.jpg) no-repeat;
		}
	.backgroundad.health {
		background: url(/software/images/hero-healthanatomy-small.jpg) no-repeat;
		}		
	.backgroundad.infographic {
		background: url(/software/images/hero-infographic-small.jpg) no-repeat;
		}
	.backgroundad.landscape {
		background: url(/software/images/hero-landscape-small.jpg) no-repeat;
		}
	.backgroundad.map {
		background: url(/software/images/hero-mapsoftware-small.jpg) no-repeat;
		}
	.backgroundad.mindmap {
		background: url(/software/images/hero-mindmap-small.jpg) no-repeat;
		}
	.backgroundad.network {
		background: url(/software/images/hero-networkdiagram-small.jpg) no-repeat;
		}
	.backgroundad.office {
		background: url(/software/images/hero-officefloorplan-small.jpg) no-repeat;
		}
	.backgroundad.orgchart {
		background: url(/software/images/hero-orgchartsmall.jpg) no-repeat;
		}
	.backgroundad.pert {
		background: url(/software/images/hero-pertchart-small.jpg) no-repeat;
		}
	.backgroundad.sales {
		background: url(/software/images/hero-salesterritory-small.jpg) no-repeat;
		}
	.backgroundad.software {
		background: url(/software/images/hero-softwaredesign-small.jpg) no-repeat;
		}
	.backgroundad.strategy {
		background: url(/software/images/hero-strategymap-small.jpg) no-repeat;
		}
	.backgroundad.swot {
		background: url(/software/images/hero-swot-small.jpg) no-repeat;
		}
	.backgroundad.timeline {
		background: url(/software/images/hero-timeline-small.jpg) no-repeat;
		}
	.backgroundad.valuechain {
		background: url(/software/images/hero-valuechain-small.jpg) no-repeat;
		}
	.backgroundad.valuestream {
		background: url(/software/images/hero-valuestream-small.jpg) no-repeat;
		}
	.backgroundad.venn {
		background: url(/software/images/hero-venn-small.jpg) no-repeat;
		}
	
	.introcontent {
	width:470px;
	padding: 20px 40px 0px 40px;
	}
	
	.downloadarea {
	float:left;
	width:160px;
	padding-top:10px;
	}
	.reassurance {
	float:left;
	width:180px;
	}

	
	.orangeCall {
		background-color: #F99C11;
		height: 280px;
		width: 270px;
		display: inline-block;
		float: right;
		margin-top: 50px;
		margin-right: 50px;
		text-align: center;
	}
	
	.orangeCall img {
		width: 215px;
		margin-top: 10px;
	}
	
	.orangeText {
		width: 215px;
		display: block;
		margin: 0 auto;
		font-family: "open_sanslight", Arial;
		font-size: 24px;
		font-weight: 300;
		color: black;
		margin-top: 20px;
		margin-bottom: 20px;	
		text-decoration:none;
	}
	.orangeTextSmall {
		width: 215px;
		display: block;
		margin: 0 auto;
		font-family: "open_sanslight", Arial;
		font-size: 18px;
		font-weight: 300;
		color: black;
		margin-top: 20px;
		margin-bottom: 20px;	
		text-decoration:none;
		}
	.flatDownload {
		background-color: #074F06;
		color: white;
		height: 30px;
		width: 215px;
		border-radius: 3px;
		border: none;
		margin: 0 auto;
		display: block;
		padding-top: 8px;
		cursor: pointer;
		font-family: "open_sanslight", Arial;
		font-size: 24px;
		font-weight: 300;
		text-decoration:none;
	}

	.whitelink a:link,.whitelink a:visited,.whitelink a:hover,.whitelink a:active {
	color: white;
	text-decation: none;

	}
	
	.pagecontent h1{
		
		font-family: "open_sanslight", Arial;
		font-weight: 300;
		font-size: 50px; 
		color: #333333;
	}

	.pagecontent h2 {
		font-family: "open_sanslight", Arial;
		font-weight: 300;
		font-size: 32px;
		color: #333333;
		margin-bottom: 15px;
		line-height: 1.25;
	}

	.lightDiscover {
		font-size: 16;
		font-weight: bold;
		font-family: "open_sanslight", Arial;
		color: #333333;
	}

	.lightDiscover a {
		text-decoration: none;
	}

	.pagecontent p {
		font-family: "open_sansregular", Arial;
		font-size: 16px;
		line-height: 1.5;
		color: #666666;
	}

	 .pagecontent .vertList {
		font-family: "open_sansregular", Arial;
		font-size: 16px;
		line-height: 1.5;
		color: #666666;
	}

	.pagecontent ul li strong{
		color: #333333;
	}

	.pagecontent h4 {
		font-size: 16px;
		color: #333333;
		font-family: "open_sansregular", Arial;
		font-weight: 400;
		margin-bottom: 10px;
	}
	.pagecontent .videocaption {
		font-size: 12px;
		width: 80%;
		text-align: center;
		margin: 0 auto;
	}
	.examplecaption a {
		font-family: "open_sansregular", Arial;
		font-weight: 400;	
	}
	
	.orangeText a:link,.orangeText a:visited,.orangeText a:hover,.orangeTextSmall a:active, .orangeTextSmall a:link,.orangeTextSmall a:visited,.orangeTextSmall a:hover{
		color: black;
		text-decoration:none;
	}
	
	.pagecontent h4 a:link,.pagecontent h4 a:visited,.pagecontent h4 a:hover, .pagecontent h4 a:active{
		color: #333333;
		text-decoration:none;
	}
	.pagecontent h4 .bluelink  a:link,.pagecontent h4 .bluelink a:visited,.pagecontent h4 .bluelink a:hover,.pagecontent h4 .bluelink a:active{
	color: #3366CC;
	}
.exampleRow {width:100%;margin:10px 0 0 0;}
.firstexampleHeader {float:left; width:210px;line-height:120%;}
.exampleHeader {float:left; width:210px;line-height:120%;margin:0 0 0 30px;}
.exampleHeader h3,.firstexampleHeader h3{font-size:13px;}
.firstexample {float:left; text-align:center; width:210px;}
.example {float:left; text-align:center; width:210px; margin:0 0 0 20px;}
.diagram { 
		 margin: 0;
		 padding: 0 20px 10px 40px;
		 width:270px;
		 float: left;
		 position: relative;
		}

