body
{
	margin: 0;
	font-family: Arial, Helvetica;
	color: #62564e;
	font-size: 62.5%;
	background-color: #0c112f;
}
.profile-close{
	float:left;
	width:100%;
	text-align:right;
	cursor:pointer;
	padding-bottom:2px;

}

/* Background Images */
.bg { background: #000000 url('/resources/fluency/images/backgrounds/bg.gif') repeat-x center top; }

/* IE 6 PNG Fix */
div { behavior: url(/htc/iepngfix.htc) }

/* Remove padding & margins from elements */
h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* Remove image border */
img
{
	border: 0;
}

/* Break floats */
.break
{
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 1px;
}

/* Alignment & Spacing */
.align-right { text-align: right; }
.float-right { float: right !important; }
.padding-top-30 { padding-top: 30px; }
.padding-top-20 { padding-top: 20px; }
.padding-top-10 { padding-top: 10px; }
.padding-bottom-10 { padding-bottom: 10px; }
.padding-top-bottom-10 { padding: 10px 0 10px 0; }
.margin-top-20 { margin-top: 20px; }
.margin-top-10 { margin-top: 10px; }
.margin-top-5 { margin-top: 5px; }
.margin-left-5 { margin-left: 5px; }
.margin-right-2 { margin-right: 2px; }
.margin-bottom-10 { margin-bottom: 10px; }
.margin-top-bottom-10 { margin: 10px 0 10px 0; }
.hide { display: none; }
.absmiddle { vertical-align: middle; }

/* Editable Content */
.editable-content
{
	float: left;
	width: 100%;
	font-size: 1.2em;
}

	.editable-content a
	{
		color: #9dbc1a;
		text-decoration: none;
	}

	.editable-content a:hover
	{
		text-decoration: underline;
	}

	/*.editable-content ul
	{
		padding: 10px 0 10px 10px;
		margin: 0;
	}
	
	.editable-content ul li
	{
		background: url('/resources/fluency/images/backgrounds/bullet.gif') no-repeat left 5px;
		list-style-type: none;
		padding-left: 12px;
	}

	.editable-content ul li ul li
	{
		background: url('/resources/fluency/images/backgrounds/bullet_sub.gif') no-repeat left 7px;
		list-style-type: none;
		padding-left: 12px;
	}

	.editable-content ol
	{
		margin: 10px 10px 10px 25px;
		padding-left: 10px;
	}*/

/* Headers */
h1
{
	float: left;
	width: 185px;
	font-size: 2em;
	padding: 22px 0 0 30px;
}

	h1 a
	{
		width: 192px;
		height: 50px;
		float: left;
		text-indent: -5000px;
		background: url('/resources/fluency/images/fluencyLogo.gif') no-repeat left top;
	}
	
h2
{
	font-size: 5.2em;
	font-weight: normal;
	line-height: 1.0em;
	color: #ffffff;
}

h3
{
	font-size: 2.5em;
	font-weight: normal;
	color: #352b23;
	padding: 0 0 10px 0;
}

h4
{
	font-size: 1.5em;
	font-weight: bold;
	color:#000000;
	
}

/* Links */
a.link-bg
{
	float: left;
	color: #352b23;
	background-color: #f2f2f2;
	text-decoration: none;
	padding: 2px;
}

a.link-bg:hover
{
	background-color: transparent;
	text-decoration: none;
}

a.link-normal
{
	color: #9dbc1a;
	text-decoration: none;
}

a.link-normal:hover
{
	text-decoration: underline;
}

/* Text */
.uppercase { text-transform: uppercase; }
.bold { font-weight: bold; }
.highlight { color: #352b23; }

/* Master Elements */

#wrapper
{
	width: 1003px;
	margin: auto;
}

#header
{
	float: left;
	width: 1000px;
	height: 97px;
	background: url('/resources/fluency/images/backgrounds/header_sub_navigation.gif') no-repeat left top;
}

	/* Top Navigation */

	#header #top-navigation
	{
		float: left;
		
		width: 776px;
		height: 37px;
	}

		#header #top-navigation ul
		{
			float: right;
			padding: 0;
			margin: 0;
			list-style-type: none;
			text-align: right;
		}

		#header #top-navigation li
		{
			float: left;
			padding-right:14px;
			
		}
	
		#header #top-navigation a
		{
			float: left;
			font-size: 1.2em;
			color: #616161;
			text-decoration: none;
			width:90px;
			height:29px;
			vertical-align:middle;
			text-align:center;
			line-height:29px;
		}
		
		#header #top-navigation a:hover, #header #top-navigation a.on
		{
			color:#9dbc1a;
			background: url('/resources/fluency/images/backgrounds/tab.gif') no-repeat left top;

		}
	
	/* Main Navigation */
	#header #main-navigation
	{
		float: left;
		width: 708px;
	}

/* Sub Navigation */
#sub-navigation
{

	float: left;
	width: 1000px;
	height: 29px;
	background: url('/resources/fluency/images/backgrounds/sub_navigation.png') no-repeat right top;
}

#clock, #date
{
	font-size: 1.2em;
}

/* Homepage */
#flash
{
	float: left;
	width: 1003;
}

#strapline
{
	float: left;
	width: 906px;
	background: url('/resources/fluency/images/backgrounds/home_strapline.png') no-repeat left top;
}

	#strapline .content
	{
		float: left;
		width: 866px;
		color: #615e5c;
		padding: 20px 20px 10px 20px;
		font-size: 1.8em;
	}

#strapline-footer
{
	float: left;
	width: 908px;
	height: 15px;
	background: url('/resources/fluency/images/backgrounds/home_strapline_footer.png') no-repeat left top;
	font-size: 0;
}

#home-features
{
	float: left;
	width: 905px;
	margin-top: 10px;
	background: url('/resources/fluency/images/backgrounds/home_features.png') no-repeat left top;
}

	#home-features h4
	{
		padding-bottom: 5px;
		border-bottom: solid 2px #ccd1db;
		color: #ffffff;
		margin: 0 0 15px 0;
	}

	#home-features a
	{
		color: #ffffff;
		text-decoration: none;
	}

	#home-features a:hover
	{
		text-decoration: underline;
	}

	#home-features .feature
	{
		float: left;
		width: 181px;
		padding: 20px 20px 0 20px;
	}

	#home-features .home-news
	{
		font-size: 1.2em;
		padding: 0 0 10px 0;
		color: #ffffff;
	}

	#home-features .home-publication
	{
		font-size: 1.2em;
		padding: 0 0 10px 0;
	}

#home-features-footer
{
	float: left;
	width: 905px;
	height: 26px;
	background: url('/resources/fluency/images/backgrounds/home_features_footer.png') no-repeat left top;
}

/* Title */
.title
{
	float: left;
	width: 865px;
	padding: 20px 0 20px 40px;
}

	.title p
	{
		color: #ffffff;
		font-size: 1.4em;
	}

/* Content */
#content-header
{
	float: left;
	width: 1003;
	height: 22px;
	background: url('/resources/fluency/images/backgrounds/content_header.png') no-repeat left top;
}

#content
{
	float: left;
	width: 1003;
	padding: 10px 0;
	background: #f4f3f2;
	z-index: 1;
}

#content-footer
{
	float: left;
	width: 1003;
	height: 22px;
	background: url('/resources/fluency/images/backgrounds/content_footer.png') no-repeat left top;
}

/* Page Content */
#left-content
{
	float: left;
	width: 100%;
}
	#left-content ul.page-nav
	{
		float: left;
		width:100%;
		padding: 0 0 0 0;
		margin: 0;
		list-style-type: none;
	}

	#left-content ul.page-nav li
	{
		float: left;
		width: 100%;
		background: url('/resources/fluency/images/backgrounds/dotted.gif') repeat-x left top;
		padding:6px 0 6px 0;
	}

	#left-content ul.page-nav a
	{
		float: left;
		width: 100%;
		text-decoration: none;
		cursor: pointer;
	}
	#left-content ul.page-nav a:hover, #left-content ul.page-nav a.on
	{
		color: #9dbc1a;
		text-decoration:underline;
		font-size:1.2em;
	}
	#left-content ul.page-nav ul
	{
		float: left;
		padding: 0;
		margin: 0 0 0 0;
		list-style-type: none;
	}

	#left-content ul.page-nav ul li
	{
		float: left;
		margin: 3px 0 0 0;
	}

	#left-content ul.page-nav ul a
	{
		float: left;
		width: 140px;
		height: auto;
		padding: 0 0 0 25px;
		color: #777777;
		font-size: 1.2em;
		background: none;
	}

	#left-content ul.page-nav ul a:hover, #left-content ul.page-nav ul a.on
	{
		color: #352b23;
		background: url('/resources/fluency/images/backgrounds/service_navigation_arrow.gif') no-repeat 15px 5px;
	}

	

	#left-content .news-archive
	{
		float: left;
		width: 179px;
		font-size: 1.1em;
		padding: 10px 0 10px 15px;
	}

		#left-content .news-archive ul
		{
			float: left;
			list-style-type: none;
			padding: 0;
			margin: 0;
		}

		#left-content .news-archive li
		{
			float: left;
		}

		#left-content .news-archive a
		{
			float: left;
			width: 150px;
			padding: 0 0 7px 10px;
			color: #777777;
			text-decoration: none;	
		}

		#left-content .news-archive a:hover, #left-content .news-archive a.on
		{
			color: #352b23;
			background: url('/resources/fluency/images/backgrounds/service_navigation_arrow.gif') no-repeat 0 5px;
		}


#page-content
{
	float: left;
	width: 681px;
}

#page-content-double
{
	float: left;
	width: 659px;
	padding: 0 20px 0 0;
}

#page-content-single
{
	float: left;
	width: 481px;
	padding: 0 20px 0 0;

}

#right-content
{

	float: left;
	width: 180px;
}

	#right-content h4
	{
		color: #352b23;
		padding: 0 0 2px 0;
		border-bottom: solid 2px #d4cec9;
	}

	#right-content .feature-content
	{
		float: left;
		width: 160px;
		padding: 10px 0;
		font-size: 1.2em;
	}

	#right-content .case-study
	{
		float: left;
		width: 160px;
		font-size: 1.2em;
	}

	#right-content .partner-profile
	{
		float: left;
		width: 160px;
		font-size: 1.2em;
		padding: 10px 0;
		border-bottom: solid 1px #d4cec9;
	}

	#right-content .publication
	{
		float: left;
		width: 160px;
		font-size: 1.2em;
		padding: 10px 0 0 0;
	}

/* Back Link */
.back
{
	float: left;
	width: 100%;
	padding-top: 20px;
	font-size: 0.9em;
}

	.back a
	{
		float: left;
		height: 18px;
		padding: 5px 10px;
		font-size: 1.4em;
		background: url('/resources/fluency/images/backgrounds/back.gif') no-repeat right top;
		color: #352b23;
		text-decoration: none;
	}

	.back .arrow
	{
		color: #9dbc1a;
	}

/* Senior Management */
#senior-management
{
	float: left;
	width: 100%;
	padding-top: 10px;
}
	#senior-management h4
	{
		float: left;
		width: 100%;
	}

	#senior-management a
	{
		text-decoration: none;
		display: block;
		padding: 12px;
		width:181px;
		cursor:pointer;
	}

	#senior-management a:hover
	{
		background-color: #f7f7f7;
	}

	#senior-management .profile
	{
		float: left;
		font-size: 1.1em;
		margin-left:18px;
		margin-right:18px;
		display:inline;
	}
	
	#senior-management .profile-image
	{
		float: left;
		width:100%;
		margin-bottom:12px;
	}
	
	#senior-management .name
	{
		color: #000000;
		font-size:1.4em;
		font-weight:bold;
	}

	#senior-management .job-title,
	#senior-management .profile-title
	{
		color: #969696;
		font-size:1.4em;
	}

	#senior-management .profile-title
	{
		font-style:italic;
	}
	
	#senior-management a:hover .name
	{
		color: #9dbc1a;
	}
	
	.ProfileContent
	{
		display:none;
	}
	
	.profile-main
	{
		float: left;
		width: 488px;
		display:inline;
padding-top:5px;
	}

	.profile-main h3 span
	{
		font-size: 0.7em;
	}

	.profile-right
	{
		float: left;
		width: 160px;
		margin-left:20px;
		display:inline;
	}
	
	.profile-detail
	{
		float:left;
		width:100%;
		display:inline;
		background: url('/resources/fluency/images/backgrounds/profile-fill.gif') repeat-y top left;
		padding:0px 0px 10px 15px;
	}
	
.profile-header
{
	float:left;
	width:100%;
	height:20px;
	background: url('/resources/fluency/images/backgrounds/profile-curve-top.gif') no-repeat top left;
	
}

.profile-footer
{
	float:left;
	width:100%;
	height:20px;
	background: url('/resources/fluency/images/backgrounds/profile-curve-bottom.gif') no-repeat top left;
}


/* Latest News */
.featured-news
{
	float: left;
	width: 481px;
	padding: 10px 0;
	border-bottom: solid 2px #d4cec9;
}

	.featured-news .featured-news-content
	{
		float: left;
		width: 301px;
		padding: 0 20px 0 0;
	}

	.featured-news .featured-news-image
	{
		float: left;
		width: 160px;
	}


/* Case Studies */
.case-study
{
	float: left;
	width: 481px;
	padding: 0 0 10px 0;
}

	.case-study .case-study-date
	{
		float: left;
		width: 76px;
		color: #9dbc1a;
		padding: 2px;
		font-size: 1.2em;
	}

	.case-study .case-study-title
	{
		float: left;
		width: 481px;
		font-size: 1.2em;
	}

.qualification
{
	font-size: 0.5em;
}

/* Join Our Team */
#vacancies


{
	float: left;
	width: 481px;
	padding: 0 0 10px 0;
	margin: 10px 0;
	border-top: solid 2px #d4cec9;
	border-bottom: solid 2px #d4cec9;
}

	#vacancies .vacancy
	{
		float: left;
		width: 481px;
		padding: 10px 0 0 0;
		font-size: 1.2em;

	}

/* Publications */
.publications
{
	float: left;
	width: 100%;
	margin: 10px 0;
	padding: 10px 0 0 0;
	border-top: solid 2px #d4cec9;
	border-bottom: solid 2px #d4cec9;
}

.publication
{
	float: left;
	width: 100%;
	padding: 0 0 10px 0;
	font-size: 1.2em;
}

.publication-group
{
	float: left;
	width: 100%;
}

	.publication-group h4
	{
		float: left;
		padding: 0 0 5px 0;
	}

/* Multimedia */
#multimedia
{
	float: left;
	width: 661px;
}

	#multimedia a
	{
		text-decoration: none;
		display: block;
		padding: 3px;
	}

	#multimedia a:hover
	{
		background-color: #f2f2f2;
	}

	#multimedia .video
	{
		float: left;
		width: 192px;
		padding: 10px;
		font-size: 1.1em;
	}

	#multimedia .video-title
	{
		color: #000000;
	}

	#multimedia .duration
	{
		color: #777777;
	}

	#multimedia a:hover .duration
	{
		color: #9dbc1a;
	}

/* Faqs */
#accordion a.question
{
	float: left;
	font-size: 1.8em;
	cursor: pointer;
	padding: 10px 0 2px 0;
}

/* Site Map */
.CMSSiteMapList a
{
	font-size: 1.2em;
	color: #9dbc1a;
	text-decoration: none;
}

.CMSSiteMapList a:hover
{
	text-decoration: underline;
}

/* Form Related */
#form
{
	float: left;
}

.newsletter
{
	width: 181px;
}

.page-form
{
	float: left;
	width: 661px;
	padding: 20px 0 20px 20px;
	margin: 20px 0 0 0;
	background-color: #cccccc;
}

#form .form-field
{
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

#form fieldset
{
	float: left;
	width: 100%;
	border: 0;
}

#form label
{
	float: left;
	width: 100%;
}

#form label.hide
{
	display: none;
}

#form .radiobutton-list label
{
	float: none;
	padding-left: 2px;
}

#form .input_l  { /*default styling*/ }

#form .input_r  { /*default styling*/ }

#form .form-field .large, #form .form-field .small
{
	float: left;
	color: #777777;
	font-size: 1.4em;
	padding: 6px;
	background: #ffffff;
	border: none;
}

#form .form-field .large
{
	width: 425px;
}

#form .form-field .small
{
	width: 169px;
}

#form .textarea
{
	width: 428px;
	height: 94px;
	font-family: Arial, Helvetica;
	font-size: 1.4em;
	color: #777777;
	padding: 4px;
	border: none;
}

#form .dropdown
{
	float: left;
	width: 438px;
	font-size: 1.2em;
	color: #777777;
	margin-top: 5px;
}

#form .submit-newsletter
{
	float: left;
	padding: 5px 0 0 5px;
}

	#form .submit-newsletter a
	{
		font-size: 1.2em;
	}

#form .submit
{
	float: left;
	width: 100%;
	height: 37px;
	background: url('/resources/fluency/images/backgrounds/submit.gif') no-repeat right top;
}

	#form .submit a
	{
		float: right;
		padding: 10px 120px 0 0;
		font-size: 1.4em;
		color: #ffffff;
		text-decoration: none;
	}

#form .validation
{
	padding: 0 0 5px 0;
}

.confirmation-message
{
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	padding: 10px 0 0 0;
}

/* Footer */
#footer
{
	float: left;
	width:1003px;
	height: 50px;
	margin-top: 10px;
	padding-top: 10px;
}

	#footer .logos
	{
		float: left;
		width: 470px;
		padding-left: 10px;
	}
		#footer .logos ul
		{
			float: left;
			padding: 0;
			margin: 0;
			list-style-type: none;
		}
		#footer .logos li
		{
			float: left;
			margin: 0 5px;
		}
		#footer .logos a
		{
			float: left;
			text-decoration: none;
		}
	
	#footer .links
	{
		float: left;
		width: 521px;
		font-size: 1.0em;
		color: #666666;
	}

	#footer .links-home
	{
		float: left;
		width: 451px;
		font-size: 1.0em;
		color: #666666;
	}
	
		#footer .links ul, #footer .links-home ul
		{
			float: right;
			padding: 0;
			margin: 0;
			list-style-type: none;

			text-align: right;
		}
		
		#footer .links li, #footer .links-home li
		{
			float: left;
		}
		
		#footer .links a

		{

			float: left;
			padding: 0 10px;
			color: #666666;
			text-decoration: none;
			border-right: solid 1px #666666;
		}

		#footer .links-home a
		{
			float: left;
			padding: 0 10px;
			color: #999999;
			text-decoration: none;
			border-right: solid 1px #999999;
		}
		
		#footer .links a:hover, #footer .links-home a:hover
		{
			text-decoration: underline;
		}

		#footer .links .copyright, #footer .links-home .copyright
		{
			padding-left: 10px;
		}


/*
 * An obnoxious label to identify dev sites. Not used in production.
 */
.SiteLabel
{
	position:absolute;
	top:5px;
	right:5px;
	background-color: Yellow;
	color: Black;
	padding: 0.25em;
	font-weight: bold;
	width: 150px;
	font-size: 16px;
}

#FluencyHeading
{
	color:#00a8e3;
}

#homepageFeature
{
	float:left;
	width:1000px;
}

#homepageFeatureImage
{
	float:left;
	width:707px;
}

#homepageFeatureText
{
	float:left;
	width:273px;
	padding:80px 0 0 10px;
	color:#ffffff;
	font-size:1.1em;
}

#homepage-links
{
	float: left;
	margin-top: 55px;
}

ul.ContentButtons,
ul.LargeContentButtons
{
	float: left;
	width:100%;
	margin:0;
	padding:0;
}

ul.ContentButtons li
{
	float: left;
	width:100px;
	height:20px;
	list-style:none;
}

ul.ContentButtons li {
	background: url('/resources/fluency/images/btn_Off.gif') no-repeat right top;
}

ul.ContentButtons li:hover {
	background: url('/resources/fluency/images/btn_On.gif') no-repeat right top;
}
ul.ContentButtons a
{
	float:left;
	height:20px;
	width:95px;
	padding-left:5px;
	line-height:20px;
	color:#000000;
	text-decoration:none;	
}


ul.LargeContentButtons li
{
	float: left;
	width:124px;
	height:30px;
	list-style:none;
}

ul.LargeContentButtons li {
	background: url('/resources/fluency/images/btnLarge_Off.gif') no-repeat right top;
}

ul.LargeContentButtons li:hover {
	background: url('/resources/fluency/images/btnLarge_On.gif') no-repeat right top;
}
ul.LargeContentButtons a
{
	float:left;
	width:119px;
	height:30px;
	font-size:1.3em;
	padding-left:5px;
	line-height:30px;
	color:#000000;
	text-decoration:none;	
}

#MainContent
{
	float:left;
	width:1000px;
	background: url('/resources/fluency/images/backgrounds/MainContentCurveTop.gif') no-repeat left top;
	padding-top:20px;
}
#MainContentFill1Col
{
	float:left;
	width:1000px;
	background: url('/resources/fluency/images/backgrounds/MainContentFill1Col.gif') repeat-y left top;
}
#MainContentFill2Col
{
	float:left;
	width:1000px;
	background: url('/resources/fluency/images/backgrounds/MainContentFill2Col.gif') repeat-y left top;
}
#MainContentColumnLeft
{
	float:left;
	width:166px;
	margin:8px 20px 20px 20px;
	display:inline;
}
#MainContentColumnCenter
{
	float:left;
	width:504px;
	margin:8px 20px 0px 20px;
	display:inline;
}
#MainContentColumnCenter2Col
{
	float:left;
	width:734px;
	margin:8px 20px 0 20px;
	display:inline;
}
#MainContentColumnRight
{
	float:left;
	width:210px;
	margin:8px 20px 0 20px;
	display:inline;
}

#MainContentColumnRight .news-archive
	{
		float: left;
		width: 160px;
		font-size: 1.1em;
		padding: 10px 0;
	}

		#MainContentColumnRight .news-archive ul
		{
			float: left;
			list-style-type: none;
			padding: 0;
			margin: 0;
		}

		#MainContentColumnRight .news-archive li
		{
			float: left;
		}

		#MainContentColumnRight .news-archive a
		{
			float: left;
			width: 150px;
			padding: 0 0 7px 10px;
			color: #777777;
			text-decoration: none;	
		}

		#MainContentColumnRight .news-archive a:hover, #MainContentColumnRight .news-archive a.on
		{
			color: #9dbc1a;
			background: url('/resources/fluency/images/backgrounds/service_navigation_arrow.gif') no-repeat 0 5px;
		}

#MainContentCurveBottom
{
	float:left;
	width:1000px;
	height:22px;
	background: url('/resources/fluency/images/backgrounds/MainContentCurveBottom.gif') no-repeat left top;
}
#HomePageMap
{
	background: url('/resources/fluency/images/backgrounds/WorldMap.gif') no-repeat left top;
}

.hr {
	background: url('/resources/fluency/images/backgrounds/dotted.gif') repeat-x left top;
	float:left;
	height:1px;
	width:100%;
	font-size:0;
	margin:0;
	line-height:0;
}
.hrPadTop {
	background: url('/resources/fluency/images/backgrounds/dotted.gif') repeat-x left bottom;
	float:left;
	width:100%;
	height:5px;
	line-height:5px;
	font-size:0;
	margin:0;
}
.hrPadBottom {
	background: url('/resources/fluency/images/backgrounds/dotted.gif') repeat-x left top;
	float:left;
	width:100%;
	height:5px;
	line-height:5px;
	font-size:0;
	margin:0;
}
.GenericBox
{
	float:left;
	width:100%;
	margin:6px 0 6px 0;
	display:inline;
	font-size:1.1em;
}
a.CMSSiteMapLink,
a.MarginLink
{
	text-decoration:none;
	color:#777777;
	font-size:1.2em;
}
a.CMSSiteMapLink:hover,
a.CMSSiteMapLink:active,
a.MarginLink:hover,
a.MarginLink:active
{
	text-decoration:underline;
	color:#9dbc1a;
}
.MarginSeparator
{
	float:left;
	width:100%;
	height:20px;
}
#HomePageMap
{
	min-height:240px;
}
.HeadingBg1,
.HeadingBg2,
.HeadingBg3,
.HeadingBg4
{
	float:left;
	width:1000px;
	height:110px;
}
.HeadingBg1
{
	background: url('/resources/fluency/images/backgrounds/HeadingBg1.gif') no-repeat right top;
}
.HeadingBg2
{
	background: url('/resources/fluency/images/backgrounds/HeadingBg2.gif') no-repeat right top;
}
.HeadingBg3
{
	background: url('/resources/fluency/images/backgrounds/HeadingBg3.gif') no-repeat right top;
}
.HeadingBg4
{
	background: url('/resources/fluency/images/backgrounds/HeadingBg4.gif') no-repeat right top;
}

