﻿html {
	height: 100%;
}
body {
	background-color: #F5F0EB;
	margin: 0px;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
img {
	border-style: none;
	border-color: inherit;
	border-width: 0px;
}
#wrapper {
	width: 840px;
	height: 100%;
	background-image: url('images/background.png');
	background-repeat: repeat-y;
	margin: 0px auto 0px auto;
	border: 0px;
	border-collapse: collapse;
}
#wrapper td {
	vertical-align: top;
}
#content {
	margin: 0px 50px 0px 50px;
	padding: 10px 0px 10px 0px;
}
#header {
	height: 90px;
	margin: 0px 40px 0px 40px;
	background-image:url('images/banner.jpg');
	background-repeat: no-repeat;
}
#footer {
	margin-left: 39px;
}
#menubar {
	width: 758px;
	height: 24px;
	margin-left: 40px;
	background-image: url('images/menu_back_dark.png');
	background-repeat: repeat-x;
	border-collapse: collapse;
}
#menubar td {
	padding: 0px;
	vertical-align: middle;
}
#menubar td.menu_item {
	text-align: center;
	font-size: 11px;
	font-weight: 700;
	padding: 0px 6px 0px 6px;
	white-space: nowrap;
}
#menubar td.menu_item a {
	color: white;
	text-decoration: none;
}
#menubar td.menu_item a:hover {
	text-decoration: underline;
}
#menubar td.menu_left {
	width: 2px;
	background-image: url('images/menu_left.png');
	background-repeat: no-repeat;
}
#menubar td.menu_right {
	width: 2px;
	background-image: url('images/menu_right.png');
	background-repeat: no-repeat;
}
#menubar td.menu_spacer {
	width: 3px;
	background-image: url('images/menu_spacer.png');
	background-repeat: no-repeat;
}
#content {
	width: 738px;
	background-color: white;
	margin-bottom: 30px;
	font-size: 16px;
	color: #00003C;
}
#content h1, h2 {
	color: #054761;
	margin: 0px;
}
#content h1 {
	font-size: 18px;
	margin-top: 10px;
}
#content h2 {
	font-size: 15px;
}
#content a {
	color: #DF8600;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#taxforms, #taxformscart, #employeeforms, #employeeformscart {
	width: 738px;
	border: 1px black solid;
	border-collapse: collapse;
}
#taxforms th, #taxformscart th, #employeeforms th, #employeeformscart th {
	font-size: 12px;
	white-space: nowrap;
	text-align: left;
	padding: 3px;
	border-bottom: 1px black solid;
}
#taxforms td, #taxformscart td, #employeeforms td, #employeeformscart td {
	vertical-align: top;
	font-size: 11px;
	padding: 2px 3px 2px 3px;
	border-bottom: 1px silver dotted;
}
.callout1 {
	border: 1px #808080 dashed;
	padding: 0px 10px 0px 10px;
	margin-top: 20px;
	background-color: #F9FAFC;
}
.qty {
	width: 40px;
	text-align:center;
}
.staffpick {
	clear: both;
}
