/*-- Eric Meyer Reset --*/

	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,
	b, u, i, center, 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-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}
	body {
		line-height: 1;
	}
	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
	}
	
	/* remember to define focus styles! */
	:focus {
		outline: 0;
	}
	
	/* remember to highlight inserts somehow! */
	ins {
		text-decoration: none;
	}
	del {
		text-decoration: line-through;
	}
	
	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	
/*-- End Reset --*/


/*-- Basic Layout --*/

	body {
		background: #fff;
		/*-- background-image: url('images/body_bg.png'); --*/
		background: url('images/header-bg.png') center 10px no-repeat;	
	}
	
	div#header {
		width: 960px;
		height: 104px;
		margin: 0 auto;
		margin-top: 10px;
	}
	
	div#taxTipsShow {
		width: 200px;
		height: 90px;
		float: right;
		margin-right: 220px;
		position: relative;
		top: 5px;	
		line-height: 110%;	
	}
	
	div#wrapper {
		width: 960px;
		margin: 0 auto;
		position: relative;
	}
	
	div#middle-wrapper {
		width: 660px;
		float: left;
	}
	
	div#top-menu {
		height: 40px;
		width: 100%;
	}
	
	div#top-menu ul li, div#bottom-menu ul li {
		float: left;
	}
	
	div#top-menu ul li a, div#bottom-menu ul li a {
		border: none;
		width: 108px;
		display: block;		
	}
	
	div#left-menu {
		width: 150px;
		height: 580px;
		float: left;
	}
	
	div#right-menu {
		width: 150px;
		height: 580px;
		float: left;
	}
	
	div#footer {
		clear: both;
		width: 960px;
		margin: 0 auto;
		background: url('images/footer-bg.png') center top no-repeat;
		height: 45px;
	}
	
	/*-- Menu --*/
	
	a.menu-link {
		border: none;
		height: 17px;
		font-size: 16px;
		font-family: arial;
		font-weight: bold;
		color: #000;
		text-decoration: none;
		display: block;
		text-align: center;
	}
	
	a.about-link {
		background: url('images/about_btn.png') top left no-repeat;
	}
	
	a.services-link {
		background: url('images/services_btn.png') no-repeat;		
	}
	
	a.contact-link {
		background: url('images/contact_btn.png') no-repeat;		
	}
	
	a.home-link {
		background: url('images/home_btn.png') no-repeat;		
	}
	
	div.menu ul li a span{
		display: none;
	}
	
	/*-- Pages --*/
	
	div#page-container {
		width: 660px;
		border: 1px solid #d6ebff;
		margin-left: -2px;	
	}
	
	div.page {
		width: 660px;
		padding-top: 280px;
	}
	
	div#home-page {
		padding-bottom: 30px;
	}
	
	.column {
		float: left;
		width: 180px;
		padding: 15px 0 0 30px;
		font-size: 14px;
		font-family: arial;
		line-height: 150%;
	}
	
	.row {
		width: 600px;
		margin: 15px 30px;
		margin-bottom: 20px;
		font-size: 14px;
		font-family: arial;
		line-height: 150%;
	}
	
	iframe.row {
		width: 600px;
		margin: 0 21px;
		margin-bottom: 10px;
		margin-top: -25px;
	}
	
	.subheading {
		margin-left: 30px;
		font-size: 14px;
		font-weight: bold;
		margin-bottom: -10px;
	}

	div#home-page {
		background: url('images/home-bg.png') top center no-repeat;
	}
	
	div#about-page {
		background: url('images/about-bg.png') top center no-repeat;
		padding-top: 190px;
	}
	
	div#services-page {
		background: url('images/services-bg.png') top center no-repeat;
		padding-top: 190px;
	}
	
	div#class-page {
		background: url('images/class-bg.png') top center no-repeat;
		padding-top: 190px;
	}
	
	div#contact-page {
		background: url('images/contact-bg.png') top center no-repeat;
		padding-top: 250px;
	}
	
	div#find-us-page {
		background: url('images/find-us.png') top center no-repeat;
		padding-top: 350px;
	}
	
	.clear {
		clear: both;
	}
	
	/*-- Typography --*/
	
	body {
		font-family: arial, sans-serif;
		font-size: 13px;
		line-height: 175%;
	}
