/* NEW LIFE DIGITAL MEDIA DEFAULT STYLE SHEET */
/* CSS RESET
==================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	/*
font-family: inherit;*/
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
/* tables still need 'cellspacing="0"' in the markup */
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* HTML SELECTORS
==================== */
body {
	font-size: 76%;
	background: #008bb2 url(/images/bg.gif) repeat-x;
}
body, p, div, th, td, li, input, select, textarea, a {
	font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #392400;
}
ul, ol {
	margin: 0 0 1.2em 25px;
	font-size: 16px;
}
ul {
	list-style: square;
}
li {
	margin-bottom: .1em;
	line-height: 1.2;
}
p {
	margin: 0 0 1em;
	font-size: 16px;
	color: #392400;
	line-height: 1.3;
}
h1 {
	font-size: 24px;
	margin-bottom: 1em;
	color: #d86221;
}
h2 {
	font-size: 20px;
	margin: 2em 0 1em;
	color: #000;
}
h3 {
	font-size: 18px;
	margin: .5em 0;
}
h4 {
	font-size: 125%;
}
h5 {
	font-size: 100%;
}
blockquote {
	background: transparent url(../images/close-quote.gif) no-repeat bottom right;
}
blockquote p {
	background: transparent url(../images/open-quote.gif) no-repeat top left;
	line-height: normal;
	font-weight: bold;
	padding: 16px 0 30px;
	margin-bottom: 0;
	text-indent: 35px
}
strong {
	font-weight: bold;
	color: #000;
}
/* PAGE LAYOUT
==================== */
#header {
	width: 800px;
	height: 120px;
	margin: 10px auto 0;
}
#logo {
	width: 251px;
	height: 65px;
	background: transparent url(/images/logo.png) no-repeat;
	margin: 20px 0 0;
	position: absolute;
}
#headerphone {
	float: right;
	text-align: right;
	margin-top: 50px;
}
#navbar {
	width: 800px;
	height: 283px;
	margin: 10px auto 0;
}
#middle {
	background: #fdf8e2;
}
#page {
	width: 800px;
	margin: 0 auto;
	padding: 30px 0;
}
#photos {
	height: 320px;
	margin: -307px 0 30px;
	background: #fdf8e2 url(/images/cd-print.jpg) no-repeat;
}
#content.narrowcolumn {
	width: 540px;
	float: right;
}
#content.widecolumn {
	width: 800px;
}
#sidebar {
	width: 220px;
}
#bottom {
	background: url(/images/bottom.gif) repeat-x;
	min-height: 125px;
	border-top: 1px solid #392400;
}
#footer {
	width: 800px;
	margin: 0 auto;
	padding: 15px 0 30px;
	color: #fdf8e2;
}
#footericons {
	text-align: right;
}
#footericons img {
	vertical-align: middle;
	margin: 10px;
}
/* NAVIGATION
==================== */
ul#nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li {
	width: 220px;
	border-bottom: 2px dotted #97785a;
	margin: 0;
	padding: 0;
}
#nav li.last {
	border: none;
}
#nav a {
	font-size: 17px;
	color: #fdf8e2;
	text-decoration: none;
	line-height: 30px;
	width: 220px;
	display: block;
}
#nav a:hover {
	background: #432f0d;
	width: 219px;
	padding-left: 1px;
	color: #d86221;
}
#nav a:active {
	color: #53b4d0;
}
#nav a.current, #nav a.current:hover {
	background: url(/images/logomark-sm.gif) left no-repeat;
	width: 200px;
	padding-left: 20px;
	color: #fdf8e2;
}
/* LINK STYLES
==================== */
a img {
	border: none;
}
a.outline img {
	border: 10px solid #e0d9bf;
}
a.outline:hover img {
	border-color: #d1cab2;
}
a {
	color: #008bb2;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	background: #e0d9bf;
}
a:active {
	color: #d86221;
}
a.external-link {
	background: url(/images/external-icon.png) right no-repeat;
	padding-right: 16px;
}
a.pdf-link {
	background: url(/images/pdf-icon.png) right no-repeat;
	padding-right: 16px;
}
a.document-link {
	background: url(/images/document-icon.png) right no-repeat;
	padding-right: 18px;
}
a.print-link {
	background: url(/images/printer-icon.png) right no-repeat;
	padding-right: 19px;
	text-decoration: none;
}
#footer a {
	color: #e0d9bf;
	border-bottom: 1px dotted;
}
#footer a:hover {
	color: #fdf8e2;
	background: transparent;
}
/* FORMS
==================== */
.tinyInput {
	width: 50px;
}
.shortInput {
	width: 100px;
}
.medInput {
	width: 200px;
}
.longInput {
	width: 300px;
}
textarea {
	width: 310px;
}
fieldset {
	margin: 10px 0;
	padding: 20px 10px;
	border: 2px solid #e0d9bf;
}
legend {
	font-size: 16px;
	color: #008bb2;
	padding: 0 5px;
}
.formContainer {
	margin: 10px 0 20px;
}
.formContainer input:focus, .formContainer select:focus {
	background: #e0d9bf;
}
.formContainer label, .formContainer span.label {
	margin-right: 10px;
	padding-right: 10px;
	text-align: right;
	width: 180px;
	position: relative;
	float: left;
}
.formContainer label.error {
	margin: 0 0 0 200px;
	font: italic 10px Georgia, "Times New Roman", Times, serif;
	color: #f00;
	float: none;
	clear: both;
}
.formContainer label em, .formContainer span.label em {
	position: absolute;
	right: 0;
	color: red;
}
.formContainer div {
	margin: .5em 0;
	padding: .25em 0;
	clear: both;
}
.formContainer p {
	margin: 0;
}
.formContainer p.note {
	margin-left: 200px;
	font-size: 90%;
}
.formContainer div.error {
	color: red;
}
.formContainer div.error input {
	background: #fee;
}
.formContainer div.controlset label, .formContainer div.controlset input {
	display: inline;
	float: none;
}
.formContainer div.controlset div {
	margin-left: 200px;
}
.formContainer div.buttonrow {
	margin-left: 200px;
}
/* TABLES
==================== */
table {
	border-collapse: collapse;
}
table.display {
	width: 100%;
	margin: 0 0 30px;
}
.display th {
	padding: 5px 10px;
	font-weight: bold;
	background: #e0d9bf;
}
.display td {
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #e0d9bf;
}
.display td h4 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: .2em;
}
.display td h5 {
	background: url(/images/download-arrow.gif) no-repeat;
	padding-left: 20px;
	height: 16px;
	overflow: visible;
	font-size: 14px;
}
.display p {
	font-size: 13px;
}
.display ul {
	list-style: square;
	font-size: 12px;
	margin: .5em 0 .5em 2em;
}
.display li {
	color: #e0d9bf;
}
td.download {
	width: 150px;
}
/* TYPOGRAPHY
==================== */
#headerphone small {
	color: #432f0d;
}
#headerphone h2 {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	display: inline;
}
.nldm {
	font-weight: bold;
}
#footer {
	line-height: 1.4;
	text-align: center;
}
#footer p {
	color: #fdf8e2;
	font-size: 13px;
}
.smaller {
	font-size: 80%;
}
#sidebar .callout {
	border: 10px solid #e0d9bf;
}
#sidebar h2 {
	margin: 0 0 .5em;
	color: #d86221;
	padding-bottom: .4em;
	border-bottom: 2px dotted #e0d9bf;
}
#sidebar h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}
#sidebar p {
	font-size: 12px;
}
.collapse {
	margin: 0;
}
/* MISC CLASSES
==================== */
.clearing {
	clear: both;
	padding-bottom: 1px;
}
.centered {
	text-align: center;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
img.alignleft, .floatleft {
	float: left;
	margin: 0 1em .5em 0;
}
img.alignright, .floatright {
	float: right;
	margin: 0 0 .5em 1em;
}
.hidden {
	display: none;
}
.label {
	width: 1em;
	float: left;
}
.callout {
	border: 1px dotted;
	padding: 1em;
}
.section {
	margin-bottom: 15px;
}
.divider {
	padding-bottom: 15px;
	border-bottom: 1px dotted #e0d9bf;
	margin-bottom: 15px;
}
.subhead {
	border: 1px solid #53b4d0;
	border-width: 2px 0;
	padding: 10px;
	margin: 20px 0;
	font: italic 24px Georgia, "Times New Roman", Times, serif;
}
.notice {
	background: #fff7d9 url(/images/notice.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/warning.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;
}
div.outline {
	border: 10px solid #e0d9bf;
}
.cite {
	padding: 0 20px 15px;
	font-style: italic;
	color: #008bb2;
}
.pf {
	float: left;
	width: 1.5em;
	margin-right: .5em;
}
.small-icons {
	float: right;
}
.small-icons img {
	margin-left: 5px;
}
