/* Basic CSS Styles - for non-standards compliant browsers */

body
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.75em;
	color: #000;
	background: #FFF;
	margin: 0;
	padding: 0;  /* For Opera - uses padding for margins */
}

p
{
	text-align: left;  /* Overcomes IE6 intermittent centre alignment */
	margin: 0 0 0.8em 0;
	line-height: 1.2em; 
}

p, td, li, ul, ol, h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

form 
{
	padding: 0;
	margin: 0;
}

h2 
{
	color: #CCA466;
	font-size: 1em;
	line-height: 1.3em;
	padding: 0;
	margin: 0 7px 0 7px;
}

h3
{
	font-size: 0.9em;
}

.emph
{
	font-weight: bold;
}

img 
{
	display: block;	
	border: 0;
}

div
{
	padding: 0;
	margin: 0;
}

.inline {
	display: inline;
}

.hide
{
	display: none;
}

.aligntop
{
	vertical-align: top;
}

.floatright
{
	float: right;
}

#banner 
{
	width: 100%;
	height: 77px;
	background: #FFF url(/imgs/stripe_bkgnd.gif) repeat-x top;
}

#bxh-logo {
	margin-top: 5px;
}


#columns-header
{
	background-color: #FF0018;
	color: #FFF;
	font-weight: bold;
}

#columns-header h3 
{
  color: #FFF;
  padding: 0;
  margin: 0;
  padding: 0 8px 0 8px;
  display: inline;
}

/******** Main Navigation *********/

div#nav
{
	float: left;
    width: 100%;
	line-height: normal;
	padding: 0;
	margin: 0.2em 0 0 0.2em;
}

#nav ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#nav li
{
    float: left;
    background:url(/imgs/nav-right-off.gif) no-repeat right top;
	margin: 0;
    padding: 0;
}

#nav a
{
    float: left;   /* fixes problem of anchor auto-expanding in IE5-Mac */
	display: block;
	color: #000;
	text-decoration: none;
	background: url(/imgs/nav-left-off.gif) no-repeat left top;
    padding: 4px 10px 2px 10px;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
   #nav a {float:none;}
/* End IE5-Mac hack */

#nav a:hover
{
	text-decoration: underline;
}

#nav #current
{
    background-image:url("/imgs/nav-right-on.gif");
}

#nav #current a 
{
    color: #FFF;
	background-image:url("/imgs/nav-left-on.gif");
}

/**********************************/

.leftnav-column 
{
	padding: 0;
}

#left-column
{
	border-right: 1px solid #FFF;
}

#leftcol-header
{
	background: #FF0018 url(/imgs/red-arrow.gif) no-repeat right;
	border-right: 1px solid #FFF;
	width: 13%; 
	height: 1.1em;
}

#nav-area 
{
	vertical-align: bottom;
	padding: 0;
	margin: 0;
}

img.promo 
{
	margin: 8px 8px 0 8px;
}

ul#left-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#left-nav li {
	border-bottom: 1px dotted #000;
	width: 186px;
	margin: 0;
	padding: 0;
	color: #000;
	background: #F6F6F6;
	vertical-align: bottom; /* Fixes 1px gap between list items in IE5 */
	}

#left-nav li a {
	display: block;
	color: #000;
	padding: 3px 9px 3px 9px;
	margin: 0;
	text-decoration: none;
	/* Box Model Hack */
	width: 186px;  /* False value for IE4-5.x Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 168px; /* Actual value for browsers with proper box model */
	}

html>#left-nav li a
{
	width: 168px;	/* Set width for Opera that is standards compliant but can't read the above box model hack */
}

#left-nav li a:hover 
{
	font-weight: normal;
	background: #000;
	color: #FFF;
	text-decoration: none;
}

#rightcol-header
{
	border-left: 1px solid #FFF;
	width: 100%;
}

#content 
{
	vertical-align: top;
}

div#page-banner 
{
	background: #3D3D3D url(/imgs/pgbanner-bkgnd.gif) top repeat-x;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

div#search-bar
{
	border-top: 1px solid #FFF;
	background-color: #A1A1A1;
	font-weight: bold;
	margin: 0 0 12px 0;	
	padding: 1px 7px 1px 7px;
}

#search-bar p
{
	margin: 0;
}

input#search-text
{
	width: 180px;
}

select#search-dropdown
{
	height: 1.5em;
}

#home-intro p 
{
	padding: 0 7px 0 7px;
	margin: 0;
	line-height: 1.3em;
}

table#promo-table
{
	margin-top: 3px;
}

.promo-box-left
{
	vertical-align: top;
	border: 1px solid #797979;
}

.promo-box-right
{
	vertical-align: top;
	border: 1px solid #797979;
}

.promo-heading a, .promo-heading a:link, .promo-heading a:visited, .promo-heading a:active 
{
	color: #FFF;
	text-decoration: none;
}

.promo-heading a:hover 
{
	text-decoration: underline;
}

h3.promo-heading
{
	color: #FFF;
	font-size: 1em;
	background: #797979 url(/imgs/red-black_stripe_sml.gif) left repeat-y;
	padding: 2px 7px 2px 19px;
	margin: 0px;
}

.promo-text
{
	width: 68%;
}

.promo-text p
{
	padding: 5px 0 0 5px;
}

img.promo-pic 
{
	float: right;
	margin: 4px;
}

img.arrow-button
{
	margin: 4px 4px 0 0;
}

h4.maillist-heading
{
	color: #000;
	font-size: 1em;
	background: #A1A1A1 url(/imgs/arrow_subsc.gif) right no-repeat;
	padding: 1px 4px 1px 4px;
	margin: 8px 8px 0 8px;
	line-height: 1.8em;
	/* Box Model Hack */
	width: 193px;  /* False value for IE4-5.x Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 185px; /* Actual value for browsers with proper box model */
}

html>h4.maillist-heading
{
	width: 185px;	/* Set width for Opera that is standards compliant but can't read the above box model hack */
}

div#maillist-box
{
	padding: 6px;
	margin: 0 8px 0 8px;
	border: 1px solid #A1A1A1;
	/* Box Model Hack */
	width: 193px;  /* False value for IE4-5.x Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 179px; /* Actual value for browsers with proper box model */
}

html>#maillist-box
{
	width: 179px;	/* Set width for Opera that is standards compliant but can't read the above box model hack */
}

#maillist-box p
{
	margin: 0 0 0.4em 0;
	padding: 0;
}

#maillist-box #email-text
{
	width: 132px;
}

p#submit
{
	text-align: right;
}

div#footer
{
	margin-top: 10px;
	font-weight: bold;
}

#branches
{
	background: #606060;
}

#footer td
{
	background: #606060;
	text-align: center;
}

#footer p
{
	text-align: center;
	padding: 2px 0 2px 0;
	margin: 0;
}

#footer .branch 
{
	color: #E6E6E6;
	margin-left: 0.5em;
	margin-right: 0.4em;
}

#footer .branch-tel
{
	color: #FFF;
	margin-right: 1em;
}

#footer #left-edge
{
	padding-left: 2.2em;
	background: url(/imgs/red-black_stripe_sml.gif) repeat-y;
}

#footer #right-edge
{
	padding-right: 2.2em;
	background: url(/imgs/red-black_stripe_sml.gif) right repeat-y;
}

ul#bottom-nav
{
	width: 100%;
	font-weight: normal;
	font-size: 0.95em;
	list-style: none;
	padding: 0;
	margin: 0.25em 0 0 0;
	text-align: center;
}

#bottom-nav li 
{
	display: inline;
	margin: 0;
	vertical-align: bottom; /* Fixes 1px gap between list items in IE5 */
}

#bottom-nav li a
{
	color: #000;
	border-right: 1px solid #000;
	padding: 0 0.3em 0 0.3em;
	margin: 0;
	text-decoration: none;
}

#bottom-nav #end-link
{
	border: 0;
}

#bottom-nav li a:hover 
{
	text-decoration: underline;
}

h3.product-header
{
	font-size: 1em;
	color: #FFF;
	margin: 1.5em 0 0 0;
	background-color:#797979;
	padding: 0.2em 0.4em 0em 1.7em;
	background-image:url(/imgs/red-black_stripe_sml.gif);
	background-position:left;
	background-repeat:no-repeat;
	/* Box Model Hack */
	width: 11.7em;  /* False value for IE4-5.x Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 10em;/* Actual value for browsers with proper box model */
	display:inline;
}
.header
{
    background-color:#797979;
    height:17px;

}
html>.product-header
{
	width: 10em;	/* Set width for Opera that is standards compliant but can't read the above box model hack */
}

div#products
{
	border-top: 2px solid #797979;
}

ul#product-list
{
	font-weight: bold;
	margin: 0;
	padding: 1em 8px 1em 25px;
	list-style: url(/imgs/list-arrow.gif);
}

#product-list  li
{
	list-style: url(/imgs/list-arrow.gif);
	line-height: 1.5em;
}

#product-list a
{
	color: #000;
	text-decoration: none;
}

#product-list a:hover 
{
	text-decoration: underline;
}
.adminMenu img
{
    display:inline;
}
.secnav-lvl1
{
    background-color:White;
}
.secnav-lvl1Selected
{
    background-color:#E4D1B1;
}

.secnav-lvl0Selected
{
	font-weight:900;
    background-color:#A1A1A1;    
}
.secnav-lvl0
{
	font-weight:900;  
}
.leftimg {
float:left;
margin:5px;
} 

.centreimg {
text-align:center;
margin:5px;
} 
.caption
{
    text-align:center;
    
}
.hide
{
    display:none;
}

.rightimg {
float:right;
margin:5px;
} 
#content img
{
    display:inline;
}

#content a
{
    color:Red;
    text-decoration:none;
}

.misubheading
{
    background-image:url(/imgs/red-black_stripe_sml.gif);
    background-position:left;
    background-repeat:repeat-y;
    padding-left:20px;
        color: rgb(255, 255, 255);
    font-size: 1em;
    background-color: rgb(121, 121, 121);
        padding-top: 2px;
    padding-right: 7px;
    padding-bottom: 2px;
    padding-left: 19px;
        margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-weight:600;
}
ul#left-nav li a.secnav-lvl1
{
    color:Red;
}


/*

















 
fsd
sd 
f
f s
sd
f 
fsd
sd 
f
s 
f
s
f 
fsd
sd 
df
s 
f
 sd
sdf
f
sd 
f
s 
sf
f 
fsd
sd


*/
#content p
{
padding-left:5px;
}
.dmodule
{
	margin-top:5px;
	padding-bottom:15px;
	margin-bottom:5px;
	
	
	border:solid 1px #797979;
}
.dmodule p
{
	padding-top:5px;
}
.dmodule img
{
	float:left;
padding-left:5px;
padding-right:5px;
padding-top:5px;
}

.dmoduleTitle
{
	    background-image:url(/imgs/red-black_stripe_sml.gif);
    background-position:left;
    background-repeat:repeat-y;
     padding-left:20px;
        color: rgb(255, 255, 255);
    font-size: 1em;
    background-color: rgb(121, 121, 121);
        padding-top: 2px;
    padding-right: 7px;
    padding-bottom: 2px;
    padding-left: 19px;
        margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-weight:600;
    
}
#content .dmodule .dmoduleTitle a
{
	text-decoration:none;
	color:White;
}
