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

.textContent {
	font-size:0.9em;
	padding:0 0.5em;
	line-height:1.5em;
	position:absolute;
	top:21px;
	left:26px;
	color:#484848;
}

.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:#bcae56;
	background-color:white;
	border:1px solid #0f0;
	border:none;
	margin:0;
	padding:0;
	margin-bottom:15px;
}
.textContent h3 {
	font-size:1.4em;
	color:#f00;
}
.textContent ul li {
	margin-top:1em;
}

.textContent a {font-weight:bold;color:#bcae56;cursor:pointer;}
.textContent a:link		{color:#bcae56;text-decoration:none;}
.textContent a:visited	{color:#bcae56;text-decoration:none;}
.textContent a:hover		{color:#bcae56;text-decoration:underline;}
.textContent a:focus		{color:#bcae56;text-decoration:none;}
.textContent a:active	{color:#bcae56;text-decoration:none;}


.contentArea {
	padding:0;
}

#storyAboutUs,#storyOurStaff,#storyOurServices,#storyUsefulLinks,#storyContactUs
{
	margin-top:54px;
}

#storyOurServices,#storyUsefulLinks
{
	line-height: 2.5em;
}


#staffDescLisa,#staffDescValerio,#staffDescSheridan,#staffDescGabby,#staffDescBrenton,#staffDescWade,#staffDescAaron,#staffDescAnita,#staffDescChris
{
	background-color:transparent;
	display:none;
	font-size: 1.0em;
	margin: 4px;
	margin-left: 10px;
	width:580px;
	font-family: Times, serif;
}

.moreInfo
{
	text-decoration: underline;
	display:inline;
	margin-left:6px;
	font-size: .8em;
	cursor:pointer;cursor:hand;
}

.contactCol1
{
	width:90px;
	display:inline-block;
}

.contactCol2
{
	display:inline;
}

#homePageText
{
	top:0;
}

#homePageText #topLineStart
{
	top:378px;
}


#homePageText #bottomStartLine
{
	top:515px;
}

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

body
{
	background-color : #fff;
}
h2
{
        color : #ff0;
}

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