@charset "utf-8";
/* CSS Document */

body{
	background-color:#4c4d4c;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#wrapper{
	margin-left:auto;
	margin-right:auto;
	width:831px;
	height:100%;
}

#header{
	width: 831px;
	height: 228px;
	background-image:url(images/header.png);
	background-repeat:no-repeat;
}

#imgBar{
	width: 831px;
	height: 179px;
	background-image:url(images/imagBar.png);
	background-repeat:no-repeat;
}

#welcome{
	width:831px;
	height:45px;
	background-image:url(images/welcome.png);
	background-repeat:no-repeat;
}

#siteBody{
	width:831px;
	height: 100%;
	background-image:url(images/bodyBack.png);
	background-repeat:repeat-y;
}

#content{
	width:780px;
	height:100%;
	text-align:justify;
	margin-left:23px;
	
}

#content p{
	margin-top:0px;
	margin-bottom:0px;
}

#homeContent{
	color:#333333;
	
}

#homeContent a{
	color:#666666;
	font-weight:600;
	text-decoration:none;
}

#homeContent a:hover{
	color:#000000;
}

#pageName{
	padding:10px 0 10px;
	font-size:14px;
	font-weight:600;
	height:10px;
	border-bottom:1px;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
}	

#enquiryForm{
	width:390px;
	height:auto;
	border:1px;
	border-color:#CCCCCC;
	border-style:solid;
	padding: 5px;
}

#enquiryFormTopic{
	font-size:12px;
	font-weight:600;
	color:#000000;
}

#mandatoryText{
	font-size:10px;
	color:#FF0000;
	font-weight:600;
}
#footer{
	width:831px;
	height:72px;
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
}

#navigation{
	width:368px;
	height:23px;
	padding-left:32px;
	padding-top:200px;

}

#navigation a img{
	border:none;
}

#copyright{
	padding-left:30px;
	padding-top:30px;
	font-size:11px;
	color:#CCCCCC;
}

.red{ color:#ff0000; }


#enquiryForm input{display: block;width:200px;float:left;background:#dfdfdf;height:12px;font-size:11px;font-weight:bold;border:1px solid #999999;margin-bottom: 7px;}
#enquiryForm label{display: block;width:120px;float: left;text-align:left;margin-bottom: 7px;height:12px;}
#enquiryForm textarea{width:250px;border:1px solid #999999;background:#dfdfdf;float:left;}

#enquiryForm .button_contact{display:block;margin-left:60px;background:#000;width:100px;height:25px;margin-top:15px;color:#fcfbce;font-size:12px;}

