/* IE6 PNG HACK - can use repeat but not x/y (size img for whole area), & can't do png bullets */
img, #outer-ds-l, #outer-ds-r, #main-front-l { behavior: url(iepngfix.htc) }

/* _____________________________________________ ZERO OUT ______________________________________________ */

html, body, p, ul, ol, li, h1, h2, h3, h4, h5, h6, blockquote, hr, form, fieldset {
	margin: 0; 
	padding: 0; 
	border: 0 }

/* ____________________________________________ HTML & BODY ____________________________________________ */

html {
	height: 100%;
	scrollbar-base-color: #993300;
	scrollbar-arrow-color: #F2DAAC;
	scrollbar-track-color: #652200 }
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #591D00;
	background: url(images/_shared/pg-bg.gif) left 93px fixed repeat-x #652200 }

/* _____________________________________________ NOTES ________________________________________________ */

/* When wanting to change a used style, check where it's currently used by doing a Find (but not Replace).
Search for source code, not tag */

/* __________________________________________ TEMPLATE ITEMS __________________________________________  */
/* Complicated build to get effect. Nested tables, 3 layers deep. Main Back has the left nav panel minus dropshad.
Main Front has inner shad on left & white with shad on right. Then the actual content in tables inside those. */

#outer-ds-l { background: url(images/_shared/outer_ds-l.png) repeat }
#outer-ds-r { background: url(images/_shared/outer_ds-r.png) repeat }
#edge-l { width: 7px; background: url(images/_shared/edge-l.gif) repeat-y }
#edge-r { width: 7px; background: url(images/_shared/edge-r.gif) repeat-y }
#main-back { width: 886px; background: url(images/_shared/main_bg.gif) no-repeat #F2DAAC }
#main-front-l { width: 176px; background: url(images/_shared/main-front_l-ds.png) repeat; padding: 0 0 0 7px }
#main-front-r { width: 703px; background: url(images/_shared/main-front-r.gif) repeat-y }
#page-title { padding: 6px 0 0 19px }
#content { width: 627px; padding: 16px 38px 12px 38px }
#enews-subscribe {
	width: 145px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F2DAAC;
	text-align: center;
	letter-spacing: .04em;
	line-height: 135%;
	padding: 18px 0 0 0 }
#footer-top { background: url(images/_shared/main-front-r.gif) 183px top repeat-y }
#footer { height: 46px; background: url(images/_shared/footer_bg.gif) no-repeat }

/* ______________________________________________ LINKS ________________________________________________ */

a:link { color: #591D00; text-decoration: underline }
a:visited { color: #591D00; text-decoration: underline }
a:hover { color: #993300; text-decoration: none }
a:active { color: #993300; text-decoration: none }

#footerlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #993300;
	text-align: center;
	line-height: 135%;
	letter-spacing: .04em }
#footerlinks a:link { color: #993300; text-decoration: none }
#footerlinks a:visited { color: #993300; text-decoration: none }
#footerlinks a:hover { color: #993300; text-decoration: underline }
#footerlinks a:active { color: #993300; text-decoration: underline }

.footer-affil-web {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C8913E;
	text-align: center;
	line-height: 135%;
	padding: 5px }
.footer-affil-web a:link { color: #C8913E; text-decoration: none }
.footer-affil-web a:visited { color: #C8913E; text-decoration: none }
.footer-affil-web a:hover { color: #993300; text-decoration: underline }
.footer-affil-web a:active { color: #993300; text-decoration: underline }

/* If needed, place CSS Nav here - copy from desired example */

/* _____________________________________________ HTML TAGS _____________________________________________ */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #591D00;
	text-align: justify;
	line-height: 135%;
	margin: 0 0 12px 0 }
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #591D00;
	list-style-type: none;
	line-height: 135%;
	margin: 0 5px 12px 15px }
ul li { 
	background-image: url(images/_shared/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 20px }
.accent ul li { 
	background-image: url(images/_shared/bullet_on-beige.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 20px }
ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #591D00;
	line-height: 135%;
	margin: 0 5px 12px 35px }
blockquote_unused {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #591D00;
	font-style: italic;
	line-height: 135% }
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: .04em;
	color: #652200;
	background-color: #F2DAAC;
	text-transform: uppercase;
	border-bottom: #652200 1px solid;
	padding: 3px 3px 3px 10px;
	margin-bottom: 10px }
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #591D00;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	line-height: 125%;
	margin: 0 0 12px 0 }
hr { /* apparently hr is different now with xhtml -
		style the preceeding para with "p-no-margin" to avoid browser inconsistancy */
	border: none;
	border-top: #F2DAAC 3px double;
	height: 3px;
	width: 87%;
	text-align: center;
	margin: 18px auto 18px auto }

/* ______________________________________________ FORMS ________________________________________________ */

form th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #591D00;
	font-weight: normal;
	text-align: right;
	padding: 2px 4px 2px 0 }
form td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #591D00;
	font-weight: normal;
	padding: 2px 5px 2px 5px }
input, textarea, select, .form-input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #591D00;
	background: #F4EBDC;
	padding-left: 3px;
	padding-right: 3px;
	border-left: #C4B06F 1px solid;
	border-top: #C4B06F 1px solid;
	border-right: #FBF2E3 1px solid;
	border-bottom: #FBF2E3 1px solid;
	margin: 2px 0 2px 0 }
.form-radio, .form-ckbox {
	background: none;
	padding-left: 0;
	padding-right: 0;
	border: none }
.form-btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #F2DAAC;
	background-color: #652200;
	border-left: #9D725C 2px solid;
	border-top: #9D725C 2px solid;
	border-right: #351200 2px solid;
	border-bottom: #351200 2px solid }
	
/* ___________________________________________ CUSTOM STYLES ___________________________________________ */

.p-no-margin { margin-bottom: 0 }
.p-no-justify_unused { text-align: left }
.p-align-right_unused { text-align: right }
.p-align-center { text-align: center }
.smalltext_unused {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #591D00;
	line-height: 120% }
.smalltext2_unused {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #591D00;
	letter-spacing: .08em;
	word-spacing: .1em;
	line-height: 120% }
.img-right { float: right; margin-left: 15px; margin-bottom: 7px }
.img-left { float: left; margin-right: 15px; margin-bottom: 7px }
.img-right-tlb_unused { float: right; margin-top: 7px; margin-left: 12px; margin-bottom: 7px }
.img-left-trb_unused { float: left; margin-top: 7px; margin-right: 12px; margin-bottom: 7px }
.vertical-separator { border-right: #652200 1px solid }
.border-simple_unused { border: #F2DAAC 1px solid }
.border-full_unused { border-top: #999999 1px solid; border-left: #999999 1px solid }
.border-full_unused td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #591D00;
	line-height: 135%;
	border-right: #999999 1px solid;
	border-bottom: #999999 1px solid;
	padding: 3px }
.accent { width: 100%; margin-bottom: 15px }
.accent p { margin-bottom: 0 }
.accent th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F2DAAC;
	background: url(images/_shared/accent-th-bg.gif) repeat-y;
	text-align: left;
	font-weight: normal;
	line-height: 135%;
	padding: 3px 7px 3px 7px }
.accent th p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F2DAAC;
	background: url(images/_shared/accent-th-bg.gif) repeat-y;
	text-align: left;
	font-weight: normal;
	line-height: 135%;
	padding: 3px 7px 3px 7px }
.accent td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #591D00;
	background: #F2DAAC;
	text-align: justify;
	line-height: 135%;
	border: #652200 1px solid;
	padding: 7px }
.accent-tight { border-top: #652200 1px solid; border-left: #652200 1px solid; border-right: #652200 1px solid }
.accent-tight p { margin-bottom: 0; text-align: left }
.accent-tight th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F2DAAC;
	background: url(images/_shared/accent-th-bg.gif) repeat-y;
	text-align: left;
	font-weight: normal;
	line-height: 135%;
	padding: 3px }
.accent-tight th p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F2DAAC;
	background: url(images/_shared/accent-th-bg.gif) repeat-y;
	text-align: left;
	font-weight: normal;
	line-height: 135%;
	padding: 3px }
.accent-tight td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #591D00;
	background: #F2DAAC;
	text-align: left;
	line-height: 135%;
	border-bottom: #652200 1px solid;
	padding: 3px }