@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #0071BC;
	background-image: url(images/bg_gradient.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.thrColLiqHdr #container { 
	width: 80%;
	background: #e7ce97;
	margin: 0 auto;
	text-align: left;
} 
.thrColLiqHdr #header {
	height: 1px;
	margin: 0;
	padding: 0;
}
/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColLiqHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.thrColLiqHdr #sidebar1 {
	float: left;
	width: 22%;
	padding: 15px 0;
}
.thrColLiqHdr #sidebar1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.thrColLiqHdr #sidebar1 ul a {
	display: block;
	width: 150px;
	height: 25px;
	text-decoration: none;
	margin-bottom: 5px;
}
.thrColLiqHdr #sidebar1 ul a.home {
	background: url(images/nav_home.gif) left top no-repeat;
}
.thrColLiqHdr #sidebar1 ul a.home:hover, .thrColLiqHdr #sidebar1 ul a.home.current {
	background-position: right top;	
}
.thrColLiqHdr #sidebar1 ul a.about {
	background: url(images/nav_about.gif) left top no-repeat;
}
.thrColLiqHdr #sidebar1 ul a.about:hover, .thrColLiqHdr #sidebar1 ul a.about.current {
	background-position: right top;	
}
.thrColLiqHdr #sidebar1 ul a.services {
	background: url(images/nav_services.gif) left top no-repeat;
}
.thrColLiqHdr #sidebar1 ul a.services:hover, .thrColLiqHdr #sidebar1 ul a.services.current {
	background-position: right top;	
}
.thrColLiqHdr #sidebar1 ul a.contact {
	background: url(images/nav_contact.gif) left top no-repeat;
}
.thrColLiqHdr #sidebar1 ul a.contact:hover, .thrColLiqHdr #sidebar1 ul a.contact.current {
	background-position: right top;	
}
.thrColLiqHdr #sidebar1 ul a.links {
	background: url(images/nav_links.gif) left top no-repeat;
}
.thrColLiqHdr #sidebar1 ul a.links:hover, .thrColLiqHdr #sidebar1 ul a.links.current {
	background-position: right top;	
}
.thrColLiqHdr #sidebar1 h1 {
	width: 143px;
	height: 48px;
	position: relative;
	font-size: 1px;
	margin: 0 auto;
	padding-top: 15px;
}
.thrColLiqHdr #sidebar1 h1 span {
	background-image: url(images/sidebar_header.gif);
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	
}
.thrColLiqHdr #sidebar2 {
	float: right;
	width: 23%;
	padding: 15px 0;
	background-image: url(images/paper_stacks.png);
	background-repeat: no-repeat;
	height: 373px;
}
.thrColLiqHdr #sidebar1 p {
	margin-left: 10px;
	margin-right: 10px;
	font-size: .8em;
	text-align: center;
}

/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.thrColLiqHdr #mainContent {
	margin-top: 0;
	margin-right: 26%;
	margin-bottom: 0;
	margin-left: 23.5%;
}
.thrColLiqHdr #mainContent h1.home {
	width: 273px;
	height: 64px;
	position: relative;
	font-size: 1px;
	padding-top: 15px;
}
.thrColLiqHdr #mainContent h1.home span.home {
	background-image: url(images/home_header.gif);
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
.thrColLiqHdr #mainContent h1.about {
	width: 135px;
	height: 30px;
	position: relative;
	font-size: 1px;
	padding-top: 15px;
}
.thrColLiqHdr #mainContent h1.about span.about {
	background-image: url(images/about_header.gif);
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
.thrColLiqHdr #mainContent h1.services {
	width: 222px;
	height: 30px;
	position: relative;
	font-size: 1px;
	padding-top: 15px;
}
.thrColLiqHdr #mainContent h1.services span.services {
	background-image: url(images/services_header.gif);
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
.thrColLiqHdr #mainContent h1.contact {
	width: 161px;
	height: 30px;
	position: relative;
	font-size: 1px;
	padding-top: 15px;
}
.thrColLiqHdr #mainContent h1.contact span.contact {
	background-image: url(images/contact_header.gif);
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
.thrColLiqHdr #mainContent h1.links {
	width: 79px;
	height: 30px;
	position: relative;
	font-size: 1px;
	padding-top: 15px;
}
.thrColLiqHdr #mainContent h1.links span.links {
	background-image: url(images/links_header.gif);
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
.thrColLiqHdr #mainContent h1.thankyou {
	width: 143px;
	height: 30px;
	position: relative;
	font-size: 1px;
	padding-top: 15px;
}
.thrColLiqHdr #mainContent h1.thankyou span.thankyou {
	background-image: url(images/thankyou_header.gif);
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
.thrColLiqHdr #mainContent h2.taxprep {
	width: 249px;
	height: 23px;
	position: relative;
	font-size: 1px;
	padding-top: 15px;
}
.thrColLiqHdr #mainContent h2.taxprep span.taxprep {
	background-image: url(images/taxprep_subhead.gif);
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
.thrColLiqHdr #mainContent h2.bookkeeping {
	width: 215px;
	height: 23px;
	position: relative;
	font-size: 1px;
	padding-top: 15px;
}
.thrColLiqHdr #mainContent h2.bookkeeping span.bookkeeping {
	background-image: url(images/bookkeeping_subhead.gif);
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
.thrColLiqHdr #mainContent h2.payroll {
	width: 156px;
	height: 23px;
	position: relative;
	font-size: 1px;
	padding-top: 15px;
}
.thrColLiqHdr #mainContent h2.payroll span.payroll {
	background-image: url(images/payroll_subhead.gif);
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
.thrColLiqHdr #mainContent h2.fees {
	width: 156px;
	height: 23px;
	position: relative;
	font-size: 1px;
	padding-top: 15px;
}
.thrColLiqHdr #mainContent h2.fees span.fees {
	background-image: url(images/fees_subhead.gif);
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
.thrColLiqHdr #mainContent h2.mission {
	width: 188px;
	height: 23px;
	position: relative;
	font-size: 1px;
	padding-top: 15px;
}
.thrColLiqHdr #mainContent h2.mission span.mission {
	background-image: url(images/mission_subhead.gif);
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
.thrColLiqHdr #mainContent h2.value {
	width: 168px;
	height: 23px;
	position: relative;
	font-size: 1px;
	padding-top: 15px;
}
.thrColLiqHdr #mainContent h2.value span.value {
	background-image: url(images/value_subhead.gif);
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
.thrColLiqHdr #mainContent h2.disclosure {
	width: 168px;
	height: 23px;
	position: relative;
	font-size: 1px;
	padding-top: 15px;
}
.thrColLiqHdr #mainContent h2.disclosure span.disclosure {
	background-image: url(images/disclosure_subhead.gif);
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
.thrColLiqHdr #mainContent ul li {
	padding-bottom: 15px;
}
.thrColLiqHdr #mainContent a {
	color: #0071bc;
	font-weight: bold;
}
.thrColLiqHdr #footer { 
	padding: 0 10px;
	margin: 0 auto;
} 
.thrColLiqHdr #footer h1 {
	width: 574px;
	height: 155px;
	position: relative;
	font-size: 1px;
	padding-bottom: 15px;
	padding-top: 15px;
	margin: 0 auto;
}
.thrColLiqHdr #footer h1 span {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
.thrColLiqHdr #footer p {
	text-align: center;
	font-size: 10px;
	padding-bottom: 5px;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
span.space {
	padding-top: 10px;
}
table {
	margin: 0;
	padding: 0;
}
p.table {
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	color: #000000;
	font-size: 12px;
}
p.table_bold {
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 10px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}


