/* CSS Document style1.css - AdHub.com   3/20/2005 */
	
#bgimage {/*loads background image and keeps it from repeating*/
background-image: url(http://www.adhub.com/images/AHbg3.gif);
background-repeat: no-repeat;
background-position: top left; 
margin-bottom:0; margin-left: 0; margin-right:0; margin-top: 0;
}
#bgadmin { /*loads  purple bg image in admin forms */
margin-bottom:0; margin-left: 0; margin-right:0; margin-top: 0;
background-image: url(http://www.adhub.com/images/AHbg6f.gif);
background-repeat: no-repeat;
background-position: top left;
}
#bg2col { /*loads  image with no r rule  */
margin-bottom:0; margin-left: 0; margin-right:0; margin-top: 0;
background-image: url(http://www.adhub.com/images/AHbg3b.gif);
background-repeat: no-repeat;
background-position: top left;
}
/* ------------------ base font style */	 	
p {
	font-size: 11px;
	line-height: 1.5em;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	}	
/* ------------------ to replace and standardize all headers */	 		
h1 { 
	margin: 18px 0px 4px 0px; /* h1, h2, h3 replace purple page titles/old class:head1 */
	color:#32008A; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px 
	}	
h2 { font-size: 14px } /*makes text PURPLE 14px bold*/
h3 { font-size: 12px } /*makes text PURPLE 12px bold*/
h4 { color: #32008A }/*makes text PURPLE and bold, default text size */
h5 { color: #D62700 } /*makes text ORANGE and bold, default text size */
h6 { color: #000 } /*makes text BLACK and bold, default text size */
h2, h3 { 
	margin: 8px 0px 4px 0px;
	color:#32008A; 
	font-family: Arial, Helvetica, sans-serif; 
	}
h4, h5, h6 { 
	margin:0; 
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height:1.5 em 
	}	
/* ----------------- WAY too many text classes - must addres this */
.small { /*used for header-admin*/
 	margin: 6px 0px 0px 20px;
	font-size: 10px;
	line-height: 13px;
	}
.smallt { /*used for home page search links*/
 	margin: 0px 0px 0px 20px;
	font-size: 10px;
	line-height: 13px;
	}
.text { /* center content text */
 	margin: 0px 0px 8px 0px;
	font-size: 11px;
	line-height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	}		
.text2 { /* center content text */
 	margin: 3px 0px 0px 0px;
	font-size: 9px;
	line-height: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	}		
.data	{/*search results and more*/
	 margin: 4px 0px 0px 0px;
	font-size:11px;
	line-height: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	}	
.region	{ /*teal text for news items*/
 	margin: 0px 0px 0px 0px;
	font-size:	11px;
	line-height: 11px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00578A;
	}	
.headbarebones{ /* used --- ? */
	margin: 0px;
 	font-size: 12px;
	line-height: 1em;
	vertical-align: bottom;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #32008A;
	}
.headline	{    /* also used in webdata layouts - purple*/
 	margin: 2px 0px 1px 0px;
	font-weight: bold;
	font-size: 11px;
	line-height: 1.5em;
	}	
.headline1	{    /* column first paragraph */
	margin: 12px 0px 10px 0px;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.5em;
	}	
.largetext	{    /* column body text  */
	margin: 8px 0px 0px 0px;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif; 	
	color: #000;
	}	
.summary	{ /*  used -- ?  */
	margin: 4px 0px 0px 0px;
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	}	
.searchlink	{ /*web data template nav links */
	margin:3px 0px 3px 0px;
	font-size: 11px;
	line-height: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	}	
.list{  /*webdata template keywords page category*/
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	margin: 0px;
	}
.list2{ /* webdata template keywords keywords drop down list*/
	font-weight: normal;
	font-size: 10px;
	line-height: 13px;
	}
.list3{ /* footer keywords list*/
	font-weight: normal;
	font-size: 10px;
	line-height: 11px;
	}
.orange {
	margin: 0px;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #D62700;
	}	
.holiday {
	margin: 0px;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #D62700;
	}	
.space { /* used as empty p element for spacing  */
  	font-size: 4px;
  	line-height: 4px;
  	margin: 0px;
	}
/* -------------------------- BOX STYLES */	
.border1 { /* simple table border  */
	border-color:#999999;
	border-style:solid;
	border-width:2px;
	}
.border2 { /* purple border table style*/
	margin:0px;
	padding: 0px;
	font-size: 10px;
	line-height: 120%;
	border-color:#32008A;
	border-style:solid;
	border-width:2px;
	text-align:left;
	vertical-align:top;
	}
.border2 td {
	margin:0px;
	padding: 3px;
	}
.border2head {  /* use for solid purple white text TD */
	font-weight:bold;
	font-size: 12px;
	line-height: 110%;
	color: #FFFFFF;
	background-color:#32008A;
	text-align:center;
	}
td, tr { /* so classes applied to table tags don't need font family assigned */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}	
/* ----- OLD-original classes for page titles. FOR NEW LAYOUTS USE h1, h2, etc instead of these classes!  */	 	
.head1	{ /*purple text - med header*/
	margin: 12px 0px 2px 0px;
	font-size: 14px; 
 	line-height: 18px; 
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #32008A;
}	
.head2	{  /*gray text - med header*/
	margin: 12px 0px 2px 0px;
	font-size: 14px; 
 	line-height: 18px; 
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif;
	color: #3F3F3F;
	}
.head3	{  /*purple text - primary header- page titles */
	margin: 8px 0px 4px 0px;
 	font-size: 16px;
	line-height: 20px;	
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #32008A;
	}
.head5	{ /*page header - tagline */
 	margin: 6px 0px 1px 0px;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	}	
.head4 { /*secondary headers *gray text*/
	margin: 2px 0px 1px 0px;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3F3F3F; 
	}		
 .head6	{ /*secondary headers purple text*/
	margin: 2px 0px 1px 0px;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #32008A;  
	}		
.head7	{ /*addy award template*/
	margin: 5px 0px 0px 5px;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #32008A;  
	}		
/* ----------------------------------------- other classes for navigation-related text */	 	
.nav1 {   /*navigation text classes */
 	margin: 0 0 0 10px;
 	font-size: 10px;
 	line-height: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
 	color: #000000;
	}
	/* nav2 - gray, text only, not links*/
.nav2, .label{
	margin: 3px 0 0 3px;
	font-size: 10px;
 	line-height: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3F3F3F;
	}
.nav3{  		/* nav3 - orange*/
 	margin: 0px;
 	font-size: 11px;
 	line-height: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #D62700
	}
    /* nav2 - gray, text only, not links*/
.nav4 {
	margin: 5px 0 0 5px;
	font-size: 11px;
 	line-height: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #111111;
	}
/* ------------------------------pseudo link styles */	 	

a.nav1:link {  
 	margin:0 0 0 10px;
	text-decoration : none;
 	color: #000000;
	}
 a.nav1:visited {
 	margin:0 0 0 10px;
	text-decoration : none;
 	color: #000000;
  	}
a.nav1:hover { 
 	margin:0 0 0 10px;
	color: #D62700;
 	text-decoration : none;
	 }		 
a.orange:link {   /* body text navigation classes, and orange*/  	
  	font-weight: normal;
	color: #D62700;
	text-decoration : underline; 
	}
a.orange:visited {
  	color: #D62700;
	font-weight: normal;
	text-decoration : underline; 
	}
a.orange:hover {
  	color: #333333;
  	font-weight: normal;
	text-decoration : underline; 
	} 
a.orange1:link {   /* body text navigation classes, and orange*/  	
  	color: #D62700;
	text-decoration : underline; 
	}
a.orange1:visited {
  	color: #D62700;
	text-decoration : underline; 
	}
a.orange1:hover {
  	color: #333333;
	text-decoration : underline; 
	}  	 		
a.purple:link {   /* body text navigation classes, and orange*/  	
  	font-weight: bold;
	color: #32008A;
	text-decoration : underline; 
	}
a.purple:visited {
  	font-weight: bold;
	color: #32008A;
	text-decoration : underline; 
	}
a.purple:hover {
  	font-weight: bold;
	color: #333333;
	text-decoration : underline; 
	} 
/* ----------------------------base link style */	 	
a:link {
	color: #000000;
	text-decoration : underline; 
	}
a:visited {
	color: #000000;
	text-decoration : underline; 
	}
a:hover { 
  	color: #D62700;
	text-decoration : underline; 
	}  		 
p , li, ul, dl, dt, dd  {   /* redundant selectors to help NS4 not forget */
    	font-family:  Verdana, Arial, Helvetica, sans-serif;
	}

#footer, .footer{  	/* div id and class for footer*/
 	font-size: 11px;
	line-height: 12px;
	margin: 3px 0 5px 0;
	}
hr {
	margin: 0;
	width: 100%;
	color: #C0C0C0;	
	}
hr.text {
	margin: 8px 0 8px 0;
	width: 98%;
	color: #C0C0C0;	
}
hr.form {  /* hr class for data entry forms*/	
	margin: 4px 0px 4px 0px;
	width: 85%;
	color: #B6A7F9;
	}