/*---- body style  ----*/
body {
	background-color:#D5D7DB;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	margin-top: 10px;
	margin-bottom: 10px;
	height:300px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;}
div#pg_container {
	background-color: #FFFFFF;
	background-image:url(images/pg_bg.jpg);
    background-repeat:repeat ;
	width:950px;
	margin:0 auto 0 auto;
	padding:0;
	text-align: left;}
div#container {
	width:950px;
	margin:0 auto 0 auto;
	padding:0;
	
}

/* --- general content style --- */
th, td, p     
  {	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height:1.5em;
    font-size:12px;
    color:#666666}
	
/* --- table cell styles --- */
td.right, tr.right{
		font-size:12px;
        color: #000000;
		font-weight:normal;
		background:#F7F7F7}
td.center, tr.center{
		font-size:12px;
        color: #000000;
		font-weight:normal;
		text-align:center;
		line-height:1.8em;}	
td.enquiry{
background:	#F8FAFA}	
.tableenquiry {
border:#D1E4ED;
border-style:double;
background-color:#F4F4F4;
}		
.tableform {
background:#FFFFFF;}		
.tableheader {
background:#D1E4ED;
font-weight:bold;
color:#000033;
font-size:12px;}		
.tableheadersm {
background:#D1E4ED;
font-weight:bold;
color:#000033;
font-size:10px;
height:20px;}	
.tableheadersm2 {
background:#ACCEDF;
font-weight:bold;
color:#000033;
font-size:10px;
height:20px;}	

/*--- images---*/
img {border:0;}


/*--- bullet points---*/
LI {	list-style-image:  url(images/bullet3.gif)}
UL {	list-style-image:  url(images/bullet3.gif)}

/*--- horizontal rule and dashed lines ---*/
hr { 	height: 0px; color: #990000}
div.footer { border-top: 0.7px dashed #091333;} 
div.form { border-top: 0.7px dashed #091333;} 
div.nav { border-top: 0.7px dashed #EFEFEF;} 

/*--- headers ---*/
h1 {	 color: #00CCCC;
		 font-size: 14px ;
		 margin-bottom: 0px;
		 font-weight: bold;
		 margin-left: 0px;
		 text-align:left;}
h2 {	 color: #00CCCC;
		 font-size: 13px ;
		 margin-bottom: 0px;
		 font-weight: normal;
		 margin-left: 0px;
		 text-align:left;}
highlight {	 color: #99CCCC;}

/*--- footers ---*/
.base {	font-family: Arial, Helvetica, sans-serif;
		font-size:11px;
		text-align:center;
		color:#666666}

/*--- links styles ---*/
A.normal:link, A.normal:visited, A.normal:active   {
		color:#999999;
        text-decoration:none;
        font-size:12px;
        font-weight:normal;
}
A.normal:hover     {
		color:#999999;
        text-decoration:underline;
        font-size:12px;
        font-weight:normal;
}

A.nav:link, A.normal:visited, A.normal:active   {
		color:#FFFFFF;
        text-decoration:none;
        font-size:12px;
        font-weight:normal;
}
A.nav:hover     {
		color:#FFFFFF;
        text-decoration:underline;
        font-size:12px;
        font-weight:normal;
}
/* -- nav menu set up --*/
A.selector {
		background:#333333;
		display: block;
		width: 198px;
		height:20px;
		text-align: left;
		text-decoration: none;
		font-size:13px;
		font-weight:none;
		color: #FFFFFF;
		border: none;
		border: solid 1px #333333;}
A.selector:hover {
		border: solid 1px #333333;
		color: #000000;
		background-color:#FFFFFF;}
.style5 {
		 font-size: 13px; }
		
		
/* --- form button style ---*/					
INPUT, select, textarea, text {
		border: 1px #003399 groove;
		background-color: #FDFDFF; 
		font-size: 12px;
		color: #000000;
		border-color: #000000;
		border-style: solid;
}

/* --- style for boxes e.g <span class="box">box here</span> which can be used as tick boxes, bullet points, etc ---*/
.box {	 
		color: #333333;
		font-size: 20px;
		font-weight: normal;
 		margin-bottom: -12px;
  		margin-top: -12px;}