@charset "utf-8";

/* CSS Document */

body
{
	background-color:#5a5340;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:12px;
	font-size:11px;
	color:#333;
	text-align:left;
	margin:0px;
	letter-spacing:.0005em;
}

h1, h2, h3, h4, h5, h6
{
	margin:0px 0px 0px 0px;
	font-weight:bold;
}

h1 { font-size:x-large; }
h2 { font-size:large; }
h3 { font-size:medium; }
h4 { font-size:12px; }


ul, li { margin:0px; padding:0px; }

a { text-decoration:none; color:#5e5b33; font-weight:bold; }
a:hover { text-decoration:underline; }

a.mail { text-decoration:none; color:#444; font-weight:normal; }
a.mail:hover { text-decoration:underline; color:#222; }

.hdr
{
	width:0px;
	height:0px;
	text-indent:-9000px;
	overflow:hidden;
	margin:0px;
}

p { margin:0px 0px 11px 0px; }

#wrapper
{
	position:relative;
	left:50%;
	margin-left:-473px;
	width:939px;
	height:auto;
	padding: 0px 11px 0px 5px;
}

#wrapper.home { background-image:url(images/bg_slice.jpg); }
#wrapper.inner { background-image:url(images/bg_slice_inner.jpg); }



/******************************* HOME *******************************/

#home_header
{
	position:relative;
	width:939px;
	height:220px;
	background-image:url(images/home_header.jpg);
	background-repeat:no-repeat;
}

#date
{
	position:absolute;
	top:8px;
	left:800px;
	font-size:10px;
	color:#7d9c00;
}

#home_body
{
	position:relative;
	width:939px;
	height:304px;
	background-image:url(images/home_body.jpg);
	background-repeat:no-repeat;
}

ul.home_nav { position:absolute; top:11px; left:407px; list-style:none; }
ul.home_nav li { position:relative; float:left; text-indent:-9000px; overflow:hidden; /*border:red thin solid;*/}

ul.home_nav li a.services 
{ 
	width:85px;
	height:20px;
	text-indent:-9000px;
	overflow:hidden;
	background-image:url(images/home_rollover_services.jpg); 
	display:block;
	margin-right:31px; 
} 

ul.home_nav li a.services:hover { background-position:-85px; } 

ul.home_nav li a.bios
{
	width:58px;
	height:20px;
	text-indent:-9000px;
	overflow:hidden;
	background-image:url(images/home_rollover_bios.jpg);
	display:block;
	margin-right:31px; 
}

ul.home_nav li a.bios:hover { background-position:-58px; } 

ul.home_nav li a.contact
{
	width:85px;
	height:20px;
	text-indent:-9000px;
	overflow:hidden;
	background-image:url(images/home_rollover_contact.jpg);
	display:block;
	margin-right:33px; 
}

ul.home_nav li a.contact:hover { background-position:-85px; } 

ul.home_nav li a.location
{
	width:92px;
	height:20px;
	text-indent:-9000px;
	overflow:hidden;
	background-image:url(images/home_rollover_location.jpg);
	display:block;
	margin-right:32px; 
}

ul.home_nav li a.location:hover { background-position:-92px; } 

ul.home_nav li a.links
{
	width:60px;
	height:20px;
	text-indent:-9000px;
	overflow:hidden;
	background-image:url(images/home_rollover_links.jpg);
	display:block;
}

ul.home_nav li a.links:hover { background-position:-60px; } 


a.more
{
	position:absolute;
	top:164px;
	left:798px;
	width:76px;
	height:20px;
	text-indent:-9000px;
	overflow:hidden;
	/*border:red thin solid;*/
}

a.email
{
	position:absolute;
	top:267px;
	left:858px;
	width:55px;
	height:15px;
	text-indent:-9000px;
	overflow:hidden;
}

/******************************* END HOME *******************************/

/******************************* INNER *******************************/

#inner_header
{
	position:relative;
	width:939px;
	height:110px;
	background-image:url(images/inner_header.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
}

#main_nav
{
	position:relative;
	float:left;
	width:793px;
	height:48px;
	background-image:url(images/main_nav.jpg);
	text-indent:-9000px;
	overflow:hidden;
}


ul.main_nav { position:absolute; top:17px; left:130px; width:790px; list-style:none; display:inline;  }
ul.main_nav li { position:relative; float:left; text-indent:-9000px; overflow:hidden; }

ul.main_nav li a.home 
{
	width:49px;
	height:19px;
	text-indent:-9000px;
	overflow:hidden;
	background-image:url(images/rollover_home.jpg);
	display:block;
	margin-right:6px; 
} 

ul.main_nav li a.home:hover { background-position:-49px; } 

ul.main_nav li a.services 
{ 
	width:71px;
	height:19px;
	text-indent:-9000px;
	overflow:hidden;
	background-image:url(images/rollover_services.jpg);
	display:block;
	margin-right:7px; 
}

ul.main_nav li a.services:hover { background-position:-71px; } 

ul.main_nav li a.bios
{
	width:44px;
	height:19px;
	text-indent:-9000px;
	overflow:hidden;
	background-image:url(images/rollover_bios.jpg);
	display:block;
	margin-right:6px; 
}

ul.main_nav li a.bios:hover { background-position:-44px; } 

ul.main_nav li a.contact
{
	width:73px;
	height:19px;
	text-indent:-9000px;
	overflow:hidden;
	background-image:url(images/rollover_contact.jpg);
	display:block;
	margin-right:6px; 
}

ul.main_nav li a.contact:hover { background-position:-73px; } 

ul.main_nav li a.location
{
	width:78px;
	height:19px;
	text-indent:-9000px;
	overflow:hidden;
	background-image:url(images/rollover_location.jpg);
	display:block;
	margin-right:7px; 
}

ul.main_nav li a.location:hover { background-position:-78px; } 

ul.main_nav li a.links
{
	width:47px;
	height:19px;
	text-indent:-9000px;
	overflow:hidden;
	background-image:url(images/rollover_links.jpg);
	display:block;
}

ul.main_nav li a.links:hover { background-position:-47px; } 

/******************************* END INNER *******************************/


/******************************* SERVICES *******************************/

#page_services 
{
	position:relative;
	float:right;
	width:146px;
	height:48px;
	background-repeat:no-repeat;
	text-indent:-9000px;
	overflow:hidden;
	background-image:url(images/page_services.jpg);
}

#inner_headings_services 
{
	position:relative;
	clear:both;
	width:939px;
	overflow:hidden;
	background-repeat:no-repeat;
	height:67px;
	background-image:url(images/inner_headings_services.jpg);
}
	
#inner_body_services 
{
	position:relative;
	overflow:auto;
	background-repeat:no-repeat;
	width:907px;
	height:286px;
	padding:13px 0px 0px 32px;
	background-image:url(images/inner_body_services.jpg);
}
	

#tax_services
{
	position:relative;
	float:left;
	width:245px;
	height:auto;
	margin:0px 76px 0px 0px;
}

#accounting_services
{
	position:relative;
	float:left;
	width:195px;
	height:auto;
	margin:0px 112px 0px 0px;
}

#accounting_services ul { list-style:none; list-style-image:url(images/list_dot.jpg); margin:0px 0px 17px 0px; }
#accounting_services li { margin:10px 0px 0px 17px; }

#business_advisory_services
{
	position:relative;
	float:left;
	width:235px;
	height:auto;
	margin:0px 0px 0px 0px;
}


/******************************* END SERVICES *******************************/


/******************************* BIOS *******************************/

#page_bios 
{
	position:relative;
	float:right;
	width:146px;
	height:48px;
	background-repeat:no-repeat;
	text-indent:-9000px;
	overflow:hidden;
	background-image:url(images/page_bios.jpg);
}

#inner_headings_bios 
{
	position:relative;
	clear:both;
	width:939px;
	overflow:hidden;
	background-repeat:no-repeat;
	height:55px;
	background-image:url(images/inner_headings_bios.jpg);
}
	
#inner_body_bios 
{
	position:relative;
	overflow:auto;
	background-repeat:no-repeat;
	width:917px;
	height:311px;
	padding-left:22px;
	line-height:14px; 
	background-image:url(images/inner_body_bios.jpg);
}

#erik
{
	position:relative;
	float:left;
	width:440px;
	height:auto;
	margin:10px 30px 0px 0px;
}

#erin
{
	position:relative;
	float:left;
	width:440px;
	height:auto;
	margin:10px 0px 0px 0px;
}

#inner_body_bios p + h4 { margin-top:24px; }


/******************************* END BIOS *******************************/


/******************************* CONTACT *******************************/

#page_contact 
{
	position:relative;
	float:right;
	width:146px;
	height:48px;
	background-repeat:no-repeat;
	text-indent:-9000px;
	overflow:hidden;
	background-image:url(images/page_contact.jpg);
}

#inner_headings_contact 
{
	position:relative;
	clear:both;
	width:939px;
	overflow:hidden;
	background-repeat:no-repeat;
	height:65px;
	background-image:url(images/inner_headings_contact.jpg);
}
	
#inner_body_contact 
{
	position:relative;
	overflow:auto;
	background-repeat:no-repeat;
	width:906px;
	height:301px;
	padding-left:33px;
	line-height:15px;
	background-image:url(images/inner_body_contact.jpg);
}

#contact_1
{
	position:relative;
	float:left;
	width:413px;
	height:auto;
	margin:0px 40px 0px 0px;
	margin-top:-15px;
}

#contact_2
{
	position:relative;
	float:left;
	width:413px;
	height:auto;
	margin:0px 0px 0px 0px;
	margin-top:-15px;
}

#contact h4 { color:#5a5340; margin:0px; display:inline; }


#inner_body_contact p { margin-top:18px; }


/******************************* END CONTACT *******************************/


/******************************* LOCATION *******************************/

#page_location 
{
	position:relative;
	float:right;
	width:146px;
	height:48px;
	background-repeat:no-repeat;
	text-indent:-9000px;
	overflow:hidden;
	background-image:url(images/page_location.jpg);
}

#inner_headings_location 
{
	position:relative;
	width:939px;
	overflow:hidden;
	background-repeat:no-repeat;
	float:left;
	width:287px;
	height:65px;
	background-image:url(images/inner_headings_location.jpg);
}

#location_map
{
	position:relative;
	float:right;
	width:652px;
	height:350px;
	background-image:url(images/location_map.jpg);
	padding-top:16px;
}
	
#map 
{
	width:650px;
	height:350px;
	margin:0px;
}

#inner_body_location 
{
	position:relative;
	overflow:auto;
	background-repeat:no-repeat;
	float:left;
	width:254px;
	height:301px;
	padding-left:33px;
	line-height:14px;
	background-image:url(images/inner_body_contact.jpg);
}

#location
{
	position:relative;
	float:left;
	width:248px;
	height:auto;
	margin:0px 0px 0px 0px;
	font-size:11px;
	/*border:red thin solid;*/
}

#location h4 { color:#5a5340; margin:0px; display:inline; }

#inner_body.location p + p { margin-top:15px; }



/******************************* END LOCATION *******************************/


/******************************* LINKS *******************************/

#page_links 
{
	position:relative;
	float:right;
	width:146px;
	height:48px;
	background-repeat:no-repeat;
	text-indent:-9000px;
	overflow:hidden;
	background-image:url(images/page_links.jpg);
}

#inner_headings_links 
{
	position:relative;
	clear:both;
	width:939px;
	overflow:hidden;
	background-repeat:no-repeat;
	height:65px;
	background-image:url(images/inner_headings_links.jpg);
}
	
#inner_body_links 
{
	position:relative;
	overflow:auto;
	background-repeat:no-repeat;
	width:906px;
	height:301px;
	padding-left:33px;
	line-height:14px;
	background-image:url(images/inner_body_contact.jpg);
}

#links
{
	position:relative;
	float:left;
	width:846px;
	height:auto;
}

#links h4 { color:#5a5340; margin:0px; display:inline; }


#inner_body.links p + p { margin-top:15px; }


/******************************* END LINKS *******************************/


/******************************* FOOTER *******************************/

#footer
{
	position:relative;
	clear:both;
	left:50%;
	margin-left:-473px;
	width:955px;
	height:60px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
}


a.pyfo
{
	position:relative;
	float:right;
	margin:45px 11px 0px 0px;
	color:#7b7566;
	font-size:10px;
	font-weight:normal;
}

a.pyfo:hover { text-decoration:none; color:#bdbab3; }

/******************************* END FOOTER *******************************/

.clearfloat { clear:both; }