@charset "utf-8";
/* CSS Document */

/* Global Settings */
*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #ffffff url(./images/header-bg1.png) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #303030;
	font-size: 13px;
}
#backtotop{
	position: fixed;
	right:10px;
	bottom:0px
}
#backtotop a{
	text-decoration:none;
	border:0 none;
	display:block;
	width:158px;
	height:34px;
}
#backtotop a:hover{
	opacity:.8; /*mouse over fade effect*/
}

#wrapper
{
	width: 1010px;
	margin: 0 auto;
	padding: 0;
}

h1
{
	color: #ffffff;
	font-size: 32px;
	font-weight: normal;
	margin: 10px 0;
	letter-spacing: -0.5px;
	font-family: 'TitilliumText14L 600 wt',Verdana, sans-serif;
}

h2
{
	color: #10b5cb;
	font-size: 24px;
	font-weight: normal;
	margin: 10px 0 10px 0;
	letter-spacing: -0.5px;
	font-family: 'TitilliumText14L 400 wt',Verdana, sans-serif;
}

h3
{
	color: #10b5cb;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 10px 0;
}

h4
{
	font-size: 16px;
	margin: 0 0 10px 0;
}

h5
{
	font-size: 15px;
	margin: 0 0 10px 0;
}

h6
{
	font-size: 13px;
	font-weight: bold;
	margin: 4px 0px;
	color: #10b5cb;
}

.right
{
	margin-left: 30px;
}

.left
{
	margin-right: 10px;
	float: right;
}

a
{
	text-decoration: none;
	color: #10b5cb;
}

a:hover
{
	text-decoration: underline;
}

p
{
	line-height: 18px;
	margin: 0 0 10px 0;
}

p.last
{
	margin-bottom: 24px;
}

.side-sep
{
	background: url(./images/side-separator.gif) no-repeat center top;
	height: 7px;
	clear: both;
	margin-bottom: 10px;
}

.quote
{
	font-style: italic;
}

.clear
{
	clear: both;
}

.top
{
	top: 0;
	left: 0;
}
.bottom
{
	bottom: 0;
    left: 0;
}

ul
{ 
	list-style-type: none;
}

.boxes
{
	width: 1em;
}

/* Global Settings End Here */

/* Header Settings */

#header
{
	background: url(./images/header-bg1.png) repeat top center;
	height: 89px;
}

#logo
{
	background: url(./images/atalogo.png) top left no-repeat;
	position: relative;
	top: 10px;
	left: 0px;
	float: left;
	width: 300px;
	height:89px;
}
#cpa
{
	background: url(./images/cpa.png) bottom left no-repeat;
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	width: 244px;
	height: 50px;
}
/* Navigation Menu Styling */
#navigation ul
{
	float:right;
	margin:4px 0 0;
	padding:0 10px 0 0;
	list-style:none;
	margin-top: 12px;
}

#navigation li
{
	float:left;
	list-style:none;
	margin-left: 10px;
}

#navigation li a
{
	float:left;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	font:15px 'Lucida Sans Unicode', sans-serif;
	padding:0 0 0 10px;
	height:38px;
	line-height:38px;
	text-transform: uppercase;
	text-align:center;
	cursor:pointer;	
}

#navigation li a span
{
	float:left;
	display:block;
	padding:0 9px 0 2px;
}

#navigation li.current a, #navigation li.current a:hover
{
	color:#303030;
	background:url(./images/nav-left-selected.gif) no-repeat left 5px;
}

#navigation li.current a span, #navigation li.current a:hover span
{
	color:#303030;
	background:url(./images/nav-right-selected.gif) no-repeat right 5px;
}

#navigation li a:hover
{
	color:#fff;
	background:url(./images/nav-left-hover.gif) no-repeat 2px 5px;
}

#navigation li a:hover span
{
	color:#fff;
	background:url(./images/nav-right-hover.gif) no-repeat right 5px;
}

/* Navigation Menu Styling Ends Here */

/* Header Settings End Here */

/* Intro Content Settings */

#landing-content
{
	overflow: hidden;
}

.slideshow
{
	width: 400px;
	height: 250px;
	float: right;
	background:url(./images/slideshow-back.png) no-repeat;
	margin: 60px 10px 0 10px;
}

.slideshow-images
{
	margin: 6px 0 0 17px;
}

.intro-content
{
	font-size: 15px;
	line-height: 20px;
	color: #ffffff;
}

#home-intro
{
	width: 530px;
	height: 220px;
	padding: 50px 0px 20px 10px;
	float: left;
}

#services-intro
{
	background: url(./images/services-image.png) no-repeat right;
	width: 610px;
	height: 180px;
	padding: 40px 400px 20px 20px;
}

#contact-intro
{
	background: url(./images/contact-image.png) no-repeat right;
	width: 610px;
	height: 180px;
	padding: 40px 400px 20px 20px;
}

#about-intro
{
	background: url(./images/about-image.png) no-repeat right;
	width: 610px;
	height: 180px;
	padding: 40px 400px 20px 20px;
}

#blog-intro
{
	background: url(./images/blog-image.png) no-repeat right;
	width: 610px;
	height: 180px;
	padding: 40px 400px 20px 20px;
}

#testimonial-intro
{
	background: url(./images/testimonial-image.png) no-repeat right;
	width: 610px;
	height: 180px;
	padding: 40px 400px 20px 20px;
}

.buttons
{
	margin:24px 0 0 0;
	width:584px;
}
.buttons .sign-up{
background:transparent url(./images/sign-up-btn.png) no-repeat scroll 0 0;
color:#FFFFFF;
display:inline;
float:left;
height:39px;
margin-right:18px;
width:145px;
text-indent: -2000px;
}

.buttons .read-more{
background:transparent url(./images/read-more-btn.png) no-repeat scroll 0 0;
color:#FFFFFF;
display:inline;
float:left;
height:46px;
margin-right:18px;
width:214px;
text-indent: -2000px;
}

/* Intro Content Settings Ends Here */

/* Main Content Styling */

#main-content-top
{
	background: url(./images/main-top.png) no-repeat;
	height: 10px;
	margin-top: 36px;
}

#main-content
{
	background-color: #E2E2E2;
	background: url(./images/main-repeat.png) repeat-y;
	width: 970px;
	padding: 0px 20px 10px 24px;
	overflow: hidden;
}

#main-content-bottom
{
	background: url(./images/main-bottom.png) no-repeat;
	height: 15px;
}

#main-content-left
{
	margin-top: 10px;
	width: 620px;
	float: left;
}

#main-content-right
{
	width: 320px;
	float: right;
}

.para
{
	margin: 10px 10px 10px 0;
	line-height: 18px;
	word-spacing: 0px;
}

#main-content-left p
{
	margin-top: 8px;
}

#main-content-left h2
{
	margin-top: 10px;
}

#main-content-left h3
{
	margin: 8px 0 4px 0;
	line-height: 14px;
	font-size: 16px;
}

#services-list li
{
	list-style: none;
	width: 420px;
	float: left;
	display: inline;
	margin-top: 10px;
	margin-bottom: 6px;
	margin-right: 20px;
}

#services-list-large li
{
	list-style: none;
	width: 600px;
	float: left;
	margin-top: 10px;
	margin-bottom: 6px;
	margin-right: 20px;
}


.service
{
	width: 64px;
	height: 44px;
	float: left;
	margin: 0 16px 0 0;
}

#services-list .first, #services-list-large .first
{
	background: url(./images/service-2.gif) no-repeat;
}

#services-list .second, #services-list-large .second
{
	background: url(./images/services-9.gif) no-repeat;
}

#services-list .third, #services-list-large .third
{
	background: url(./images/service-3.gif) no-repeat;
}

#services-list .fourth, #services-list-large .fourth
{
	background: url(./images/networth.gif) no-repeat;
}

#services-list .fifth, #services-list-large .fifth
{
	background: url(./images/workhome.gif) no-repeat;
}

#services-list .sixth, #services-list-large .sixth
{
	background: url(./images/service-8.gif) no-repeat;
}

#services-list .seventh, #services-list-large .seventh
{
	background: url(./images/calculator.gif) no-repeat;
}
#services-list ul.bullet-list2 li
{
	width: 330px;
	float: left;
	margin-left:20px;
	margin-top:0px;
	background: url(./images/footer-bullet.gif) no-repeat 0 2px;
	padding: 0px 0px 0px 20px;
}
#services-list ul.bullet-list3 li
{
	width: 330px;
	float: left;
	margin-left:20px;
	margin-top:0px;
	padding: 0px 0px 0px 20px;
}
#services-list .taxes
{
	background: url(./images/taxes.jpg) no-repeat;
	margin-right:-150px;
	float:right;
	width: 136px;
	height:120px;

}
#services-list .payroll
{
	background: url(./images/payroll.jpg) no-repeat;
	margin-right:-150px;
	float:right;
	width: 136px;
	height:114px;
}
#services-list .accounting
{
	background: url(./images/accounting.jpg) no-repeat;
	margin-right:-150px;
	float:right;
	width: 136px;
	height:95px;
}
#services-list .consulting
{
	background: url(./images/consulting.jpg) no-repeat;
	margin-right:-150px;
	float:right;
	width: 136px;
	height:110px;
}
#services-list h4
{
	width: 280px;
	float: left;
	margin-left: 10px;
	font-weight: bold;
}

#services-list li p
{
	clear: both;
	padding-top: 6px;
	margin: 20px 20px 10px 0;
}

.left-top
{
	background: url(./images/side-top.gif) no-repeat;
	height: 7px;
	margin-top: 16px;
}

.left-bottom
{
	background: url(./images/side-bottom.gif) no-repeat;
	height: 7px;
	margin-bottom: 10px;
}

.side-container
{
	background-color: #eaeaea;
	width: 308px;
	padding: 6px;
}

.side-container h4
{
	background: url(./images/side-heading-bg.gif) no-repeat;
	color: #FFFFFF;
	font-weight:normal;
	height: 33px;
	margin-left: 6px;
	padding: 7px;
}



/* Contact Form Styling */
#contact-form
{
	margin: 10px;
	overflow: hidden;
}

label
{
	float: left;
	width: 120px;
	font-weight: bold;
	margin: 4px;
}

.submitbutton
{
	text-align: center;
	background: url(./images/login_btn.gif) no-repeat center;
	border: none;
	width: 103px;
	height: 36px;
	cursor: pointer;
	padding-bottom: 6px;
	text-indent: -9000px;
	font-size: 0px;
	line-height: 0px;
}

#sign-up
{
	float: left;
	width: 140px;
	line-height: 20px;
}

#sign-up p
{
	margin-bottom: 0px;
}

.contact-us-quickies
{
	margin-left: 10px;
}

/* Contact Form Styling */

input, textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 240px;
	background: #FFFFFF url(./images/input-bg.gif) top repeat-x;
	border: 1px solid #dadada;
	padding: 2px 0 0 0;
	margin: 4px 0;
	height: 22px;
}

textarea
{
	width: 300px;
	height: 150px;
}

#submitbutton
{
	text-align: center;
	background: url(./images/send-it.gif) no-repeat center;
	border: none;
	margin-top: 4px;
	margin-left: 330px;
	width: 103px;
	height: 36px;
	cursor: pointer;
	text-indent: -9000px;
}

/* Team Member Div Styling */
.team-member
{
	clear: both;
	padding: 16px 0;
}

.team-member .member-image
{
	background-image:url(./images/about-per.png);
	width: 60px;
	height: 53px;
	float: left;
}

.team-member .member-details
{
	background: url(./images/about-person-repeat.png) repeat-y;
	width: 471px;
	float: right;
	overflow: hidden;
	padding: 0 18px;
}

.team-member-top
{
	background: url(./images/about-person-top.png) no-repeat;
	height: 10px;
	width: 507px;
	float: right;
}

.team-member-bottom
{
	background: url(./images/about-person-bottom.png) no-repeat;
	height: 10px;
	width: 507px;
	float: right;
}

.team-member .member-image img
{
	position: relative;
	top: 8px;
	left: 9px;
	border: 1px solid #dadada;
}

/* News container styling */
.post
{
	clear:both;
	padding: 10px 0;
}

.post-month
{
	font-size: 11px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}

.entry
{
	clear: both;
	padding-top: 10px;
}

.post-cat
{
	background: url(./images/comments.gif) top left no-repeat;
	padding-left: 20px;
	height: 18px;
	float:right;
	font-size: 12px;
	color: #10b5cb;
	margin-bottom: 10px;
}

.post-date
{
	background: url(./images/calendar.gif) top left no-repeat;
	padding-left: 20px;
	height: 18px;
	float:left;
	font-size: 12px;
	color: #10b5cb;
}

h4.blog-head
{
	line-height: 26px;
	border-bottom: #dadada solid 1px;
}

/* Testimonial Div Styling */

.testimonial
{
	clear: both;
	background: url(./images/quotes.gif) left top no-repeat;
	padding: 0 4px 0 22px;
	margin: 8px;
}

.testimonial-big
{
	clear: both;
	padding: 16px 0;
}

.testimonial-big .member-image
{
	background-image:url(./images/about-per.png);
	width: 75px;
	height: 67px;
	float: left;
}

.testimonial-big .member-details
{
	background: url(./images/testi-repeat.png) repeat-y;
	width: 802px;
	float: right;
	overflow: hidden;
	padding: 0 18px;
}

.testimonial-top
{
	background: url(./images/testi-top.png) no-repeat;
	height: 10px;
	width: 838px;
	float: right;
}

.testimonial-bottom
{
	background: url(./images/testi-bottom.png) no-repeat;
	height: 10px;
	width: 838px;
	float: right;
}

.testimonial-big .member-image img
{
	position: relative;
	top: 8px;
	left: 9px;
	border: 1px solid #dadada;
}
.efile
{
	position: relative;
	background: url(./images/efile.jpg) no-repeat top;
	top: 8px;
    height: 140px;
	
	
}
.services-list
{
	margin:0px 0 10px 10px;
	list-style: none;
}

.services-list li
{
	background: url(./images/side-separator.gif) no-repeat bottom;
	font-size: 14px;
	line-height: 28px;
	height: 32px;
}

.services-list li a
{
	background: url(./images/category.gif) left 50% no-repeat;
	padding-left: 24px;
	color: #303030;
}

.services-list li a:hover
{
	text-decoration: none;
	color: #10b5cb;
}

.downloads
{
	background: url(./images/pdf-icon.png) left 50% no-repeat;
	width: 53px;
	height: 52px;
	float: left;
}

.downloads-list li
{
	background: url(./images/side-separator.gif) no-repeat bottom;
	padding: 8px 0;
}

/* Footer Styling */

#footer
{
	margin: 0 auto;
	padding: 0;
	background: url(./images/footer-bg.png) #1d1d1d repeat-x bottom center;
	height: 270px;
	font-size: 12px;
	margin-top: 10px;
	padding-top: 10px;
}

#footer-content
{
	margin: 0 auto;
	width: 990px;
	color: #FFFFFF;
	padding: 20px 10px 10px 10px;
}

#footer-left
{
	float: left;
	width: 600px;
}

#footer-right
{
	float: right;
	width: 360px;
	text-align: right;
}

#footer a
{
	text-decoration: none;
	color: #10b5cb;
}

#footer a:hover
{
	text-decoration: underline;
	color: #10b5cb;
}

.footer-block
{
	width: 266px;
	margin-right: 20px;
	float: left;
}

.footer-blog
{
	height: 30px;
	display: block;
	outline: none;
}

#footer-facebook
{
	height: 60px;
	position:relative;
	display:block;
	background: url(./images/facebook.gif) no-repeat left;
	padding: 0px 8px;
}

.footer-news
{
	height: 30px;
	display: block;
	outline: none;
}

.footer-block ul
{
	list-style: none;
	margin-bottom: 10px;
}

.footer-block a
{
	margin-top: 10px;
}

.footer-block ul li
{
	margin-top: 6px;
	padding-bottom: 6px;
}

.footer-block ul li a
{
	color: #FFFFFF !important;
}

.footer-block ul li a:hover
{
	text-decoration: underline;
}


.footer-block strong
{
	line-height: 135%;
	font-weight: bold;
}

ul.bullet-list
{
	list-style: none;
	margin: 0 auto;
	padding: 0px;
	margin-top: 4px;
}

ul.bullet-list li
{
	width: 130px;
	float: right;
	margin-left: 120px;
	margin-top: 4px;
	background: url(./images/footer-bullet.gif) no-repeat 0 2px;
	padding: 0px 0px 6px 20px;
}

#hor-sep
{
	background: url(./images/footer-sep.gif) no-repeat center bottom;
	height: 10px;
	clear: both;
	margin-bottom: 10px;
}

.date
{
	color: #10b5cb;
}

/* Footer Styling Ends Here */