@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;
	}

.subtitleClass {
        font-size:10pt;										/* absolute (px, px) or relative (%, em) */
	line-height:1.2em;
	font-weight:bold;
	font-style:normal;
}

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;
	}
.titleClass {
        font-size:17pt;									/* absolute (px, px) or relative (%, em) */
	line-height:1.1em;
	font-weight:normal;
	color:#000000;
}

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;
	}
h4 {
	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:#b49090;
}
p {
	font-size: 10pt;
	line-height: 1.3em;
	padding:0.2em 0em 0.4em 0em;
	margin:0px;
	}
span.pink{color:#b49090;}

#introBox h1{
     font-size:15px;
     margin:0px;
     padding:0px;
     color:#FFFFFF;
   }

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; 
}

/* for comments */
.byline a{
  font-size: 10pt;
}


/* \*/
* 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 */

div.fnav
{ 
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
	padding: 0;
}
div.fnav div
{
	width: 680px;
	height: auto;
	margin: 0 auto;
	text-align: center;
        font-size:10px;
        clear:left;
}

.honeyHeader {
  width: 270px;
  background-color:#fadca6;
  color: #ee7874;  
  font-size:14px;  
  font-weight: bold;
  padding-left: 10px;
  padding-top: 2px;
  padding-bottom: 2px;

}

.honeyText {
  font-size: 12px;
  color: #000000;
  width: 270px;
  margin-left: 10px;
  margin-top: 2px;  
}

.honeyboxTitle {
   color: #ee7874;  
   font-size:14px;
   font-weight: bold;
   text-decoration: none;
   line-height: 25px;
}

.honeyboxText {
  font-size: 11px;  
}

#navmenu, #navmenu ul
{
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}
#navmenu li
{
	float: left;
}

#navmenu li ul
{
	position: absolute;
	left: -999px;
	height: auto;
	top: 0px;
	background: #ee7874;
	width: 440px;
	margin: 0;
	padding: 2px 0 2px 0;
}
#navmenu li li
{
	padding-left: 5px;
	padding-right: 5px;	
}
#navmenu li ul a
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Helvetica, Verdana, Arial, Sans-serif;
	font-size: 11px;
	line-height: 1.7;
	color: #FFFFFF;
	background: transparent;
}
#navmenu li:hover ul, #navmenu li.sfhover ul
{
	position: absolute;
	left: 200px;
        top: 35px;
}

#navmenu li:hover a{
	background: #ee7874;
        color: #ffffff; 
}

/*top nav menu */

#nav-main-cont{
 width:966px;
 height:40px;
  margin-top:3px;
  background-image:url("http://www.thehoneycombers.com/images/bg-nav-main.gif");
  background-repeat:x-repeat;
  background-position:top left;
}

#topmenu, #topmenu ul
{
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}
#topmenu li
{
	float: left;
}

#topmenu li ul
{
	position: absolute;
	left: -999px;
	height: auto;
	width: auto;
	top: -100px;
	background: #ee7874;	
	margin: 0;
	padding: 2px 0 2px 0;
}
#topmenu li li
{
	padding-left: 5px;
	padding-right: 5px;	
}
#topmenu li ul a
{
	font-family: "Arial", Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	line-height: 2;
	color: #FFFFFF;
	background: transparent;
}
#topmenu li:hover ul
{	

	left:auto;
        top: auto;
	margin-top: -12px;
}

#topmenu li:hover {
	background: #ee7874;
        
}

#topmenu li:hover a {
	color: #ffffff; 
        
}


/* END NAVIGATION MENU */
