@charset "UTF-8";
/* CSS Document */

BODY {
margin:0px;
}

/* TEXT STYLES ------------------------------------------------------- */
/* /////////////////////////////////////////////////////////////////// */
.mainTEXT {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #625A4C;
	text-decoration: none;
	list-style-type: none;
	list-style-image: url(../images/bulletarrow.gif);
}
.mainTEXTbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #333333;
	text-decoration: none;
}
.mainTEXTdivider {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #333333;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #C0A95F;
	text-decoration: none;
}
.mainLINK {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #745e18;
	text-decoration: none;
	font-weight: normal;
	background-color: #f5f1e5;
	padding-left: 5px;
	padding-right: 5px;
}
.mainLINK:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	background-color: #BFA95F;
	padding-left: 5px;
	padding-right: 5px;
}
.mainSUBHEAD {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 21px;
	color: #5a564e;
	font-weight: 100;
	padding-bottom: 20px;
	}
.nextLINK {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #745e18;
	text-decoration: none;
	font-weight: normal;
	padding-left: 5px;
}
.nextLINK:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	padding-left: 5px;
	background-color: #BFA95F;
}
.subnavLINK {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5a564e;
	line-height: 14px;
	text-decoration: none;
	font-weight: 100;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C0A95F;
	width: 200px;
}
.subnavLINK:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C0A95F;
	line-height: 14px;
	text-decoration: none;
	font-weight: 100;
	background-color: #F5F1E5;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C0A95F;
	width: 200px;
}
.subnavDIVIDER {
	text-decoration: none;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C0A95F;
	padding-top: 5px;
}
.chartTEXT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
.chartBORDER {
	border: 1px solid #E2DED4;
}
/* COMPONENTS -------------------------------------------------------- */
/* /////////////////////////////////////////////////////////////////// */
.componentTEXT {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 12px;
	text-decoration: none;
}
.newsTEXT {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #887f6f;
	line-height: 15px;
	text-decoration: none;
}
.newsLINK {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #745e18;
	line-height: 15px;
	text-decoration: none;
	font-weight: normal;
}
.newsLINK:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 15px;
	text-decoration: none;
	font-weight: normal;
	background-color: #BFA95F;
}
.newsDIVIDER {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C0A95F;
	margin-bottom: 10px;
	margin-top: 10px;
}
.calloutTEXT {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	line-height: 17px;
	color: #745e18;
	text-decoration: none;
	background-image: url(../images/callout_mid.jpg);
	background-repeat: repeat-y;
	background-position: center;
	padding-right: 20px;
	padding-left: 30px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.calloutLINK {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	line-height: 17px;
	color: #C0A95F;
	text-decoration: none;
	text-align: center;
}
.calloutLINK:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	line-height: 17px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	background-color: #BFA95F;
}


/* FOOTER & TOP LINKS ------------------------------------------------ */
/* /////////////////////////////////////////////////////////////////// */

.topnavTEXT {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #887f6f;
	text-decoration: none;
}
.topnavLINK {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #887f6f;
	text-decoration: none;
}
.topnavLINK:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #BFA95F;
	text-decoration: none;
	background-color: #F9F6EE;
}
.footerTEXT {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #887f6f;
	text-decoration: none;
}
.footerLINK {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #887f6f;
	text-decoration: none;
}
.footerLINK:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #BFA95F;
	text-decoration: none;
	background-color: #F9F6EE;
}
.bg {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #5a564e;
}
.BGfooter {
	background-image: url(../images/footer.gif);
	background-repeat: repeat-x;
	padding: 15px;
}
.BGnews {
	background-image: url(../images/home_newsBG.gif);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}
.formfield {
	background-color: #F5F1E5;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 16px;
}

/* DATA GRID STYLES -------------------------------------------------- */
/* /////////////////////////////////////////////////////////////////// */

.tanbg {
	background-color: #F5F1E5;
}
.greybg {
	background-color: #5A564E;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #BFA95F;
	text-decoration: none;
	font-weight: normal;
}
.dataheader {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #BFA95F;
	text-decoration: none;
	font-weight: normal;
}
.GridViewHeader,
.GridViewHeader a:link,
.GridViewHeader a:visited
{
background-color: #5A564E;
color: White;
}
.GridViewHeader a:hover
{
background-color: #5A564E;
color: #BFA95F;
}
/* TOMBSTONE STYLE --------------------------------------------------- */
/* /////////////////////////////////////////////////////////////////// */
.tombstoneFULL {
    background: transparent url('../images/tombstone/Tombstone.jpg');
    width: 160px;
    height: 176px;
    padding: 18px 8px 18px 8px;
    text-align: center;
    margin: 0px 5px 5px 0px;
}
.tombstoneTEXT {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #5a564e;
	font-weight: bold;
}
.tombstoneBG {
	background-image: url(../images/tombstone/tomb_mid.gif);
	background-repeat: repeat-y;
	text-align: center;
}
.tombstoneAMOUNT {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #5a564e;
	font-weight: 100;
	padding-bottom: 10px;
	text-align: center;
}
.tombstoneNAME {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #5a564e;
	font-weight: 100;
	padding-top: 10px;
	text-align: center;
}
.tombstoneLINK {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BFA95F;
	line-height: 15px;
	text-decoration: none;
	font-weight: normal;
}
.tombstoneLINK:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 15px;
	text-decoration: none;
	font-weight: normal;
	background-color: #BFA95F;
}

/* CMS ONLY ---------------------------------------------------------- */
/* /////////////////////////////////////////////////////////////////// */
.cmsNAV {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.cmsNAV:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #a9dafe;
	text-decoration: underline;
	font-weight: bold;
}
.bgCMSNAV {
	background-image: url(../../images/cms/cms_navbg.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-position: center;
}
.BGnext {
	background-image: url(../images/nextBG.gif);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}

