/* CSS Document */

/*  MODIFICATIONS:
image_align5,6, and 7 were added; added footnote class - Apr 2009  */

body	{ margin: 0; font-family: Arial, Helvetica, sans-serif; line-height: 125%; background: #332c24 url(../images/bkgrd_drop.jpg) repeat-x; padding-top: -3px; }

a {
	color: #810427;
	text-decoration: none;
}
a:hover	{
	color: #ac1522;
	text-decoration: none;
}
a:visited { color: #816e7a; text-decoration: none; }

a:active { color: #da1730; text-decoration: none; }

p { font-size: 13px; line-height: 145%; padding-top: 5px; }

p.topic { font-size: 14px; font-weight: 700; margin-bottom: -12px; }

/* ---- xxxxxxxx MENU STYLE for php-included contextual menu xxxxxxx ---- */

/*  ===== xxxxx  SITE CONTEXTUAL MENU - boldness2   -- [when in use] xxxxx ===== */
#body_pgm #nav_pgm a,#body_rsk #nav_rsk a,#body_cmp #nav_cmp a,
#body_trt #nav_trt a,#body_adv #nav_adv a,#body_brd #nav_brd a,#body_cnt #nav_cnt a,#body_ref #nav_ref a {
	/* color:#AE1D44;   */
	  font-weight: bold; 
	/*  background: url(none); */  /* This may resolve disappearing background problem - [from touchsite]  */
}
/* ---- xxxxxxxx END MENU STYLE xxxxxxx ---- */

/* ---- xxxxxxx ANNOUNCEMENT xxxxxxx ---- */

#announce_1	{ 
	position: absolute; 
	left: 500px; 
	top: 0px;
	width: 351px;
	height: 60px;
	overflow: hidden;
}

#announce_1:hover {
	position: absolute; 
	width: 351px;
	height: 60px;
	left: 500px;
	top: -60px;
	overflow: visible;
}

/* ---- xxxxxxx END ANNOUNCE xxxxxxxx ---- */

#container	{
	width: 829px;
	margin: auto;
	background: url(../images/content_bgd.gif) repeat-y 12px 0px;
}

#containerInside	{ width: 829px; margin: auto; background: url(../images/content_bgd2-c.gif) repeat-y 12px 0; position: relative; }

#draft { background: url(../images/draft_sm.gif) no-repeat left 0; position: absolute; top: 635px; width: 208px; height: 127px; z-index: 10; visibility: hidden; float: right; }

#vertline { background-image: url(../images/spacer.gif); width: 4px; height: 300px; visibility: hidden; min-width: 3px; min-height: 30px; max-width: 6px; max-height: 100px; border: dotted 1px gray; display: block; }

#vertline_short { background-image: url(../images/spacer.gif); visibility: hidden; display: block; width: 4px; height: 300px; min-width: 3px; min-height: 30px; max-width: 6px; max-height: 60px; border: dotted 1px gray; }

#vertline_none { background-image: url(../images/spacer.gif); visibility: hidden; display: block; width: 4px; height: 300px; min-width: 3px; min-height: 0px; max-width: 6px; max-height: 0px; border: dotted 1px gray; }

#vertline_med { background-image: url(../images/spacer.gif); visibility: hidden; display: block; width: 4px; height: 300px; min-width: 3px; min-height: 30px; max-width: 6px; max-height: 140px; border: dotted 1px gray; }


#header	{
	height: 139px;
	position: relative;
	background: url(../images/headerBkgrd-drop-band.jpg) no-repeat;
}

#header .headerLeft	{ float: left; width: 540px; padding: 12px 0 0;  //  0 to align Logo; orig: 21px; }

/*   ====== xxxxx Header details -- Future Use xxxxx ======   */

#header .homeLink a	{
	font-size: 11px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;	
	width: 118px;
	height: 10px;
	text-align: center;
	position: absolute;
	top:15px;
	left: 20px;
	padding: 95px 0px 0px 0px;
	vertical-align: bottom;
	color: #b38d98;
	text-decoration: none;
	display: block;
	background: url(../images/spacer.gif); /* needed for IE to recognize div width and height */
}

#header .homeLink a:hover	{
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

#header .headerRight	{
	float: right;
	width: 233px;
	padding: 0px 12px 0px 0px;
}

#header .headerTab	{
	width: 232px;
	height: 24px;
	padding: 8px 0px 0px 0px;
	background: url(../images/grayTab.gif) no-repeat;
	text-align: center;
	font-size: 13px;
	color: #ffffff;
	font-style: italic;
	display: block;
	text-decoration: none;
}

#header .headerTab:hover	{
	text-decoration: none;
	cursor: pointer;
}

/* ===== xxxxx SuperScript Info xxxxx =====  */
.supers { font-size: 9px; text-decoration: none; }
.supers a { font-size: 9px; text-decoration: none; vertical-align: super; line-height: 0; }
.footnote { font-style: italic; font-size: .82em; }

/*nav area */

#nav	{
	height: 33px;
	width: 520px;
	top:104px;
	left: 287px;
	position: absolute;
}


#nav ul	{
	margin:0px;
	padding:0px;
}

#nav li	{
	float:left;
	padding:0px;
	margin:0px;
	list-style: none;
	background-repeat: no-repeat;
}

#nav a {display:block; height:0; padding-top:33px; color:#000; overflow:hidden;}

#nav li.navA	{width: 3px;}
#nav li.nav1	{width:132px;}
#nav li.nav2	{width:130px;}
#nav li.nav3	{width:107px;}
#nav li.nav4	{width:67px;}
#nav li.nav5	{width:81px;}
/* subnav */

#subNav {
	padding: 0px 0px 15px 0px;
}

#subNav h1	{
	font-size: 17px;
	padding: 0;
	margin: 0 0 15px 0;  //orig-  0 0 5 0
	color: #6f7709;
}


#subNav h1 a	{
	color: #6f7709;
	text-decoration: none;
}

#subNav h1 a:hover	{
	color: #97a020;
}

#subNav  .onstate	{ color: #84101b; font-weight: bold; }
#subNav .onstate a { color: #9c2f1b; font-weight: bold; }
#subNav	ul	{ padding: 0; margin: 0; font-size: 13px; }

#subNav ul li	{ color: #84101b; list-style: none inside; padding: 6px 0 6px 6px; background: url(../images/subNavLine.gif) no-repeat 50% bottom; }

#subNav ul a	{
	color: #931f20;
	text-decoration: none;
}

#subNav ul a:hover	{
	color: #2e2016;
}

#slogan	{
	width: 829px;
	height: 69px;
	background: url(../images/slogan.gif) no-repeat;
	position: relative;
}
#sloganInside	{
	width: 829px;
	height: 56px;
	background: url(../images/slogan.gif) no-repeat;
	position: relative;
}

.sloganLink	{
	display: block;
	width: 710px;
	height: 35px;
	padding: 12px 0px 0px 0px;
	margin: 0px 0px 0px 66px;
}

#content	{
	padding: 0px 18px 0px 27px;
}

#contentInside	{
	padding: 40px 18px 30px 20px;
	background: url(../images/contentInner_bgd.gif) no-repeat 17px 0px;
}
/*inside pages */

#contentLeft	{
	float: left;
	width: 177px;
	padding: 0px 10px 0px 10px;
}

#contentMain	{ float: right; width: 545px; font-size: 14px; color: #3c2f14; line-height: 20px; min-height: 100px; padding: 5px 20px 0 0; }
#contentMain h1	{
	font-size: 34px;
	color: #6f770a;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

#contentMain h2	{
	font-size: 30px;
	color: #820505;
	font-weight: normal;
	padding: 0;
	line-height: 30px;
	margin: 5px 0 8px;
}

#contentMain h2.leadin	{
	font-size: 24px;
	color: #8f5f0b;
	font-weight: normal;
	letter-spacing: -1px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	line-height: 30px;
}

#contentMain h3	{
	color: #90121d;
	font-size: 22px;
	font-weight: bold;
	line-height: 24px;
	padding: 0;
	margin: 0;
}

#contentMain h4	{
	color: #94750f;
	font-size: 20px;
	font-weight: normal;
	padding: 0px;
	margin: 6px 0px 6px 0px;
}

#contentMain h5	{
	font-size: 17px;
	color: #97a218;
	padding: 0px;
	margin: 6px 0px 6px 0px;
}

#contentMain ul {
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 10px 0px;
}

#contentMain ul li	{
	list-style: none;
	background: url(../images/bullet_white.gif) no-repeat 0px 5px;
	padding: 2px 0px 2px 25px;
	font-size: 14px;
}
sup { font-size: 9px; vertical-align: super; }
sup a { font-size: 9px; text-decoration: none; }
/*
#contentMain li#pdfIcon	{
	background: url(../images/pdfIcon.gif) no-repeat 0px 3px;
	display: block;
}*/

#listIcon	{
	padding: 10px 0px 20px 10px;
}

#listIcon div	{
	margin: 2px 0px 3px 0px;
}

.pdfIcon	{
	background: url(../images/pdfIcon.gif) no-repeat 0px 1px;
	padding: 2px 0px 3px 25px;
}

.xlsIcon	{
	background: url(../images/xlsIcon.gif) no-repeat 0px 1px;
	padding: 2px 0px 3px 25px;
}

.ieIcon	{
	background: url(../images/ieIcon.gif) no-repeat 0px 1px;
	padding: 2px 0px 3px 25px;
}

#contentBottomLeft	{
	float: left;
	width: 240px;
}

#contentBottomLeft2	{
	float: left;
	width: 270px;
}

#contentBottomLeft a	{
	text-decoration: none;
}

#contentBottomLeft a:hover	{
	text-decoration: underline;
}

#contentBottomLeft	ul	{
	padding: 0px;
	margin: 0px 0px 0px 8px;
	font-size: 13px;
}

#contentBottomLeft ul li	{
	padding: 2px 0px 2px 25px;
	background: url(../images/bullet_arrow.gif) no-repeat 5px 9px;
	list-style: none;
}


#contentBottomRight	{
	float: right;
	width: 270px;
	text-align: center;
}


#contentBottomRight2	{
	float: right;
	width: 250px;
}

#contentBottomRight2 a	{
	text-decoration: none;
}

#contentBottomRight2 a:hover	{
	text-decoration: underline;
}

#contentBottomRight2	ul	{
	padding: 0px;
	margin: 0px 0px 0px 8px;
	font-size: 13px;
}

#contentBottomRight2 ul li	{
	padding: 2px 0px 2px 25px;
	background: url(../images/bullet_arrow.gif) no-repeat 5px 9px;
	list-style: none;
}

#contentBottomRight3	{
	float: right;
	width: 220px;
}

#contentBottomRight3 a	{
	text-decoration: none;
}

#contentBottomRight2 a:hover	{
	text-decoration: underline;
}

#contentBottomRight3	ul	{
	padding: 0px;
	margin: 0px 0px 0px 8px;
	font-size: 13px;
}

#contentBottomRight3 ul li	{
	padding: 2px 0px 2px 25px;
	background: url(../images/bullet_arrow.gif) no-repeat 5px 9px;
	list-style: none;
}
#bottomtextline { background: url(../images/bottom_text.gif) no-repeat center bottom; position: relative; top: 0; bottom: 0; margin-top: 0; padding-top: 50px; border-top: 1px dashed #8a7968; border-right-color: #50463c; border-bottom-color: #50463c; border-left-color: #50463c; display: block; }
#bottomfootertextline { background: url(../images/bottom_text.gif) no-repeat center bottom; display: block; padding-top: 50px; position: relative; top: 0; bottom: 0; margin-right: 10px; margin-bottom: 5px; margin-left: 8px; border-top: 1px dashed #8a7968; border-right-color: #50463c; border-bottom-color: #50463c; border-left-color: #50463c; }
#bott_line { background-image: url(../images/subNavLine.gif); background-position: 50% top; visibility: hidden; }
/*testimonial on inside pages */

#testimonialArea	{
	padding: 0px 0px 15px 0px;
}

#testimonialArea .imageArea	{ position: relative; height: 142px; padding-bottom: 40px; }

#testimonialArea .image	{
	position: absolute;
	top: 0;
	left: -35px;   //  left: -35px;
}
#testimonialArea .image_align1 { position: absolute; top: 0; left: -36px; }
#testimonialArea .image_align2 { position: absolute; top: 0; left: -25px; }
#testimonialArea .image_align3 { position: absolute; top: 0; left: -10px; }
#testimonialArea .image_align4 { position: absolute; top: 0; }
#testimonialArea .image_align5 { position: absolute; top: 5px; }
#testimonialArea .image_align6 { position: absolute; top: 15px; }
#testimonialArea .image_align7 { position: absolute; top: 25px; }
#testimonialArea .image_align16 { position: absolute; top: 15; left: -36px; }
#testimonialArea .image_align17 { position: absolute; top: 25; left: -36px; }
#testimonialArea .image_alignflushleft { position: relative; top: 0; left: -18px; }
#testimonialArea .quoteArea	{ margin-top: 10px; padding: 15px 0 0;
	/*background: url(../images/testimonial-glow.gif) no-repeat 15px 0px;*/
}
#testimonialArea .quoteAreaLower { margin-top: 30px; padding: 75px 0 0; }


/* QuoteArea padding determines large quotes symbol spacing */

#testimonialArea .name	{ font-size: 10px; color: #666f05; font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; font-weight: bold; line-height: 14px; text-align: right; padding: 5px 0; }

#testimonialArea .quotesource { color: #18150e; font-size: 10px; font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; font-weight: bold; line-height: 14px; text-align: right; padding: 5px 0; }

#testimonialArea .name span	{ color: #7b8506; font-size: 10px; font-weight: normal; line-height: inherit; }

#testimonialArea .quotesource span { color: inherit; font-size: 10px; font-weight: normal; }

#testimonialArea a	{
	font-size: 12px;
	font-style: italic;
	color: #a00b34;
	text-decoration: none;
}

#testimonialArea a:hover	{
	text-decoration: underline;
}
#quote	{ background: url(../images/end-quote.gif) no-repeat right bottom; }

#quote p	{
	font-size: 13px;
	color: #8e5d07;
	line-height: 19px;
	font-style: italic;
	background: url(../images/start-quote.gif) no-repeat left top;
	text-indent: 20px;
	padding: 14px 0 18px;
	margin: 0;
}

#pullQuote	{ width: 200px; border: dotted 1px #aba17e; padding: 10px; float: right; margin: 10px; font-size: 15px; color: #8e5d07; font-style: italic; line-height: 21px; background: url(../images/inlineQuoteBkgrd.gif) no-repeat 10px 0; }

#photoRight { color: #8e5d07; font-size: 15px; font-style: italic; line-height: 21px; background: url(../images/inlineQuoteBkgrd.gif) no-repeat 8px 0; margin: 10px 10px 5px; padding: 10px 10px 5px; width: 190px; float: right; min-width: 180px; }

#photoRightHoriz { color: #8e5d07; font-size: 15px; font-style: italic; line-height: 21px; background: url(../images/inlineQuoteBkgrd.gif) no-repeat 8px 0; margin: 10px 10px 5px; padding: 10px 10px 5px 4px; width: 210px; min-width: 180px; max-width: 240px; float: right; }

#photoLeft { color: #8e5d07; font-size: 15px; font-style: italic; line-height: 21px; background: url(../images/inlineQuoteBkgrd.gif) no-repeat 10px 0; position: relative; width: 200px; float: left; margin: 10px 10px 10px 0; padding-right: 40px; }

#photoLeft.lower { color: #8e5d07; font-size: 15px; font-style: italic; line-height: 21px; background: url(../images/inlineQuoteBkgrd.gif) no-repeat 10px 0; margin: 10px 10px 10px 0; padding-right: 40px; position: relative; top: 150px; width: 200px; float: left; }

#pullQuote .quote	{ background: url(../images/end-quote.gif) no-repeat right bottom; margin-top: 30px; padding: 5px; display: block; }

#pullQuote p	{ font-size: inherit; line-height: inherit; background: url(../images/start-quote.gif) no-repeat; text-indent: 20px; padding: 8px 0; margin: 0; }

#pullQuote h4	{
	font-size: 22px;
}

#pullQuote h5 { color: #7d0e15; font-size: 18px; }

#pullQuote span	{
	font-size: 14px;
}

#pullQuote .name	{
	text-align: right;
	color: #918d7e;
}

.inlineQuote	{
	border-top: 1px dashed #d6c89a;
	font-size: 14px;
	color: #8e5d07;
	font-style: italic;
	padding: 10px 20px 10px 0px;
	margin: 0px 0px 0px 0px;
	background: url(../images/inlineQuoteBkgrd.gif) no-repeat 10px 0px;
}

.inlineQuote .quote	{
	background: url(../images/end-quote2.gif) no-repeat right bottom;
}

.inlineQuote p	{
	background: url(../images/start-quote2.gif) no-repeat;
	text-indent: 20px;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 8px 0px;
	line-height: 23px;
}

.inlineQuote p:first-letter	{
	font-size: 26px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #7b8506;
}

.inlineQuote .name	{
	text-align: right;
	color: #7b8506;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
}

.inlineQuote .nameSub	{
	text-align: right;
	color: #7b8506;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 15px;
}

.inlineQuote span	{
	font-size: 13px;
	color: #7b7667;
}

.line	{
	height: 15px;
	border-bottom: 1px dashed #d6c89a;
}
/* contact info */

#contactInfo label	{
	width: 80px;
	float: left;
}
/* contact for */

#contactForm input, #contactForm textarea	{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #484641;
}

#contactForm label	{
	width: 150px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	font-size: 14px;
}

#contactForm select	{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

#contactForm .submit input {
	margin-left: 15px;
}

.indentForm	{
	padding: 0px 0px 0px 156px;
}


#indentForm input	{
	background-color: #6a191f;
	color: #ffffff;
	font-weight: bold;
	border:1px solid #ffffff;
	padding: 3px;
}

#indentForm input:hover	{
	background-color: #7f2a31;
	cursor: pointer;
}


#contactForm span, .required	{
	color: #777f09;
}

#alignColumn	{
	clear: left;
}

#alignColumn div	{
	float: left;
}

#alignColumn .column1	{
	width: 150px;
	border:1px solid #000;
}

.error	{
	color: #a80733;
	font-weight: bold;
}
.clearLeft	{
	clear: left;
}

.clearBoth	{
	clear: both;
}

/* footer area */

#footer	{ width: 734px; color: #878764; font-size: 14px; background-image: url(../images/content_bgd.gif); background-repeat: no-repeat; background-attachment: scroll; margin-left: 12px; padding-right: 0; padding-bottom: 0; display: block; }
#footerinside { color: #878764; font-size: 14px; background-image: url(../images/content_bgd2-c.gif); background-repeat: no-repeat; background-attachment: scroll; display: block; position: relative; width: 805px; float: left; }
#footer h2	{
	font-size: 18px;
	color: #d5c9ab;
	font-weight: normal;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
}

#footer h3	{
	font-size: 19px;
	color: #e6ddc7;
	padding: 0px;
	margin: 5px 0px 0px 0px;
}

#footer h4	{
	font-size: 15px;
	color: #b8b895;
	padding: 0px;
	margin: 0px;
}

#footer .footerLeft	{ float: left; width: 200px; padding-left: 10px; }

#footer .footerContact	{
	margin: 20px 0px 0px 0px;
}

#footer ul	{
	padding: 0px;
	margin: 0px;
	width: 170px;
}

#footer ul li	{ list-style: none; padding: 2px 0 2px 105px;
	;border-bottom-color: #555a17; border-bottom-width: 1px; }

#footer ul li a	{
	color: #878764;
	text-decoration: none;
}

#footer ul li a:hover	{
	color: #b8b895;
}

#footer .footerRight	{
	float: right;
	width: 600px;
	text-align:right;
}	

#footer .siteCredit	{
	font-size: 11px;
	color: #474d07;
}

#footer .siteCredit a	{
	color: #474d07;
	text-decoration: none;
}

#footer .siteCredit a:hover	{
	color: #636923;
}

/* styleguide */

#styleguideColor	{
	color: #ffffff;
	font-size: 12px;
	text-align: center;
}

#styleguideColor div	{
	padding: 4px;
	border-bottom: 1px solid #efe9d4;
}

#styleguideColor .red	{
	background-color: #61001b;
}

#styleguideColor .green	{
	background-color: #515708;
}

#styleguideColor .brown	{
	background-color: #513625;
}

#styleguideColor .beige	{
	background-color: #c2a674;
}

#styleguideColor .tan	{
	background-color: #d5c9ab;
}


#advisoryboard { margin: 1.2em 0 0 0;
}

#advisoryboard  ul li { font-size: .9em; font-family: Arial, Helvetica, Geneva, sans-serif, SunSans-Regular; line-height: 120%; margin: .5em 0 0 0;
}

#advisoryboard  ul li span { font-style: italic; }


.boardlist { }


#references { font-size: 13px; font-family: Arial, Helvetica, Geneva, sans-serif, SunSans-Regular; line-height: 15px; }

#references span { font-size: 13px; font-family: Arial, Helvetica, Geneva, sans-serif, SunSans-Regular; font-style: italic; line-height: 15px; }

.reflist { }
.reflist ol { }
.reflist ol li { padding-top: 6px; padding-bottom: 6px; }

