/*********************************** [ 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_aboutus.jpg') 
	}
	.banner_text_standardlayout{
		left					: 10px;
	}

	#banner_dropdown {
		width					: 283px;
		height					: 49px;
		position				: relative;
		float					: right;
		top						: 105px;
		right					: 40px;
		display					: block;
	}
	
	#banner_dropdown  #btn_bandropul {
		margin			: 0px 0px 0px 0px;
		padding			: 0px 0px 0px 0px;
		list-style		: none;
	}
	
	#banner_dropdown  #btn_bandropul li, #banner_dropdown  #btn_bandropul li a, #banner_dropdown  #btn_bandropul li a:hover{
		width				: 283px;
		height				: 49px;
		display				: block;
		background-repeat	: no-repeat;
		list-style			: none;
	}
	#banner_dropdown  #btn_bandropul li a,
	#banner_dropdown  #btn_bandropul li a:link		{ background-position: 0px 0px; }
	#banner_dropdown  #btn_bandropul li a:hover		{ background-position: 0px -50px; }
	#banner_dropdown  #btn_bandropul li a span		{ display:none; visibility:hidden; }
	
	#btn_bandrop a				{ background: url('/images/btn_drpd_prod.png'); }

	#panelcont {
		position: relative;
		top: -10px;
		left: 2px;
		width: 283px;
		margin: 0px 0px 0px 0px;
	}
	
	#panel {
		position: absolute;
		width: 283px;
		height: 241px;
		display: none;
		margin: 0px 0px 0px 0px;
		background: url('/images/drpd_bg.png') no-repeat bottom left;
		padding: 0px 0px 0px 0px;
		z-index: 2;
	}
	
	ul#panel_bullets {
		font-size		: 9pt;
		color			: #000000;
		font-weight		: bold;
		list-style		: none outside none;
		margin			: 20px 0px 20px 0px;
	}
	ul#panel_bullets li{
		position		: relative;
		top				: 5px;
		height			: 20px;
		display			: block;
		clear			: right;
		margin			: 0px 0px 0px 30px;
		background		: url('/images/arrow_right_states.png') no-repeat 0px -30px;
		padding			: 0px 20px 0px 20px;
	}

	
/*********************************** [ Body ] */

/* ---(MODIFIERS)--- */
#pg_docs {
	width: 300px;
	margin: 10px 0px 0px 0px;
}
.article_image {
	width: 300px;
}



/* ---(box facts)--- */
#box_facts{
	position: relative;
	width : 300px;
	float: left;
	margin: 0px 0px 10px 0px;
	text-align: left;
}
	#box_facts ul {
		font-size: 9pt;
		color: #454545;
		font-weight: bold;
		list-style: disc outside url('/images/lrg_orange_right_arrow.gif');
		margin: 0px 0px 0px 30px;
	}
	
	#box_facts ul li {
		margin: 0px 0px 10px 20px;
		padding: 0px 20px 0px 10px
	}
	
	#facts_heading {
		position: relative;
		height: 100px;
		width: 300px;
		top: -20px;
		background: url('/images/star_gy_rb_top.png') no-repeat top left;
		background-color: #FFFFFF;
	}
	
	#facts_heading div {
		position: absolute;
		top: 32px;
		left: 19px;
		width: 50px;
		font-size: 20pt;
		font-weight: bold;
		color: #bca301;
		text-align: center;	
	}
	#facts_heading span {
		position: absolute;
		top: 60px;
		left: 60px;
		width: 160px;
		margin-right: 20px;
		font-size: 12pt;
		font-weight: bold;
		color: #005596;
		text-align: center;
	}

	#bdy_buts {
		margin			: 10px 0px 20px 20px;
		padding			: 0px 0px 0px 0px;
		list-style		: none inside none;
		position		: relative;
		float			: right;
		clear			: right;
	}
	
	#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; }
	
	
