/*********************************** [ 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_contactus.jpg') 
	}
	.banner_text_standardlayout{
		top					: 65px;
		left				: 10px;
	}
/*********************************** [ Body ] */

/* ---(MODIFIERS)--- */
#pg_docs {
	width: 200px;
}

.article_image {
	margin-top: -20px;
}
		
/* ---(Support Hours Table)--- */
#box_contactdetails {
	position : relative;
	width: 100%;
	display: block;
	margin: 0px 0px 0px 0px;
	clear: both;
	overflow: auto;
}

#mainbody table {
	border: 0px;
}

	#bdy_buts {
		margin			: 10px 0px 20px 50px;
		padding			: 0px 0px 0px 0px;
		list-style		: none outside 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; }