@charset "utf-8";
	/* CSS Document */
	
	img {
	  border: 0;
	}
	head{
	background-color:#000000}
	
	header{
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	}
	body {
	  background: #666666;
	  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;     /* web safe fonts */
	  /*font-size: 75%;     12px */
	  font-weight: normal;
	  line-height: 160%;    /* 19.2px */
	  background-color:#2D2D2D; /*:#FFFFFF*/
	  padding-left:5px;
	  color:#CCCCCC; 
	}
	
	h1 {
		font-size: 28px;
		font-weight: normal; 
		font-size:24px;
		color:#333333;
		margin: 0 0 0 0px;
		margin-left:0px;
		margin-bottom:10px;
		border-bottom:blue solid 0px;
		background:#BAD3E2;
		line-height:200%;
		padding-left:15px;
		padding-bottom:5px;
		background:url(../images/h1_nav_blue.png) no-repeat;
		color:#ffffff;
	}
	
	h2 {
	  font-size: 24px;
	  font-weight: normal;
	  padding: 0 0 0 0;
	  padding-bottom:0px;
	  line-height:150%;
		color:#FFFFFF;
		color:#2d2d2d;
	}
	.head1{
		font-size:24px;
		font-weight:bold;
		padding-top:5px;
	}
	h3 {
	  font-size: 1.25em;
	  font-weight: bold;
		color:#FFFFFF;
	color:#2d2d2d;
	}
	
	h4 {
	  font-size: 16px;
	  font-weight: bold;
	  color:#333333;
	  line-height:150%;
	  margin-left:0px;
	  padding-left:0px;
	  color:#FFFFFF;
	  color:#2d2d2d;
	}
	
	h5 {
	  font-size: 1em;
	  font-weight: bold;
	  color:#FFFFFF;
	  color:#2d2d2d;
	}
	
	h6 {
	  font-size: 0.8em;
	  font-weight: bold;
	  color:#2d2d2d;
	}
	p{
		margin-bottom:5px;
		margin-top:5px;
		padding-top:0px;
		padding-bottom:3px;
		line-height:110%;
		padding-left:0px;
	}
	p.big{
		line-height:200%;
	}
	ul{
		list-style-type:disc;
		padding-bottom:7px;
	}
	li{
		line-height:150%;
	}
	body {
		font: 75% Verdana, Arial, Helvetica, sans-serif;
		background:#2D2D2D;
		margin: 0;   
		padding: 0;
		text-align: center;    
		color: #000000;
		line-height:150%;
		color:#CCCCCC;
	
	}
	 a{
		color:#003399;
		text-decoration:none;
	}
	a:hover, a:active{
		color:#003399;
		text-decoration:underline;
	}
	
	.thrColFixHdr #container { 
		width: 991px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
		background: #2D2D2D;
		margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
		border: 0px solid #000000;
		text-align: left; /* this overrides the text-align: center on the body element. */
	} 
	.thrColFixHdr #header { 
		background:#2D2D2D; 
		background:url(../images/header.png) no-repeat;
		height:100px;
		padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	} 
	.thrColFixHdr #header h1 {
		margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
		padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	}
	.thrColFixHdr #sidebar1 {
		float: left; /* since this element is floated, a width must be given */
		width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
		background: #2D2D2D; /* the background color will be displayed for the length of the content in the column, but no further */
		padding-top:30px;
		/*padding: 15px 10px 15px 20px;  padding keeps the content of the div away from the edges */
	}
	.thrColFixHdr #sidebar2 {
		float: right; /* since this element is floated, a width must be given */
		width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
		background: #2D2D2D; /* the background color will be displayed for the length of the content in the column, but no further */
		margin-right:32px;
		padding-top:29px;
		/*padding: 15px 10px 15px 20px;  padding keeps the content of the div away from the edges */
	}
	.thrColFixHdr #mainContent { 
		margin: 0 190px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
		padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
		margin-top:30px;
		min-height:807px;
		margin-bottom:0px;
		background:#444444;
		background:#DBE3E1;
		background:#F1F3FE;
		color:#000000;
		border-right: dashed white 0px;
	} 
	.thrColFixHdr #footer { 
		padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
		background:#DDDDDD;
		
	} 
	.thrColFixHdr #footer p {
		margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
		padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	}
	.thrColFixHdr #footer{
		padding: 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
		background:#DDDDDD;
		font-size:10px;
		background:url(../images/footer_round.png) no-repeat ;
		width:991px;
		color:#2d2d2d;
		height:100px;
		margin-top:20px;
	}
	.thrColFixHdr #subfooter{
		padding: 10px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
		background:#2D2D2D;
		margin-bottom:5px;
		margin-top:5px;
		font-size:10px;
		color:white;
		text-align:center;  
		clear:both;
	}
	
	.thrColFixHdr ul{
		list-style-type:disc;
		padding-left:40px; 
	}
	.thrColFixHdr Ol{
		list-style-type:decimal;
		padding-left:40px;
	}
	.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
		float: right;
		margin-left: 8px;
	}
	.fltlft { /* this class can be used to float an element left in your page */
		float: left;
		margin-right: 8px;
	}
	.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
		clear:both;
		height:0;
		font-size: 1px;
		line-height: 0px;
	}
	
	.oneColFixCtrHdr #container {
		width: 991px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
		margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
		border: 0px solid #000000;
		text-align: left; /* this overrides the text-align: center on the body element. */
	}
	 
	.oneColFixCtrHdr #header {
		background:#2D2D2D;
		  
		background:url(../images/header.png) no-repeat;
	/*	widows:100%;*/
	/*	content: url(../images/BlackBox_Banner copy.jpg), contents;
		background-image:url(../images/BlackBox_Banner%20copy.jpg)	background-repeat:no-repeat;;*/
		height:100px;
		width:100%
		}
	.oneColFixCtrHdr #header h1 {
		margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
		padding: 0px 0px; /* using padding ins0tead of margin will allow you to keep the element away from the edges of the div */
		margin-left:0px;
	}
	#banner { 
	height: 338px; 
	/*background-image: url(../images/BlackBox_Banner copy.jpg);
	background-position: 0px 0px; background-repeat: no-repeat;*/
	} 
	.oneColFixCtrHdr #mainContentWrap {
		padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
		padding-left: 0px;
		margin-top:15px;
		text-align:left; 
		border-bottom-color:#000000;
		border-bottom-width:1px;
		border-bottom-style:dashed;
		background:#2D2D2D;
		width:991px;
	}	
	 
	.oneColFixCtrHdr  #mainContent {
		padding: 0px 5px; /*padding-left:5px; remember that padding is the space inside the div box and margin is the space outside the div box */
		width:611px;
		background: #FFFFFF;
		border:0px #333333 solid;
		background-color:#2d2d2d;
		padding: 0px 0px;
		margin: 0  2em 0  2em;
	  
	}
	
	.oneColFixCtrHdr ul{
		list-style-type:disc;
		padding-left:40px; 
	}
	.oneColFixCtrHdr Ol{
		list-style-type:decimal;
		padding-left:40px;
	}
	.oneColFixCtrHdr #navigation{ 
		padding-left:0px;
		text-align:left;
		background:#2D2D2D;
		border:thick #2D2D2D solid; 
		height:100%; 
		width:190px;
		clear:both;
	}
	.oneColFixCtrHdr #rightColumn{
		padding-left:0px;
		text-align:left; 
		border:thick #2D2D2D solid; 
		background:#2D2D2D; 
		width:190px;
	}
	.oneColFixCtrHdr #footer{
		padding: 0px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
		background:#DDDDDD;
		font-size:10px;
		background:url(../images/footer_round.png) no-repeat ;
		width:100%; 
		height:100px;
		text-align:center;
		color:#333333;
		 
	}
	.oneColFixCtrHdr #subfooter{
		padding: 10px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
		background:#2D2D2D;
		margin-bottom:5px;
		margin-top:5px;
		font-size:10px;
		color:white;
		text-align:center;   
	}
	.oneColFixCtrHdr #footer a{
		padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
		/*background:#DDDDDD;*/
		font-size:12px;
		text-decoration:none;
		color:#000000;
	}
	.oneColFixCtrHdr #footer a:hover, a:active{
		padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
		font-size:12px;
		text-decoration:underline;

		/*color:#000000;*/
	}
	.oneColFixCtrHdr #footer p {
		margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
		padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	}
	.arrowlistmenu{
		width: 650px; /*width of menu*/
	/*	width:100%;
	vertical-align:bottom;*/
	text-align:left;
	line-height:100%;
	
	}
	
	.arrowlistmenu #tdb{
		background-color:#FFFFFF;
	}
	.arrowlistmenu .headerbarBlue {
		font: bold 12px Arial;
		color: blue;
	/*	background: black url(../images/titlebar.png) repeat-x center left;*/
		margin-bottom: 10px; /*bottom spacing between header and rest of content*/
		text-transform: uppercase;
	/*	border-top-width:medium;
		border-top-style:solid;
		border-top-color:#0000FF;*/
		padding: 4px 0 4px 10px; /*header text is indented 10px*/
	}
	
	.arrowlistmenu .headerbarRed{
		font: bold 12px Arial;
		color: red;
	/*	background: black url(../images/titlebar.png) repeat-x center left;*/
		margin-bottom: 10px; /*bottom spacing between header and rest of content*/
		text-transform: uppercase;
	/*	border-top-width:medium;
		border-top-style:solid;
		border-top-color:red;*/
		padding: 4px 0 4px 10px; /*header text is indented 10px*/
	}
	.arrowlistmenu .headerbarGreen {
		font: bold 12px Arial;
		color: green;
	/*	background: black url(../images/titlebar.png) repeat-x center left;*/
		margin-bottom: 10px; /*bottom spacing between header and rest of content*/
		text-transform: uppercase;
	/*	border-top-width:medium;
		border-top-style:solid;
		border-top-color:green;*/
		padding: 4px 0 4px 10px; /*header text is indented 10px*/
	}
	.arrowlistmenu ul{
		list-style-type: none;
		margin: 0;
		padding: 0;
		margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
	}
	
	.arrowlistmenu ul li{
		padding-bottom: 4px; /*bottom spacing between menu items*/
		line-height:100%;
	}
	
	.arrowlistmenu .Blue ul li a{
		color:#333333; /*#A70303;*/
		font-size:11px;
		background: url(../images/arrowblue.png) no-repeat center left; /*custom bullet list image*/
		margin-left:5px;
		margin-right:5px;
		display: block;
		padding: 0px 0;
		padding-left: 19px; /*link text is indented 19px*/ 
		text-decoration: none;
	
	}
	
	.arrowlistmenu .Red ul li a{
		color:#333333;
		font-size:11px;
		background: url(../images/arrowred.png) no-repeat center left; /*custom bullet list image*/
		display: block;
		padding: 0px 0;
		margin-left:5px;
		margin-right:5px;
		padding-left: 19px; /*link text is indented 19px*/ 
		text-decoration: none;
	
	/*	border-bottom: 1px solid #dadada;*/
	}
	.arrowlistmenu .Green ul li a{
		color:#333333; /*#A70303;*/
		font-size:11px;
		background: url(../images/arrowgreen.png) no-repeat center left; /*custom bullet list image*/
		display: block;
		padding: 0px 0;
		margin-left:5px;
		margin-right:5px;
		padding-left: 19px; /*link text is indented 19px*/ 
		text-decoration: none;
	/*	border-bottom: 1px solid #dadada;*/
	}
	.arrowlistmenu ul li a:visited{
		color:#333333;
	}
	
	.arrowlistmenu .Blue ul li a:hover{ /*hover state CSS*/
		color:#0033FF;
		border-right-color:blue;
		border-right-style:solid;
		border-right-width:medium;
	
	}
	.arrowlistmenu .Red ul li a:hover{ /*hover state CSS*/
		color:#FF0000;
		border-right-color:#FF0000;
		border-right-style:solid;
		border-right-width:medium;
	}
	.arrowlistmenu .Green ul li a:hover{ /*hover state CSS*/
		color:#009933;
		border-right-color:green;
		border-right-style:solid;
		border-right-width:medium;
	
	}
	
	.mainTable
	{
	width:100%;
	}
	
	.mainTable td{
	padding:0px;
	
	}
	.mainTableTxt {
	font-size:10px;
	}
	
	
	
	body#BookkeepingServices a#Bookkeeping,
	body#MerchantServices a#Merchant,
	body#ConsultingService a#Consulting,
	body#BrokerServices a#Broker,
	body#BusinessCommercialFinancing a#BuisnessCommercial,
	body#DocumentScanningServices a#DocumentScanning,
	body#PayrollService a#payrollnav,
	body#HRService a#hrnav,
	body#EmployeeBenefitsService a#benefitsnav,
	body#EmployeeBackgroundServices a#backgroundnav,
	body#RiskManagementService a#risknav,
	body#WebsiteDesign a#websitenav,
	body#BannerandLogoDesign a#bannernav
	
	
	{
		color: #000;
		color: #fff;
		background:#FFF;
		background:#444444;
		background:#F1F3FE;
		color:#000;
	}
	
	
	  #leftcolumn { width: 300px; border: 1px solid red; float: left}
	#rightcolumn { width: 300px; border: 1px solid red; float: right}
	
	/* End style for left handside navigation*/
	
	
	* {
		margin: 0;
	}
	html, body {
		height: 100%;
	}
	.wrapper {
		min-height: 100%;
		height: auto !important;
		height: 100%;
		margin: 0 auto -142px; /* the bottom margin is the negative value of the footer's height */
	}
	.stickyfooter, .push {
		height: 142px; /* .push must be the same height as .footer */
	}
	
	/*
	
	Sticky Footer by Ryan Fait
	http://ryanfait.com/
	
	*/
	#bottom {
		width:100%;
		height:22px;
		position: fixed;
		bottom: 0px;
		border-top-color:#000000;
		border-top-style:solid;
		border-top-width:1px;
		border-bottom-color:#000000;
		border-bottom-style:solid;
		border-bottom-width:1px;
		background:#CCCCCC;
		color:#333333;
		left:0px; 	}
	#bottom a:hover{
		background-color:#0033FF;
		color:#FFFFFF;
	}
	
	.home_td{
		padding-left:20px; 
		font-size:14px;
		border-bottom-color:#333333;
		border-bottom-style:solid;
		border-bottom-width:1px;
		}
		
	#Border1 td {
		border-right-color:#000000;
		border-right-width:1px;
		border-right-style:solid; 
		border-bottom-color:#000000;
		border-bottom-width:1px;
		border-bottom-style:solid;
		padding-left:5px;
	}
	
	.home_td a{
	color:white;
	} /*
	.home_td:hover{
	padding-left:20px; 
	font-size:12px;
	border-bottom-color:#333333;
	border-bottom-style:solid;
	border-bottom-width:1px;
	background-color:#0099FF;
	color:#FFFFFF;
	}*/
	 
	 
	 .roundedcornr_box_630598 {
		background: url(../images/roundedcornr_630598_tl.png) no-repeat top left;
	}
	.roundedcornr_top_630598 {
		background: url(../images/roundedcornr_630598_tr.png) no-repeat top right;
		padding-bottom:3px;
		padding-right:0px;
	}
	.roundedcornr_bottom_630598 {
		background: url(../images/roundedcornr_630598_bl.png) no-repeat bottom left;
	}
	.roundedcornr_bottom_630598 div {
		background: url(../images/roundedcornr_630598_br.png) no-repeat bottom right;
	}
	.roundedcornr_content_630598 {
		background: url(../images/roundedcornr_630598_r.png) top right repeat-y;
	
		background: url(../images/roundedcornr_630598_r.png) top right repeat-y;
	}
	
	.roundedcornr_top_630598 div,.roundedcornr_top_630598,
	.roundedcornr_bottom_630598 div, .roundedcornr_bottom_630598 {
		width: 100%;
		height: 15px;
		font-size: 1px;
	}
	.roundedcornr_content_630598, .roundedcornr_bottom_630598 {
		margin-top: -8px;
	}
	.roundedcornr_content_630598 { padding: 0 15px; }
	
	/* rounder borders blue*/
	
	.roundedcornr_box_925459 {
		background: url(../images/roundedcornr_925459_tl.png) no-repeat top left;
	}
	.roundedcornr_top_925459 {
		background: url(../images/roundedcornr_925459_tr.png) no-repeat top right;
	}
	.roundedcornr_bottom_925459 {
		background: url(../images/roundedcornr_925459_bl.png) no-repeat bottom left;
	}
	.roundedcornr_bottom_925459 div {
		background: url(../images/roundedcornr_925459_br.png) no-repeat bottom right;
	}
	.roundedcornr_content_925459 {
		background: url(../images/roundedcornr_925459_r.png) top right repeat-y;
		color:#FFFFFF;
	}
	
	.roundedcornr_top_925459 div,.roundedcornr_top_925459,
	.roundedcornr_bottom_925459 div, .roundedcornr_bottom_925459 {
		width: 100%;
		height: 15px;
		font-size: 1px;
		
	}
	.roundedcornr_content_925459, .roundedcornr_bottom_925459 {
		margin-top: -8px;
	}
	.roundedcornr_content_925459 { padding: 0 15px; }
	
	
	.buyNow a{
	
		border:#000000 1px solid;
		background:#990000; 
		color:#FFFFFF;
		padding: 3px;
	}
	.buyNow a:hover{
		border:#000000 1px solid;
		background:#FF0000
	
	}
	
	.payroll_box{
		border:1px solid  #FFFFFF; 
		height:100%;
		width:100%;
	}
	.payroll_box:hover {
		 border:1px solid  #0000FF;
	
	} 
	
	
	.spiffy{display:block}
	.spiffy *{
		display:block;
		height:1px;
		overflow:hidden;
		font-size:.01em;
		background:#FFFFFF}
	.spiffy1{
		margin-left:0px;
		margin-right:3px;
		padding-left:1px;
		padding-right:1px;
		border-left:1px solid #878787;
		border-right:1px solid #878787;
		background:#cacaca;
		margin-bottom:0px;
		margin-top:0px;}
		
	.spiffy2{
	margin-left:1px;
	margin-right:1px;
	padding-right:1px;
	padding-left:1px;	
	border-left:1px solid #424242;
	border-right:1px solid #424242;
	background:#d7d7d7}
	.spiffy3{
	  margin-left:1px;
	  margin-right:1px;
	  border-left:1px solid #d7d7d7;
	  border-right:1px solid #d7d7d7;}
	.spiffy4{
	  border-left:1px solid #878787;
	  border-right:1px solid #878787}
	.spiffy5{
	  border-left:1px solid #cacaca;
	  border-right:1px solid #cacaca;
	  }
	.spiffyfg{
	  background:#FFFFFF}
	  
	  
.blue_button  {
float:left;
background:url(../images/blue_button_darker_230.png) no-repeat;
width:230px;
height:30px;
text-align:center;
cursor:pointer; 
}
.blue_button a {
color:#FFFFFF;
text-align:center;
padding-top:5px;
}
.buyer_button  { 
background:url(../images/buyer_registration_hover2.png) no-repeat;
width:345px;
height:88px;
text-align:center;
cursor:pointer;

}
.buyer_button a {
color:#FFFFFF;
text-align:center;
padding-top:5px;
}