/*********************************** [ Banners ] */

/* ---(Main Banner)--- */
div#main_banner {
	display					: block;
	visibility				: visible;
	
	position				: relative;
	height					: 182px;
	background				: url('/images/banner.png') no-repeat top left;
}
	div#banner_corner	{
		display				: block;
		background			: url('/images/bancimg_partners.jpg') 
	}
	.banner_text_standardlayout{
		left					: 10px;
	}
		
/*********************************** [ Body ] */

/* ---(MODIFIERS)--- */
#pg_docs {
	width: 250px;
	position: relative;
	float: right;
	right: 0px;
}

#mainbody table {
	border: 0px;
}
		
#leftcolumn img {
	position: relative;
	float: right;
	margin-left: 70px;
	clear: none;
}

#keybenefits  {
	position		: relative;
	left			: 0px;
	width			: 450px;
	float			: left;
	clear			: left;
}

	#keybenefits h5 {
		width			: 88px;
		height			: 16px;
		background		: url('/images/lbl_keybenefits.gif') no-repeat top left;
	}

	#keybenefits h5 span{
		display			: none;
	}

	#keybenefits ul {
		font-size		: 9pt;
		color			: #454545;
		font-weight		: bold;
		list-style		: none outside none;
		margin			: 0px 0px 20px 10px;
	}
	#keybenefits ul li{
		margin			: 0px 0px 5px 20px;
		background		: url('/images/arrow_right_states.png') no-repeat 0px -30px;
		padding			: 0px 30px 0px 20px;
		font-size		: 10pt;
		font-weight		: bold;
		color			: #005596;
	}

	#keybenefits ul li span{
			display			: block;
			font-size		: 10pt;
			font-weight		: normal;
			color			: #005596;
	}
	#keybenefits ul li a:hover {
			color			: #f19120;
	}
	
	#box_partners {
		position : relative;
		float: right;
		top: 0px;
		width: 180px;
		display: block;
		margin: 20px 0px 10px 0px;
	}
	#box_partners h6 { color	: #f29010; }
	
	#bdy_buts {
		margin			: 10px 0px 20px 20px;
		padding			: 0px 0px 0px 0px;
		list-style		: none inside none;
		position		: relative;
		float			: left;
	}
	
	#bdy_buts li, #bdy_buts li a, #bdy_buts li a:hover{
		width				: 229px;
		height				: 49px;
		display				: block;
		background-repeat	: no-repeat;
		list-style			: none;
	}
	
	#bdy_buts li a,
	#bdy_buts li a:link	{ background-position: 0px 0px; }
	#bdy_buts li a:hover	{ background-position: 0px -49px; }
	#bdy_buts li a:active	{ background-position: 0px -98px; }
	#bdy_buts li a span		{ display:none; visibility:hidden; }