@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 960px;
}
.header {
	height: 330px;
	width: 960px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/bg-page.png);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a:link {
	color: #009933;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #999999;
}
a:active {
	color: #009933;
}
h1, h2, h3 {
	margin-bottom: .5em;
}
h1 {
	font-size: 25px;
	color: #009933;
}
h2 {
	font-size: 20px;
	color: #666666;
	line-height: 23px;
}
h3 {
	font-size: 16px;
	color: #333333;
	line-height: 20px;
}
.clearfix:after {
  content: ".";
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
}
.clear {
  height: 0;
  display: block;
  clear: both;
  padding:0;
}
.header-left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 490px;
}
#flashcontent {
	float: right;
	width: 470px;
}
.logo {
	width: 490px;
	border-width: 0px;
	border-style: none;
	height: 100px;
}
#content-container {
	margin: 0px auto;
	padding: 30px 10px 10px;
	width: 900px;
}
#content-container p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: .5em;
}
#footer {
	background: url(../images/bg-footer.png) repeat-x left top;
	margin: 0px;
	padding: 20px 10px 10px;
	height: 80px;
	width: 940px;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 17px;
}
#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
#footer a:active {
	color: #FFFFFF;
}
#footer .credit-area {
	float: right;
}
.nav-container {
	background: url(../images/bg-header-navband.gif) no-repeat top;
	height: 230px;
	width: 490px;
}
#navigation {
	margin: 0px 0px 0px 50px;
	width: 250px;
	padding-top: 30px;
}
#navigation ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navigation li{
	display: block;
	height: 40px;
	overflow: hidden;
}
/*#navigation span {
	display: none;
}*/
#navigation ul li a, ul li #navigation a:visited{
	text-align: center;
	display:block;
}
#navigation .nav-top-bg, #navigation .nav-bottom-bg {
	margin: 0px;
	padding: 0px;
	height: 10px;
	width: 250px;
	display: block;
}
#navigation .nav-top-bg {
	background: url(../images/nav-top-img.png) no-repeat left bottom;
}
#navigation .nav-bottom-bg {
	background: url(../images/nav-bottom-img.png) no-repeat left top;
}
#navigation ul li a:hover, #navigation ul li a#current{
	display:block;
	background-position:0 100%;
}
#navigation a.home, #navigation a.services, #navigation a.resources, #navigation a.contact {
	width: 250px;
	height: 40px;
	text-indent: -10000px;
}
#navigation a.home {
	background: url(../images/nav-home.png) no-repeat 0 0;
}
#navigation a.services {
	background: url(../images/nav-services.png) no-repeat 0 0;
}
#navigation a.resources {
	background: url(../images/nav-resources.png) no-repeat 0 0;
}
#navigation a.contact {
	background: url(../images/nav-contact.png) no-repeat 0 0;
}
#home-feature-services {
	height: 200px;
	width: 880px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
#home-feature-services ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#home-feature-services li{
	display: block;
	float: left;
	width: 200px;
	height: 200px;
	overflow: hidden;
	margin-right: 10px;
	margin-left: 10px;
}
#home-feature-services ul li a, #home-feature-services ul li a:visited{
	text-align: center;
	display:block;
}
#home-feature-services ul li a:hover {
	display:block;
	background-position:0 100%;
}
#home-feature-services a.bookkeeping, #home-feature-services a.payroll, #home-feature-services a.office, #home-feature-services a.event {
	width: 200px;
	height: 200px;
	text-indent: -10000px;
}
#home-feature-services a.bookkeeping {
	background: url(../images/feature-bookkeeping-btn.jpg) no-repeat 0 0;
}
#home-feature-services a.payroll {
	background: url(../images/feature-payroll-btn.jpg) no-repeat 0 0;
}
#home-feature-services a.office {
	background: url(../images/feature-office-btn.jpg) no-repeat 0 0;
}
#home-feature-services a.event {
	background: url(../images/feature-event-btn.jpg) no-repeat 0 0;
}.holder-col-box {
	width: 900px;
	display:block;
	margin: 0px auto .5em;
}
.col-AB-A {
	background: #4B8B2F;
	padding: 10px;
	width: 400px;
	float:left;
	display:block;
	margin-bottom: .5em;
}
.col-AB-B {
	background: #4B8B2F;
	padding: 10px;
	width: 400px;
	float:right;
	display:block;
	margin-bottom: .5em;
}
.col-AB-A-gray {
	background: #EBEAD5;
	padding: 10px;
	width: 400px;
	float:left;
	display:block;
	margin-bottom: .5em;
}
.col-AB-B-gray {
	background: #EBEAD5;
	padding: 10px;
	width: 410px;
	float:right;
	display:block;
	margin-bottom: 0.5em;
}
.col-AB-ab {
	display: block;
	padding: 10px;
	width: 380px;
	background: #EBEAD5;
}
#content-container h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #009933;
	display: block;
}
#content-container h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #009933;
	display: block;
}
#content-container h1.services, #content-container h1.resources, #content-container h1.contact_us, #content-container h1.privacy, #content-container h2.bookkeeping-title, #content-container h2.payroll-title, #content-container h2.payroll-title, #content-container h2.office-title, #content-container h2.event-title {
	width: 860px;
	text-indent: -10000px;
}
#content-container h1.services {
	background:transparent url(../images/title_services.gif) repeat scroll 0% 0%;
	height: 70px;
}
#content-container h1.resources {
	background:transparent url(../images/title_resources.gif) repeat scroll 0% 0%;
	height: 70px;
}
#content-container h1.contact_us {
	background:transparent url(../images/title_contactus.gif) repeat scroll 0% 0%;
	height: 70px;
}
#content-container h1.privacy {
	background:transparent url(../images/title_privacy.gif) repeat scroll 0% 0%;
	height: 70px;
}
.services-section  h2.bookkeeping-title {
	background:transparent url(../images/service-bookkeeping-title.jpg) repeat scroll 0% 0%;
	height: 100px;
}
.services-section  h2.payroll-title {
	background:transparent url(../images/service-payroll-title.jpg) repeat scroll 0% 0%;
	height: 100px;
	width: 860px;
}
.services-section  h2.office-title {
	background:transparent url(../images/service-office-title.jpg) repeat scroll 0% 0%;
	height: 100px;
	width: 860px;
}
.services-section  h2.event-title {
	background:transparent url(../images/service-event-title.jpg) repeat scroll 0% 0%;
	height: 100px;
	width: 860px;
}
.services-section ul {
	margin:0;
	padding:0;
	list-style-type: none;

}
.services-section  li {
	margin-left: 20px;
	padding-left: 20px;
	background: url(../images/dot-green.png) no-repeat 0 top;
	line-height:23px;
}
.services-section  li ul li {
	line-height: 23px;
	list-style-type: none;
	margin-left: 25px;
	padding-left: 20px;
	background: url(../images/dot-gray.png) no-repeat 0 50%;
}

/*	Services submenu
	-----------------------------------------------*/

.services-submenu {
	height: 25px;
	width: 560px;
	margin-left: 340px;
	display:block;
}
.services-submenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.services-submenu li {
	display: inline;
	font-size: 13px;
	font-weight: bold;
}
.services-submenu a, .services-submenu a:visited {
	color: #009933;
	text-decoration: none;
	padding: 5px;
}
.services-submenu a:hover {
	color: #666666;
	text-decoration: underline;
}
.linebreak {
	height: 1px;
	width: 800px;
	margin: 1em auto;
	border-top: 1px solid #009933;
	border-right: 1px none #009933;
	border-bottom: 1px solid #009933;
	border-left: 1px none #009933;
}
