/* CSS Document style1.css - AdHub.com   3/20/2005 */

/* HTML SELECORS */	 	
p { /*  base font style */
	font-size: 11px;
	line-height: 1.5em;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	}
p , li, ul, dl, dt, dd, td, tr  {   /* redundant selectors */
    	font-family:  Verdana, Arial, Helvetica, sans-serif;
	}	

/*  replace old .head(x) classes with h1-6 */	 		
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 } /* PURPLE 14px bold*/
h3 { font-size: 12px } /*PURPLE 12px bold*/
h4 { color: #32008A }/* PURPLE  bold default text size */
h5 { color: #D62700 } /* ORANGE bold default text size */
h6 { color: #000 } /* BLACK bold default text size */
h2, h3 { 
	margin: 8px 0px 4px 0px;
	color:#32008A; 
	font-family: Arial, Helvetica, sans-serif; 
	}
h4, h5, h6 { /* with no extra top margin */
	margin: 0; 
	font-size: 11px;
	line-height:1.5 em 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	}	

/* LAYOUT AND POSITIONING */

/* ID SELECTORS - assigned to divs and used only once in each html file  */

#bgimage {/*loads background image and keeps it from repeating - still in use???? */
	margin: 0;
	background-image: url(http://www.adhub.com/images/AHbg3.gif);
	background-repeat: no-repeat;
	background-position: top left; 
	}
#bgadmin { /*loads  purple bg image in admin forms */
	margin: 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: 0;
	background-image: url(http://www.adhub.com/images/AHbg3b.gif);
	background-repeat: no-repeat;
	background-position: top left;
	}
#wrapper { /* NOT USED ?*/
	position: absolute;
	z-index: 1;
	}
#tagline {
	position: absolute; 
	width: 463px;
	left: 126px;
	top: 95px;
	text-align: left;
	}
#quicksearch {
	position: absolute; 
	width: 235px; 
	left: 594px; 
	top: 5px;
	text-align: left;
	}
#rightcol_1 {  /* r col 1 advertising */
	position:absolute; 
	width: 200px;
	left: 804px;
	top: 1px;
	text-align: left;	
	}
#rightcol_2 { /* right col 2 webdata */
	position: absolute;
	width: 190px;
	left: 596px;
	top: 142px;
	text-align: left;	
	}
#rightcol_3 { /* NOT USED from CSS design patns 136 */
	position: absolute;
	z-index: auto;
	width: 200px;
	height: auto;
	bottom: 0;
	left: 500px;
	margin:0;	
	}
#footer, .footer{  
 	margin: 3px 0 5px 0;
	font-size: 11px;
	line-height: 12px;
	}
	
	
/* POSITIONING CLASS SELECTORS - use as needed */

.fltrt { /*  to float right this must precede element */
	float: right;
	margin: 0;
	}
.fltlft { /* float left */
	float: left;
	margin: 0;
	}
.clearflt { /* final element before close of container to fully contain float */
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
	}

/* text style selectors - do site-wide search and delete those not in use */

.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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	}	
.headline1	{    /* column first paragraph */
	margin: 12px 0px 10px 0px;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	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;
	}
/*  SOME 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;
	}
	
/* ----- OLD original classes for page titles IMPORTANT: FOR NEW LAYOUTS START USE h1, h2, etc. may need more work to match to type styels  */	 	
.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;  
	}	
	
/* NAVIGATION CLASSES */
/* UPDATES TO LISTS VS. TABLES FOR LEFT NAV */
	 	
.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 CLASS SELECTORS  */	 	

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