/***************************************/
/* Global Styles                       */
/***************************************/
body {
	background-color: #FFFFFF;
	font-size: 1em;
	text-align: left;
	top: 75px;
}
/***** article titles */
h1 {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 115%;
    font-weight: 800;
}
/* The below tags allow centered rules for all browsers, including Safari in the form <div class="hr"><hr /></div> */
.hr{
	overflow:hidden;
	text-align: center;
	clear: both;
}
.hr hr{
	margin-right: auto;
	margin-left: auto;
}
/* hr rule end */
a:link {
    color: #0000FF;
    text-decoration: none
}
a:visited {
    color:#0000FF;
    text-decoration: none
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}

/***** page content area */
#mtext {
    margin-right: 20px;
    margin-left: 20px;
}

/***** indents akin to blockquote tag */
p.bq {
    padding-right: 20px;
    padding-left: 20px;
}

ol.bq {
    padding-right: 20px;
    padding-left: 20px;
}

/***** legal, copyright, privacy */
.legal, #footer p{
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	margin-right: 10px;
	font-size: 65%;
	padding-top: 10px;
}

/***************************************/
/* Utility Classes                     */
/***************************************/
/***** back to top arrow               */
p.backup{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	background-image: url(/binnew/sprite_box.gif);
	background-repeat: no-repeat;
	background-position: 125px -606px;
	line-height: 23px;
}
/***** zero bottom margin/no print */
.t-hug {
    text-align: center;
    margin-bottom: 0px;
}

/***** zero bottom margin/print */
.thug {
    text-align: center;
    margin-bottom: 0px;
}

/***** zero top margin, small text */
.bhug {
    text-align: center;
    margin-top: 0px;
    font-size: .8em;
}

/***** small text */
.sml {
    font-family: Arial, Helvetica, sans-serif;
    font-size: .6em;
    font-weight: 400;
}

/***** background color */
.wht {
	background-color: #ffffff;
}

/***************************************/
/* Email Page Button                   */
/***************************************/
.eblockm {				/* eblockm for the main pages, eblock for the rest*/
	line-height: 13px;
	padding-top: 4px;
}
.eblockm span{
	color: #000000!important;
}
.eblock{
	display: inline;
	top: 1px;
	position: relative;
}
.semail {
	padding-top: 0px;
	padding-bottom: 1px;
	color: #000000;
	background-color: #eeffee;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #b2d1b2;
	border-right-color: #270000;
	border-bottom-color: #270000;
	border-left-color: #b2d1b2;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	text-decoration: none!important;
	color: #000000;
	width: 9em;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.semail2{
	padding-right: 1em;
	padding-left: 1em;
}
a.semail:link,a.semail:hover,a.semail:visited{
	color: #000000;
	background-image: none!important;
}
a.semail:active{
	border-top-color: #003900;
	border-right-color: #c7b2b2;
	border-bottom-color: #c7b2b2;
	border-left-color: #003900;
}
/***************************************/
/* Search Buttons                      */
/***************************************/
/***** header site search */
.sbutton, .sbutton2 {
	vertical-align: middle;
	padding-top: 0px;
	padding-bottom: 1px;
      height: 16px;
      font: 11px Tahoma, Arial, Helvetica;
      background-color: #eeeeFF;
      border-top-width: 1px;
      border-right-width: 1px;
      border-bottom-width: 1px;
      border-left-width: 1px;
      border-top-color: #990000;
      border-right-color: #460000;
      border-bottom-color: #460000;
      border-left-color: #990000;
}

.sinput {
	vertical-align: middle;
    padding:0px;
	height: 14px;
    border:1px solid #969696;
    font: 11px Tahoma, Arial, Helvetica;
}

/***** member search */
.msform {
	margin: 0px;
	text-align: center;
	display: none;
}

.msiform {
    font-size: 80%;
    background-color: #eeeeFF;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #969696;
    border-right-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #969696;
}



/***************************************/
/* Secondary Page Mastheads            */
/***************************************/
#emenu {
    height: 53px;
    width: 100%;
}

#bemenu {
    height: 53px;
    width: 100%;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    border-top-width: thin;
    border-bottom-width: thin;
}

.co1 {
    float:left;
    font: 90% Tahoma, Arial, Helvetica;
    margin-left: 20px;
	width: 250px;
	background-image: url(/binnew/sprite_box.gif);
	background-repeat: no-repeat;
	background-position: 180px -1127px;
}
.co1 a{
	line-height: 53px;
}
.co2 {
    float:right;
    margin-right: 10px;
    text-align: right;
	width: 450px;
}
.co2 form {
	display: inline;
}
.co2 img{
	vertical-align: middle;
}


/***************************************/
/* Footers                             */
/***************************************/
#foots {
	width: 100%;
    padding-bottom: 1em;
}

/***************************************/
/* Search Highlighting                 */
/***************************************/
.hl0, .hl1, .hl2, .hl3, .hl4, .hl5 {
    background-color: #FFFF66;
}

.hlresut {
    font: 11px Tahoma, Arial, Helvetica;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-top-color: #990000;
    border-right-color: #990000;
    border-bottom-color: #990000;
    border-left-color: #990000;
}

/***************************************/
/* Content Styles (forced footer pages */
/***************************************/
#container {
	min-width:850px;
	max-width:1260px;
	margin-right: auto;
	margin-left: auto;
}
#content {
}
#footer {
}