@charset "UTF-8";
/* CSS Document */

/************************************/
/********  Storage Info  ************/
/*
old red color #EE0000
New Red color #C10000

/****************************************************/
/**********  Zero out everything to start  **********/
/****************************************************/
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}
ul, ol {
	list-style: none;
}
fieldset, img {
}
caption, th {
	text-align: left;
}


/****************************************************/
/*************  Start layout strusture  *************/
/****************************************************/
body {
	color: #000;
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
a {
	font-size: 14px;
	font-weight: bold;
	color: #630;
	text-decoration: underline;
}
a:hover {
	color: #C10000;
	font-weight: bold;
	font-size: 14px;
}
a:link, a:visited, a:active {
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
p {
	margin-bottom: 18px;
	font-weight: normal;
}
h1 {
	font-weight: bold;
	font-size: 28px;
	line-height: 30px;
	margin-bottom: 14px;
	letter-spacing: -0.05em;
}
h2 {
	font-weight: bold;
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 14px;
	letter-spacing: -0.03em;
}
h3 {
	font-weight: bold;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: -0.03em;
}
h4 {
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: -0.03em;
}
h5 {
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
}
h6 {
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
}



/***************************************************/
/*********  Section specific font styles  **********/
/***************************************************/
#saftey .safteyheader1c {
	font-weight: bold;
	color: #BB0000;
	font-size: 22px;
	text-align: center;
	line-height: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
#saftey .safteyheader2c {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	margin-bottom: 8px;
}
#saftey .smallp {
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	text-align: left;
}
#headernotice a {
	color: #FF9900;
}
#footer p  {
	font-size: .8em;
	color: #FFFFFF;
	font-weight: bold;
}
.orangebld  {
	color: #D26200;
	font-weight: bold;
	font-size: 14px;
}
.orangebldund {
	text-decoration: underline;
}


/***************************************************/
/********  classes for font specifications  ********/
/***************************************************/
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.justify {
	text-align: justify;
}
.redXLc {
	color: #C10000;
	text-align: center;
	font-size: 4em;
}
.redXL {
	color: #C10000;
	text-align: left;
	font-size: 4em;
}
.red {
	color: #C10000;
}
.redbld {
	font-weight: bold;
	color: #C10000;
}
.redbldlrg {
	font-weight: bold;
	color: #C10000;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: -0.03em;
}
.redbld12 {
	font-weight: bold;
	color: #C10000;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: -0.03em;
}
.redbld14 {
	font-weight: bold;
	color: #C10000;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: -0.03em;
}
.redbld18 {
	font-weight: bold;
	color: #C10000;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: -0.03em;
}
.redbld24 {
	font-weight: bold;
	color: #C10000;
	font-size: 24px;
	line-height: 26px;
	letter-spacing: -0.03em;
}
.redbld48 {
	font-weight: bold;
	color: #C10000;
	font-size: 48px;
	line-height: 50px;
	letter-spacing: -0.03em;
}
.hdrntctxt {
	font-weight: bold;
	color: #ffffff;
}
.intro {
	font-weight: bold;
}
.bldtxt {
	font-weight: bold;
}
.bdlblk {
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: -0.03em;
	color: #000;
}
.bldblk18 {
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: -0.03em;
	color: #000;
}
.bldblk24 {
	font-weight: bold;
	font-size: 24px;
	line-height: 26px;
	letter-spacing: -0.03em;
	color: #000;
}
.bdllnk {
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: -0.03em;
}
/****************************** HERE ******************************/
.smallText {
	font-size: 10px;
}
.smallText a {
	font-size: 10px;
}
.strong {
	font-weight:bold;
}

ul {
	margin-bottom: 18px;
	list-style: none outside;
}
ol {
	margin-bottom: 18px;
	list-style: decimal;
	margin-left: 2.2em;
}
ul.square, ul.circle {
	margin-left: 2em;
}
ul.square {
	list-style: square outside;
}
ul.circle {
	list-style: circle outside;
}
ul ul.circle, ul ul.square {
	margin-top: 4px;
	margin-bottom: 5px;
}
ol.sosumi {
	margin-left: 0;
	padding-left: 2em;
}
.formFieldText {
	font: 14px/24px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #000;
}

/****************************************************/
/****************  Sidebar1 Buttons  ****************/
/****************************************************/
#sidebar1 #tswcssbuttons {
	width: 178px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}
#sidebar1 #tswcssbuttons ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
}
#sidebar1 #tswcssbuttons li {
	padding: 0px;
	display: block;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	text-align: center;
}
#sidebar1 #tswcssbuttons li a {
	color: #000;
	background-color: #ffe500;
	border: 2px outset #b3a000;
	width: 170px;
	text-decoration: none;
	display: block;
	border-top-color: #FFFF99;
	border-right-color: #FF9900;
	border-left-color: #FFFF99;
	border-bottom-color: #FF9900;
	padding: 2px;
}
#sidebar1 #tswcssbuttons li a:hover {
	color: #000;
	background-color: #FF9900;
}
#sidebar1 #tswcssbuttons #btnsshadow ul li .btntxtsz1 {
	font-size: 18px;
}
#sidebar1 #tswcssbuttons #btnsshadow ul li .btntxtsz2 {
	font-size: 12px;
}

/****************************************************/
/*************  Two Column Text Setting  ************/
/****************************************************/
.twoColFixLtHdr .marginbrm7 {
	margin-bottom: 7px;
}
.twoColFixLtHdr .marginbtm14 {
	margin-bottom: 14px;
}
.twoColFixLtHdr .margin0 {
	margin-bottom: 0px;
}
.twoColFixLtHdr .margin0center {
	text-align: center;
	margin-bottom: 0px;
}
.twoColFixLtHdr .indentmargin0 {
	text-indent: 10px;
	margin-bottom: 0px;
}
.twoColFixLtHdr .indent {
	text-indent: 10px;
}
.twoColFixLtHdr .leftBdyBlk {
	float: left;
	width: 275px;
	height: 50px;
	padding: 6px 10px 6px 20px;
}
.twoColFixLtHdr .rightBdyBlk {
	height: 50px;
	padding: 6px 10px 6px 20px;
}

.twoColFixLtHdr .leftBdyBlkTl {
	float: left;
	width: 275px;
	height: 75px;
	padding: 5px 10px 5px 20px;
}
.twoColFixLtHdr .rightBdyBlkTl {
	height: 75px;
	padding: 5px 10px 5px 20px;
}
.twoColFixLtHdr .leftBdyBlkSm {
	float: left;
	width: 275px;
	height: 30px;
	padding: 6px 10px 6px 20px;
}
.twoColFixLtHdr .rightBdyBlkSm {
	height: 30px;
	padding: 6px 10px 6px 20px;
}
.twoColFixLtHdr .bdySpecWide {
	padding-left: 20px;
}

/****************************************************/
/************  Three Column Text Setting  ***********/
/****************************************************/
ul.star {
	list-style-image: url(../images/starsgoldtinysparkle03.png);
	margin-left: 2em;
	margin-top: 20px;
	margin-bottom: 5px;
	list-style-position: outside;
}
#ruledppr #cntrclmn h3 #spchmcc {
	padding-right: 30px;
}
#ruledppr #cntrclmn .center #spchmcc {
	padding-right: 50px;
	padding-left: -30px;
}
#ruledppr #cntrclmn .redXLc #spchmcc {
	padding-right: 30px;
}
#ruledppr #hmhdr {
	width: 300px;
	padding-top: 20px;
	padding-left: 20px;
}
.rchphdr {
	color: #C10000;
	font-size: 14px;
	font-weight: bold;
}

#mainContent #ruledppr #cntrclmn {
	padding-top: 20px;
	padding-left: 30px;
	width: 340px;
}


/***************************************************/
/**************** Membership Page  *****************/
/***************************************************/
#mbrshppg {
	padding-top: 10px;
	padding-left: 30px;
	padding-bottom: 20px;
	padding-right: 20px;
}

/***************************************************/
/**************** Resources Page  ******************/
/***************************************************/
#rsrcs {
	padding-top: 10px;
	padding-left: 30px;
	padding-bottom: 20px;
	padding-right: 20px;
}

/***************************************************/
/*********** WHEIA Districts Form Page  ************/
/***************************************************/
#dstrts {
	padding-top: 10px;
	padding-left: 30px;
	padding-bottom: 20px;
	padding-right: 20px;
}

/***************************************************/
/************ Contact WHEIA Form Page  *************/
/***************************************************/
#cntwheia {
	padding-top: 10px;
	padding-left: 30px;
	padding-bottom: 20px;
	padding-right: 20px;
}

/***************************************************/
/************* Board Of Directors Page  ************/
/***************************************************/
#bdrtbl {
	padding-top: 10px;
	padding-left: 30px;
	padding-bottom: 20px;
	padding-right: 20px;
}

/***************************************************/
/************ Special Recognition Page  ************/
/***************************************************/
#scplrecogpg {
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}

/***************************************************/
/************** Endowment Fund Page  ***************/
/***************************************************/

#endfnd {
	padding-top: 30px;
	padding-right: 60px;
	padding-bottom: 30px;
	padding-left: 60px;
}
#endfnd #endow {
	padding-bottom: 30px;
}
#endfnd #endfndtxt {
	padding: 40px;
	color: #963;
}
