@CHARSET "ISO-8859-1";
/* CSS Document for WABC CPAs
Copyright (c) 2008
*/
/* Browser Reset Styles ================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
strong {
	font-weight: bold;	
}
small {
	font-size: 75%;	
}
em {
	font-style: oblique;	
}

/* Basic Definitions ==================== */
body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	color: #6b6b6b;
	background: #f2f1f2 url('../images/bg.gif') 0 0 repeat-x;
}

h1 {
	font-size: 24px;
	color: #6b6b6b;
	margin: 10px 0;
	padding: 0;
	font-weight: bold;
	text-transform: uppercase;
}
h2 {
	font-size: 18px;
	color: #6b6b6b;
	margin: 10px 0;
	padding: 0;
	font-weight: bold;
	text-transform: uppercase;
}
h3 {
	font-size: 16px;
	color: #333;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
	text-transform: uppercase;
}
a {
	text-decoration: none;	
}
a:link, a:visited, a:active {
	color: #236db7;
	text-decoration: none;
}

p {
	line-height: 1.3em;
	margin: 5px 0 10px 0;
	padding: 0;
	letter-spacing: 0.4px;
}

ul, ol {
	margin: 10px 0 10px 40px;
	padding: 0;
}
	li {
		margin-bottom: 10px;
	}

/* Classes ============================== */
.clear {
	clear: both;
}
.left {
	float: left;
	margin-right: 15px;
}
.right {
	float: right;
	margin-left: 15px;
}
.styled {
	width: 250px;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #999;
	font-family: Tacoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #236db7;
}

/* Container ============================ */
#container {
	width: 948px;
	margin: 0 auto;
	padding: 0;
}

/* Header =============================== */
#header {
	height: 156px;
	overflow: hidden;
	position: relative;
}

#logo {
	width: 363px;
	height: 61px;
	float: left;
	margin-top: 20px;
}

#top-nav {
	text-align: right;
	color: #fff;
	width: 300px;
	float: right;
	margin-top: 40px;
}
	#top-nav span a {
		color: #fff;
		text-decoration: none;
	}
	#top-nav span.newsletter {
		display: block;
		padding-top: 20px;
	}
		#top-nav span.newsletter a {
			font-size: 11px;
		}
	#top-nav span.clientlogin {
		display: block;
		padding-top: 10px;
	}
		#top-nav span.clientlogin a {
			font-size: 11px;
		}

/* Navigation =========================== */
#nav {
	margin-top: 2px;
}
	#nav ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
		#nav ul li {
			display: inline;
		}
			#nav ul li a {
				color: #fff;
				text-decoration: none;
				display: block;
				float: left;	
				padding: 6px 15px 6px 15px;
			}
			#nav ul li a:hover {
				background: url('../images/nav-bg.gif') 0 0 repeat-x;
			}
			#nav ul li a#current {
				background: url('../images/nav-bg.gif') 0 0 repeat-x;
			}

/* Footer =============================== */
#footer-wrap {
	background: #bbd23b;
	padding: 15px;
}
#footer {
	font-size: 11px;
	text-align: center;
}
	#footer ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
		#footer ul li {
			display: inline;
			border-right: 1px solid #242424;
			color: #242424;
			padding-right: 7px;
			margin-right: 5px;
		}
		#footer ul li.none {
			margin: 0;
			padding: 0;
			border: none;
		}
			#footer ul li a {
				color: #242424;
				text-decoration: none;
			}
			
#seoinfo {
	margin-top: 300px;
}

#tax-button{
position: absolute;
width: 118px;
height: 121px;
left: 550px; top: 10px;
}