/* ********************* INEWS STORY DISPLAY ********************* */






.textContent {
	font-size:0.9em;
	padding:0 0.5em;
	line-height:1.5em;




	background-color : transparent;
	background-position : left top;
	background-repeat : no-repeat;
	position:absolute;
	top:12px;
	left:0px;
	width: 737px;
	height: 653px;
}
#storyAboutUs
{
	background-image : url(../images/story_about_us_back.png);
}
#storyServices
{
	background-image : url(../images/story_services_back.png);
}

#storyContactUs
{
	background-image : url(../images/story_contact_us_back.png);
}
#storyContactUs .contentArea p
{
	width: 330px;
}
#storyPrivacyPolicy
{
	background-image : url(../images/story_privacy_policy_back.png);
}
#storyPrivacyPolicy
{
	background-image : url(../images/story_privacy_policy_back.png);
}
#storyTermsOfUse
{
	background-image : url(../images/story_terms_of_use_back.png);
}


.textContent h2, .textContent h3, .textContent h4,
.textContent h5, .textContent h6 {
	font-family:"trebuchet ms",arial,helvetica,sans-serif;
	margin:1em 0;
}
.textContent h2
{
	margin:0 0 0.6em 0;
	padding:0.3em 0.5em;
	line-height :1.2em;
	font-size:1.4em;
	color:#fff;
	background-color:#0f0;
	border:1px solid #0f0;
}
.textContent h3 {
	font-size:1.4em;
	color:#f00;
}
.textContent ul li {
	margin-top:1em;
}
.contentArea {
	padding:0 0em 2em 0em;
	  /*	border:1px solid #0f0; */
		margin:100px 25px 30px;
		font-size:0.85em;
		line-height:1.2em;
	font-family:arial,"trebuchet ms",helvetica,sans-serif !important;
}

.contentArea table tr td
{
	vertical-align: top;
	text-align: justify;
	padding: 0 30px 0 0px;
	width: 50%;
}


.contentArea table tr td ul
{
	padding:0;
	margin:12px 0 12px 12px;
}
.contentArea table tr td ul li
{
	list-style-type:none;
	background-image : url(../images/bullet.png);
	background-position : left 50%;
	background-repeat : no-repeat;
	padding: 0px 0 0px 15px;

}

#storyPrivacyPolicy table tr td ul li
{
	background-position : left top !important;
}


/***** TEXT EDITOR BACKGROUNG COLOUR ****************************/

body
{
	background-color : transparent;

}
h2
{
        color : #ff0;
}

/****************************************************************/
