@import url("hon-styles-layout.css");
body {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size:100.1%; /*** Don't change this setting. Make all other
font-sizes in % (preferred) or ems ***/
	color:#000000;
	}

h1 {
	font-family: arial, verdana, helvetica, sans-serif;
	margin:0.6em 0em 0.3em 0em;
	text-align:left;
	font-size:17pt;									/* absolute (px, px) or relative (%, em) */
	line-height:1.1em;
	font-weight:normal;
	color:#000000;
	}
h2 {
	margin:0.3em 0em 0.6em 0em;
	padding:0px;
	text-align:left;
	font-size:10pt;										/* absolute (px, px) or relative (%, em) */
	line-height:1.2em;
	font-weight:bold;
	font-style:normal;
	}
h3 {
	margin:0em;
	padding:0.6em 0em 0.4em 0em;
	text-align:left;
	font-size:9pt;									/* absolute (px, px) or relative (%, em) */
	line-height:1.4em;
	font-weight:bold;
	}
p {
	font-size: 10pt;
	line-height: 1.3em;
	padding:0.2em 0em 0.4em 0em;
	margin:0px;
	}
span.pink{color:#b49090;}
p.clear {
	clear:both;
	height:0px;
	}
strong, b {
	font-weight: bold;
	}
i{
	font-style:italic;
	}
	
a{
color:#4da2a7; 
text-decoration:none;
} 
a:link, a:visited {}
a:active, a:hover {text-decoration:underline;}

a.navlink{ 
	padding:0px 24px 0px 23px;
	color:#ee7874; 
	font-size:11pt; 
	text-decoration:none;
	border-bottom:0px;
	border-right:1px dotted #ee7874;
	line-height:40px;
	}
a.navlink:link, a.navlink:visited{}
a.navlink:hover, a.navlink:active{text-decoration:underline;}

a.sublink{ 
	padding:0px 12px 0px 11px;
	color:#ee7874; 
	font-size:9pt; 
	text-decoration:none;
	border-bottom:0px;
	border-right:1px dotted #ee7874;
	line-height:1.2em;
	}
a.sublink:link, a.sublink:visited{}
a.sublink:hover, a.sublink:active{text-decoration:underline;}

a.footerlink{
	padding:0px 8px 0px 8px;
	color:#ee7874; 
	font-size:8pt; 
	text-decoration:none;
	border-bottom:0px;
	border-right:1px dotted #ee7874;
	line-height:18px;
	}
a.footerlink:link, a.footerlink:visited{}
a.footerlink:hover, a.footerlink:active{text-decoration:underline;}


ul {
	margin:1em 0em 2em 0em;
	list-style-type:disc;
	list-style-position:outside;
	}
li {
	font-size:9pt;
	line-height: 1.1em;
	padding:0em 0em 0.3em 0em;
	}

td {
	font-size:0.7em;
	}

hr {
	margin: 0px; /* fixes xhtml N6 bug where the hr sits to the left*/
	color: #cccccc; /* for ie */
	background-color: #cccccc; /* for everyone else */
	height:1px;
	border:0px;
	}
input {
	font-family:arial, verdana, helvetica, sans-serif;
	background-color:#ffffff;
	color:#333333;
	margin:0px 0px 2px 0px;
	border:1px solid #999999;
	font-size:9pt;
	}
input.search {
	border:1px solid #ffcc33;
	}
label {
	font-family:arial, verdana, helvetica, sans-serif;
	font-size:12px;
	width:65px;
	float:left;
	}
select, option {
	margin:0px 0px 2px 0px;
	font-size:10px; 
	}
select.large, option.large {					
	margin:4px 0px 2px 0px;
	font-size:14px;
	}	
input:focus {background-color:#ffffcc;}
	
img {
	border:0;
	}
	

.noprint{}
.print{display:none;}

div,p{margin:0}

.italics-test, .italics-test-side {
font-style: italic; 
text-align: justify; 
}



/* \*/
* html .italics-test, * html .italics-test-side {
overflow: hidden;
width: 100%;
o\verflow: visible;
w\idth: auto;
he\ight: 1px;
word-wrap: normal;
}
/* */

/* NAVIGATION MENU */
#navmenu-links{
 width:100%;
}

.nav-menu {
width:124;
font-size:12px;
position:relative;
z-index:100;
margin:-15px 0px 0px 0px;
}
/* remove all the bullets, borders and padding from the default list styling */
.nav-menu ul {
padding:0;
margin:0;
border:0;
list-style-type:none;
}
.nav-menu ul ul {
width:124px;   /* add 1px if want borderline-right */
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.nav-menu li {
float:left;
width:124px;
position:relative;
margin:0px;

}

.nav-menu li li{
 background-color:#ffffff;
}

/* style the links for the top level */
.nav-menu a, .nav-menu a:visited {
	display:block;
	height:40px;
	width:124px; 
	color:#ff6666;
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	line-height:40px;
	text-align:center;
	text-decoration:none;
	}

/* a hack so that IE5.5 faulty box model is corrected */
* html .nav-menu a, * html .nav-menu a:visited {
width:125px;
w\idth:124px;
}

/* style the second level background */
.nav-menu ul ul a.drop, .nav-menu ul ul a.drop:visited {
background:#ffffff;
color:#4da2a7;
}

/* style the second level hover */
.nav-menu ul ul a.drop:hover{
background:#ffffff;
color:#4da2a7;
}
.nav-menu ul ul :hover > a.drop {
background:#ffffff;
color:#4da2a7;
}

/* style the third level background */
.nav-menu ul ul ul a, .nav-menu ul ul ul a:visited {
background:#ffffff;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#ffffff;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.nav-menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:20px;
left:0;
width:124px;
}
/* another hack for IE5.5 */
* html .nav-menu ul ul {
top:20px;
t\op:20px;
}

/* position the third level flyout menu */
.nav-menu ul ul ul{
left:125px; 
top:0;
width:125px;
}
/* position the third level flyout menu for a left flyout */
.nav-menu ul ul ul.left {
left:-125px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.nav-menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.nav-menu ul ul a, .nav-menu ul ul a:visited {
	margin:0px 0px 0px 0px;
	width:124px;
	height:auto;
	line-height:30px;
	background:#ffffff;
	font:12px;
	color:#ff6666;
	text-align:left;
	text-decoration:none;
	vertical-align:top;
	border-bottom:1px dotted #ff6666;
/* yet another hack for IE5.5 */
}
* html .nav-menu ul ul a{
width:125px;
w\idth:124px;
}
/* style the top level hover */
.nav-menu a:hover, .nav-menu ul ul a:hover{
color:#4da2a7;
}
.nav-menu :hover > a, .nav-menu ul ul :hover > a {
color:#4da2a7; 
}
/* make the second level visible when hover on first level list OR link */
.nav-menu ul li:hover ul,
.nav-menu ul a:hover ul{
visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.nav-menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.nav-menu ul :hover ul :hover ul{ 
visibility:visible;
}

/* END NAVIGATION MENU */
