@charset "utf-8";

/* Globals */
body{
	margin:0px;
	padding:0px;
	font-family:"Times New Roman", Times, serif;
	font-size:11.5pt;
	line-height:15pt;
}
img {border:0px;}
a{
 color:#adafb2;
}
a:hover,a.sticky{
	color:#f25c5a;
}
.error {margin-left:14pt;}
/* CSS Layout */
#blockHolder{
	width:860px;
	margin: 10px auto 0;
}
#subhead{
	height:24px;	
}

#header{
	margin:40px 0 24px 0;	
}

#contentHolder{
	position:relative;
}

#nav{
	position:absolute;
	width:159px;
	height:650px;
	left:0px;
}

#content{
	position:absolute;
	left:181px;
	width:678px;
	height:650px;
	background-repeat:no-repeat;
}
#mainText{
	position:absolute;
	left:200px;
	top:145px;
	width:450px;
	text-align:justify;
}
#subText{
	position:absolute;
	width:180px;
	top:145px;
	left:20px;
}
#subhead,#nav,#content{
	border:1px solid #CCC;	
}

/* Content */
#mainText .title{
	color:#FFF;	
}
.About{
	background-image:url(../images/backgrounds/About.jpg);
}
.FAQs{
	background-image:url(../images/backgrounds/FAQs.jpg);
}
#mainText.ans { left:230px; width:420px; }
.ans p:first-letter{color:#f25c5a;}
.ans {text-indent:-15pt;}
.ColourByBlue{
	background-image:url(../images/backgrounds/ColourByBlue.jpg);
}
.JointVenture{
	background-image:url(../images/backgrounds/JointVenture.jpg);
}
.Contact{
	background-image:url(../images/backgrounds/Contact.jpg);
}
.Contact a {color:#000;}