/* BASE STYLE SHEET
	Mike Folsom
	Nissi Creative Services
	mike@nissicreative.com
	
	dark brown: #5e4611
	rust: a66124
	very light green: c7c5b0
	
==================== */

@import url(reset.css);
/* UNIVERSAL SELECTORS
==================== */
body {
	background: #5e4611 url('/images/bg-body.jpg') center top repeat-x;
	color: #fff;
}
body, p, div, th, td, input, select, textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1;
	font-size: 16px;
	color: #352715;
	line-height: 1.4;
}
p {
	margin: 0 0 1em;
}
/* LINKS
==================== */
a, a:link {
	color: #a66124;
	text-decoration: none;
}
a:hover {
	color: #5e4611;
}
a:active {
	color: #5e4611;
}
#footer a:hover, #sidebar a:hover {
	color: #c7c5b0;
}
a img {
	border: none;
}
a.outline img {
	border: 3px solid #aa8f43;
}
a.outline:hover img {
	border-color: #5e4611;
}
a.external-link {
	background: url("/images/icons/external.png") right no-repeat;
	padding-right: 16px;
}
a.pdf-link {
	background: url("/images/icons/pdf.png") right no-repeat;
	padding-right: 16px;
}
a.document-link {
	background: url("/images/icons/word-doc.png") right no-repeat;
	padding-right: 18px;
}
a.print-link {
	background: url(/"images/icons/printer.png") right no-repeat;
	padding-right: 18px;
	text-decoration: none;
}
a.email-link {
	background: url(/"images/icons/email-link.png") right no-repeat;
	padding-right: 18px;
	text-decoration: none;
}
/* HEADINGS
==================== */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 1em 0;
	font-family: Geneva, Arial, sans-serif;
	line-height: 1;
}
h1 {
	font-size: 200%;
	color: #5e4611;
	margin: 0 0 .5em;
}
h2 {
	font-size: 175%;
}
#sidebar h2 {
	color: #603913;
	font-size: 18px;
	margin: 0 0 .5em;
	text-transform: uppercase;
}
h3 {
	font-size: 150%;
}
h4 {
	font-size: 125%;
}
h5 {
	font-size: 100%;
}
.subhead {
	font-style: italic;
	font-size: 20px;
	line-height: 1;
	color: #a66124;
}
/* QUOTES
==================== */
blockquote {
	background: transparent url(/images/open-quote.png) 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.png) no-repeat top right;
	padding: 15px 30px 0;
	font: italic 12px/1.2 Georgia, "Times New Roman", Times, serif;
}
/* LISTS
==================== */
ul, ol {
	margin: 0 0 10px 25px;
}
#nav ul {
	margin: 0;
}
/* TABLES
==================== */
table {
	border-collapse: collapse;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
/* LIBRARY CLASSES
==================== */
.column {
	float: left;
	margin-right: 13px;
}
.last {
	margin: 0;
}
.centered {
	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;
}
.clearing {
	clear: both;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}
.hidden {
	display: none;
}
.sr {
	position: absolute;
	top: -9999em;
	left: -9999em;
	height: 0;
	width: 0;
	overflow: hidden;
}
.panel {
	margin-bottom: 15px;
}
.callout {
	border: 1px solid;
	padding: 1em;
	margin: 15px;
}
.divider {
	padding-bottom: 15px;
	border-bottom: 1px dotted #c7c5b0;
	margin-bottom: 15px;
}
.note {
	font-style: italic;
	font-size: 80%;
}
.notice {
	background: #fff7d9 url("/images/icons/info.png") 5px 50% no-repeat;
	border: 1px solid #ffe100;
	padding: 10px 10px 10px 35px;
	margin: 15px 0;
	min-height: 18px;
	color: #000;
	font-size: 14px;
}
.warning {
	background: #ffefef url("/images/icons/exclamation.png") 5px 50% no-repeat;
	border: 1px solid #f00;
	padding: 10px 10px 10px 35px;
	margin: 15px 0;
	min-height: 18px;
	color: #000;
	font-size: 14px;
}
/* PAGE LAYOUT
==================== */
#header {
	width: 960px;
	height: 245px;
	background: url('/images/header.jpg') no-repeat;
	overflow: hidden;
	margin: 30px auto 0;
}
#navbar {
	width: 960px;
	height: 32px;
	position: relative;
	/*float: left;*/
	margin: -32px auto 0;
}
#page {
	width: 960px;
	margin: 0 auto;
	padding: 30px 0;
	background: #c4c2ae url('/images/bg-page.jpg');
}
.narrowcolumn {
	float: left;
	width: 620px;
	margin-left: 30px;
}
.payment {
	line-height: 32px;
}
.payment img {
	vertical-align: middle;
}
#sidebar {
	float: right;
	width: 220px;
	padding: 15px;
	margin-right: 30px;
	background: url('/images/bg-sidebar.jpg');
}
#sidebar img {
	border: 3px solid #aa8f43;
}
#footer {
	width: 930px;
	margin: 0 auto;
	padding: 30px 15px;
	font: 12px/1 Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

