/***********************************************/
/* HG_Styles.css                               */
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.666;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

a{
	color: #8E3513;
	text-decoration: none;
}

a:link{
	color: #8E3513;
	text-decoration: underline;
}

a:visited{
	color: #8E3513;
	text-decoration: underline;
}

a:hover{
	color: #000000;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 150%;
 color: #8E3513;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 125%;
 color: #8E3513;
 margin: 0px;
 padding: 5px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #8E3513;
 margin: 0px;
 padding: 20px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #8E3513;
 margin: 0px;
 padding: 0px;
}

h6{
	font-family: Verdana,Arial,sans-serif;	
	margin: 0px;
	padding: 20px;
}

p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	font: bold 100% Arial,sans-serif;
 color: #334d55;
}

/*label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #8E3513;
}*/

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #fffccc;
	width: 1024px;
}
#navBar{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #fffccc;
	border-right: 1px solid #ccc;
	vertical-align:top
/*	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;	*/
}

#navRef{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #fffccc;
	vertical-align:top
/*	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;	*/
}

#content{
  float:left;
	margin: 5;
	padding: 0px 0px 0px 20px;
}

#headlines{
  float:right;
	width: 20%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}

/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 60%;
	padding: 0px 4px 0px 0px; 
}

#catalogsthumbs{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	color: #808080;
	padding: 0px 20px 30px 20px;
	font-size: 75%;
	margin-left: 40px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}

/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 5px;
/*	border-bottom: 1px solid #cccccc;*/
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: none;}
/* #navBar li {border-bottom: 1px solid #EEE;} */

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/*********** #navRef link styles ***********/

Div.navRef ul a:link, #navRef ul a:visited {display: block;}
Div.navRef ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
Div.navRef li {border-bottom: none;}
/* Div.navRef li {border-bottom: 1px solid #EEE;} */

/* fix for browsers that don't need the hack */
html>body Div.navRef li {border-bottom: none;}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	position: relative;
/*	border-bottom: 1px solid #cccccc;	*/
/*	border-right: #cccccc 1px solid;	*/
	font-size: 90%;
}

Div.sectionRef{
	margin: 0px;
	padding: 0px;
/*	border-bottom: 1px solid #cccccc;
	border-right: #cccccc 1px solid;	*/
	font-size: 85%;
	background-color: #fffccc;
}

Div.sectionRef h3{
	padding: 10px 0px 2px 60px;
}

Div.sectionRef a:link{
	padding: 2px 0px 2px 60px;
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}

Div.sectionRef a:visited{
	padding: 2px 0px 2px 60px;
}

Div.sectionRef a:hover{
	padding: 2px 0px 2px 60px;
}

#sectionLinks h2{
	padding: 10px 0px 2px 30px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 30px;
/*	border-top: 1px solid #cccccc;	
	width: 100%; */
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
/*		border-top: 1px solid #cccccc;	*/
	padding: 2px 0px 2px 30px;
}

#sectionLinks a:hover{
/*	border-top: 1px solid #cccccc;	*/
	background-color: #fffccc;
	padding: 2px 0px 2px 30px;
}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 75%;
}

.relatedLinks h2{
	padding: 0px 0px 0px 0px;
	float: inherit;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

