/* style.css for TaxSave Consultants, Inc. website */
/* Copyright (C) 2008 Brian Nez <thedude at bri1 dot com> */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #b3bfbd url('background.png') repeat-x;
	font: 0.88em/1.25em Helvetica, Arial, sans-serif;
	margin: 20px;
}

div#main {
	margin: 0 auto;
	width: 795px;
	border: 1px solid #909997;
}

div#header {
	background: #6b7b91 url('header.png') no-repeat;
	color: #f1ffff;
	height: 95px;
}

div#body {
	background: #222;
}

div#nav {
	border-top: 1px solid #5b6b81;
	border-bottom: 1px solid #bdc9be;
	background: #eff9ef;
	height: 27px;
}

	div#nav ul {
		float: left;
		list-style-type: none;
		width: 100%;
	}
	
	div#nav ul li {
		display: inline;
	}
	
	div#nav ul li a {
		text-decoration: none;
		padding: 8px 1.5em 6px 1.5em;
		font: 13px;
		line-height: 13px;
		background: #dce6dd;
		float: left;
		border-right: 1px solid #626662;
		color: #000;
	}
	
	div#nav ul li.onpage a {
		background: #d8eed5;
		color: #000;
	}
	
	div#nav ul li a:hover {
		background: #8abb93;
		color: #fff;
	}

div#content {
	background: #fff;
	padding: 15px 25px 10px 25px;
}

	div#content p {
		padding: 5px 0;
	}

div#footer {
	background: #fff;
	color: #858585;
}

	div#footer p {
		font-size: 12px;
		padding: 10px 0;
		text-align: center;
	}
	
	div#footer p a {
		color: #858585;
		text-decoration: none;
	}
	
	div#footer hr {
		margin: 0 35px 0 35px;
		height: 2px;
	}

h1 {
	height: 0;
	width: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

h2, h3, h4, h5 {
	padding: 5px 0;
}

a:hover {
	text-decoration: underline;
}

hr {
	color: #e0e0e0;
	background-color: #e0e0e0;
	height: 1px;
	border: 0;
}

li {
	margin-left: 20px;
}

p.tagline {
	font-variant: small-caps;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

a.readmore {
	color: blue;
	font-size: 13px;
	font-style: italic;
}