@charset "utf-8";
/* CSS Document */



.rtBox{

}

.imgComm{
	max-width:100%;
	border:none;
}



.jobCatgBox{
display:table; 
width:100%;
max-width:400px;
border: 0px solid #2e062e;
background-color:#FFF;
}


.etBox{
	
display:table; 
width:100%;
border: 1px solid #2e062e;
background-color:#CCC;
text-decoration:none;
}




.etText{
text-align:center; display:table-cell; vertical-align:middle; text-decoration:none; font-family:"Lao UI"; 
}

.etText a{
text-align:center; display:table-cell; vertical-align:middle; text-decoration:none;	font-family:"Lao UI";
color:#4b186e;
}

.etText a:hover{
text-align:center; display:table-cell; vertical-align:middle; text-decoration:underline;font-family:"Lao UI";
color:#4b186e;
}

/*--------------------------------Past Performance Box------------------*/

.PPBox{
display:table;
width:100%;
table-layout:fixed;


border-spacing:8px;


}

.PPBox-sub{
	display:table-cell;
	
	 background-color: #fff; 
	 width:50%;
	 min-width:50%;
	 padding:10px;  
	 border:1px #000 solid;
	 
	
	
-webkit-box-shadow: 2px 2px 13px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 2px 13px 0px rgba(0,0,0,0.75);
box-shadow: 2px 2px 13px 0px rgba(0,0,0,0.75);

background-image:url(../img/img-noise-361x370.png);


}

.PPBox-sub a{
	
	 text-decoration:none;

}

.PPBox-sub a:hover{
	 text-decoration:none;
	
	
}


/*---------------------------End Past Performance Box---------------------------*/

.jobCatgText{
text-align:left; display:table-cell; vertical-align:middle;	
}

.borderLt{
	border-left:1px #333 solid;
	
}

.NrText{
 display:table-cell; vertical-align:middle;	
}

.NrTextDate{
	width:155px;
	text-align:right;
 
}

.bodyTextNR{
	font-family:"Lao UI";
	font-size: .9em;	
	color:#000;
	text-align: left;
	
	padding:5px;
	
	/*margin-top:1%;*/	
}

.bodyTextNR a{
	font-family:"Lao UI";
	font-size: .9em;	
	color:#4b186e;
	text-align: left;
	
	text-decoration:none;
	
	
	/*margin-top:1%;*/	
}

.bodyTextNR a:hover{
	font-family:"Lao UI";
	font-size: .9em;	
	color:#4b186e;
	text-align: left;
	
	text-decoration:underline;
	

}

.cellIS{
	padding:2px;
}

.button,
.button:visited,
.button a{
 font-family:"Lao UI";
  width: auto;
  background: #4b186e;
  padding: 5px;
  color: #fff;
  text-decoration: none;
}

.button:hover,
.button a:hover{
	font-family:"Lao UI";
	
  color: #999;
}

.btnNewsArchive{
	font-family:"Lao UI";
	width: 70px; 
	height: auto;
	background-color: #4b186e; 
	color: #FFF;
	
}

.bulletPoint{
	
	font-family:"Lao UI";
	font-size: 1.350em;	
	color:#4b186e;
	text-align: left;
	
}

.bulletPoint li{
	list-style-image:none; text-indent:0em; border-bottom:1px #CCC solid;
	list-style-type:none;

}

.bulletPoint a{
	font-size: .9em;
	color: #4b186e;
	text-decoration:none;
	/*margin-top:1%;*/	
}

.bulletPoint a:hover{
	
	color: #4b186e;
	font-size: .9em;
	text-decoration: underline;
	/*margin-top:1%;*/	
}


.labourCat{
	
	font-family:"Lao UI";
	font-size: 1.350em;	
	color:#4b186e;
	text-align: left;
	
}

.labourCat li{
	list-style-image:none; text-indent:0em; 
	
	list-style-type:none;

}

.labourCat a{
	font-size: .9em;
	color: #4b186e;
	text-decoration:none;
	/*margin-top:1%;*/	
}

.labourCat a:hover{
	
	color: #4b186e;
	font-size: .9em;
	text-decoration: underline;
	/*margin-top:1%;*/	
}


.selectNews{
	font-family:"Lao UI";
	 font-size:small;
	 color:#000;
	 padding:3px;
}

.titleGovtAgc, 
.titleGovtAgc a{
	font-size:1.5em; 
	color:#fff; 
	font-family:"Lao UI"; 
	text-align:center;
	text-decoration:none;
	padding:15px;
}

.titleGovtAgc a:hover{
	font-size:1.5em; 
	color:#ccc; 
	font-family:"Lao UI"; 
	text-align:center;
	
	padding:15px;
}

/* ===========================
   ====== Contact Form ======= 
   =========================== */
 .formHeader{
	 background-color:#4b186e;
	 padding:5px;
	 
 }
 
  .formHeadSSN{
	 background-color:#4b186e;
	 padding:5px;
	 
 }
 
 
   
.textFormTitle{
	 font-family:"Lao UI";
	 font-size:1em;
	 color:#FFF;
	 text-align:center;
}



.textFormBlack{
	 font-family:"Lao UI";
	 font-size:1em;
	 color:#000;
	 text-align:center;
	  padding:15px;
}

.textForm{
	 font-family:"Lao UI";
	 font-size:small;
	 color:#000;
	 text-align:left;
	 padding:5px;
	 
}

input, textarea {
	padding: 5px;
	border: 1px solid #ccc;
	width: 200px;
	color: #999999;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;		
}

textarea {
	width: 300px;
	height: 70px;
	max-width: 400px;
	line-height: 18px;
}
.formFooter{
	font-size:12px;
	color:#F00;
	font-family:"Lao UI";
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	border-color: 1px solid #C9C9C9;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;	
}

.form label {
	margin-left: 10px;
	color: #999999;
}

/* ===========================
   ====== Submit Button ====== 
   =========================== */

.submit input {
	font-family:"Lao UI";
	width: 100px; 
	height: auto;
	background-color: #4b186e; 
	color: #FFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;		
}

.closeBtn{
	text-align:center;
	height:auto;
	width:70px;
	cursor:pointer;
	
}

map area {
outline:none;
}


.imgRes4{
	width:100%;
	max-width:350px;
	border:none;
}


.bodyTextForm{
	font-family:"Lao UI";
	font-size: .80em;	
	color:#4b186e;
	text-align: left;
	padding-left:5px;
	padding-right:2px;

}

.sendafile input {
	font-family:"Lao UI";
	width: 175px; 
	height: auto;
	background-color: #4b186e; 
	color: #FFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor:pointer;		
}



.sendafile2 input {
	text-align:center;
	height:auto;
	width:185px;
	cursor:pointer;
	background-color:#e5e5e5;
	color:#000;
	border-color:#999;
}

