/* PEACHTREE BASE STYLE SHEET */
@import url(reset.css);
/* BASIC SELECTORS
==================== */
body {
	background: #afab9e;
	color: #000;
}
body, p, div, th, td, input, select, textarea {
	font-family: "Arial Unicode MS", Arial, Helvetica, sans-serif;
	line-height: 1;
	font-size: 13px;
}
p {
	margin: 0 0 1em;
	line-height: 1.3;
}
/* HEADINGS
==================== */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 1em 0;
}
h1 {
	font: normal 26px "Helvetica Neue Light", Arial, sans-serif;
	color: #666;
	margin-bottom: .5em;
	line-height: 1em;
}
h1.powered-by {
	height: 33px;
	overflow: visible;
	background: url(/images/peachtree/powered-by-cpi.png) right bottom no-repeat;
}
h2 {
	font-size: 18px;
	margin-bottom: .5em;
	font-weight: normal;
}
.largenotice h2 {
	margin-top: 0;
}
h3 {
	font-size: 16px;
	margin-bottom: .5em;
	font-weight: normal;
	color: #303228
}
h4 {
	font-size: 125%;
}
h5 {
	font-size: 100%;
}
.subhead {
	font-weight: bold;
	font-size: 120%;
}
/* QUOTES
==================== */
blockquote {
	background: transparent url(/images/open-quote.gif) no-repeat top left;
}
blockquote p {
	line-height: normal;
	padding: 8px 0;
	margin-bottom: 0;
	text-indent: 30px;
}
.cite {
	background: transparent url(/images/close-quote.gif) no-repeat top right;
	padding: 15px 30px 0;
	font: italic 12px/1.2 Georgia, "Times New Roman", Times, serif;
}
/* LINK STYLES
==================== */
a:link, a:visited {
	color: #303228;
	text-decoration: underline;
}
a:hover {
	color: #7c8168;
}
a img {
	border: none;
}
a.outline img {
	border: 1px solid #fff;
}
a.outline:hover img {
	border-color: #000;
}
/* LISTS
==================== */
ul, ol {
	margin: 0 0 10px 25px;
}
ul.larger {
	list-style: none;
	margin: 0 0 1.2em;
	padding: 0;
}
ul.larger li {
	line-height: 1.2;
	margin: .2em;
}
/* TABLES
==================== */
table {
	border-collapse: collapse;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
td.nowrap {
	white-space: nowrap;
}
.calc td {
	padding: 5px;
	font-size: 12px;
	vertical-align: middle;
}
.calc td.nowrap {
	padding-left: 10px;
}
span.hanging {
	position: absolute;
	margin: 7px 0 0 -10px;
}
td.summary {
	font-size: 14px;
}
table.data, table.columnize {
	width: 100%;
}
.data td {
	padding: 10px 5px;
	border-bottom: 1px solid #dbd8cd
}
.data th {
	padding: 10px 5px;
	font-size: 18px;
	background: #dbd8cd;
}
.columnize td {
	vertical-align: top;
	padding-right: 20px;
}
/* PAGE LAOUT
==================== */
#header {
	width: 900px;
	height: 130px;
	background: url(/images/peachtree-header.png) no-repeat;
	margin: 0 auto;
	border: 1px solid #fff;
}
#content {
	width: 900px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #fff;
}
#sidebar {
	float: left;
	width: 150px;
	text-align: center;
	padding-top: 20px;
}
.narrowcolumn {
	float: left;
	width: 720px;
}
#copyright {
	clear: both;
	width: 900px;
	margin: 0 auto;
	padding: 10px 0 30px;
	text-align: center;
}
div.calc {
	background: #eeeade;
	border: 4px solid #878673;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px;
	margin-bottom: 20px;
}
.calc input {
	width: 30px;
}
#main-left {
	float: left;
	width: 450px;
}
#main-right {
	float: right;
	width: 250px;
}
#flowchartcontainer {
	display: none;
}
/* NAVIGATION
==================== */
#navbar {
	width: 900px;
	margin: 0 auto;
	border: 1px solid #fff;
	overflow: auto;
	border-top: none;
}
ul#nav {
	float: left;
	background: #eeeade;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
}
#nav a {
	background: #eeeade;
	border-right: 1px solid #fff;
	color: #303228;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	text-transform: uppercase;
}
#nav a:hover {
	background: #fcf9f1;
	color: #000;
}
/* GENERAL LAYOUT
==================== */
.clearing {
	clear: both;
}
.center {
	text-align: center;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
img.alignleft, div.floatleft {
	float: left;
	margin: 0 1em .5em 0;
}
img.alignright, div.floatright {
	float: right;
	margin: 0 0 .5em 1em;
}
.section {
	margin-bottom: 15px;
}
.callout {
	background: #eeeade;
	border: 1px solid #bac29c;
	padding: 1em;
	margin: 20px 0;
	font-size: 15px;
	color: #6b6c65;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
/* TYPOGRAPHY
==================== */
.result {
	font-weight: bold;
}
.small {
	font-size: 80%;
}
.larger {
	font-size: 110%;
}
.special-offer {
	font-family: "Cambria", "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 130%;
	font-weight: bold;
	border: 1px solid #afab9e;
	border-width: 1px 0;
	margin: 30px;
	padding: 10px;
}
.special-offer strong {
	text-transform: uppercase;
}
/* NOTICE AND WARNING BOXES
==================== */
.largenotice {
	background: #fff7d9 url(/images/notice.gif) 5px 50% no-repeat;
	border: 1px solid #ffe100;
	padding: 10px 10px 10px 58px;
	margin-bottom: 15px;
	min-height: 48px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.notice {
	background: #fff7d9 url(/images/notice-sm.gif) 5px 50% no-repeat;
	border: 1px solid #ffe100;
	padding: 10px 10px 10px 30px;
	margin-bottom: 15px;
	min-height: 18px;
	color: black;
	font-size: 14px;
}
.largewarning {
	background: #ffefef url(/images/warning.gif) 5px 5px no-repeat;
	border: 1px solid red;
	padding: 10px 10px 10px 58px;
	margin-bottom: 15px;
	min-height: 48px;
}
.warning {
	background: #ffefef url(/images/warning-sm.gif) 5px 50% no-repeat;
	border: 1px solid red;
	padding: 10px 10px 10px 30px;
	margin: 15px 20px;
	min-height: 18px;
	color: black;
	font-size: 12px;
}
