/*general*/

	*{
		padding:0;
		margin:0;
		outline:0;
		border:none;
		font-family:Arial, Helvetica, sans-serif;
		}
		
	h1, h2, h3, h4, h5{
		font-family:"Times New Roman", Times, serif;
		font-weight:normal;
		color:#284A96;
		text-transform:capitalize;
		}
		
	h1.pageTitle{
		margin-top:0;
		}
		
	h1{
		font-size:19pt;
		margin:2em 0 1em 0;;
		}
		
	h3{
		padding-top:1em;
		font-size:14pt;
		padding-bottom:0;
		}
		
	ul, li{
		margin-left:1em;
		}

	p, li, td{
		font-size:8pt;
		margin-bottom:1em;
		color:#444;
		}
		
	li{
		padding-bottom:1em;
		}
		
	a:link,
	a:visited{
		font-weight:bold;
		color:#284A96;
		text-decoration:none;
		}

	a:hover,
	a:active{
		color:#80c10e;
		text-decoration:underline;
		}

	h1#pxl-top{
		margin:0;
		}	
	h1#pxl-top a{
		display:block;
		margin:0 auto;
		text-indent:-500em;
		width:870px;
		height:89px;
		background:url('../_images/unigroup-logo-18002929066-rev-reg.jpg') top center;
		}
		
	body{
		text-align:center;
		margin:0;
		padding:0;
		background:url('../_images/body-bg.jpg') repeat-y top center;
		}
		
	#pxl-column-left ul{
		list-style:none;
		}
		
	#pxl-column-left ul li{
		margin:0 0 1em 0;
		padding:0 0 0 20px;
		background:url('../_images/bullet.gif') no-repeat;
		}
		
	.printHeader{
		display:none;
		}
/*Forms Page*/


		
/*top navigation*/
	#pxl-nav-top{
		margin:auto;
		width:827px;
		height:55px;
		background:url('../_images/navigation-bg.jpg') no-repeat top center;
		color:#fff;
		}
		
	#pxl-nav-top ul{
		margin-left:35px;
		list-style:none;
		}
		
	#pxl-nav-top ul li{
		float:left;
		}
		
	#pxl-nav-top ul li a.primaryelement:link,
	#pxl-nav-top ul li a.primaryelement:visited{
		display:block;
		height:30px;
		float:left;
		margin-top:15px;
		font-size:9pt;
		color:#fff;
		text-decoration:none;
		margin-right:2em;
		white-space:nowrap;
		}
	#pxl-nav-top ul li a.primaryelement:hover,
	#pxl-nav-top ul li a.primaryelement:active{
		color:#a2ff00;
		}

	#pxl-nav-top .pxl-dropdown:link,
	#pxl-nav-top .pxl-dropdown:visited{
		padding-right:20px;
		background:url('../_images/ico-dropdown.gif') no-repeat top right;
		}
	#pxl-nav-top .pxl-dropdown:hover,
	#pxl-nav-top .pxl-dropdown:active{
		background:url('../_images/ico-dropdown-h.gif') no-repeat top right;
		}
			

	/*drop down*/
		#the_div_1{
			clear:left;
			position:absolute;
			z-index:100;
			margin-top:45px;
			margin-left:360px;
			width:252px;
			padding-bottom:5px;
			background:url('../_images/bg-subNav.gif') no-repeat bottom left;
			}
			
		#pxl-dropdown-programs ul{
			margin:0;
			padding:0 0 15px 0;
			list-style:none;
			}
			
		#pxl-dropdown-programs ul li{
			float:none;
			margin:0 20px;
			padding:0;
			height:29px;
			border-top:solid 1px #112e48;
			border-bottom:solid 1px #000;
			}
		
		#pxl-dropdown-programs a:link,
		#pxl-dropdown-programs a:visited{
			display:block;
			height:20px;
			padding-top:9px;
			padding-left:10px;
			text-indent:10px;
			color:#fff;
			text-decoration:none;
			font-size:9pt;
			background:url('../_images/ico-bullet-tri-white.gif') no-repeat 0px 10px;
			}
			
		#pxl-dropdown-programs a:hover,
		#pxl-dropdown-programs a:active{
			color:#82d510;
			background:url('../_images/ico-bullet-tri-green.gif') no-repeat 0px 10px;
			}
			
/*pageActions*/

	#pageActions{
		clear:both;
		list-style:none;
		padding:10px 50px 10px 0px;
		}
		
	#pageActions li{
		display:inline;
		}

	#pageActions li a{
		float:right;
		}
		
	#pageActions li a span{
		display:none;
		}
		
	#pageActions li a.ico-print:link,
	#pageActions li a.ico-print:visited,
	#pageActions li a.ico-print:hover,
	#pageActions li a.ico-print:active{
		display:block;
		width:65px;
		height:15px;
		background:url('../_images/ico-print.gif') no-repeat;
		}
	#pageActions li a.ico-print:hover{
		background:url('../_images/ico-print.gif') no-repeat 0 -15px;
		}
		
	#pageActions li a.ico-send:link,
	#pageActions li a.ico-send:visited,
	#pageActions li a.ico-send:hover,
	#pageActions li a.ico-send:active{
		display:block;
		width:65px;
		height:15px;
		background:url('../_images/ico-send.gif') no-repeat;
		margin-right:10px;
		}
	#pageActions li a.ico-send:hover{
		background:url('../_images/ico-send.gif') no-repeat 0 -15px;
		}

/*page heading*/
	#pxl-top{
		text-align:center;
		}
		
	#pxl-banner{
		text-align:center;
		background:url('../_images/mid-bg.jpg') repeat-y top center;
		}
		
/*pxl-content area*/

	#pxl-content-area{
		text-align:left;
		margin:0 auto;
		width:827px;
		}
		
	#pxl-column-left{
		float:left;
		width:400px;
		padding:0 40px;
		}
		#pxl-column-left-forms{
		float:left;
		width:500px;
		padding:0 40px;
		}
		
	#pxl-column-left h1{
		background:url('../_images/bg-h1.jpg') no-repeat;
		padding-left:40px;
		}

	#pxl-column-left p{
		text-align:justify;
		font-size:8pt;
		line-height:1.5em;
		}
		
	#pxl-column-right{
		float:left;
		width:305px;
		}
		
	/*resources*/
			
		#pxl-resources h3{
			margin:0;
			padding:0;
			width:305px;
			height:88px;
			background:url('../_images/h3-resources.jpg') repeat-y;
			}
			
		#pxl-resources h3 span{
			display:none;
			}
			
		#pxl-resources ul{
			list-style:none;
			padding:1px;
			margin:0;
			padding:0 0 0 2em;
			background:url('../_images/right-col-bg.jpg') repeat-y;
			border-left:solid 1px #fff;
			border-right:solid 1px #fff;
			}
			
		#pxl-resources ul li{
			font-size:8pt;
			padding:0;
			margin:0;
			}
			
		#pxl-resources ul li a:link,
		#pxl-resources ul li a:visited{
			display:block;
			height:22px;
			border-top:solid 1px #fff;
			border-right:solid 1px #eee;
			border-bottom:solid 1px #eee;
			border-left:solid 1px #fff;
			text-indent:4.5em;
			line-height:2.2em;
			width:233px;
			background:url('../_images/bg-resources.gif') repeat-x;
			}
			
		#pxl-resources ul li a:hover,
		#pxl-resources ul li a:active{
			background:url('../_images/bg-resources.gif') repeat-x 0 -22px;
			}
			
	/*news & events*/

		#pxl-newsEvents h3{
			margin:0;
			padding:0;
			width:305px;
			height:88px;
			background:url('../_images/h3-newsEvents.jpg') repeat-y;
			}
	
		#pxl-newsEvents h3 span{
			display:none;
			}
			
		#pxl-newsEvents h4{
			font-family:Arial, Helvetica, sans-serif;
			font-weight:bold;
			font-size:8pt;
			}
		
		#pxl-newsEvents ul{
			list-style:none;
			margin:0;
			padding:1em 2em 0 2em;
			background:url('../_images/right-col-bg.jpg') repeat-y;
			}
			 
		#pxl-newsEvents ul li{
			margin:0;
			background:url('../_images/bg-news.gif') no-repeat;
			padding-left:4em;
			}
			
		#pxl-newsEvents ul strong,
		#pxl-newsEvents ul p{
			font-size:8pt;
			line-height:1.5em;
			}
			
		#pxl-newsEvents ul p{
			margin-bottom:0;
			padding:0.5em 0;
			}
			
		#pxl-newsEvents img{
			position:relative;
			left:-1px;
			}


/*footer*/
	#pxl-footer{
		text-align:left;
		margin:auto;
		clear:left;
		width:870px;
		height:189px;
		background:url('../_images/bg-footer.jpg') no-repeat bottom center;
		}
		
	#pxl-footer ul{
		display:block;
		padding:60px 0 0 40px;
		color:#fff;
		}
		
	#pxl-footer ul li{
		display:inline;
		}
		
	#pxl-footer ul li a:link,
	#pxl-footer ul li a:visited{
		font-size:9pt;
		display:inline;
		color:#fff;
		text-decoration:none;
		}
	#pxl-footer ul li a:hover,
	#pxl-footer ul li a:active{
		color:#a2ff00;
		}
		

/*Associations Page*/

	 .assocLogos{
	 	display:block;
		margin-top:40px;
		border:solid 1px #ddd;
		text-align:center !important;
		vertical-align:middle !important;
		padding:20px;
		min-height:60px;
	 	}

/*Specialty Programs Pages*/

	#forms #pxl-column-left ul{
		list-style:none;
		margin-left:3em;
		}

	#forms #pxl-column-left ul li{
		padding-left:4em;
		background:url('../_images/ico-pdf-large.gif') no-repeat top left;
		height:30px;
		padding-top:0.5em;
		margin:0;
		}

	#forms #pxl-column-left ul li a.pdfDocument{
		}
		

