html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, img, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, button, input, table, caption, tbody, tfoot, thead, tr, th, td, abbr { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; }
h1, h2, h3, h4, h5, h6 { line-height: normal; font-weight: normal; }
li { list-style: none; }
img { display: block; }
object, embed { display: block; }
.clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clear { display: inline-block; }
/* \*/
* html .clear { height: 1%; }
.clear { display: block; }
/* */
html {
	overflow-x: hidden;
	overflow-y: scroll;
}
input, select, textarea, button { font-family: Arial, Helvetica, sans-serif; display: block; resize: none !important; }
body {
	font-size: 62.5%;
	background: #fff;
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
	background: #fcfcfc url(/toolkit/images/body_bg.jpg) top repeat-x;
	overflow-x: hidden;
}

/* base styles */
a {
	color: #3a759a;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
/*
p a:visited {
	color: #52606a;
}
*/

#modal_overlay {
	height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 200;
  background: #52606a;
  opacity: .3;
	filter: alpha(opacity=30);
	display: none;
}

#container {
	/*width: 952px;*/
	width: 960px;
	margin: 0 auto;
	/*padding-top: 16px;*/
}

	/* generic styles */
	p {
		line-height: 1.4;
		font-size: 12px;
		margin-bottom: 12px;
	}
	ul, ol {
		margin-bottom: 15px;
	}
		li {
			font-size: 12px;
			line-height: 1.4;
			margin-bottom: 6px;
		}
		ul li {

		}
		ol li {
			list-style: decimal;
			margin-left: 15px;
		}
	ul.bullets,
	#topic_drop ul,
	.lightbox ul {

	}
		ul.bullets li,
		#topic_drop li,
		.lightbox ul li {
			background: url(/toolkit/images/bullet.png) left 7px no-repeat;
			padding-left: 11px;
		}
	h1,
	.h1 {
		color: #3a759a;
		font-size: 46px;
		font-family: Arial, Helvetica, sans-serif;
		letter-spacing: -0.4px;
		margin-bottom: 15px;
		clear: both;
	}
	h2,
	h3,
	h4,
	#checkout .legend {
		margin-bottom: 18px;
		color: #222;
		font-size: 26px;
	}
		#content h2 span {
			font-size: 13px;
		}
	h3 {

	}
	a.feed,
	span.feed {
		background: url(/toolkit/images/icon_feed.png) right bottom no-repeat;
		_background: url(/toolkit/images/icon_feed.8bit.png) right bottom no-repeat;
		display: inline-block;
		height: 11px;
		font-size: 9px;
		padding-right: 13px;
		color: #999;
		text-transform: uppercase;
		line-height: normal;
	}
	a.more {
		display: inline-block;
		color: #399103;
		font-weight: bold;
		font-size: 12px;
	}
	a.news {
		height: 16px;
		padding-left: 23px;
		line-height: 20px;
		background: url(/toolkit/images/icon_news.png) left no-repeat;
	}
	a.linkedin,
	a.twitter,
	a.facebook {
		background: url(/toolkit/images/icon_social.png) left no-repeat;
		display: inline-block;
		line-height: 17px;
		padding-left: 20px;
	}
	a.linkedin {
		background-position: 0 0;
	}
	a.twitter {
		background-position: 0 -100px;
	}
	a.facebook {
		background-position: 0 -200px;
		padding-left: 21px;
	}
	a.archive {
		background: url(/toolkit/images/icon_archive.png) left no-repeat;
		padding-left: 25px;
		display: inline-block;
		line-height: 20px;
	}
	a.itunes {
		background: url(/toolkit/images/icon_itunes.png) left no-repeat;
		padding-left: 20px;
		display: inline-block;
		line-height: 16px;
	}
	a.template {
		background: url(/toolkit/images/icon_template.png) left no-repeat;
		line-height: 21px;
		padding-left: 30px;
	}
	a.checklist {
		background: url(/toolkit/images/icon_checklist.png) left no-repeat;
		line-height: 22px;
		padding-left: 30px;
	}
	a.play {
		background: url(/toolkit/images/buttons/play_small.png) left top no-repeat;
		_background: url(/toolkit/images/buttons/play_small.8bit.png) left top no-repeat;
		line-height: 20px;
		height: 20px;
		padding-left: 28px;
		display: inline-block;
	}
	a.play:hover {
		background-position: bottom left;
	}
	a.button.download,
	a.button.ask_now {
		width: 72px;
		height: 24px;
	}
	a.button.download {
		background-image: url(/toolkit/images/buttons/download.png);
	}
	a.button.ask_now {
		background-image: url(/toolkit/images/buttons/ask_now.png);
	}
	.button.send {
		background-image: url(/toolkit/images/buttons/send.png);
		height: 32px;
		width: 52px;
	}
	.button.get_quote {
		width: 83px;
		height: 24px;
		background: url(/toolkit/images/buttons/get_quote.png);
	}
	.button.get_started {
		width: 95px;
		height: 24px;
		background: url(/toolkit/images/buttons/get_started.png);
	}
	.button.learn_more {
		width: 92px;
		height: 24px;
		background: url(/toolkit/images/buttons/learn_more.png);
	}

	.button_gray {
		display: inline-block;
		font-size: 12px;
		text-shadow: 1px 1px 0 #fff;
		background: #eff2f5;
		background: -moz-linear-gradient(top, #eff2f5 0%, #e7eaed 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eff2f5), color-stop(100%,#e7eaed));
		height: 21px;
		line-height: 21px;
		border: solid #c0c8d1;
		border-width: 1px 0 0 1px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		padding: 0 8px;
	}
		.button_gray span.feed {
			color: #3a759a;
			text-transform: none;
			font-size: 12px;
			height: auto;
			padding-right: 16px;
			line-height: 12px;
			*line-height: 21px;
			*background-position: right 6px;
		}
	.button_gray:hover {
		text-decoration: none;
		background: -moz-linear-gradient(top, #eff2f5 0%, #d9dfe5 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eff2f5), color-stop(100%,#d9dfe5));
	}

	input.text,
	textarea,
	select {
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		padding: 6px;
		border: none;
		border: 1px solid #ccc;
		font-size: 12px;
		color: #222;
		font-weight: bold;
	}
	input.text,
	textarea {
		background: #fff;
		-moz-box-shadow: inset 2px 3px 4px rgba(0, 0, 0, 0.09);
		-webkit-box-shadow: inset 2px 3px 4px rgba(0, 0, 0, 0.09);
		box-shadow: inset 2px 3px 4px rgba(0, 0, 0, 0.09);
	}
	input.default,
	textarea.default,
	select.default {
		color: #999;
	}
	select {
		padding: 3px 4px;
		font-size: 12px;
		font-weight: normal;
		color: #555;
		background: transparent url(/toolkit/images/select_bg.png) bottom repeat-x;
		border: 1px solid #c1cad2;
	}
	select:hover {
		-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
	}

	input.text:focus,
	textarea:focus,
	select:focus {
		border-color: #058fc0;
	}
	form .fields,
	.form .fields {
		clear: both;
		overflow: auto;
		*overflow: visible;
		*zoom: 1;
		*margin-bottom: 22px;
		_margin-bottom: 0;
	}
		form .fields .field,
		.form .fields .field {
			clear: none;
			float: left;
			margin-right: 15px;
			*margin-bottom: 0;
		}
	form label,
	form .label,
	.form label,
	.form .label {
		display: block;
		font-size: 12px;
		color: #222;
		font-weight: bold;
	}

	span.security,
	a.security {
		color: #3a759a;
		font-size: 12px;
		padding-left: 20px;
		background: url(/toolkit/images/icon_lock.png) no-repeat;
		display: inline-block;
		height: 15px;
		line-height: 20px;
	}

	.popup {

	}
		.close {
			background: url(/toolkit/images/icon_close.png) top right no-repeat;
			width: 17px;
			height: 16px;
			text-indent: -9000px;
			cursor: pointer;
			color: #999;
			font-size: 8px;
			line-height: 16px;
			text-transform: uppercase;
		}
		.close:hover {
			background-position: bottom right;
			text-decoration: underline;
		}
		.menu .point {
			position: absolute;
			top: -13px;
			right: 22px;
			width: 31px;
			height: 13px;
			background: url(/toolkit/images/box_point.png) no-repeat;
			_background: url(/toolkit/images/box_point.8bit.png) no-repeat;
		}

	.tabs {

	}
		.tabs ul.nav {
			border-bottom: 1px solid #e2e2e2;
			height: 34px;
		}
			.tabs ul.nav li,
			#sidebar .module .tabs ul.nav li {
				float: left;
				background: #dde1e4;
				border: solid #c6cdd3;
				border-width: 1px 1px 0;
				height: 19px;
				margin-right: 9px;
				-moz-border-top-left-radius: 4px;
				-webkit-border-top-left-radius: 4px;
				border-top-left-radius: 4px;
				-moz-border-top-right-radius: 4px;
				-webkit-border-top-right-radius: 4px;
				border-top-right-radius: 4px;
				font-size: 13px;
				font-weight: bold;
				padding: 7px 24px;
				color: #52606a;
				cursor: pointer;
			}
			.tabs ul.nav li:hover,
			#sidebar .module .tabs ul.nav li:hover {
				color: #222;
				background: -webkit-gradient(
						linear,
						left top,
						left bottom,
						color-stop(0.01, rgb(197,201,203)),
						color-stop(1, rgb(221,225,228))
				);
				background: -moz-linear-gradient(
						center top,
						rgb(197,201,203) 1%,
						rgb(221,225,228) 100%
				);
			}
			.tabs ul.nav li.active,
			#sidebar .module .tabs ul.nav li.active {
				color: #222;
				cursor: default;
				height: 20px;
				background: #fff;
				background: -webkit-gradient(
					linear,
					left top,
					left 17,
					color-stop(0, #f4f4f4),
					color-stop(1, #fff)
				) !important;
				background: -moz-linear-gradient(
					center top,
					#f4f4f4 0%,
					#fff 50%
				) !important;
				border-color: #e0e0e0;
			}
				.tabs ul.nav li a {
					color: #52606a;
				}
				.tabs ul.nav li.active a {
					color: #222;
				}
		.tabs .tab {
			padding-top: 15px;
			display: none;
		}

		/* white shadowed boxes -- common style */
		.box {
			background: #fff;
			background: -moz-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f8f8f8));
			border: 1px solid #e4e4e4;
			-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
			-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
			box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
		}
			.box .inner {
				padding: 15px 18px;
				border: 1px solid #fff;
				-moz-border-radius: 6px;
				-webkit-border-radius: 6px;
				border-radius: 6px;
			}
		.button {
			display: block;
			cursor: pointer;
			text-indent: -9000px;
			background-repeat: no-repeat;
			background-position: left top;
		}
		.button:hover {
			background-position: left bottom;
		}

	/* ads */
	.advertisement {
		padding-bottom: 10px;
		margin-bottom: 30px;
		clear: both;
	}
	.ad_720 {

	}
		.ad_720 .ad {
			width: 720px;
			height: 80px;
			background: #f1f1f1;
			margin: auto;
		}
		.advertisement .note {
			border-bottom: 1px solid #ddd;
			text-align: center;
			width: 300px;
			margin: auto;
		}
			.advertisement .note p {
				color: #ccc !important;
				background: #fff;
				padding: 0px 15px;
				display: inline-block;
				text-align: center;
				margin: 0;
				font-size: 10px !important;
				text-transform: uppercase;
				position: relative;
				top: 7px;
			}

.lightbox {
	width: 600px;
	margin: 0 auto;
	position: absolute;
	background: #fff;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	z-index: 1000;
	display: none;
}
	.lightbox .inner {
		position: relative;
		padding: 25px;
	}
		.lightbox .close {
			top: 10px;
			right: 10px;
			position: absolute;
		}
		.lightbox strong.header {
			font-size: 16px;
			font-weight: bold;
			margin-bottom: 15px;
			display: block;
		}

#header {
	position: relative;
	z-index: 5;
	height: 182px;

}
	#logo {
		position: absolute;
		display: block;
		width: 306px;
		height: 67px;
		top: 34px;
		left: 21px;
		background: url(/toolkit/images/logo_rollover.png) no-repeat;
	}
	#main_nav,
	#checkout_nav {
		position: absolute;
		z-index: 1;
		bottom: -6px;
		left: 0;
		height: 63px;
		/*
		-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.13);
		-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.13);
		box-shadow: 0 3px 2px rgba(0, 0, 0, 0.13);
		*/
		-moz-border-top-left-radius: 6px;
		-webkit-border-top-left-radius: 6px;
		border-top-left-radius: 6px;
		-moz-border-top-right-radius: 6px;
		-webkit-border-top-right-radius: 6px;
		border-top-right-radius: 6px;
		margin: 0;
		_overflow: visible;
		_zoom: 1;
		_width: 980px;
	}
		#main_nav li {
			float: left;
			height: 63px;
			margin: 0;
			_position: relative;
		}
			#main_nav li a,
			#main_nav li .disabled {
				display: block;
				height: 63px;
				width: 100%;
				text-indent: -9000px;
				background: url(/toolkit/images/main_nav_blank_topics.png) no-repeat;
			}
			#main_nav li a.active {
				height: 63px;
				_position: absolute;
			}
		#main_nav li.start_up {
			width: 114px;
		}
			#main_nav li.start_up a {
				background-position: 0 0;
			}
			#main_nav li.start_up a:hover {
				background-position: 0 -63px;
			}
			#main_nav li.start_up a.active {
				background-position: 0 -126px;
			}
		#main_nav li.running {
			width: 198px;
		}
			#main_nav li.running a {
				background-position: -114px 0;
			}
			#main_nav li.running a:hover {
				background-position: -114px -63px;
			}
			#main_nav li.running a.active {
				background-position: -114px -126px;
			}
		#main_nav li.marketing {
			width: 121px;
		}
			#main_nav li.marketing a {
				background-position: -312px 0;
			}
			#main_nav li.marketing a:hover {
				background-position: -312px -63px;
			}
			#main_nav li.marketing a.active {
				background-position: -312px -126px;
			}
		#main_nav li.office {
			width: 135px;
		}
			#main_nav li.office a {
				background-position: -433px 0;
			}
			#main_nav li.office a:hover {
				background-position: -433px -63px;
			}
			#main_nav li.office a.active {
				background-position: -433px -126px;
			}
		#main_nav li.finance {
			width: 102px;
		}
			#main_nav li.finance a {
				background-position: -568px 0;
			}
			#main_nav li.finance a:hover {
				background-position: -568px -63px;
			}
			#main_nav li.finance a.active {
				background-position: -568px -126px;
			}
		#main_nav li.tax {
			width: 130px;
		}
			#main_nav li.tax a {
				background-position: -670px 0;
			}
			#main_nav li.tax a:hover {
				background-position: -670px -63px;
			}
			#main_nav li.tax a.active {
				background-position: -670px -126px;
			}
		#main_nav li.topics {
			width: 152px;
		}
			#main_nav li.topics .disabled {
				background-position: -800px 0;
			}
			#main_nav li.topics a:hover {
				background-position: -800px 0;
			}
			#main_nav li.topics a.active {
				background-position: -800px 0;
			}
	#utility_nav {
		position: absolute;
		right: 24px;
		top: 25px;
		height: 14px;
		margin: 0;

	}
		#utility_nav li {
			float: left;
			border-right: 1px solid #c6cbd0;
			height: 100%;
		}
			#utility_nav a {
				display: inline-block;
				color: #2f3b43;
				text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
				font-weight: bold;
				font-size: 12px;
				border-right: 1px solid #a4acb2;
				height: 100%;
				line-height: 12px;
				padding: 0 7px;
			}
			#utility_nav li.active a {
				color: #3a759a;
			}
		#utility_nav li:last-child,
		#utility_nav li.last {
			border: none;
		}
			#utility_nav li:last-child a,
			#utility_nav li.last a {
				border: none;
				padding-right: 0;
			}
	#search {
		width: 329px;
		height: 33px;
		position: absolute;
		top: 64px;
		right: 22px;
	}
		#search label {
			float: left;
			width: 295px;
			height: 33px;
			background: url(/toolkit/images/search.png) no-repeat;
		}
			#search input {
				border: none;
				background: transparent;
				font-weight: bold;
				font-size: 13px;
				text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
				padding: 9px 0;
				margin-left: 9px;
				width: 278px;
				-moz-border-radius: 0;
				-webkit-border-radius: 0;
				border-radius: 0;
				-moz-box-shadow: none;
				-webkit-box-shadow: none;
				box-shadow: none;
			}
			#search input.default {
				color: #52606a;
			}
		#search button {
			float: left;
			width: 34px;
			height: 33px;
			cursor: pointer;
			background: url(/toolkit/images/search.png) right top no-repeat;
			text-indent: -9000px;
			*color: #71aa12;
			*font-size: 0;
			*text-align: left;
		}
		#search button:hover {
			background-position: right bottom;
		}

		#content .tag {
			margin-left: -24px;
			margin-bottom: 15px;
			_margin-left: 0;
			_position: relative;
			_left: -24px;
			background: url(/toolkit/images/orange_notch.png) no-repeat;
			font-size: 16px;
			height: 36px;
		}
			#content .tag span {
				display: inline-block;
				border: 1px solid #dc6e00;
				-moz-border-top-right-radius: 4px;
				-moz-border-radius-bottomright: 4px;
				-webkit-border-top-right-radius: 4px;
				-webkit-border-radius-bottomright: 4px;
				border-top-right-radius: 4px;
				border-radius-bottomright: 4px;
				font-size: 16px;
				-moz-box-shadow: -1px 1px 7px rgba(0, 0, 0, 0.1);
				-webkit-box-shadow: -1px 1px 7px rgba(0, 0, 0, 0.1);
				box-shadow: -1px 1px 7px rgba(0, 0, 0, 0.1);
				margin-top: 6px;
			}
				#content .tag span em {
					border: 1px solid #ffa539;
					-moz-border-top-right-radius: 3px;
					-moz-border-radius-bottomright: 3px;
					-webkit-border-top-right-radius: 3px;
					-webkit-border-radius-bottomright: 3px;
					border-top-right-radius: 3px;
					border-radius-bottomright: 3px;
					background: #FF8E08;
					background: -moz-linear-gradient(top, #FF8E08 0%, #FF7D06 100%);
					background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF8E08), color-stop(100%,#FF7D06));
					color: #fff;
					font-size: 16px !important;
					height: 25px;
					line-height: 23px;
					display: inline-block;
					padding: 0 10px 0 21px;
					font-style: normal;
				}
	#content p.note {
		font-size: 11px;
		color: #555;
	}

	/* generic article-type styles */
	#article p + h2,
	#article ul + h2,
	#article li + h2,
	#advertise p + h2,
	#advertise ul + h2,
	#advertise li + h2,
	body.about #content .tab p + h2,
	body.static #content p + h2,
	body.static #content ul + h2,
	body.static #content p + h3 {
		margin-top: 25px;
	}
	#article p,
	#advertise p,
	#product .tab p,
	body.about #content .tab p,
	#profile p,
	body.static #content p,
	.entry p {
		font-size: 13px;
		line-height: 1.5;
		margin-bottom: 15px;
	}
	#article blockquote,
	#advertise blockquote,
	#article p.quote,
	#advertise p.quote,
	#profile p.quote,
	.entry blockquote,
	.entry p.quote,
	#download blockquote,
	#download p.quote {
		color: #52606a;
		font-family: "Times New Roman", Times, serif;
		font-size: 18px;
		line-height: 1.3;
		font-weight: normal;
		margin: 0 25px 15px;
		display: block;
	}
	#article ul,
	#article ol,
	#advertise ul,
	#advertise ol,
	#product .tab ul,
	#product .tab ol,
	#profile ul,
	#profile ol,
	body.static #content ul,
	body.static #content ol,
	.entry ul,
	.entry ol,
	#download ul,
	#download ol {
		margin-left: 20px;
		margin-bottom: 15px;
	}
		#article li,
		#advertise li,
		#product .tab li,
		#profile li,
		body.static #content li,
		.entry li,
		#download li {
			list-style: disc;
			font-size: 13px;
			line-height: 1.5;
			margin-bottom: 10px;
		}
	#article ol,
	#advertise ol,
	#product .tab ol,
	.entry ol,
	#download ol {
		margin-left: 10px;
	}
		#article ol li,
		#advertise ol li,
		#product .tab ol li,
		.entry ol li,
		#download ol li {
			list-style: decimal outside;
		}
			#article ol ol,
			#article ol ul,
			#article ul ol,
			#article ul ul,
			#download ol ol,
			#download ol ul,
			#download ul ol,
			#download ul ul {
				margin-top: 10px;
			}
				#article ol li li,
				#download ol li li {
					list-style: lower-alpha;
				}

#main {
	background: #fff url(/toolkit/images/main_border.png) right top no-repeat;
	margin-bottom: 50px;
}
	#wrapper {
		background: transparent url(/toolkit/images/main_border.png) left top no-repeat;
	}

	#content {
		width: 590px;
		float: left;
		min-height: 200px;
		padding: 0 20px;
		position: relative;
		/* z-index: 1; */ /* need to keep z-index off this -- will mess up any modal popups inside #content */
		padding-top: 30px;
		background: url(/toolkit/images/content_shadow_article.png) top right no-repeat;
		/*margin-top: -5px;*/
		padding-bottom: 30px;
	}
		#hero {
			position: relative;
			margin-left: 1px;
			margin-top: -5px;
		}
		#content #hero {
			width: 630px;
			margin: -30px -20px 20px -19px;
		}
			#hero h1,
			#hero .h1 {
				color: #fff;
				font-size: 40px;
				font-family: Depot, Arial, Helvetica, sans-serif;
				position: absolute;
				left: 20px;
				bottom: 8px;
				margin: 0;
				vertical-align: baseline;
			}
				#hero h1 span,
				#hero .h1 span {
					font-size: 16px;
				}
				#hero h1 a,
				#hero .h1 a {
					color: #fff;
				}
			body.landing #hero h1,
			body.blog.home #hero h1 {
				font-size: 60px;
				top: 75px;
				left: 20px;
			}
			#hero p.intro,
			#content #hero p.intro {
				color: #fff;
				font-size: 18px;
				position: absolute;
				left: 20px;
				top: 161px;
				width: 400px;
				line-height: 23px;
			}
			#hero .overlay {
				position: absolute;
				bottom: 0;
				left: 0;
				-moz-box-shadow: 0 0 13px rgba(0, 0, 0, 0.15);
				-webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.15);
				box-shadow: 0 0 13px rgba(0, 0, 0, 0.15);
				padding: 14px 20px;
				background: url(/toolkit/images/hero_overlay.png) repeat;
				width: 589px;
				overflow: hidden;
			}
				#hero .overlay a {
					color: #a1d8ff;
				}
				#hero .overlay strong.header {
					display: block;
					margin-bottom: 7px;
					color: #89c716;
					font-size: 18px;
					font-weight: bold;
					font-family: Depot, Arial, Helvetica, sans-serif;
				}
				#hero .overlay ul {
					-moz-column-count: 2;
					-webkit-column-count: 2;
					column-count: 2;
					margin-bottom: -12px;
				}
					#hero .overlay ul li {
						font-weight: bold;
						text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
						font-size: 13px;
					}

	/* generic form */
	#content form,
	#content .form {

	}
		#content form fieldset,
		#content .form fieldset {
			display: block;
			width: 100%;
		}
		#content form span.required,
		#content .form span.required {
			color: #c00;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 14px;
		}
		#content form p.required,
		#content .form p.required,
		#checkout p.required {
			float: right;
			font-size: 12px;
			color: #222;
			text-align: right;
		}
		#content form .field,
		#content .form .field {
			margin-bottom: 22px;
			clear: both;
		}
		#content form .fields,
		#content .form .fields {
			overflow: auto;
			*overflow: visible;
			*zoom: 1;
			clear: both;
		}
			#content form .fields .field,
			#content .form .fields .field {
				float: left;
				clear: none;
			}
		#content input.checkbox,
		#content .form input.checkbox,
		#content input.radio,
		#content .form input.radio {
			display: inline-block;
			vertical-align: middle;
			margin-right: 4px;
			margin-top: -2px;
		}
		#content form .checkboxes,
		#content .form .checkboxes {

		}
			#content form .checkboxes label,
			#content .form .checkboxes label {

			}
		#content form .conditions,
		#content .form .conditions {
			margin-bottom: 12px;
		}
			#content form .conditions label,
			#content .form .conditions label {
				font-size: 11px;
				color: #999;
				font-weight: normal;
				margin-bottom: 12px;
			}
		#content form label,
		#content .form label,
		#content form .label,
		#content .form .label {
			margin-bottom: 7px;
		}
		#content form p.note,
		#content .form p.note {
			padding-top: 5px;
			color: #999;
		}
		#content form button,
		#content .form button {
			margin-bottom: 12px;
		}

	ul.topics,
	#browse_downloads {
		margin-top: -5px;
		*zoom: 1;
	}
		ul.topics li {
			height: 90px;
			width: 50%;
			float: left;
			margin-bottom: 5px;
			position: relative;
			border-bottom: 1px solid #cfd5da;
			z-index: 1;
		}
			ul.topics .image,
			#browse_downloads .image {
				float: left;
				width: 80px;
			}
				ul.topics .image img,
				#browse_downloads .image img {
					margin: 4px auto 0;
				}
			ul.topics .content,
			#browse_downloads .content {
				float: left;
			}
			ul.topics li.active .content {
				background-position: left top;
			}
				ul.topics .content strong,
				#browse_downloads strong,
				#documents h2.header {
					font-size: 17px;
					font-weight: bold;
					display: block;
					line-height: 1.3;
					margin: 8px 0 2px;
				}
					ul.topics .content strong a {

					}
				ul.topics .content p {
					line-height: 1.5;
					margin-bottom: 2px;
					padding-right: 10px;
				}
				ul.topics .content a.view {
					display: inline-block;
					font-size: 12px;
					line-height: 1.5;
					color: #399103;
				}
					ul.topics .content span.count {
						color: #999;
						font-size: 12px;
					}

	#sidebar {
		padding-bottom: 20px;
		width: 321px;
		float: right;
		padding-top: 16px;
/*		background: -webkit-gradient(linear, left top, left 230, color-stop(0, #f8f8f8), color-stop(1, #fff));
		background: -moz-linear-gradient(center top, #f8f8f8 0, #fff 230px);*/
		margin-right: 1px;
		color: #555;
		/*margin-top: -5px;*/
	}
	body.landing #sidebar,
	body.blog.home #sidebar {
		position: relative;
		top: -133px;
		width: 321px;
		margin-right: 1px;
		-moz-border-top-left-radius: 6px;
		-webkit-border-top-left-radius: 6px;
		border-top-left-radius: 6px;
	}
		#sidebar p, #sidebar li {
			font-size: 11px;
			padding-right: 10px;
			color: #555;
		}
		#sidebar .module {			
			margin: 0 auto 20px;
		}
			#sidebar .module .header {
				margin-bottom: 6px;
				*zoom: 1;
			}
				#sidebar .module .header strong {
					font-family: Depot, Arial, Helvetica, sans-serif;
					line-height: 1;
					font-size: 18px;
					color: #222;
					letter-spacing: -0.2px;
				}
				/* h2 used for 'featured' modules - usually up top */
				#sidebar .module .header h2 {
					font-family: Depot, Arial, Helvetica, sans-serif;
					font-size: 22px;
					color: #3a759a;
					line-height: 1;
				}
					#sidebar .module .header h2 span {
						color: #222;
					}
			#sidebar .module .box {
				-moz-box-shadow: none;
				-webkit-box-shadow: none;
				box-shadow: none;
			}
				#sidebar .module .box .inner {

				}
				#sidebar .inline_search {
					position: static;
					width: 290px;
				}

		/* module: about toolkit */
		#module_about.module {
			border-bottom: 1px solid #e0e1e3;
			-moz-box-shadow: 0 1px 0 #fff;
			padding-bottom: 33px;
			padding-top: inherit;
			padding-left: 16px;
			background: url(/toolkit/images/bg_about_toolkit.png) bottom center no-repeat;
		}
			#module_about.module p {
				margin-bottom: 6px;
				line-height: 18px;
			}
			#module_about.module a.more {
				color: #3A759A;
			}

		/* module: sponsored by */
		#module_sponsor.module {
			background: #fff;
			-moz-box-shadow: inset 3px 3px 4px rgba(0, 0, 0, 0.1);
			-webkit-box-shadow: inset 3px 3px 4px rgba(0, 0, 0, 0.1);
			box-shadow: inset 3px 3px 4px rgba(0, 0, 0, 0.1);
		}
			#module_sponsor.module .inner {
				padding: 8px;
				overflow: auto;
			}
			#module_sponsor.module .logo {
				width: 85px;
				float: left;
			}
			#module_sponsor.module .copy {
				width: 185px;
				float: left;
				padding-top: 4px;
			}
				#module_sponsor.module .copy div {
					font-size: 8px;
					text-transform: uppercase;
				}
				#module_sponsor.module .copy p {
					margin: 0;
					font-size: 10px;
				}
					#module_sponsor.module .copy a {
						color: #555;
						text-decoration: underline;
					}

		/* module: newsletter */
		#module_newsletter.module {

		}
			#sidebar #module_newsletter.module p {
				margin-bottom: 2px;
			}
			#module_newsletter.module input.text {
				width: 192px;
			}

		/* module: incorporate now */
		#module_incorporate.module {

		}
			#module_incorporate.module .box {
				height: 160px;
				border: none;
				background: #058fc0 url(/toolkit/images/ie/bookstore_module.png) bottom repeat-x;
				background: -webkit-gradient(
						linear,
						left bottom,
						left top,
						color-stop(0, #058fc0),
						color-stop(1, #256582)
				);
				background: -moz-linear-gradient(
						center bottom,
						#058fc0 0%,
						#256582 100%
				);
				overflow: visible;
				position: relative;
				margin-top: 10px;
			}
			#module_incorporate.module .image {
				position: absolute;
				bottom: 0;
				left: 0;
				z-index: 1;
			}
			#module_incorporate.module .content {
				margin-left: 148px;
				padding-top: 15px;
				position: relative;
				z-index: 2;
				width: 129px;
			}
				#module_incorporate.module .logo {
					margin-bottom: 8px;
				}
				#module_incorporate.module .content p {
					text-shadow: 1px 1px 2px #032734;
					color: #fff;
					font-size: 12px;
					line-height: 18px;
				}
					#module_incorporate.module .content p strong {
						display: block;
						font-size: 16px;
					}
			#module_incorporate.module .select {
				position: absolute;
				bottom: 18px;
				left: 18px;
				z-index: 3;
			}
				#module_incorporate.module select {
					float: left;
					padding: 2px 4px;
					margin-top: 1px;
					margin-right: 5px;
					width: 175px;
					cursor: auto;
				}
				#module_incorporate.module select.required {
					border-color: #c00;
				}
				#module_incorporate.module button {
					float: left;
					width: 73px;
					height: 25px;
					background-color: transparent;
					background-image: url(/toolkit/images/buttons/go_module.png);
				}

		/* module: toolkit bookstore */
		#module_bookstore.module {

		}
			#module_bookstore.module .box {
				border: none;
				background: #058fc0 url(/toolkit/images/ie/bookstore_module.png) bottom repeat-x;
				background: -webkit-gradient(
						linear,
						left bottom,
						left top,
						color-stop(0, rgb(25,102,132)),
						color-stop(1, rgb(5,142,192))
				);
				background: -moz-linear-gradient(
						center bottom,
						rgb(25,102,132) 0%,
						rgb(5,142,192) 100%
				);
				overflow: hidden;
				padding: 18px;
				*zoom: 1;
			}
			#module_bookstore.module .details {
				float: left;
				width: 165px;
			}
					#module_bookstore.module strong.title {
						color: #c3eaf8;
						font-weight: bold;
						font-size: 15px;
						text-shadow: 0 1px 0 rgba(15, 74, 96, 1);
						line-height: 1.3;
						display: block;
						margin-bottom: 7px;
					}
						#module_bookstore.module strong.title a {
							color: #c3eaf8;
						}
					#module_bookstore.module p.price {
						color: #fff;
						font-weight: bold;
						font-size: 12px;
						text-shadow: 0 1px 0 rgba(15, 74, 96, 1);
						margin-bottom: 10px;
					}
					#module_bookstore.module .button {
						width: 95px;
						height: 34px;
						background-image: url(/toolkit/images/buttons/buy_now_module.png);
					}
				#module_bookstore.module .image {
					-moz-box-shadow: 3px 5px 5px rgba(3, 47, 79, 0.8);
					-webkit-box-shadow: 3px 5px 5px rgba(3, 47, 79, 0.8);
					box-shadow: 3px 5px 5px rgba(3, 47, 79, 0.8);
					float: right;
					width: 79px;
					margin-top: -9px;
					margin-right: 3px;
				}
					#module_bookstore.module .image img {
						border: 1px solid #fff;
					}


		/* module: small business news */
		#module_news.module {
			background: url(/toolkit/images/hr_shadow.png) bottom center no-repeat;
			padding-bottom: 14px;
			margin-bottom: 12px;
		}
			#module_news.module .header {
				border-bottom: 1px solid #ccc;
				overflow: hidden;
				*zoom: 1;
				padding-bottom: 4px;
				margin-bottom: 12px;
			}
				#module_news.module .header h2 {
					float: left;
					margin-bottom: 0;
				}
				#module_news.module .header a.feed {
					float: right;
					margin-top: 11px;
				}
			#module_news.module ol {

			}
				#module_news.module li {
					overflow: hidden;
					*zoom: 1;
					clear: both;
					font-size: 12px;
					margin-bottom: 8px;
					margin-left: 0;
					list-style: none;
				}
					#module_news.module .date {
						float: left;
						width: 52px;
						color: #999;
						font-size: 11px;
						line-height: 18px;
					}
					#module_news.module .article {
						float: left;
						width: 225px;
						font-size: 12px;
						line-height: 17px;
					}
						#module_news.module .article a {
							color: #222;
						}
			/* module: podcast (mini) */
			#module_podcast.module {
				overflow: auto;
			}
				#module_podcast.module a.image {
					float: left;
					width: 39px;
					margin-right: 12px;
				}
				#module_podcast.module .content {
					float: left;
					width: 215px;
					padding-top: 6px;
				}
					#module_podcast.module .header {
						margin-bottom: 3px;
					}
						#module_podcast.module .header strong {
							font-size: 16px;
						}
					#module_podcast.module p {
						font-size: 11px;
					}
						#module_podcast.module p a {
							font-size: 11px;
						}

			/* module: podcast (expanded) */
			#module_podcast_expanded.module {
			}
				#module_podcast_expanded.module .box .inner {
					*padding-bottom: 0;
					*zoom: 1;
					_padding-right: 0;
				}
				#module_podcast_expanded.module .summary {
					overflow: auto;
					*zoom: 1;
					margin: 0 0 7px;
					_padding-right: 18px;
				}
					#module_podcast_expanded.module .summary img {
						float: left;
						margin-bottom: 5px;
						margin-right: 24px;
						width: 39px;
					}
					#module_podcast_expanded.module .summary p {
						float: left;
						width: 185px;
						margin-top: 10px;
					}
				#module_podcast_expanded.module ul.links {
					white-space: nowrap;
					margin-left: -2px;
					margin-bottom: 6px;
					_overflow: hidden;
					_width: 270px;
				}
					#module_podcast_expanded.module ul.links li {
						display: inline-block;
						font-weight: bold;
						font-size: 11px;
						margin-right: 10px;
						*float: left;
					}
						#module_podcast_expanded.module ul.links a {
							*line-height: 20px;
						}
				#module_podcast_expanded.module .listen {
					background: #d8eaf2 url(/toolkit/images/hr_shadow.png) top center no-repeat;
					margin: 0 -18px -15px;
					-moz-border-radius-bottomleft: 4px;
					-webkit-border-radius-bottomleft: 4px;
					border-radius-bottomleft: 4px;
					-moz-border-radius-bottomright: 4px;
					-webkit-border-radius-bottomright: 4px;
					border-radius-bottomright: 4px;
					padding: 16px 0 15px 18px;
					*clear: both;
					*zoom: 1;
					*margin-bottom: 0;
					_margin-right: 0;
				}
					#module_podcast_expanded.module .listen p {
						font-size: 13px;
						color: #3a759a;
						font-weight: bold;
					}

			/* module: meet the team */
			#module_team.module {

			}
				#module_team.module .box {
					position: relative;
				}
					#module_team.module .box .inner {
						height: 180px;
						*height: 190px;
					}
				#module_team.module ul {
					margin-bottom: -15px;
					margin-top: 10px;
				}
					#module_team.module li {
						overflow: hidden;
						clear: both;
						*zoom: 1;
						margin-bottom: 15px;
						display: none;
					}
					#module_team.module li.active {
						display: block;
					}
						#module_team.module .image {
							width: 45px;
							float: left;
							margin-right: 15px;
						}
						#module_team.module .name {
							width: 175px;
							float: left;
							font-size: 11px;
							padding-top: 5px;
						}
							#module_team.module .name a {
								display: inline-block;
								font-weight: bold;
							}

			/* generic scroller module */
			/* use an unordered list to contain the elements that will be scrolled through */
			.module.scroller {

			}
				.module.scroller .box {
					position: relative;
				}
				.module.scroller ul {

				}
					.module.scroller li {
						display: none;
					}
					.module.scroller li.active {
						display: block;
					}
				.module.scroller .nav {
					position: absolute;
					top: 0;
					right: 0;
					border: solid #c2c6c8;
					border-width: 0 0 1px 1px;
					background: #ecf0f3;
					padding: 3px 4px;
					-moz-border-radius-bottomleft: 3px;
					-webkit-border-radius-bottomleft: 3px;
					border-radius-bottomleft: 3px;
					-moz-border-top-right-radius: 3px;
					-webkit-border-top-right-radius: 3px;
					border-top-right-radius: 3px;
				}
					.module.scroller .nav span {
						display: inline-block;
						cursor: pointer;
						color: #a3afbb;
						font-size: 8px;
						font-weight: bold;
						text-transform: uppercase;
						text-shadow: 1px 1px 0 #fff;
						height: 14px;
						line-height: 14px;
						margin: 0 3px;
					}
					.module.scroller .nav span:hover {
						text-decoration: none;
						color: #808b93;
					}
					.module.scroller .nav span::-moz-selection {
						background-color: #ecf0f3 !important;
					}
					.module.scroller .nav span::selection {
						background-color: #ecf0f3 !important;
					}
					.module.scroller .nav .prev {
						background: url(/toolkit/images/icon_prev_mini.png) top left no-repeat;
						_background: url(/toolkit/images/icon_prev_mini.8bit.png) top left no-repeat;
						padding-left: 18px;
					}
					.module.scroller .nav .prev:hover {
						background-position: bottom left;
					}
					.module.scroller .nav .next {
						background: url(/toolkit/images/icon_next_mini.png) top right no-repeat;
						_background: url(/toolkit/images/icon_next_mini.8bit.png) top right no-repeat;
						padding-right: 18px;
					}
					.module.scroller .nav .next:hover {
						background-position: bottom right;
					}

			/* 'what they're saying' module */
			#module_testimonials.module {

			}
				#module_testimonials.module ul {
					overflow: hidden;
					margin: 0 0 -10px;
					_margin-bottom: -15px;
				}
					#module_testimonials.module li {
						border-bottom: 1px solid #e4e4e4;
						margin: 0 0 -1px;
						padding: 15px 0;
					}
						#module_testimonials.module .quote {
							font-family: "Times New Roman", Times, serif;
							font-size: 14px;
							margin-bottom: 5px;
							line-height: 1.3;
							padding-left: 0.4em;
						}
							#module_testimonials.module .quote_open {
								display: inline-block;
								margin-left: -0.4em;
							}
						#module_testimonials.module .source {
							font-size: 11px;
							text-align: right;
							line-height: 1.4;
						}
							#module_testimonials.module .source a {
								font-weight: bold;
							}

			/* module: government links */
			#module_government_links {
				overflow: hidden;
			}
			#module_latest_buzz {
				overflow: hidden;
			}

			/* accordion module */
			.module .accordion {
				border: 1px solid #e4e4e4;
				-moz-border-radius: 4px;
				-webkit-border-radius: 4px;
				border-radius: 4px;
				*overflow: hidden;
			}
				.module .accordion .title {
					border-top: 1px solid #e4e4e4;
					background: #FFFFFF;
					background: -moz-linear-gradient(top, #FFFFFF 0%, #F9F9F9 100%);
					background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#F9F9F9));
					margin: -1px 0 0;
					height: 40px;
					line-height: 40px;
					cursor: pointer;
					padding: 0 18px 0 20px;
				}
				.module .accordion .title:first-of-type {
					-moz-border-top-left-radius: 4px;
					-webkit-border-top-left-radius: 4px;
					border-top-left-radius: 4px;
					-moz-border-top-right-radius: 4px;
					-webkit-border-top-right-radius: 4px;
					border-top-right-radius: 4px;
				}
				.module .accordion .title:hover {
					background: #f4f7f9;
				}
					.module .accordion .title strong {
						display: block;
						font-size: 12px;
						height: 40px;
						line-height: 40px;
						background: url(/toolkit/images/icon_expand_mini.png) right 13px no-repeat;
					}
					.module .accordion .title:hover strong {
						background-position: right -37px;
					}
					.module .accordion .title.ui-state-active strong {
						background-position: right -87px;
					}
					.module .accordion .title.ui-state-active:hover strong {
						background-position: right -137px;
					}
				.module .accordion .content {
					padding: 20px;
					background: -moz-linear-gradient(top, #FFFFFF 0%, #fafafa 100%);
					background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#fafafa));
					border-top: 1px solid #e4e4e4;
				}
				.module .accordion .content:last-child {
					-moz-border-radius-bottomleft: 4px;
					-webkit-border-radius-bottomleft: 4px;
					border-radius-bottomleft: 4px;
					-moz-border-radius-bottomright: 4px;
					-webkit-border-radius-bottomright: 4px;
					border-radius-bottomright: 4px;
				}
					.module .accordion ul {
						margin-left: 15px;
						margin-bottom: 12px;
					}
						.module .accordion ul li {
							list-style: disc;
							margin-bottom: 5px;
						}
							.module .accordion li a {
								color: #555;
							}
					.module .accordion a.more {
						font-size: 11px;
					}

			/* module: we're here to help */
			#module_help.module {

			}
				#module_help.module .box .inner,
				#module_sales.module .box .inner {
					position: relative;
					_height: 50px;
				}
				#module_help.module img,
				#module_sales.module .box img {
					position: absolute;
					bottom: 0;
					right: 0;
					_top: auto;
				}
				#module_help.module div.chat {
					border-bottom: 1px solid #e4e4e4;
					margin-bottom: 15px;
					padding-bottom: 15px;
				}
					#module_help.module a.chat,
					#module_help.module em.phone,
					#module_sales em,
					#profile em {
						display: block;
						font-weight: bold;
						font-size: 13px;
						font-style: normal;
						margin-bottom: 6px;
						line-height: 13px;
						padding-left: 19px;
						height: 14px;
					}
					#module_help.module a.chat {
						background: url(/toolkit/images/icon_chat.png) no-repeat;
					}
				#module_help.module div.phone {

				}
					#module_help.module em.phone,
					#module_sales em.phone,
					#profile em.phone {
						color: #222;
						background: url(/toolkit/images/icon_phone.png) no-repeat;
					}
					#module_help.module p {
						font-size: 12px;
						*clear: both;
						margin: 0;
					}

			/* generic sidebar tabs */
			#sidebar .module .tabs {
				_zoom: 1;
			}
				#sidebar .module .tabs ul.nav {
					height: 21px;
					margin-top: -22px;
					margin-left: -19px;
					margin-bottom: 0;
					_margin-left: 0;
					_margin-right: 0;
					_zoom: 1;
				}
					#sidebar .module .tabs ul.nav li {
						border: solid #a4cadb;
						border-width: 1px 1px 0;
						background: #a4cadb;
						padding: 0 14px;
						font-size: 12px;
						height: 21px;
						line-height: 21px;
						margin-right: 7px;
						margin-bottom: 0;
					}
					#sidebar .module .tabs ul.nav li:hover {
						border-color: #97b9c9;
						background: -webkit-gradient(
								linear,
								left top,
								left bottom,
								color-stop(0.01, rgb(151,185,201)),
								color-stop(1, rgb(164,202,219))
						);
						background: -moz-linear-gradient(
								center top,
								rgb(151,185,201) 1%,
								rgb(164,202,219) 100%
						);
					}
					#sidebar .module .tabs ul.nav li.active {
						border-color: #c9d8df;
						height: 21px;
					}

			/* module: most popular */
			#module_popular.module {
				background: #d5ebf6;
				-moz-border-radius: 7px;
				-webkit-border-radius: 7px;
				border-radius: 7px;
				overflow: auto;
				width: 300px;
				padding-top: 10px;
				*overflow: visible;
				*zoom: 1;
				*padding-bottom: 5px;
			}
				#module_popular.module .header strong {
					color: #3a759a;
					margin-left: 17px;
				}
				#module_popular.module .inner {
					background: #fff;
					margin: 5px;
					border: 1px solid #e2e2e2;
					-moz-border-radius-bottomleft: 5px;
					-webkit-border-radius-bottomleft: 5px;
					border-radius-bottomleft: 5px;
					-moz-border-radius-bottomright: 5px;
					-webkit-border-radius-bottomright: 5px;
					border-radius-bottomright: 5px;
					margin-top: 31px;
					padding: 0 18px 14px;
					*margin-bottom: 0;
					_padding-left: 0;
					_padding-right: 0;
					_border-top: none;
				}
					#module_popular.module .tabs {
						margin-bottom: 7px;
					}
						#module_popular.module .tabs ul.nav {
							background: #d5ebf6;
						}
						#module_popular.module .tab {
							clear: both;
							_padding: 15px 18px 0;
						}
							#module_popular.module .tab ol,
							#module_popular.module .bn_g_results_list {
								margin-bottom: 10px;
							}
								#module_popular.module .tab ol li,
								#module_popular.module .bn_g_result {
									margin: 0 0 6px 0;
									line-height: 1.4;
									font-size: 11px;
								}
									#module_popular.module .tab ol li a,
									#module_popular.module .bn_g_result a {
										color: #555;
										display: block;
									}
							#module_popular.module .tab a.more {
								font-size: 11px;
							}
					#module_popular.module .connect {
						background: url(/toolkit/images/hr_shadow.png) center top no-repeat;
						font-size: 10px;
						font-weight: bold;
						color: #52606a;
						padding-top: 20px;
						white-space: nowrap;
						margin-left: -2px;
					}
						#module_popular.module .connect span {
							display: inline-block;
							margin-right: 3px;
						}
						#module_popular.module .connect a {
							font-weight: normal;
							margin-right: 3px;
							padding-left: 19px;
						}

					/* baynote overrides */
					#module_popular.module .bn_g_welcome,
					#module_popular.module .bn_g_footer {
						display: none;
					}

			/* module: top faqs */
			#module_top_faqs.module {

			}
				#module_top_faqs.module ul {
					overflow: hidden;
					margin: -10px 0;
					*margin-bottom: 0;
					_margin: 0;
				}
					#module_top_faqs.module li {
						border-bottom: 1px solid #E4E4E4;
						margin: 0 0 -1px;
						padding: 10px 0 0;
						_margin: 0;
					}
						#module_top_faqs.module .question {
							color: #3A759A;
							font-weight: bold;
							cursor: pointer;
							margin-bottom: 8px;
						}
						#module_top_faqs.module .question:hover {
							text-decoration: underline;
						}
						#module_top_faqs.module .answer {
							display: none;
						}
							#module_top_faqs.module .answer p {
								margin-bottom: 0;
								padding-bottom: 10px;
							}

			/* module: have a business question? */
			#module_ask.module {

			}
				#module_ask.module .box {
					position: relative;
				}
					#module_ask.module .box .inner {
						padding-left: 120px;
						height: 82px;
					}
				#module_ask.module img {
					position: absolute;
					bottom: 1px;
					left: 1px;
				}
				#module_ask.module p {
					line-height: 1.6;
					margin-bottom: 5px;
				}
			#module_ask_categories.module,
			#module_news_categories.module {

			}
				#module_ask_categories.module ul,
				#module_news_categories.module ul {
					margin: 0;
					-moz-column-count: 2;
					-webkit-column-count: 2;
					column-count: 2;
					margin-right: -20px;
					margin-bottom: -5px;
				}
					#module_ask_categories.module li,
					#module_news_categories.module li {
						font-weight: bold;
					}

			/* module: popular questions (faq) */
			#module_faq.module {

			}
				#module_faq.module .question,
				#module_faq.module .answer {
					background: url(/toolkit/images/q_and_a.png) no-repeat;
					margin-left: -9px;
				}
				#module_faq.module .question,
				#popular_questions.section p.quote,
				#popular_questions.section blockquote {
					font-family: "Times New Roman", Times, serif;
					font-size: 18px;
					margin: 12px 0 14px -9px;
				}
					#module_faq.module p.quote,
					#popular_questions.section p.quote,
					#popular_questions.section blockquote {
						background: url(/toolkit/images/hr_shadow.png) bottom center no-repeat;
						line-height: 1.2;
						padding-left: 54px;
						margin-top: -2px;
						padding-bottom: 18px;
					}
						#module_faq.module .quote_open,
						#popular_questions.section .quote_open {
							width: 9px;
							margin-left: -9px;
							display: inline-block;
						}
						#module_faq.module .quote_close,
						#popular_questions.section .quote_close {
							display: inline-block;
							padding-left: 1px;
						}
				#module_faq.module .answer {
					padding-left: 54px;
					background-position: -300px 0;
				}
					#module_faq.module p {
						line-height: 1.45;
						margin-bottom: 6px;
					}
						#module_faq.module p a {
							font-weight: bold;
						}
					#module_faq.module p.quote {
						font-weight: normal;
						font-size: 18px;
						min-height: 42px;
					}
						#module_faq.module p.quote a {
							color: #555;
							font-weight: normal;
						}
						#module_faq.module p.quote a:hover {
							color: #3A759A;
							text-decoration: none;
						}
					#module_faq.module .profile {
						overflow: hidden;
						*zoom: 1;
						margin-left: -2px;
						padding: 4px 0 2px;
					}
						#module_faq.module .profile a {
							font-weight: bold;
						}
						#module_faq.module .profile img {
							width: 30px;
							height: 30px;
							float: left;
							margin-right: 8px;
						}
						#module_faq.module .profile .details {
							float: left;
							width: 165px;
							font-size: 11px;
						}
							#module_faq.module .profile a.name {
								display: inline-block;
								margin-bottom: 2px;
							}
							#module_faq.module .profile .title {

							}

			/* module: google adwords */
			#module_adwords.module {

			}
				#module_adwords.module .box {
					background: #f3f6f8;
				}
					#module_adwords.module .inner {
						border-color: #f6f8fa;
					}

			#tout_newsletter {

			}
				#tout_newsletter p,
				#module_newsletter.module p {
					margin-bottom: 12px;
				}
				#tout_newsletter .form,
				#module_newsletter.module .form {
					padding: 6px 0 11px;
					margin-bottom: 7px;
					border-bottom: 1px solid #e0e0e0;
				}
					#tout_newsletter input.text,
					#module_newsletter.module input.text, #module_newsletter.module .formOverride input.text {
						font-size: 11px;
						float: left;
						width: 152px;
						margin-right: 12px;
					}
					#tout_newsletter p.links,
					#module_newsletter.module p.links {
						color: #aaa;
						margin-left: -8px;
						font-size: 11px;
						margin-bottom: 0;
					}
						#tout_newsletter p.links a,
						#module_newsletter.module p.links a {
							padding: 0 8px;
						}
					#tout_newsletter button.submit,
					#module_newsletter.module button.submit,
					#tout_newsletter .field a,
					#module_newsletter.module .field a {
						width: 72px;
						height: 24px;
						float: left;
						background-image: url(/toolkit/images/buttons/sign_up.png);
						text-indent: -9000px;
						cursor: pointer;
						margin-top: 2px;
						*font-size: 0;
						*text-align: left;
						*color: #71aa12;
					}
					#tout_newsletter .field a:hover,
					#module_newsletter.module .field a:hover {
						background-position: bottom left;
					}

			/* module: square ad */
			#sidebar .advertisement {
				width: 300px;
				margin: 0 auto 30px;
			}
				#sidebar .advertisement .ad {
					margin: 0 auto;
					width: 300px;
					height: 250px;
					background: #f1f1f1;
				}
	#footer {
		clear: both;
		width: 952px;
		height: 87px;
		background: url(/toolkit/images/footer.png) no-repeat;
		position: relative;
	}
		#footer .logo {
			position: absolute;
			width: 135px;
			height: 28px;
			top: 18px;
			left: 21px;
		}
		#footer a {
			font-weight: bold;
			color: #fff;
			text-shadow: 1px 1px 0 rgba(8, 87, 118, 0.5);
		}
		#footer ul.nav {
			position: absolute;
			top: 28px;
			right: 25px;
			margin-right: -10px;
		}
			#footer li {
				font-size: 11px;
				float: left;
				margin-right: 10px;
				line-height: 11px;
				letter-spacing: -0.1px;
			}
		#footer .secondary_nav {
			position: absolute;
			right: 25px;
			bottom: 20px;
			margin-right: -10px;
		}
			#footer p.copyright {
				font-size: 11px;
				float: left;
				line-height: 11px;
				margin: 0 10px 0 0;
			}
			#footer .secondary_nav ul {
				float: left;
				position: static;
				margin: 0;
			}

#bizfilings {
	position: absolute;
	top: 0;
	left: 0;
	background: url(/toolkit/images/bizfilings_banner.png) top repeat-x;
	height: 8px;
	width: 100%;
	z-index: 10;
	display: none;
}
	#bizfilings div {
		width: 952px;
		margin: 0 auto;
	}
		#bizfilings p {
			float: right;
			font-size: 8px;
			text-transform: uppercase;
			color: #6d7981;
			font-weight: bold;
			letter-spacing: 0.05em;
			line-height: 36px;
		}
			#bizfilings a {
				font-size: 12px;
				font-weight: bold;
				color: #fff;
				text-shadow: 0 1px 0 rgba(8, 87, 118, 0.5);
				height: 34px;
				width: 132px;
				background: url(/toolkit/images/bizfilings_banner.png) bottom no-repeat;
				display: inline-block;
				line-height: 36px;
				text-align: center;
				text-decoration: none;
				text-transform: none;
				letter-spacing: normal;
				*height: 32px;
			}
			#bizfilings a:hover {
				text-decoration: underline;
			}

/* generic subnav */
#subnav {
	overflow-x: hidden;
	padding-bottom: 5px;
	margin: 0 1px;
	position: relative;
	z-index: 2;
	_overflow: hidden;
	_width: 952px;
}
	#subnav .inner {
		-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
		-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
		overflow: hidden;
	}
	#subnav .advertisement {
		width: 925px;
		height: 50px;
		background: #f1f1f1;
		margin: 15px auto 0;
	}
	#subnav ul.nav {
		background: url(/toolkit/images/subnav_bg.png) top repeat;
		padding-left: 20px;
		border-bottom: 1px solid #e9e9e9;
		-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
		margin: 0 -1px;
		position: relative;
		z-index: 20;
		overflow: hidden;
	}
		#subnav ul.nav li {
			float: left;
			height: 45px;
			background: url(/toolkit/images/subnav.png) top left no-repeat;
			font-size: 12px;
			margin: 0;
		}
			#subnav ul.nav li a {
				display: block;
				height: 45px;
				background: url(/toolkit/images/subnav.png) top right no-repeat;
				padding: 0 17px 0 10px;
				line-height: 46px;
				color: #222;
				text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
				*float: left;
			}
			#subnav ul.nav li a:hover {
				text-decoration: none;
				color: #3a759a;
			}
		#subnav ul.nav li.active {
			background-position: left -45px;
			margin-left: -12px;
			padding-left: 12px;
		}
			#subnav ul.nav li.active a {
				background-position: right -45px;
				color: #3a759a;
			}
	#subnav .advertisement {
		clear: both;
	}
		#subnav .advertisement .ad {
			height: auto;
		}
	ul#breadcrumbs {
		clear: both;
		margin: 0 0 0 20px;
		padding: 5px 0;
	}
		ul#breadcrumbs li {
			font-size: 11px;
			display: inline-block;
			color: #999;
			margin: 7px 0;
		}
			ul#breadcrumbs a {
				color: #999;
				padding: 0 3px;
			}
			ul#breadcrumbs a:hover {

			}
		ul#breadcrumbs li:after {
			content: " /";
		}
		ul#breadcrumbs li:last-child:after {
			content: "";
		}

/* landing pages */
.section,
#content #recommendation.section {
	margin-bottom: 30px;
	border-bottom: 1px solid #cfd5da;
	padding-bottom: 30px;
	*zoom: 1;
	position: relative;
	clear: both;
}
#content .section:last-of-type {
	border: none;
	padding-bottom: 0;
}
	.section .box {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.section .section {
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: none;
		float: left;
		width: 50%;
		clear: none;
	}
		.section .section h3 {
			padding-right: 15px;
		}
		.section .section ul {
			padding-right: 15px;
		}
	.section h2 {

	}
	#landing_topics.section {
		border: none;
		padding-bottom: 0;
	}
		#landing_topics.section .box {
			overflow: hidden;
		}
		#landing_topics.section .inner {
			padding-top: 0;
			margin-top: 15px;
			overflow: hidden;
			*padding-bottom: 25px;
			_padding: 0 0 25px 15px;
		}
		#landing_topics.section ul.topics {
			width: 570px;
			margin: -9px 0;
			overflow: hidden;
			*zoom: 1;
		}
			#landing_topics.section ul.topics li {
				border-bottom: none;
				border-top: 1px solid #CFD5DA;
				width: 265px;
				margin-right: 20px;
				margin-bottom: 30px;
				*border-bottom: 1px solid #cfd5da;
				*border-top: none;
				*zoom: 1;
				*height: auto;
				*padding-bottom: 10px;
				*margin-bottom: 10px;
				_position: static;
				display: inline-block;
			}
				#landing_topics.section ul.topics li .content {
					float: none;
					_position: static;
				}

	#news.section {

	}
		#news.section ul,
		#blog_posts.section ul {
			margin: 0;
			padding-right: 20px;
		}
			#news.section li,
			#blog_posts.section li {
				margin-bottom: 25px;
				line-height: 1.6;
				background: none;
			}
			#news.section li:nth-child(2n),
			#blog_posts.section li:nth-child(2n) {
				/*background: #f8f8f8;*/
			}
				#news.section li strong.title,
				#blog_posts.section li strong.title {
					font-size: 13px;
				}
				#news.section li p.byline,
				#blog_posts.section li p.byline {
					color: #999;
				}
					#news.section li p.byline a,
					#blog_posts.section li p.byline a {
						color: #555;
					}
	#blog_posts.section {

	}
		#blog_posts.section ul {
			margin: 0;
		}
	#downloads.section {

	}
		#downloads.section .link-landing-tools-forms {
			float: none;
			position: absolute;
			right: 10px;
			top: 14px;
		}

		#downloads.section ul {
			-moz-column-count: 2;
			-webkit-column-count: 2;
			column-count: 2;
			margin: 0;
		}
			#downloads.section li {
				font-weight: bold;
				margin-bottom: 8px;
			}
		#downloads.section select {
			position: absolute;
			top: 6px;
			right: 0;
			width: 160px;
		}
	#popular_questions.section {
		width: 610px;
		position: relative;
		_width: 590px;
	}
		#popular_questions.section a.more {
			clear: both;
			float: right;
			margin-right: 10px;
			*display: block;
			*float: none;
			*text-align: right;
		}
		#popular_questions.section a.ask {
			position: absolute;
			float: none;
			top: 14px;
			right: 10px;
		}
		#popular_questions.section .question {
			position: relative;
			padding: 12px 0 19px;
			float: left;
			width: 283px;
			margin-right: 20px;
			-moz-border-radius: 8px;
			-webkit-border-radius: 8px;
			border-radius: 8px;
			border: 1px solid #e4e4e4;
			-moz-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.13);
			-webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.13);
			box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.13);
			background: url(/toolkit/images/question_bg.png) bottom repeat-x;
			background: -webkit-gradient(
					linear,
					left bottom,
					left 90,
					color-stop(0, rgb(250,250,250)),
					color-stop(1, rgb(255,255,255))
			);
			background: -moz-linear-gradient(
					center bottom,
					rgb(250,250,250) 0%,
					rgb(255,255,255) 100%
			);
			margin-bottom: 45px;
			_width: 260px;
		}
			#popular_questions.section .question .header {
				*height: 39px;
				min-height: 39px;
				padding-bottom: 8px;
				border-bottom: 1px solid #cfd5da;
				margin: 0 20px 13px;
				font-size: 16px;
				font-family: Depot, Arial, Helvetica, sans-serif;
				padding-left: 35px;
				background: url(/toolkit/images/mini_q.png) 0 4px no-repeat;
			}
			#popular_questions.section .question p.quote,
			#popular_questions.section blockquote {
				background: none;
				margin: 0 20px 11px;
				padding: 0;
				font-size: 13px;
				line-height: 1.3;
			}
				#popular_questions.section .question p.quote a {
					color: #222;
					margin: 0;
					font-size: 13px;
					display: block;
				}
				#popular_questions.section .question p.quote a:hover {
					text-decoration: none;
					color: #3A759A;
				}
			#popular_questions.section .question a {
				clear: both;
				display: inline-block;
				font-size: 11px;
				margin: 0 20px;
			}
			#popular_questions.section .question .author {
				position: absolute;
				background: url(/toolkit/images/question_point.png) 0 0 no-repeat;
				bottom: -30px;
				left: 32px;
				font-size: 11px;
				color: #999;
				padding-left: 36px;
				height: 30px;
				_bottom: -40px;
			}
				#popular_questions.section .question .author .by {
					padding-top: 12px;
					margin-bottom: 2px;
				}
				#popular_questions.section .question .author a {
					color: #222;
					display: inline;
					margin: 0;
				}

/* generic inline (content level) search */
.inline_search {
	background: url(/toolkit/images/inline_search.png) left no-repeat;
	height: 32px;
	width: 240px;
	position: absolute;
	top: 3px;
	right: 0;
}
	.inline_search input {
		float: left;
		width: 190px;
		background: none !important;
		font-size: 13px;
		font-weight: bold;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		border: none;
		padding: 8px;
	}
	.inline_search button,
	#module_submitting.module fieldset a {
		float: right;
		width: 33px;
		height: 32px;
		cursor: pointer;
		background: url(/toolkit/images/inline_search.png) right top no-repeat;
		text-indent: -9000px;
		*color: #71aa12;
		*font-size: 0;
		*text-align: left;
	}

/* category */
body.category {

}
		body.category #hero .overlay,
		body.podcast #hero .overlay {
			padding-top: 5px;
			padding-bottom: 5px;
		}
			body.category #hero .section,
			#hero strong.section {
				font-family: Depot, Arial, Helvetica, sans-serif;
				font-size: 24px;
				color: #fff;
				margin: 0;
				padding: 0;
				border: none;
			}
	#content p.intro {
		font-size: 18px;
		color: #555;
		margin-bottom: 22px;
		clear: both;
	}
	#recommendation {

	}
		#recommendation h2 {

		}
			#recommendation .article {
				float: left;
				margin-right: 30px;
				width: 265px;
				_margin-right: 20px;
				_width: 255px;
			}
				#recommendation .article strong.title {
					display: block;
					font-size: 18px;
					line-height: 1.3;
				}
				#recommendation .article p {
					margin-bottom: 3px;
					line-height: 1.6;
				}
					#recommendation .article strong a {
						color: #222;
					}

/* used on category, tools & forms, podcast */
#topics {
	position: relative;
}
	#topics h2 {
		margin-bottom: 25px;
		width: 340px;
	}
	#topics .topic,
	#recent_shows {
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		padding: 18px 18px 0 18px;
		-moz-box-shadow: 2px 2px 0 rgba(119, 148, 167, 0.13);
		-webkit-box-shadow: 3px 3px 0 rgba(119, 148, 167, 0.13);
		box-shadow: 3px 3px 0 rgba(119, 148, 167, 0.13);
		margin-bottom: 25px;
		border: 1px solid;
		border-color: #fff #edf1f4 #edf1f4 #fff;
		position: relative;
		cursor: pointer;
	}
	#topics .topic.active,
	#topics .topic:hover,
	#recent_shows {
		background: #f4f7f9;
		border: 1px solid;
		border-color: #e8eaeb #e0e6eb #e0e6eb #e8eaeb;
		-moz-box-shadow: 2px 2px 0 rgba(119, 148, 167, 0.23);
		-webkit-box-shadow: 3px 3px 0 rgba(119, 148, 167, 0.23);
		box-shadow: 3px 3px 0 rgba(119, 148, 167, 0.23);
	}
	#topics .topic.active {
		cursor: auto;
	}
		#topics .topic .toggle {
			position: absolute;
			top: 14px;
			right: 10px;
			width: 26px;
			height: 26px;
			cursor: pointer;
			text-indent: -9000px;
			background: url(/toolkit/images/topic_toggle.png) no-repeat;
			_background: url(/toolkit/images/topic_toggle.8bit.png) no-repeat;
		}
		#topics .topic.active .toggle {
			background-position: bottom;
		}
		#topics h3,
		#recent_shows h3 {
			text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
			color: #222;
			font-weight: bold;
			font-size: 18px;
			display: inline-block;
			margin-bottom: 20px;
			cursor: pointer;
		}
		#topics h3:hover {
			text-decoration: underline;
		}
			#topics h3 span.count {
				color: #999;
			}
		#topics .content {
			display: none;
		}
		#topics .topic.active .content {
			display: block;
		}
			#topics ul.articles {

			}
				#topics ul.articles li {
					margin-bottom: 20px;
					text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
				}
					#topics strong.title {
						display: block;
						font-size: 14px;
						font-weight: bold;
					}
					#topics p {
						line-height: 1.6;
						margin-bottom: 4px;
					}
					#topics a.more {
						color: #3A759A;
						font-size: 11px;
					}
		#content .navigator {
			background: url(/toolkit/images/navigator_shadow.png) center top no-repeat;
			height: 36px;
			margin-bottom: 10px;
			clear: both;
		}
		#content #topics .topic .navigator {
			background: url(/toolkit/images/category_topic_navigator.png) center -58px no-repeat;
		}
			#content .navigator .current {
				width: 412px;
				float: left;
				text-align: center;
			}
				#content .navigator .current p {
					font-size: 11px;
					margin: 7px 0 0 0;
				}
				#content .navigator .current a {
					color: #399103;
					display: inline;
					font-size: 11px;
					float: none;
				}
			#content .navigator .nav {
				width: 50px;
				cursor: pointer;
				background: url(/toolkit/images/category_topic_navigator.png) no-repeat;
				font-size: 11px;
				font-weight: bold;
				line-height: 29px;
				height: 29px;
				margin-top: 7px;
				color: #3a759a;
			}
			#content .navigator .nav:hover {
				text-decoration: underline;
			}
			#content .navigator .prev {
				float: left;
				padding-left: 20px;
				background-position: left 0;
			}
			#content .navigator .prev:hover {
				background-position: left -29px;
			}
			#content .navigator .next {
				float: right;
				padding-right: 20px;
				background-position: right 0;
				text-align: right;
			}
			#content .navigator .next:hover {
				background-position: right -29px;
			}

/* aggregate styles */
#topics.aggregate {

}
	#topics.aggregate h2 {
		width: auto;
		margin-bottom: 10px;
	}
	#aggregate_top {
		margin-bottom: 25px;
	}
		.aggregate_topic {
			font-size: 14px;
			font-weight: bold;
			margin-bottom: 15px;
		}

/*
body.article #content,
body.article #sidebar,
body.category #content,
body.category #sidebar,
body.tools #content,
body.tools #sidebar {
	margin-top: -5px;
}
*/

/* sharing tools */
#content .tools {
	float: right;

}
	#content .tools p,
	#article_footer .tags p {
		display: inline-block;
		font-size: 8px !important;
		color: #a3afbb;
		text-transform: uppercase;
		font-weight: bold;
		line-height: 20px !important;
		padding-right: 10px;
		margin: 0;
		float: left;
	}
	#content .tools ul,
	#article_footer .tags ul {
		padding-left: 0;
		margin: -4px 8px 0 0;
		height: 27px;
		width: 130px;
		background: url(/toolkit/images/article_tools.png) -150px 0 no-repeat;
		_background: url(/toolkit/images/article_tools.8bit.png) -150px 0 no-repeat !important;
		float: left;
	}
		#content .tools li {
			list-style: none;
			width: 16px;
			height: 16px;
			float: left;
			text-indent: -9000px;
			position: relative;
			line-height: 16px;
			margin: 5px 8px 0 0;
			_margin: 5px 0 0 0;
		}
			#content .tools li a {
				background: url(/toolkit/images/article_tools.png) no-repeat;
				display: block;
				width: 16px;
				height: 16px;
			}
		#content .tools li.print {
			margin-left: 10px;
			_margin-left: 5px;
		}
			#content .tools li.print a {
				background-position: 0 0;
			}
			#content .tools li.print a:hover {
				background-position: 0 -16px;
			}
			#content .tools li.email a {
				background-position: -21px 0;
			}
			#content .tools li.email a:hover {
				background-position: -21px -16px;
			}
			#content .tools li.linkedin a {
				background-position: -42px 0;
			}
			#content .tools li.linkedin a:hover {
				background-position: -42px -16px;
			}
			#content .tools li.twitter a {
				background-position: -63px 0;
			}
			#content .tools li.twitter a:hover {
				background-position: -63px -16px;
			}
			#content .tools li.addthis a {
				background-position: -84px 0;
			}
			#content .tools li.addthis a:hover {
				background-position: -84px -16px;
			}

			#content .tools .label {
				display: none;
				position: absolute;
				bottom: 25px;
				color: #a3afbb;
				font-size: 10px;
				font-weight: bold;
				text-indent: 0;
				height: 23px;
				line-height: 21px;
				padding: 0 9px;
				background: #fff url(/toolkit/images/article_tools.png) bottom left repeat-x;
				border: solid #c8cfd6;
				border-width: 0 1px;
				-moz-box-shadow: 2px 2px 0 rgba(193, 202, 210, 0.3);
				-webkit-box-shadow: 2px 2px 0 rgba(193, 202, 210, 0.3);
				box-shadow: 2px 2px 0 rgba(193, 202, 210, 0.3);
				text-align: center;
				_bottom: 20px;
			}
				#content .tools .label div {
					margin: 1px auto 0;
					width: 24px;
					height: 12px;
					background: url(/toolkit/images/article_tools.png) -120px 0 no-repeat;
					_display: none;
				}
				.addthis_toolbox.addthis_default_style span {
					display: none !important;
				}

#pagination {
	float: right;
	margin: 40px -5px 35px 0;
}
	#pagination div {
		display: inline-block;
		font-size: 13px;
		margin-right: 5px;
	}
		#pagination div a {
			padding: 0 8px;
		}
	#pagination .next {

	}
	#pagination .prev {

	}
	#content #pagination ol {
		display: inline-block;
		margin: 0;
		clear: none;
	}
		#content #pagination li {
			list-style: none;
			margin-left: 0;
			display: inline-block;
			font-size: 14px;
			margin-right: 5px;
			line-height: 1.5;
		}
	#pagination a, .gsc-cursor .gsc-cursor-page{
		display: inline-block;
		background: #eff2f5;
		background: -webkit-gradient(
				linear,
				left top,
				left bottom,
				color-stop(0.01, rgb(239,242,245)),
				color-stop(1, rgb(231,234,237))
		);
		background: -moz-linear-gradient(
				center top,
				rgb(239,242,245) 1%,
				rgb(231,234,237) 100%
		);
		height: 18px;
		line-height: 18px;
		padding: 0 5px;
		font-weight: bold;
		border: 1px solid;
		border-color: #c1cad2 #f1f2f4 #f1f2f4 #c1cad2;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		-moz-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.03);
		-webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.03);
		box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.03);
	}
	#pagination a:hover, .gsc-cursor .gsc-cursor-page:hover {
		text-decoration: none;
		background: -webkit-gradient(
				linear,
				left top,
				left bottom,
				color-stop(0.01, rgb(237,240,243)),
				color-stop(1, rgb(218,223,228))
		);
		background: -moz-linear-gradient(
				center top,
				rgb(237,240,243) 1%,
				rgb(218,223,228) 100%
		);
	}
		#pagination li.active {

		}
			#pagination li.active a, .gsc-cursor-current-page {
				color: #afb5bb;
				background: -webkit-gradient(
						linear,
						left top,
						left bottom,
						color-stop(0.01, rgb(254,254,254)),
						color-stop(1, rgb(246,246,247))
				);
				background: -moz-linear-gradient(
						center top,
						rgb(254,254,254) 1%,
						rgb(246,246,247) 100%
				);
			}



.archive_count {
	font-size: 11px;
	float: right;
	padding-right: 5px;
}
	.archive_count a {
		border-left: 1px solid #ccc;
		padding-left: 6px;
		margin-left: 5px;
		font-size: 11px;
	}

/* generic category archive */
#archive {

}
	#archive .category {
		font-size: 18px;
		margin-bottom: 10px;
	}
	#archive ol {
		clear: both;
	}
		#archive ol li {
			list-style: none;
			margin-bottom: 15px;
			margin-left: 0;
		}

			#archive li strong.title {
				display: block;
				font-size: 14px;
				font-weight: bold;
				line-height: 1.6;
			}
			#archive li p {
				line-height: 1.6;
			}

/* contact form */
#contact.form {

}
	#contact.form input.text {
		width: 380px;
	}
		#contact.form .fields input.text {
			width: 210px;
		}
	#contact.form select {
		width: 260px;
	}
	#contact.form textarea {
		height: 115px;
		width: 490px;
	}

/* search results style */
/* used to display results in multiple sections */
#results {

}
	#results h1 {
		color: #222;
		font-size: 26px;
		font-weight: normal;
		margin-left: 10px;
	}
		#results h1 span {
			color: #555;
		}
	#results .entry {
		margin: 0 -10px;
		padding: 10px 20px 12px;
	}
	#results .entry:nth-child(2n+0),
	#results .entry:nth-child(even) {
		background-color: #f8f8f8;
	}
		#results .entry .title {
			font-size: 17px;
			font-weight: bold;
			line-height: 1.6;
		}
		#results .entry .type {
			font-size: 11px;
			line-height: 1.6;
			color: #999;
		}
		#results .entry .content {
			line-height: 1.6;
		}
			#results .entry .content p {
				margin-bottom: 4px;
				line-height: 1.6;
			}
		#results .entry a.more {
			color: #3a759a;
			font-size: 11px;
			line-height: 1.6;
		}

/* static page styles */
body.static #content h3 {
	color: #222;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 13px;
}
body.static #content h1 {
	font-size: 36px;
}

/* sitemap */
#sitemap {
	margin-right: -40px;
}
	#content #sitemap p,
	#content #sitemap ul,
	#content #sitemap h2 + h2,
	#content #sitemap h2 ~ h2 {
		margin-bottom: 15px;
		border-bottom: 1px solid #cfd5da;
		padding-left: 0;
		margin-left: 0;
		padding-bottom: 10px;
		margin-right: 40px;
	}
	#content #sitemap .column p:last-child,
	#content #sitemap .column ul:last-child {
		border-bottom: none;
	}
	#sitemap .column {
		float: left;
		width: 50%;
		*width: 48%;
	}
		#sitemap h2 {
			margin-bottom: 0;
			margin-top: 0 !important;
		}
		#sitemap strong.header {
			display: block;
			font-size: 13px;
			font-weight: bold;
			margin-bottom: 8px;
		}
			#sitemap strong.header a {
				color: #222;
			}
		#content #sitemap ul {

		}
			#content #sitemap li {
				font-size: 12px;
				margin-bottom: 6px;
				list-style: none;
			}

body.error_404 #content {
	background: url(/toolkit/images/wide_gradient.png) top repeat-x;
	width: 910px;
	margin-left: 1px;
}
	body.error_404 #content .inline_search {
		position: static;
		margin-top: 6px;
		width: 400px;
	}
		body.error_404 #content .inline_search input {
			width: 350px;
		}
	body.error_404 #content #sitemap {
		margin-top: 40px;
	}
		body.error_404 #content #sitemap .column {
			width: 33%;
		}


/*google site search*/
#form1 #main{background:transparent;}
#cse{
	padding:20px 10px;
	width: auto !important;
	background: #fff;
	border: 1px solid #e4e4e4;
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
	-moz-border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	}


#cse .gsc-result{padding:10px !important;}
#cse .gs-title{color:#3A759A !important; text-decoration:none; font-weight:bold; margin: 0 0 3px;}
#cse .gs-title:hover{text-decoration:underline;}
#cse form.gsc-search-box{ width: auto; }
#cse .gsc-input{ width: auto; }
#cse input.gsc-input{
	background: none repeat scroll 0 0 transparent;
	border-radius: 0 0 0 0;
	box-shadow: none;
	font-size: 13px;
	font-weight: bold;
	margin-left: 9px;
	padding:9px 5px;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
	width: 100%;
	background: #fff !important;
}
#cse input.gsc-search-button{border: 1px solid #E6E6E6;height: 36px;}
#cse .gsc-result-info { width: auto; }

#cse .gsc-thinWrapper , #cse .gsc-result-info{width: auto;}
#cse .gsc-control-cse, #cse .gsc-control-cse #cse .gsc-table-result{width: auto;}
#cse .gs-snippet {line-height: 1.5; margin: 0 0 3px;}
#cse .gsc-cursor-box{margin:10px 0;}
#cse .gsc-cursor-page{color: #3A759A;text-decoration:none!important; float:left; display:inline;}

#newsletter_success,
#asktoolkit_success {
	color: #399103;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 0;
	padding-top: 10px;
	display: none;
}
#asktoolkit_success {
	font-size: 13px;
	margin-bottom: 15px;
}
/*BizFilings Class codes*/
.inc_now, .learn_more, .compare {
    background: rgb(137,199,22); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg5YzcxNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1MDk3MTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(137,199,22,1) 0%, rgba(80,151,19,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(137,199,22,1)), color-stop(100%,rgba(80,151,19,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(137,199,22,1) 0%,rgba(80,151,19,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(137,199,22,1) 0%,rgba(80,151,19,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(137,199,22,1) 0%,rgba(80,151,19,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(137,199,22,1) 0%,rgba(80,151,19,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89c716', endColorstr='#509713',GradientType=0 ); /* IE6-8 */
    float: left;
    padding: 0 10px;
    line-height: 28px;
    display: block;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    font-weight: none;
    margin: -1px;
    text-shadow: none;
    text-decoration: none;
    }
    .inc_now:hover, .learn_more:hover, .compare:hover
    {
    background: rgb(137,199,22); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg5YzcxNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MTdiMTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(137,199,22,1) 0%, rgba(65,123,16,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(137,199,22,1)), color-stop(100%,rgba(65,123,16,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(137,199,22,1) 0%,rgba(65,123,16,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(137,199,22,1) 0%,rgba(65,123,16,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(137,199,22,1) 0%,rgba(65,123,16,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(137,199,22,1) 0%,rgba(65,123,16,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89c716', endColorstr='#417b10',GradientType=0 ); /* IE6-8 */
    text-decoration: none;
    }
