body {
    padding-bottom: 50px;
    font-size: 1.0em;
    font-family: Calibri, Arial, Verdana, sans-serif;
    background: #999999;
	color: #666666;
/*  text-align: center;
    margin-left: auto; 
    margin-right: auto;
*/
}

a:link, a:visited {
    color: #666666;
	text-decoration: underline;
    outline: none;    
}

a:hover {
  	color: #063579;
	text-decoration: underline;
}
	
#header {
    position: relative;
    width: 973px;
	height: 100px;
    background: url(images/header_bkg.gif) no-repeat;
    border: none 1px red;
}

#headerlogo {
    position: absolute;
    width: 681px;    /* width of the logo */
    height: 100px;   /* height of the logo */
    top: 0; left: 0; /* top-left corner of logo */
    border: 0;
    float: left;
}

#header .topnav {
    margin: 0px 0px 0px 0px;
    line-height: 150%;
    text-align: right;
    float: right;
    width: 100%;
}

#header .topnav a {
    outline: none;
}

#header .topnav_a:link, .topnav_a:visited {
  	color: #666666;
	text-decoration: none;
    font-size: .9em;
}

#header .topnav_a:hover {
  	color: #063579;
	text-decoration: none;
    font-size: .9em;
}

.textresizer {
    display: inline;
    font-size: .9em;    
}

ul.textresizer {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
ul.textresizer li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

ul.textresizer a {
    border: solid 1px #ffffff;
    outline: none;
    padding: 1px 1px;
    font-weight: bold;
    text-decoration: none;
}

ul.textresizer a:link {
    color: #666666;
    text-decoration: none;   
}

ul.textresizer a:visited {
    color: #666666;
    text-decoration: none;   
}

ul.textresizer a:hover {
    background: #e5e5e5;
    border: solid 1px #cccccc;    
}
    
.textresizer a.textresizer-active {
	border: solid 1px #cccccc;
	background: #dddcdc;
	color: #000000;		
    text-decoration: none; 		
}

ul.textresizer_small {
    font-size: 1em;
}

.textresizer_medium {
    font-size: 1.25em;
}

.textresizer_large {
    font-size: 1.5em;
}

.bh_portal {
    text-align: right;
    padding-top: 35px;
}

.bh_portal a {
    display: inline-block;
	width: 150px;
	height: 57px;
	text-decoration: none;
	background: url(images/bh_portal.gif) no-repeat;
}

.bh_portal a:hover {
	background-position: -150px 0;
}

#bh_portal_subhead_arc a:link {
    font-size: 1.2em;
    font-weight: bold;
    color: #C90027;
    text-decoration: none;
}

#bh_portal_subhead_arc a:visited {
    font-size: 1.2em;
    font-weight: bold;
    color: #C90027;
    text-decoration: none;
}

#bh_portal_subhead_arc a:hover {
    font-size: 1.2em;
    font-weight: bold;
    color: #C90027;
    text-decoration: underline;
}

#bh_portal_subhead_jarden a:link {
    font-size: 1.2em;
    font-weight: bold;
    color: #0073B1;
    text-decoration: none;
}

#bh_portal_subhead_jarden a:visited {
    font-size: 1.2em;
    font-weight: bold;
    color: #0073B1;
    text-decoration: none;
}

#bh_portal_subhead_jarden a:hover {
    font-size: 1.2em;
    font-weight: bold;
    color: #0073B1;
    text-decoration: underline;
}

#bh_portal_subhead_cyber a:link {
    font-size: 1.2em;
    font-weight: bold;
    color: #009F4B;
    text-decoration: none;
}

#bh_portal_subhead_cyber a:visited {
    font-size: 1.2em;
    font-weight: bold;
    color: #009F4B;
    text-decoration: none;
}

#bh_portal_subhead_cyber a:hover {
    font-size: 1.2em;
    font-weight: bold;
    color: #009F4B;    
    text-decoration: underline;
}

#bh_portal_subhead_sm a:link {
    font-size: 1.2em;
    font-weight: bold;
    color: #BA8B00;
    text-decoration: none;
}

#bh_portal_subhead_sm a:visited {
    font-size: 1.2em;
    font-weight: bold;
    color: #BA8B00;
    text-decoration: none;
}

#bh_portal_subhead_sm a:hover {
    font-size: 1.2em;
    font-weight: bold;
    color: #BA8B00;
    text-decoration: underline;
}

.displace {
    position: absolute;
	left: -5000px;
}

ul.mainnav {
	list-style: none;
	padding: 0 0px;	
	margin: 0;
	float: left;
	width: 920px;
	background: #222;
	font-weight: bold;
	background: url(images/mainnav_bg.gif) repeat-x;
	z-index: 1000;
}

ul.mainnav li {
	float: left;
	margin: 0;	
	padding: 0;
    width: auto;
	position: relative; /*--Declare X and Y axis base--*/
}

ul.mainnav li a {
    width: auto;
	color: #666666;
	display: block;
	text-decoration: none;
	float: left;
    outline: none;
}

ul.mainnav li a:visited {
    color: #666666;
    text-decoration: none;
}

.mainnav_a {
	padding: 10px 15px 10px 5px;
}

ul.mainnav li a:hover{
	color: #063579; 
}
ul.mainnav li span.subhover {
    background-position: center bottom; 
    cursor: pointer;} /*--Hover effect for trigger--*/

ul.mainnav li ul.subnav {
    list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; 
	top: 35px;
	background: #FFF;
	margin: 0; 
	padding: 0;
	display: none;
	float: left;
	width: 170px;
	color: #565555;
	font-size: .8em;
    border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: url(images/menu_bkg_lg.png);
    }
    
ul.mainnav li ul.subnav li{
	margin: 0; 
	padding: 2px 0px 2px 0px;
	clear: both;
	width: 170px;
}
html ul.mainnav li ul.subnav li a {
	float: left;
	width: 145px;
	padding-left: 5px;	
    text-decoration: none;	
}
html ul.mainnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	color: #063579; 
}

ul.sidenav {
	list-style: none;
	padding: 0 0 0 5px;	
	margin: 0;
}

ul.sidenav li a {
    font-size: .9em;
}

ul.sidenav li a:link {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

ul.sidenav li a:visited {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

ul.sidenav li a:hover {
	color: #063579;
}

#myAlternativeContent img {
    width: 973px;
    height: 241px;
    border: 0;
}

div#home_content {
    padding: 10px 122px;
    font-size: 1.1em;
}

div#home_content .blue {
    font-weight: bold;
    color: #063579;
}

div#home_content .gray {
    font-weight: bold;
    color: #666666;
}

div#home_content h1 {
    font-size: 1.0em;
    font-weight: normal;
}

#image_internal_header {
    padding-bottom: 10px;
}

#image_internal_header img {
    width: 973px;
    height: 119px;
    border: 0;
}

#footer {
    height: 1.5em;
    clear: both;
    font-size: .9em;
    padding-top: 10px;
}

#footer .footer_left {
    width: auto;
    float: left;
}

#footer .footer_right {
    width: auto;
    float: right; 
}

div#container {
    /*margin: 10px auto; */  /* Removed this to eliminate top margin jump in IE */ 
    margin: auto;
    padding: 10px; 
    width: 973px; 
    background: #fff;
}
		
div#header {
    height: 100px; 
    border-bottom: 2px solid white; 
    margin-bottom: 10px;
}
		
div#summary	{
    margin: 5px auto; 
    padding: 0px; 
    width: 80%; 
    background: white;
}
		
div#cols_container {
    overflow: hidden; 
    width: 100%; 
    background: url(images/bg_cols_top.gif) center top no-repeat;
}

div#cols { 
    padding: 0 0 5px 0; 
    background: url(images/bg_cols_bottom.gif) center bottom no-repeat;
}
		
div#col1 {
    float: left; 
    width: 234px; 
    background: #999999;
}

div#col2 {
    float: left; 
    width: 650px; 
    background: #FFFFFF;
}

div#col1, div#col2 {
    margin: 5px 10px 0 10px; 
    padding: 5px; 
    display: inline;  /* The display: inline is for fixing the double margin bug in IE6 */ 
} 

div#col1 h2 {
    color: #063579;
    display: inline;
}

a.h2_link:link, a.h2_link:visited {
    color: #063579;
    display: inline;
    text-decoration: none;
}

a.h2_link:hover {
    color: #063579;
    display: inline;
    text-decoration: none;
}

div#col2 h2 {
    display: inline;
}

.content_head {
    margin: 0;
    float: left;
    font-size: x-large; 
}

.locations_table_left {
    width: 450px;
    height: 220px;
}

.locations_table_right {
    width: 200px;
    height: 220px;
}

.locations_table_left img {
    width: 400px;
    height: 196px;
    border: 0;
}

.content_subhead {
    font-size: 1.2em;
    font-weight: bold;
    color: #063579;
}

.content_emphasis {
    font-weight: bold;
    color: #666666;
}

.content_emphasis2 {
    font-size: 1.2em;
    font-weight: bold;
    color: #666666;
}

.content_firstp {
    margin-top: 0px;
}

.bullet_blue {
    color: #666666;
    padding-bottom: 5px;
}

.bullet_text {
	color: #666666;
}

dt.content_subhead {
   padding-bottom: 5px;
}

dd {
   padding-bottom: 5px;
}

.content_caption {
    font-size: .7em;
    color: #444444;
}


