/* @override http://www.servicetycoon.com/wp-content/themes/servicetycoon/style.css */

/*
Theme Name: ServiceTycoon
Theme URI: http://www.emagineusa.com
Description: This is a custom WordPress theme designed by eMagine for the ServiceTycoon web site. This theme is designed for use with pages and cannot be used with standard blogs.
Version: 1.0
Author: http://www.emagineusa.com
*/

/*  [Key]
	CTRL+F to search by section number:
	1.0 Base Element Styles					5.0 Interior Page Styles
	2.0 ezEdit ToolsFile Styles				6.0	LeftNav Item Styles
	3.0 Global/Header/Footer Styles			7.0	TopNav Styles
	4.0 Home Page Styles	                8.0 Product Tour Styles
	9.0 New Interior Page styles
				[#.1 Font Styles | #.2 Layout Styles]

/*	1.0 Base Element Styles-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

/*	1.1 [Fonts]  */

body {
	color: #333333;
	font: 75% arial, helvetica, sans-serif;
	text-align: center;
}

h1 {
	color: #0079C2;
	font: normal 160% arial black, arial, sans-serif;
	line-height: 100%;
}

h2 {
	color: #333333;
	font-size: 140%;
	font-weight: bold;
	line-height: 100%;
}

h3 {
	color: #333333;
	font-size: 120%;
	font-weight: bold;
	line-height: 100%;
}

h4 {
	color: #00457C;
	font-size: 110%;
	font-weight: bold;
	line-height: 100%;
}

h5 {
	color: #666666;
	font-size: 100%;
	font-weight: normal;
}

h6 {
	color: #333333;
	font-size: 100%;
	font-weight: bold;
}

p {
	line-height: 150%;
	font-size: 100%;
}

a {
	color: #00447c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

td {
	font-size: 75%;
}

#container td {
	font-size: 100%;
}

/* ezedit vs. front-end fix */

/*	1.2 [Layout]  */

body {
	height: 98%;
}

h1 {
	padding: 0px 0px 19px 0px;
}

h2 {
	margin: 0px 0px 10px 0px;
}

h3 {
	margin: 0px 0px 5px 0px;
}

h4 {
	margin: 0px 0px 5px 0px;
}

h5 {
	margin: 0px;
}

h6 {
	margin: 0px;
}

p {
	margin: 0px 0px 15px 0px;
}

img {
	border: 0px;
}

hr {
	border-top: 1px solid #CCCCCC;
	margin: 0px 0px 10px;
	padding: 0px;
	height: 1px;
}

sub, sup {
	font-size: 70%;
	vertical-align: text-top;
}

.clear {
	clear: both;
	height: 1px;
}

.imgBlock {
	display: block;
}

#content ul.VAMValSummaryErrors li {
	background: none;
}

.alignright {
	float:right;
}

.alignleft {
	float:left;
}

.aligncenter {
	float:center;
}

.imgLeft {
	margin: 10px 20px 20px 0px;
}

.imgRight {
	margin: 10px 0px 20px 20px;
}

/*	2.0 ezEdit ToolsFile Styles-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

/*	2.1 [Home Page]  */

/*	2.2 [Interior Page]  */

.emagine-note {
	background: url(images/emagine-note.gif) 0 3px no-repeat;
	color: #FF0000;
	display: inline-block;
	font-size: 110%;
	font-weight: bold;
	padding-left: 20px;
}

.footnote {
	font-size: 90%;
}

#container td .footnote {
	font-size: 85%;
}

/*	2.3 [Interior Tables and Applications]  */

.table-header-app {
	background: #00447c;
	color: #FFFFFF;
	font-size: 150%;
	font-weight: bold;
	padding: 10px;
}

#container .table-header-app {
	font-size: 150%;
}

.table-subheader-app {
	background: #9ba4af;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 120%;
	padding: 10px;
}

#container .table-header-app a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#container .table-header-app a:hover {
	text-decoration: underline;
}

.table-row {
	border-bottom: 1px solid #DDDDDD;
	background: #FFFFFF;
	color: #333333;
	padding: 10px;
}

.table-altrow {
	border-bottom: 1px solid #DDDDDD;
	background: #edf3f6;
	color: #333333;
	padding: 10px;
}

.table-header th a {
	color: #FFFFFF;
}

/*For Download's Delivery header*/

.table-header th {
	background-color: #9ba4af;
	color: #FFFFFF;
	font-size: 110%;
	font-weight: bold;
	padding: 5px;
	vertical-align: top;
}

/*	2.4 [Library Items]  */

/*	3.0 Global/Header/Footer Styles-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

/*	3.1 [Fonts]  */

#number {
	color: #666666;
	font-size: 110%;
}

#topNav a {
	color: #666666;
	font-weight: bold;
}

#topNav a:hover {
	text-decoration: underline;
}

#topNav ul li {
	color: #0079C2;
	font-weight: bold;
	font-size: 110%;
}

#topNav ul li.support a {
	font-weight: normal;
	font-size: 90%;
}

#footer {
	color: #999999;
	font-size: 90%;
}

#footer a {
	color: #999999;
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover {
	color: #999999;
	text-decoration: underline;
}

/*	3.2 [Layout]  */

#container {
	clear: both;
	margin: 0px auto;
	width: 947px;
}

#header {
	height: 98px;
	margin: 0px auto;
	width: 100%;
}

#logo {
	float: left;
	display: inline;
	margin: 15px 0px 0px 1px;
}

#logo img {
	display: block;
}

#utilities {
	float: right;
	width: 679px;
}

#number {
	float: right;
	margin: 0px 10px 0px 0px;
}

#number ul {
	float: left;
	margin: 19px 5px 0px 0px;
}

#number ul li {
	display: inline;
	padding: 0px 0px 5px 0px;
}

#number img {
	float: left;
}

#liveChat {
	float: right;
}

#topNav {
	background: url(images/topnav_bg.gif) 0px 0px repeat-x;
	clear: both;
	height: 40px;
	width: 679px;
}

#topNav ul {
	float: left;
	margin: 12px 0px 0px 0px;
	width: 490px;
}

#topNav ul li {
	background: url(images/topnav_list.gif) 6px 7px no-repeat;
	padding: 0px 0px 0px 20px;
	display: inline;
}

#topNav ul li.first {
	background: none;
	padding: 0px 0px 0px 20px;
}

#topNav #support {
	float: right;
	padding: 12px 20px 0px 0px;
}

#footer {
	clear: both;
	min-height: 80px;
	margin: 0px auto 15px auto;
	background-color: white;
	padding-top: 15px;
}

#footer ul {
	list-style: none;
	margin: 7px 0px 0px 0px;
	text-align: center;
}

#footer ul li {
	display: inline;
	padding: 0px 5px 0px 0px;
}

#site-map {border:1px solid #ccc; background:#EFEFEF; padding:20px; clear:both; margin-top:20px;}
#site-map .fcol1, #site-map .fcol2{float:left; width:230px; padding-right:20px;}
#site-map .fcol3 {float:left; width:195px; padding-right:20px;}
#site-map .fcol4 {float:left; width:190px;}
#site-map p {font-size:13px; line-height:15px; font-weight:bold; color:#333; text-align:left; margin: 0 0 5px 0;}
#site-map ul {list-style:none;}
#site-map li {text-align:left; margin-bottom:3px;}
#site-map li a {display:block; color:#333; padding:2px;}

/*	4.0 Home Page Styles-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

/*	4.1 [Fonts]  */

#homeMain {
	text-align: left;
}

#homeBottomB h1 {
	color: #0079C2;
	font: bold 120% arial black, arial, sans-serif;
	margin: 0px;
	padding: 0px 0px 13px 0px;
}

#homeBottomB h2 {
	color: #333333;
	font-weight: bold;
	font-size: 120%;
	margin: 0px;
	padding: 0px 0px 12px 0px;
}

#quoteTable td.quoteMid {
	color: #0079C2;
	font-weight: bold;
	font-size: 120%;
	line-height: 140%;
}

/*	4.2 [Layout]  */

#homeMain {
	clear: both;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	margin: 0px auto 39px auto;
	width: 947px;
}

#homeFlash {
	clear: both;
	margin: 0px 0px 0px 1px;
	height: 293px;
	width: 942px;
}
#home-col-1 {width:240px; float:left;}
#homeBottom {
	float:right;
	width: 680px;
	padding-right:5px;
	position:relative;
}

#homeBottomLeft {
	float: left;
	margin: 27px 0px 0px 0px;
	width: 240px;
}

#quoteTable {
	
}

#quoteTable td.quoteTop {
	height: 5px;
}

#quoteTable td.quoteMid {
	background: #ffffff;
	border-left: 3px solid #C9C8C9;
	border-right: 3px solid #C9C8C9;
	padding: 18px 15px 22px 19px;
}

#quoteTable td.quoteBtm {
	background: url(images/qutoe_btm_bg.gif) 0px 0px no-repeat;
	padding: 23px 0px 0px 19px;
}

#homeBottomRight {
	float: right;
	width: 675px;
}

#homeBottomA {
	margin: 23px 0px 0px 0px;
	width: 675px;
}

.freeTrial {
	margin: 0px 15px 0px 16px;
}

#homeBottomB {
	margin: 35px 0px 0px 0px;
	width: 675px;
}

/*	4.3 [ezEdit ToolsFile]  */

/*	5.0 Interior Page Styles-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

/*	5.1 [Fonts]  */

#interiorMain {
	text-align: left;
}

#content ul {
	line-height: 150%;
}

#sectionalGraphic {
	color: #FDFDFD;
	font: normal 140% arial black, arial, sans-serif;
}

#sectionalGraphic2col {
	color: #FDFDFD;
	font: normal 140% arial black, arial, sans-serif;
}

#content ul#features li a {font-weight: bold; font-size:120%; line-height:100%;}

/*	5.2 [Layout]  */

#interiorMain {
	clear: both;
	margin: 0px auto;
	width: 947px;
	margin-bottom:25px;
}

#sectionalGraphic {
	background: url(images/header_bg.gif) 0px 0px no-repeat;
	height: 28px;
	padding: 2px 0px 0px 261px;
	width: 947px;
}

#interiorColumns {
	margin: 0px auto 10px auto;
	width: 947px;
}

#leftNav {
	float: left;
	display: inline; 

/*IE double margin fix*/
		font-size: 100%;
	margin: 0px 0px 25px 0px;
	width: 230px;
}

#leftNav img {
	display: block;
}

#leftNav table {
	background: #FEC240;
	margin: 0px auto;
	width: 100%;
}

#quote {
	display: inline;

/*IE double margin fix*/
			background: #FFFFFF;
	font-size: 100%;
	margin: 0px 0px 25px 0px;
	width: 230px;
}

#quote img {
	display: block;
}

#quote table {
	margin: 0px auto;
	width: 100%;
}

#quoteTable2 {
	
}

.cuslogos { margin-bottom: 20px;}

/* Content Pages Quotation Table */

#quoteTable2 td.quoteTop {
	padding: 5px 0px 0px 0px;
	height: 5px;
}

#quoteTable2 td.quoteMid {
	background: #ffffff;
	border-left: 3px solid #C9C8C9;
	border-right: 3px solid #C9C8C9;
	padding: 18px 15px 22px 19px;
	color: #0079C2;
	font-weight: bold;
	font-size: 110%;
	line-height: 140%;
}

#quoteTable2 td.quoteBtm {
	background: url(images/quote2_btm.gif) 0px 0px no-repeat;
	padding: 23px 0px 0px 19px;
}

#main {
	float: right;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	width: 682px;
}

#content {
	padding: 17px 15px 0px 0px;
	width: 100%;
}

#content ul {
	margin: 0px 0px 13px 20px;
	list-style: none;
	padding: 0px;
}

#content ul li {
	background: url(images/int_list.gif) 0px 6px no-repeat;
	padding: 0px 0px 7px 13px;
}

#content ul ul {
	margin: 0px 0px 0px 25px;
	list-style: none;
	padding: 0px;
}

#content ul ul li {
	background: url(images/int_list.gif) 0px 7px no-repeat;
	padding: 0px 0px 7px 13px;
	margin-top: 3px;
}

#content ol {
	margin: 0px 0px 12px 25px;
	padding: 0px;
}

#sectionalGraphic2col {
	background: url(images/header_bg.gif) 0px 0px no-repeat;
	height: 28px;
	padding: 2px 0px 0px 10px;
	width: 947px;
}

#main2col {
	float: right;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	width: 937px;
}

#content {
	padding: 17px 15px 0px 0px;
	width: 100%;
}

#content ul {
	margin: 0px 0px 13px 20px;
	list-style: none;
	padding: 0px;
}

#content ul li {
	background: url(images/int_list.gif) 0px 6px no-repeat;
	padding: 0px 0px 7px 13px;
}

#content ul ul {
	margin: 0px 0px 0px 25px;
	list-style: none;
	padding: 0px;
}

#content ul ul li {
	background: url(images/int_list.gif) 0px 7px no-repeat;
	padding: 0px 0px 7px 13px;
	margin-top: 3px;
}

#content ol {
	margin: 0px 0px 12px 25px;
	padding: 0px;
}

#main1col {
	float: right;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	width: 947px;
}

/* 5.3 =-=-=-=-=-=-=-=-=-=-=-=-Library Styles-=-=-=-=-=-=-=-=-=-=-=-=-=-= */

/*	5.4 [Fonts]  */

/*	5.5 [Layout]  */

#library {
	padding: 59px 0px 0px 0px;
	width: 201px;
}

/*	6.0 LeftNav Item Styles-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

#leftNav sup {
	vertical-align: text-top;
}

#leftNav td.leftnav-lvl1-on {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 100%;
	padding: 7px 10px 7px 20px;
	vertical-align: top;
}

#leftNav td.leftnav-lvl1-off {
	color: #333333;
	font-size: 100%;
	padding: 7px 10px 7px 20px;
	vertical-align: top;
}

#leftNav td.leftnav-lvl1-off a {
	color: #333333;
	text-decoration: none;
}

#leftNav td.leftnav-lvl1-off a:hover {
	color: #333333;
	text-decoration: underline;
}

#leftNav td.leftnav-lvl1-on a {
	color: #FFFFFF;
	text-decoration: none;
}

#leftNav td.leftnav-lvl1-on a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#leftNav td.leftnav-lvl2-on {
	color: #0072BC;
	font-size: 90%;
	font-weight: bold;
	padding: 6px 10px 6px 37px;
	vertical-align: top;
}

#leftNav td.leftnav-lvl2-off {
	color: #333333;
	font-size: 90%;
	padding: 6px 10px 6px 37px;
	vertical-align: top;
}

#leftNav td.leftnav-lvl2-off a {
	color: #333333;
	text-decoration: none;
}

#leftNav td.leftnav-lvl2-off a:hover {
	color: #333333;
	text-decoration: underline;
}

#leftNav td.leftnav-lvl2-on a {
	color: #0072BC;
	text-decoration: none;
}

#leftNav td.leftnav-lvl2-on a:hover {
	color: #0072BC;
	text-decoration: underline;
}

#leftNav td.leftnav-lvl3-on {
	color: #999999;
	font-size: 90%;
	padding: 6px 10px 6px 46px;
	vertical-align: top;
}

#leftNav td.leftnav-lvl3-off {
	color: #333333;
	font-size: 90%;
	padding: 6px 10px 6px 46px;
	vertical-align: top;
}

#leftNav td.leftnav-lvl3-off a {
	color: #333333;
	text-decoration: none;
}

#leftNav td.leftnav-lvl3-off a:hover {
	color: #333333;
	text-decoration: underline;
}

#leftNav td.leftnav-lvl3-on a {
	color: #999999;
	text-decoration: none;
}

#leftNav td.leftnav-lvl3-on a:hover {
	color: #999999;
	text-decoration: underline;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-Form Styles-=-=-=-=-=-=-=-=-=-=-=-=-=-= */

.form {
	font: 1.09em arial, sans-serif;
	margin: 3px;
}

.form-label {
	font-weight: bold;
}

.form-button {
	
}

.form-textbox {
	font: 1.09em arial, tahoma, sans-serif;
	color: #000000;
	border: 1px solid #B3A892;
}

.red-star {
	font: bold 0.91em tahoma, sans-serif;
	color: #FF0000;
}

.alert {
	font: bold 0.91em tahoma, sans-serif;
	color: #FF0000;
}

.ContactFormItems input, .ContactFormItems textarea, .ContactFormItems select{
	border:1px solid #AAAAAA;
	color:#000;
	font:13px Arial, Helvetica, sans-serif;
	padding:3px;
	vertical-align:top;
}
.ContactFormItems td {padding:0 10px 5px 0;}
.ContactFormItems input {width:200px;}
.ContactFormItems textarea {width:300px;}
.ContactFormItems input.FormSubmitButton {
	display:block; 
	margin:10px 0; 
	width:100px;
	color:#000;
	font:12px Arial, Helvetica, sans-serif;
	background: #ccc;
	padding:4px 7px 5px 7px;
	font-size:11px;
	font-weight:bold; 
	cursor: pointer;
	border:1px solid #aaa;
	line-height:20px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;}

/*	8.0 Landing Page Styles-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

/*	Basic Styles-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.lp #header {
	height: 103px;
}

.lp #footer ul {
	text-align: center;
}

.lp #sectionalGraphic {
	background: url(images/lp-top.gif) 0px 0px no-repeat;
	height: 24px;
	padding: 0px;
	width: 940px;
}

.lp #main {
	float: left;
	width: 600px;
}

.lp #content {
	padding: 16px 0px 0px 0px;
}

.lp #content ul {
	margin: 0 0 15px 20px;
}

.lp h1 {
	font-size: 200%;
}

.lp h3 {
	margin-bottom: 15px;
}

.lp hr {
	margin-bottom: 20px;
}

.lp p {
	padding-right: 25px;
	font-size: 102%;
}

/* self-clear floats */

.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }

/*	No Risk Callouts Styles-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.lp #utilities {
	background-color: #d7eff8;
	text-align: left;
	height: 103px;
	float: right;
	margin-right: 7px;
	width: 339px;
}

.lp1b #utilities {
	background-color: #d7eff8;
	text-align: left;
	height: 103px;
	float: right;
	margin-right: 7px;
	width:430px;
}

.lp .utilities-left {
	border-right: 1px solid #97cae7;
	color: #0072bc;
	display: inline;
	float: left;
	font-size: 265%;
	line-height: 90%;
	margin: 17px 0px 0px 22px;
	padding: 8px 0px;
	text-transform: uppercase;
	width: 110px;
}

.lp .utilities-right {
	color: #666666;
	display: inline;
	float: left;
	font-size: 150%;
	line-height: 90%;
	margin: 31px 0px 0px 22px;
	width: 180px;
}
.lp1b .utilities-right {
	color: #666666;
	display: inline;
	float: left;
	font-size: 150%;
	line-height: 90%;
	margin: 31px 0px 0px 22px;
	width: 250px;
}

.lp .utilities-right li {
	background: url(images/lp-checkmark.gif) 0px 3px no-repeat;
	padding: 0px 0px 8px 32px;
}

.lp #tagline {
	height: 78px;
	float: right;
	margin-right: 7px;
	width: 339px;
}

.lp #tagline .utilities-left {
	font-size: 230%;
	margin: 17px 0px 0px 40px;
	padding: 5px 0px;
	width: 94px;
}

.lp #tagline .utilities-right {
	font-size: 125%;
	margin: 25px 0px 0px 26px;
	width: 150px;
}

.lp #tagline  .utilities-right li {
	background: url(images/lp-checkmark-sm.png) 0px 3px no-repeat;
	padding: 0px 0px 9px 27px;
}

/*	No Risk Callouts Styles-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.lp #quote {
	background: #ffffff url(images/lp-quote.gif) 0px 0px no-repeat;
	text-align: left;
	margin: 0px;
	height: 70px;
	float: right;
	margin-right: 7px;
	padding: 16px;
	width: 308px;
}

.lp #quote p {
	color: #0079c2;
	font-size: 90%;
	font-weight: bold;
	padding: 0px;
	line-height: 140%;
	margin-bottom: 5px;
}

.lp #quote h4 {
	color: #666666;
	font-size: 80%;
	font-weight: normal;
	line-height: 70%;
	margin: 0px;
	padding: 0px;
}

.lp #quote .quotemarks {
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
}

/*	Content Table Styles-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.lp .layouts td img {
	padding-right: 18px;
}
.tblsp {margin-top:20px;}
#lightbox-overlay-text-about {display:none;}

/*	Form Container Styles-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

#right-form, #right-form2 {
	background: #FEC240 url(images/lp-form-bottom.gif) 0px bottom no-repeat;
	float: left;
	display: inlin

e;
	/*IE double margin fix*/
	font-size: 100%;
	margin: 32px 0px 0px 0px;
	padding-bottom: 20px;
	width: 339px;
}

#right-form img, #right-form2 img {
	display: block;
}

#right-form p, #right-form2 p {
	margin: 0px 23px 0px;
	padding: 0px;
}

#right-form2 {
	margin: 12px 0px 0px 0px;
}

#right-form .iframe {
	padding: 0px 18px 0px 18px;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-Table Styles-=-=-=-=-=-=-=-=-=-=-=-=-=-= */

#interiorColumns .bodytable {
	border-top: 0px solid;
	border-left: 1px solid;
	border-bottom: 0px solid;
	border-color: #B3D4F5;
}

#interiorColumns .pricingtable {
	border-top: 0px solid;
	border-left: 1px solid;
	border-bottom: 0px solid;
	border-color: #B3D4F5;
}

#interiorColumns .hdr {
	padding: 10px 5px 10px 5px;
	font-weight: bold;
	font-size: 110%;
	border-top: 1px solid;
	border-right: 1px solid;
	border-color: #B3D4F5;
	background: #D9E9F8;
	vertical-align: middle;
}

#interiorColumns .detail {
	padding: 5px 5px 5px 5px;
	border-right: 1px solid;
	border-top: 1px solid;
	border-color: #B3D4F5;
}

#interiorColumns .bullet {
	vertical-align: middle;
}

#interiorColumns .item {
	text-align: left;
}

#interiorColumns .feature {
	text-align: center;
}

#interiorColumns .row {
	background-color: #FFFFFF;
}

#interiorColumns .altrow {
	background-color: #E7F5FB;
}

#interiorColumns .spacer {
	border-right: 1px solid;
	border-color: #B3D4F5;
}

#interiorColumns .last {
	border-bottom: 1px solid;
	border-color: #B3D4F5;
}

#interiorColumns .address {
	line-height: 110%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	font-weight: bold;
	font-size: 90%;
}

#demobuttons {
	padding: 10px 0px 20px 0px;
	width: 100%;
}

table.pricing {
	width: 660px;
	background-color: white;
	border: 1px solid black;
	color: #0079C2;
	font-size: 18px;
	text-align: center;
}

table.pricing h2 {
	font-size: 24px;
	font-weight: normal;
	color: #666;
	margin: 15px 15px 15px 15px;
}

table.pricing th {
	border-bottom: 1px solid #ccc;
	height: 20px;
	background: #eee;
	color: #666;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	text-transform: uppercase;
	text-align: center;
}

table.pricing th.first {
	padding-left: 20px;
	text-align: left;
}

table.pricing tr.pricing-info td {
	border-bottom: 1px solid #ccc;
	height: 35px;
	padding: 5px;
	vertical-align: middle;
}

table.pricing td.badge {
	background: url(images/pricing_badge.jpg) no-repeat;
	width: 200px;
	text-align: left;
}

table.pricing .big-months {
	font-size: 24px;
	padding-left: 15px;
	padding-right: 5px;
}

table.pricing td.badge em {
	vertical-align: 2px;
	font-weight: bold;
	font-size: 16px;
}

p.quickbooks-pricing {
	color: #333333;
	margin-top: 30px;
}

p.bulk-licenses {
	color: #333333;
	margin-top: 15px;
	font-weight: bold;
}

#homeFlashNav {
	padding: 32px 0 28px 0;
	height: 58px;
}
#homeFlashNav a img { margin:0 10px;}

.home-btns{width:680px; margin:25px 0 20px;}
.home-btns a img {margin-right:35px;}
.home-btns a img.h-brochure {margin-right:0;}
#homeUsersBanner {
	width: 265px;
	float: left;
	height: 75px;
}

#homeTestimonial, #azTestimonial {
	float: left;
	margin-top:25px;
	width: 240px;
	height:158px;
	padding-top:30px;
	border-bottom:1px solid #ccc;
	text-align:center;
	position:relative;
}
#azTestimonial {width:160px; margin-top:20px; border:none; height:220px;}
#azTestimonial h3#ss, #homeTestimonial h3#ss {background: url(images/h3-ss.png) no-repeat; width:125px; height:14px;text-indent:-9999px; display:block; margin-bottom:15px; position:absolute;top:0;left:0;}

span.quotescollection_author {font-size: 11px; line-height:13px;}

.quotescollection_nextquote {
	display: none;
}
.quotescollection_randomquote p b {
	background: url(images/quote-yellow.png) no-repeat; padding-left:40px;
	min-height:26px;
	font-weight:normal;
	display:block;
	margin-bottom:10px;
	font-size:13px;
	line-height:18px;
	text-align:left;
}
.quotescollection_randomquote p img {background:none; margin:20px auto 0 auto;}
#azTestimonial .quotescollection_randomquote p b { padding-left:30px;}

.quotescollection_randomquote q:before, .quotescollection_randomquote q:after {
	content:"";
}


#ticker {float:left; width:240px; font-size:26px; color:#666; line-height:29px; background:url(images/st-truck-fade.gif) bottom right no-repeat; padding-top:22px;}

#testimonial-top cite {
	padding-top: 5px;
	line-height: 14px;
	padding-bottom: 5px;
}

#highlights {
	width: 180px;
	float: left;
	margin: 0 20px;
}

#highlights h4 {
	margin-top: 5px;
	font-weight: normal;
	font-size:12px; line-height:14px;
	color: #333;
}
#highlights #highlight5 h4 {font-size:12px; line-height:14px;}

#homeBottombox p.readmore {
	margin: 0;
}

#homeBottombox p.readmore a {
	text-decoration: underline;
	color: #0079C2;
	font-weight: bold;
}

.ui-tabs .ui-tabs-hide {
     display: none;
}

ul#highlightsNavigation{
	width: 171px;
	height: 22px;
	clear: both;
}

#highlightsNavigation li {
	width: 19px;
	height: 22px;
	float: left;
	background: transparent url(/images/menu-bg.gif) top left no-repeat;
	margin-right: 1px;
}

#highlightsNavigation li a,#highlightsNavigation li a:link,#highlightsNavigation li a:visited {
	color: #fff;
	width: 19px;
	height: 20px;
	display: block;
	text-align: center;
	padding-top: 2px;
}

li.ui-tabs-selected a {
	background: url(/images/menu-bg-selected.gif) top left no-repeat;
}

#homeBottombox {
	float: left;
	width: 675px;
	background: url(images/home-bottom-box.png) top left no-repeat;
}

#homeBottomboxbottom {
	background: url(images/home-bottom-box-bottom.png) top left no-repeat;
	float: left;
	width: 675px;
	height: 15px;
}

#homeBottombox h3 {
	padding-top: 13px;
	padding-bottom: 15px;
	font-weight: normal;
	font-size: 16px;
}

#industry-spotlight {
	float: left;
	width: 188px;
	margin: 0 20px;
}

#industry-spotlight #all-industries {
	float: right;
	padding-top: 16px;
}

#industry-spotlight #all-industries a {
	text-decoration: underline;
	color: #0079C2;
	font-weight: bold;
}

#industry-spotlight p {
	font-size: 12px;
	line-height: 14px;	
	margin-bottom:5px;
}

#industry-spotlight h4 {
	font-size: 18px;
	font-weight: normal;
	color: #0079C2;
	margin-bottom: 5px;
}

#sharpen-your-skills {
	float: left;
	width: 180px;
	margin: 0 20px;
}
#sharpen-your-skills h4 {margin-bottom:15px;}
#sharpen-your-skills h4 a{
	font-size: 16px;
	line-height:18px;
	font-weight: normal;
	color: #0079C2;
}
#sharpen-your-skills p {
	font-size: 12px;
	line-height: 125%;	
	margin-bottom:5px;
}
#homeBottom {height:460px;}
#bottom-copy {
	width: 675px;
	float: right;
	padding: 10px 0;
	position:absolute;
	top:300px;
	height:130px;
}
#home-hightlights {position:absolute;top:120px; left:0; height:185px;}

#bottom-copy h1 {
	display: none;
}

#bottom-copy h2 {
	font-size: 14px;
}

#bottom-copy p {
	font-size: 12px;
}

#logopane {
	width: 250px;
	height: 70px;
	position: relative;
	border: 0;
	overflow: hidden;
	top: 27px;
	text-align: center;
}

#homeUsersBanner p {
	color: #0079C2;
	font-weight: bold;
	font-size: 14px;
	margin-left: 20px;
	display: block;
	position: absolute;
}

#smallScroller img {
	margin: 0 20px;
	overflow: hidden;
}

#solutions-comparison {
	width: 445px;
	border: 1px solid #333;
	color: #666;
}

#solutions-comparison th {
	background: url(images/solutions-table-bg.gif) repeat-x;
	height: 45px;
	padding-left: 25px;
	font-size: 18px;
	font-weight: normal;
}

#solutions-comparison th.left {
	border-right: 1px solid #333;
}

#solutions-comparison td {
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
}

#solutions-comparison td.left {
	border-right: 1px solid #333;
	width: 222px;
}

#solutions-comparison td p {
	background: url(images/checkmark.gif) no-repeat;
	padding-left: 25px;
	margin: 7px 10px;
	font-weight: bold;
}

#solutions-comparison td p strong {
	color: #333;
}

table#current_partners {
	border-width: 1px;
	border-spacing: ;
	border-style: outset;
	border-color: #666;
	border-collapse: collapse;
	background-color: white;
	margin-bottom: 20px;
}

table#current_partners th {
	border-width: 1px;
	padding: 3px 15px;
	border-style: inset;
	border-color: gray;
	-moz-border-radius: #666;
	height: 55px;
	background-color: #ecf7fb;
	color: #0079C2;
	font-size: 24px;
}
table#current_partners td {
	padding: 0px 10px;
	height: 55px;
	border-bottom: 1px inset #666;
	vertical-align: middle;
}
table#current_partners td p {
	padding: 0;
	margin: 0;
}

table#current_partners td.image {
	width: 170px;
	text-align: center;
}

table#current_partners td.image img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
}

table#current_partners td.last {
	border-bottom:  none;
}

.addthis_button {
	display: block;
	padding-top: 12px;
}

.logoroll {
	display: none;
	margin-left: auto;
	margin-right: auto;
}



/*	6.0 AnswerZone Styles-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

#adBtnsDiv {margin:-10px 0px 10px 0px;clear:both;height:45px;}
#adBtnsDiv a{float:right; display:inline; margin-right:15px;}


#homeMainAnswerZone{
	clear: both;
	min-height: 500px;
	height: auto !important;
	/*height: 500px;*/
	margin: 0px auto 39px auto;
	width: 950px;
}

.bgMainMiddle{background: url(images/bgMainMiddle.png) repeat-y center center;height:100%;}
.bgMainTop{background: url(images/bgMainTop.jpg) no-repeat top center; height:100%;min-height: 500px;}
.bgMainBottom{background: url(images/bgMainBottom.jpg) no-repeat bottom center;height:100%;min-height: 500px;}

#leftBar{
	width:170px;
	float:left;
}

#leftBarMenu{
	margin:0px;padding:0px;
	list-style:none;
	text-align:left;
}
#leftBarMenu li{
	background: url(images/leftNavBtn.jpg) no-repeat center center;
	/*
	width:143px;
	padding:0px 13px;
	*/
	width:169px;
	height:39px;
	line-height:39px;
	margin-top:-3px;
}
#leftBarMenu li a{
	padding:0px 13px;
}
#leftBarMenu li a{
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}
#leftBarMenu li.active{background: url(images/leftNavBtnActive.jpg) no-repeat center center;}
#leftBarMenu li.active a {color:#0072bc;}

#rightBar{
	width:743px;
	float:left;
	margin-left:5px;
}
#rightBar #azContHeader {
	margin:-3px 0px 0px 0px;
	position:relative;
	background: url(images/azContentHeaderBg.jpg) no-repeat center center;
	width:743px;
	height:121px;
}

#rightBar #mainContent {
	background:#ffffff;
	padding:23px 45px 30px 15px;
	margin-top:10px;
}
#rightBar #mainContent .tblContent {
	border-spacing:20px;
}

#rightBar #mainContent .tblContent td {
	width:325px;
	vertical-align:top;
	text-align:left;
}

#rightBar #mainContent .tblContent td  .dashboardContItem {
	padding:10px 5px 10px 15px;
	text-align:left;
	position:relative;
}

#rightBar #mainContent .tblContent td#answerOfTheWeek .dashboardContItem{font-size:14px; font-weight:bold;}

#headlines a.title, #sharpenYourSkills a.title{
	font-size:16px;
	color:#0072bc;
	text-decoration:underline;
}
#onlineTraining .webinar {margin-bottom:15px;}
#onlineTraining .webinar .date {
	text-transform: uppercase;
	font-size:16px;
	font-weight:bold;
}
#onlineTraining .webinar .title {font-size:13px;}


#topNav_az {
	background: url(images/topnav_bg.gif) 0px 0px repeat-x;
	clear: both;
	height: 40px;
	width: 679px;
	position:relative;
}

#topNav_az ul {
	float: left;
	margin: 13px 0px 0px 9px;
}

#topNav_az ul li {
	background: url(images/topnav_list.gif) 0 6px no-repeat;
	padding:0;
	height:25px;
	float:left;
}
#topNav_az ul li  a{
	font-size:12px;
	height:25px;
	display:block;
	padding:0 15px 0 19px;
	float:left;
}

#topNav_az ul li.first {
	background: none;
	padding: 0px 0px 0px 0px;
}

#topNav_az #support {
	float: right;
	padding: 12px 20px 0px 0px;
}

#topNav_az a.haz {
	color: #0079C2;
}

#topNav_az a {
	color: #666666;
	font-weight: bold;
}

#topNav_az a:hover {
	text-decoration: underline;
}

#topNav_az ul li {
	color: #0079C2;
	font-weight: bold;
	font-size: 110%;
}

#topNav_az ul li.support a {
	font-weight: normal;
	font-size: 90%;
}

#topNav_az .nav-l2 {position:absolute;top:23px; left:auto; display:none; border:1px solid #0079C2; background:#0088D9 url(images/nav-l2-bk.gif) repeat-x; text-align:left;z-index:100;}
#topNav_az .last {right:0;}
#topNav_az .nav-l2 li {padding:0; float:none; text-align:left; background-image:none; height:25px;}
#topNav_az .nav-l2 li a {display:block; color:#fff; height: 15px; line-height: 15px; font-size: 12px; margin: 0; padding: 5px 10px; font-weight:normal;}
#topNav_az .nav-l2 li a:hover {color:#fff; text-decoration:underline;}
#topNav_az li:hover .nav-l2, #topNav_az li.sfhover .nav-l2 {display:block;}

#bookmarksBtn_az{
	float:left;
	margin:10px 0px 3px 5px;
}

#taining_main {
	clear:both;
	height:auto !important;
	margin:0px auto 39px auto;
	width:927px;
	.width:947px;
	background-color:#FFFFFF;
	overflow:hidden;
	padding:20px 0px 20px 20px;
}

#st_taining_right {
	background-color:transparent; 
	float:left; 
	width: 600px;
	position:relative;
}

#st_taining_left {
	float:left; 
	width: 273px;
	margin-left:30px;
	position:relative;
}

#st_taining_left td {
	height:38px;
}

.video_table_title {
	height: 40px;
	text-align:center;
	font-weight:bold;
	color:#000000;
	border-left:#ffffff 1px solid;
	border-right:#ffffff 1px solid;
	border-bottom:#ffffff 1px solid;
}

/*	8.0 Product Tour Styles-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

#tour-flash {height:600px;}
ul.tour-btns { position:absolute; top:0; right:0;}
ul.tour-btns li {float:left;}
ul.tour-btns li a{display:block; height:38px; margin-left:18px;}
ul.tour-btns li.t-ad a{background: url(images/btn-demonstration-210.png) no-repeat; width:210px;text-indent: -9999px;}
ul.tour-btns li.t-az a{background: url(images/btn-az-146.png) no-repeat; width:146px;text-indent: -9999px;}
ul.tour-btns li.t-ft a{background: url(images/btn-free-trial-144.png) no-repeat; width:144px;text-indent: -9999px;}
ul.tour-btns li.t-adg a{background: url(images/btn-demonstration-grey-210.png) no-repeat; width:210px;text-indent: -9999px;}
ul.tour-btns li.t-azg a{background: url(images/btn-az-grey-146.png) no-repeat; width:146px;text-indent: -9999px;}
ul.tour-btns li.t-ftg a{background: url(images/btn-free-trial-grey-144.png) no-repeat; width:144px;text-indent: -9999px;}
.tour-header {position:relative; margin-top:20px;}
.tour-header h1 {font-family:Arial, Helvetica, sans-serif;font-size:26px; line-height:30px; color:#0079C0; font-weight:normal; margin-bottom:10px;}
.tour-container { width:947px; margin: 0 auto; background: url(images/producttour-form-bk.jpg) top center no-repeat; height:535px; padding-top:25px;}
.tour-container form {width:300px; margin: 0 auto; padding:20px; border:2px solid #0079C2; background:#fff;}
.tour-container form .taketour-g {background: url(images/btn-taketour.gif) no-repeat; width:144px; height:38px;text-indent: -9999px; border:none; padding:none;}

/*	9.0 New Interior Page Styles-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#side-nav { width:230px; float:left; margin:25px 0;}
#main-content { width:673px; float:left;margin:25px 0 25px 150px; position:relative;}
#main-content h1 {font-family:Arial, Helvetica, sans-serif; font-size:20px; line-height:23px; color:#333; font-weight:normal;}
.entry h2 {margin-top:30px; font-size:18px; line-height:22px; font-weight:normal;}
.entry h3 {margin-top:20px; font-size:16px; line-height:18px; font-weight:normal;}
.entry h2.top {margin-top:10px;}
ul.side-btns {}
ul.side-btns li {}
ul.side-btns li a{display:block; height:38px;margin-bottom:5px;}
ul.side-btns li.t-ft a{background: url(images/btn-free-trial-210.png) no-repeat; width:210px;text-indent: -9999px;}
ul.side-btns li.t-pt a{background: url(images/btn-product-tour-210.png) no-repeat; width:210px;text-indent: -9999px;}
ul.side-btns li.t-bro a{background: url(images/btn-brochure-210.png) no-repeat; width:210px;text-indent: -9999px;}
#sub-pages ul {
	border-top: 1px solid #ccc;
	margin-top: 20px;
}
#sub-pages li {
	border-bottom: 1px solid #ccc;
}
#sub-pages ul a {
	display:block;
	padding: 8px 0 8px 8px;
	text-decoration: none;
}
#sub-pages ul a:hover {
	color: #000;
}	
#sub-pages li.current_page_item a {
	color:#000;
	font-weight:bold;
}
#bc {position:absolute; top:113px;}
#bc2 {margin-bottom:20px;}
#interior-quote {background: url(images/interior-quote-bk.png) no-repeat; width:673px !important; position:absolute; top:0; height:81px;}
#interior-quote > div {width:610px !important; display:none; margin:3px 3px 0 0; margin-left:60px; height:78px; position:absolute;}
#interior-quote blockquote {width:432px; padding:12px 0 0 0;}
#interior-quote-bot {background: url(images/interior-quote-bk-bot.png) left bottom no-repeat; width:673px; height:15px; position:absolute; top:78px;}
.interior-quote-logo {position:absolute; bottom:0; right:15px;}
.interior-post {position:relative; top:147px; margin-bottom:130px;}
.testimonial-content p {font-size:16px; line-height:24px;}
.testimonial-content .tvideo1{width:300px; margin:15px 24px 30px 0; float:left;}
.testimonial-content .tvideo2{width:346px;float:left;margin:15px 0 30px 0;}
.testimonial-content h3 {font-size:16px; line-height:24px; font-weight:normal; margin: 15px 0 5px 0;}
.testimonial-content .tvideo2 p, .testimonial-content .tvideo1 p {font-size:12px; line-height:18px; margin:10px 0; font-weight:bold;}
.testimonial-content blockquote {background: url(images/quote-yellow.png) no-repeat; padding-left:40px; margin-bottom:30px; clear:both;}
.testimonial-content blockquote p {font-size:16px; line-height:24px; margin-bottom:10px;}
.testimonial-content blockquote .cite {font-size:14px; line-height:21px;}
.testimonial-content blockquote .timage {float:right; margin-bottom:30px;}
.entry ol, .entry ul {
	padding: 0 0 0 25px;
	margin: 0 0 15px 0;
	}
.entry ul ul {padding:5px 0 0 25px; margin:0;}
.entry ul li {
	margin: 0 0 5px 0;
	padding: 0;
}
.entry ol li {
	margin: 0 0 5px 0;
	padding: 0;
	}
.entry ol li {list-style-type: decimal;}
.entry ul li {list-style-type: disc;}
.entry img.thumbright {
	margin: 0 0 20px 20px;
	display: inline;
	padding:2px;
	border:1px solid #ccc;
	}
.entry img.alignright {margin: 0 0 20px 20px;display: inline;}
.entry .thumbnail {float:right; position:relative; padding:10px 10px 0 0;}
.entry .zoom {position:absolute; top:0; right:0;}
.entry .thumbnail p {margin:0;}
.entry .entry-left { width:400px; float:left;}

/* self-clear floats */

.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }
