@charset "utf-8";
/* CSS Document */

/**
 * Site Design and Development by Jahzel Misner www.jahzel.com
 * -----------------------------------------------------------
 */

body {
	margin:0;
	padding:0;
	font-family: arial, verdana, arial, sans-serif;
	font-size: 0.79em;
	color: #000;
	background-color: #DFE9F8;
	background-image: url(../images/back.png);
	background-repeat: repeat-x;
	border-top: solid 14px #2E3192;
}

	body img {
		border: 0;
	}
	
a:link {
	color: #0042BC;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.emph { /* emphasized link */
	font-weight: bold;
	font-size: 108%;
}

/*<!--Body Styles-->*/

#container {
	margin: 0 auto; /* center, not in IE5 */
	width: 1000px;
	text-align: center;
	overflow: hidden;
}

h1 {
	color: #1B1464;
	font-size: 1.25em;
	margin: 0;
	padding: 0;
	padding-left: 3px;
	display: inline;
}

h2 {
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	background-color: #FDF8A6;
	display: inline-block;
}
	.highlight1 {
		width: 16.5em;
	}
	
	.highlight2 {
		width: 14em;
	}

h3 {
	color: #1B1464;
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	display: inline;
}

h4 {
	color: #1B1464;
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	display: inline;
}

.title {
	font-size: 105%;
	font-weight: bold;
}



/*<!--Header Styles-->*/

#toplinks {
	text-align: right;
	padding-right: 10px;
}

#logo img {
	margin-top: 15px;
	margin-left: 6px;
}

#header {
	width: 100%;
	text-align: left;
}
	
#menu {
	text-align: left;
	text-transform: uppercase;
	float: left;
	margin-top: 25px;
}
	#menu a:link {
		color: #fff;
		text-decoration: none;
	}

	#menu a:visited {
		color: #fff;
		text-decoration: none;
	}

	#menu a:hover {
		color: #fff;
	}
	
	#menu ul {
		padding: 0;
		margin: 0;
		margin-left: 30px;
		list-style: none;
		
	}
	
	#menu li {
		background-color: #514C8A;
		line-height: 1.7em;
		margin: 0 1px;
		overflow: hidden;
		float: left;
		text-align: center;
	}
	
	#menu a {
		display: block;
		width: 108px;
	}
	
	#menu a:hover {
		background-color: #8CC63F;
		display: block;
	}
	
	.current {
		background-color: #333;
		padding-top: 1px;
	}

#slogan {
	background-color: #EBF0EF;
	width: 240px;
	float: right;
	text-align: left;
	line-height: 1.4em;
	margin-top: 10px;
	color: #003337;
	padding-left: 10px;
}

.border {
	height: 3px;
	overflow: hidden;
	background: #333333;
}

#submenu {
	height: 20px;
	overflow: hidden;
	background-image: url(../images/sub-menu-bg.png);
	background-repeat: repeat-x;
	background-color: #91B3E6;
	color: #fff;
	text-align: left;
}

	#submenu ul {
		padding: 0;
		margin: 0;
		margin-left: 10px;
		list-style: none;	
	}
	
	#submenu li {
		line-height: 1.4em;
		margin: 0 1px;
		overflow: hidden;
		float: left;
		text-align: center;
		border-right: 1px solid #fff;
	}
	
	#submenu a {
		display: block;
		padding: 0 1.5em;
	}
	
	#submenu a:hover {
		display: block;
	}
	
    .current2 {
		background-image: url(../images/arrow.png);
		background-repeat: no-repeat;
		background-position: 5px 6px;
	}
	
	#partner-banners img {
		margin-right: 10px;
		height: 54px;
		width: 180px;
	}

/*<!--Main styles-->*/
	
#main {
	text-align: left;
}

	.intro {
		margin-left: 30px;
		width: 675px;
	}
	
	#main img {
		margin-bottom: -4px;
	}
	
	#main ul, strong {
		margin: 0;
		padding: 0;
	}
	
	#main li {
		list-style: none;
		padding: 10px 5px 5px 0;
	}	

#content {
	float: left;
	width: 750px;
	padding-top: 30px;
}

#bookkeepers {
	background-image: url(../images/paper1.png);
	background-repeat: no-repeat;
	width: 730px;
	height: 300px;
}

	#bookkeepers ul, strong {
		margin-left: 90px;
	}
	
	#bookkeepers h2 {
		margin-top: 80px;
		margin-left: 90px;
	}
	
	#bookkeepers img {
		margin-top: 60px;
	}

#businesses {
	background-image: url(../images/paper2.png);
	background-repeat: no-repeat;
	width: 730px;
	height: 300px;
	margin-top: -40px;
}

	#businesses ul, strong {
		margin-left: 90px;
	}
	
	#businesses h2 {
		margin-top: 80px;
		margin-left: 90px;
		display: inline-block;
	}
	
	#businesses img {
		margin-top: 70px;
	}

.flt1 {/*<!--index.html-->*/
	float: left;
	width: 500px;
}

.flt2 {/*<!--index.html-->*/
	float: left;
	width: 135px;
	
}


.flt5 {/*<!--index.html-->*/
	float: left;
	width: 480px;
}

.flt6 {/*<!--index.html-->*/
	float: left;
	width: 155px;	
}

.flt7 {/*<!--features.html-->*/
	float: left;
	width: 400px;
}

.flt8 {/*<!--featureshtml-->*/
	float: left;
	width: 235px;	
}


.multclientimg {
	margin-left: 10px;
}

.streamlinedimg {
}

.flt3 {/*<!--security.html-->*/
	float: left;
	width: 260px;
}

.flt4 {/*<!--security.html-->*/
	float: left;
	width: 450px;
}

.testimonial-link {
	width: 120px;
	height: 45px;
	background-image: url(../images/paper-link1.png);
	background-repeat: no-repeat;
	float: left;
}

	.testimonial-link b {
		margin-top: 13px;
		text-align: center;
		display: block;
	}

.try30-link {
	width: 180px;
	height: 45px;
	background-image: url(../images/paper-link2.png);
	background-repeat: no-repeat;
	float: left;
	margin-left: 10px;
}

	.try30-link b {
		margin-top: 13px;
		text-align: center;
		display: block;
	}
	
/*<!--Sidebar Styles-->*/
	
#sidebar {
	width: 250px;
	float: left;
	background-color: #EBF0EF;
	margin:0;
	padding:0;
	font-size: 0.79em;
}

#sidebar2 {
	width: 250px;
	float: left;
	margin:0;
	padding:0;
	overflow: hidden;
	padding-bottom: 20px;
}
	.banners {
		text-align: center;
		margin: 0 auto; /* center, not in IE5 */
		margin-top: 30px;
	}

	#login {
		width: 225px;
		height: 235px;
		background-image: url(../images/login.png);
		background-repeat: no-repeat;
		text-align: center;
		margin: 0 auto; /* center, not in IE5 */
	}
	
		#login table {
			margin: 0;
			padding: 0;
			margin: 0 auto; /* center, not in IE5 */
			margin-top: 13px;
		}
	
		#login-content {
			text-align: left;
		}
		
	#login2 {
		width: 225px;
		height: 235px;
		background-image: url(../images/login.png);
		background-repeat: no-repeat;
		text-align: center;
		margin: 0 auto; /* center, not in IE5 */
		font-size: 0.79em;
	}
	
		#login table2 {
			margin-top: 13px;
		}
	
		#login-content2 {
			text-align: left;
		}

/*<!--Sub Page Styles-->*/

#content2 {
	float: left;
	width: 710px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-left: 20px;
}

	#content2 p {
		padding-right: 40px;
	}
	
	#content2 ul {
		margin-left: 40px;
	}
	
	#content2 li {
		list-style: outside;
		list-style: circle;
		margin: 0;
		padding: 0;
		padding-bottom: 4px;
	}

.sub-link-container {
		text-align: center;
		margin: 0 auto; /* center, not in IE5 */
		margin-top: 30px;
	}

.sub-link {
	width: 120px;
	height: 45px;
	background-image: url(../images/paper-link1.png);
	background-repeat: no-repeat;
	margin: 0 auto; /* center, not in IE5 */
}

	.sub-link b {
		margin-top: 13px;
		text-align: center;
		display: block;
	}

.sub-link-long {
	width: 180px;
	height: 45px;
	background-image: url(../images/paper-link2.png);
	background-repeat: no-repeat;
	margin: 0 auto; /* center, not in IE5 */
}

	.sub-link-long b {
		margin-top: 13px;
		text-align: center;
		display: inline-block;
	}	
	
#footer2 {
	text-align: left;
	overflow: hidden;
	width: 100%;
	}
	
.clientmenu {
	padding-left: 30px;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
}

.security-table td {
	border: 1px solid #fff;
	background-color: #DFE9F8;
	padding: 0;
	margin: 0;
	padding: 10px;
	overflow: hidden;
}

.download-table {
	width: 600px;
}

.download-table strong {
	margin: 0;
	padding: 0;
}

	.download-table td {
		text-align: left;
		background: #DEEEFC;
		border: 1px solid #ddd;
		padding: 5px;
}

#content4 {/*<!--Download-->*/
		float: left;
	width: 730px;
	padding-top: 30px;
	margin-left:20px;
}

	#content4 p {
		padding-right: 40px;
	}

/*<!--Sub Comic Styles-->*/

#content3 {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
	background: #fff;
	text-align: center;
}

	#content3 table {
		margin: 0 auto;
		border: 2px solid #ddd;
		text-align: left;
		width: 700px;
	}
		#content3 td {
		padding: 5px;
		}
		.archive-title {
			background: #ddd;
			font-weight: bold;
		}
		
		.archive-header {
			font-weight: bold;
		}
		.archive-col1 {
			width: 20%;
		}
		
		.archive-col2 {
			width: 40%;
		}
		
		.archive-col3 {
			width: 40%;
		}
	
#comic-nav {
	background: #333;
	height: 25px;
	overflow: hidden;	
	width: 700px;
	margin: 0 auto; /* center, not in IE5 */
	margin-bottom: 1px;
}	

	#comic-nav img {
		margin-left: 15px;
	}

/*<!--Footer Styles-->*/

#footer {
	margin-top: 30px;
	text-align: left;
	overflow: hidden;
	width: 100%;
	background-color: #EBF0EF;
	}
	
	.footer-bubble {
		margin-bottom: -2px;
	}
	

.blog {
	width: 520px;
	float: left;
	padding: 10px 10px 10px 20px;
	font-size: 0.9em;
}

	.blog ul {
		margin: 0;
		padding: 0;
	}
	
	.blog a {
		margin-bottom: 5px;
	}
	
	.blog li {
		list-style: none;
	}

.video {
	width: 420px;
	float: left;
	padding: 10px 10px 10px 10px;
	font-size: 0.9em;
}
	.video-l {
		float: left;
		width: 130px;
		padding-right: 10px;
	}
	
	.video-r {
		float: left;
		width: 270px;
	}
	
#copyright {
	height: 20px;
	width: 100%;
	overflow: hidden;
	text-align: left;
	line-height: 1.8em;
	padding-left: 20px;
	font-size: 0.9em;
	margin-top: 3px;
	background-color: #0D431C;
	color: #fff;
}

#copyright a {
	color: #CCFFFF;
}

/*<!--Sidemenu Styles-->*/
	
#sidemenu {
	width: 150px;
	float: left;
	background-color: #EBF0EF;
	padding-top: 30px;
	margin:0;
	padding:0;
}

/*<!--Utility styles! Do Not Edit-->*/

.clearfloat {
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
	overflow: hidden;
}

.sep {
	height: 12px;
	overflow: hidden; 
}

.sep2 {
	height: 20px;
	overflow: hidden; 
}

.pad-right {
	padding-right: 20px;
}

.pad-left {
	padding-left: 10px;
}


.highlight {
	font-size: 1em;
	background-color: #FDF8A6;
}

.hr {
	border-bottom: 1px solid #fff;
	overflow: hidden;
}

.bigfont1 {
	font-size: 1.3em;
	padding-right: 30px;
}

.bigfont2 {
	font-size: 1.3em;
}

.float-left {
	float: left;
	font-weight: normal;
}

.float-right {
	float: right;
	font-weight: normal;
}

.outlineit {
	border: 1px solid #000;
}