/* CSS Document */
body{
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	background: url(../../images/body-bg.jpg) repeat-x #F1EEE6;
}
a{
	color: #996B5C;
	text-decoration: none;
}
a:hover{
	color: #805040;
	text-decoration: underline;
}
/* Container ------------------------------------------------------------- */
#container{
	width: 750px;
	margin: 20px auto;
	background: #FFF;
}
/* Header ---------------------------------------------------------------- */
#header{
	width: 690px;
	height: 120px;
	margin: 0 30px;
	padding: 0;
	background: url(../../images/header-bg.jpg) no-repeat;
}
#header h1{
	margin: 0;
	padding: 0;
}
#header h1 a{
	display: block;
	height: 120px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	text-decoration: none;
	outline: none;
}
/* Navigation ------------------------------------------------------------ */
#nav{
	float: left;
	width: 690px;
	margin: 0 30px 5px 30px;
}
#nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav ul li{
	float: left;
}
#nav ul li a{
	float: left;
	height: 22px;
	margin-left: 15px;
	text-indent: -9999px;
	text-decoration: none;
	outline: none;
}
#nav a.preparation{
	background: url(../../images/nav-preparation2.jpg) no-repeat top left;
	width: 121px;
}
#nav a.payroll{
	background: url(../../images/nav-payroll2.jpg) no-repeat top left;
	width: 121px;
}
#nav a.accounting{
	background: url(../../images/nav-accounting2.jpg) no-repeat top left;
	width: 93px;
}
#nav a.hotline{
	background: url(../../images/nav-hotline2.jpg) no-repeat top left;
	width: 93px;
}
#nav a.contact{
	background: url(../../images/nav-contact2.jpg) no-repeat top left;
	width: 93px;
}
#nav a.home{
	background: url(../../images/nav-home.jpg) no-repeat top left;
	width: 62px;
}
#nav a.preparation:hover,
#nav a.payroll:hover,
#nav a.accounting:hover,
#nav a.hotline:hover,
#nav a.contact:hover,
#nav a.home:hover{
	background-position: 0 -22px;
}
#nav2{
	clear: left;
	float: left;
	width: 690px;
	margin: 0 30px 15px 30px;
}
#nav2 ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav2 ul li{
	float: left;
}
#nav2 ul li a{
	float: left;
	width: 216px;
	height: 90px;
	margin-left: 10px;
	text-indent: -1000px;
	text-decoration: none;
	outline: none;
}
#nav2 a.tax{background: url(../../images/button-tax2.jpg) no-repeat top left;}
#nav2 a.payroll{background: url(../../images/button-payroll2.jpg) no-repeat top left;}
#nav2 a.accounting{background: url(../../images/button-accounting2.jpg) no-repeat top left;}
#nav2 a.tax:hover,
#nav2 a.payroll:hover,
#nav2 a.accounting:hover{
	background-position: 0 -90px;
}
#button a{
	list-style: none;
	text-indent: -1000px;
	display: block;
	width: 240px;
	height: 100px;
	margin-bottom: 10px;
}
#button a#tax{
	background: url(../../images/button-tax.jpg) no-repeat top left;
}
#button a.payroll{
	background: url(../../images/button-payroll.jpg) no-repeat top left;
}
#button a.accounting{
	background: url(../../images/button-accounting.jpg) no-repeat top left;
}
#button a#tax:hover,
#button a.payroll:hover,
#button a.accounting:hover{
	background-position: 0 -100px;
}
/* Content --------------------------------------------------------------- */
#content{
	clear: left;
	width: 690px;
	margin: 0 30px;
	padding: 5px 0;
	background: #F1EEE6;
	color: #666;
}
#content-padding{
	margin: 30px;
}
h2.title{
	text-indent: -2000px;
	margin: 0;
}
h2#leading{background: url(../../images/header-leading.jpg) no-repeat;}
h2#title-preparation{background: url(../../images/header-preparation.jpg) no-repeat;}
h2#payroll{background: url(../../images/header-payroll.jpg) no-repeat;}
h2#accounting{background: url(../../images/header-accounting.jpg) no-repeat;}
h2#contact{background: url(../../images/header-contact.jpg) no-repeat;}
p{
	margin: 0 0 10px 0;
	line-height: 1.5em;
}
li{
	margin-left: 0;
	line-height: 1.5em;
}
#home-tbl{
	clear: left;
}
.tblhdr{
	background: #996B5C;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.tblcnt{
	background: #FAF9F5;
	color: #666;
	text-align: center;
	font-weight: bold;
}
.img-bdr{
	border: 10px solid #FFF;
}
img#allen{
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}
h2#hotline-header{
	padding: 10px;
	border: 1px solid #666;
}
p.footer-links{
	margin-bottom: 0;
	border-top: 1px solid #CCC;
	padding-top: 5px;
	color: #996B5C;
}

/* Footer ---------------------------------------------------------------- */
#footer{
	width: 690px;
	margin: 0 30px 20px 30px;
	margin-top: 20px;
	color: #999;
}


