/* this files appends additional styles for the company profile ONLY to the CSS Document style1.css -AdHub.com 8/12/2008 */
 	
p {
	font: 11px/1.5 Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	}
ul{
	margin: 0 0 0 12px;
	padding: 2px;
	}
li{
	margin: 0 0 0 12px;
	padding: 2px;
	line-height: 14px;
	}
/* @group id selectors*/
#orange {
	color: #D62700;
	}
#logo{
	margin: 0;
	padding: 0;
	}
}
#menu{
	background-color: #330099;
	width: 100px;
	height: 28px;
 	align: center;
 	border: 0;			
	}
#menu td {
	margin: 0 0 5px 0;
	vertical-align: top;
	align: center;
 }
#company {
	margin: 0 0 0 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}
/* @end*/	

/* @group classes */
.companyname{
	margin: 10px 0 0 0;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	}
.tagline {
	margin: 6px 0 0 0;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	}	
.text{
	font-size: 11px;
	line-height: 15px;
	margin: 3px 0px 8px 0px;
	}
.data{
	margin: 0;
	padding: 0;
  	font-size: 11px;
 	line-height: 15px;
	color: #000;
	}
.label{
	margin: 0;
	padding: 0;
	font-weight: normal;
  	font-size: 11px;
 	line-height: 15px;	
	color: #3F3F3F;
	}	
.label1{
	margin: 0 0 8px 0;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	color: #32008A; 
	}
.label2{
	margin: 2px 0 2px 0; 
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
	color: #32008A; 
	}
.label3, .label4 { 	/*secondary headers */
	margin: 0;
	padding:0;
	font-weight: bold;
	font-size: 11px;
 	line-height: 14px;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	}		
.label3	{ color: #3F3F3F; 	/*gray text*/
	}
.label4	{ color: #00578A;   /*teal-blue text*/
	}	
.menu{
	margin: 0 0 5px 0;
 	padding-left: 9px;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	}
.caption {
	margin: 4px 0 10px 0;
	font-size: 9px;
	line-height: 11px;
	}
#footer, .footer{  	/* id and class for footer*/
	margin: 5px 0 0 0;
	padding: 0px;
 	font-size: 11px;
	line-height: 12px;
}
/* @end*/

/*redundant classes for NS4 
	
 p, .caption, .text, .data, .label, .label1, .space, .menu, .menu1{
 	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6{
	font-family: Arial, Helvetica, sans-serif;
	}
.label2, .label3, .label4	
 	margin: 2px 0 1px 0;
	font-size:	11px;
	line-height: 13px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}		
.label2	{color: #32008A;
		}	
.label3	{color: #3F3F3F; 
	}
.label4	{color: #00578A; 
	}	
	*/

/* @group pseudo classes */	
a:link {
  	color:#3F3F3F;
 	text-decoration: underline; 
	}
a:visited {
 	color: #3F3F3F; 
 	text-decoration: underline; 
	}
a:hover { 
  	color: #D62700; 
 	text-decoration: underline; 
	} 
		/* text navigation is orange*/
a.orange:link {  
  	color: #D62700;
  	font-weight: normal;
	text-decoration: underline; 
	}
a.orange:visited {
  	color: #D62700;
	font-weight: normal;
	text-decoration: underline; 
	}
a.orange:hover {
  	color: #3F3F3F; 
  	font-weight: normal;
	text-decoration: underline; 
	}  		 						 
		/* TOP navigation bar */      
a.menu:link {
	text-decoration: none !important;
	color: #FFFFFF;
	 }
a.menu:visited {
 	text-decoration: none !important;
	color: #FFFFFF;
	}
a.menu:hover { 
 	text-decoration: underline !important;
	background-color: transparent;
	color:#ffffff;
  }
 /* @end*/
