/*---- body style  ----*/
body {
	background-image:url(images/pg_bg.jpg);
    background-repeat:repeat ;
	background-color:#D5D7DB;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	margin-top: 10px;
	margin-bottom: 10px;
	height:300px;
	font-family: Arial, Verdana, sans-serif;
	text-align: center;}
div#pg_container {
	width:900px;
	margin:0 auto 0 auto;
	padding:0;
	text-align: left;
	}
div#container {
	width:900px;
	margin:0 auto 0 auto;
	padding:0;
	
}

/* --- general content style --- */
th, td, p     
  {	font-family:Arial, Verdana, sans-serif;
	line-height:1.5em;
    font-size:12px;
    color:black}
	
/* --- 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:	#D1E4ED}	
.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: #002D3C;
		 font-size: 13px ;
		 margin-bottom: 0px;
		 font-weight: bold;
		 margin-left: 0px;
		 text-align:left;}
h2 {	 color: #002D3C;
		 font-size: 12px ;
		 margin-bottom: 14px;
		 font-weight: bold;
		 text-align:left;}


/*--- hilites for text and/or headers---*/
.hilite1 {color: #FFFFFF;
		 font-weight: bold;
		 font-size: 14px}
.hilite2 {font-size:12px;
		 color: #304E80;
		 font-weight: bold;}
.hilite3 {background-color: #FFFFCC;
		 color: #B22222;}
.phrase {color: #999999;
		 font-weight: none;}

/*--- footer styles for base of pages ---*/

		 
.footer {
	text-decoration: bold;
	font-size: 12px;
	padding: 2px;
	text-align:center;
	color: #FFFFFF;}
.footer2 {
	text-decoration: bold;
	font-size: 12px;
	padding: 2px;
	text-align:left;
	color: #666666;}
.footer3 {
	text-decoration: bold;
	font-size: 12px;
	padding: 2px;
	text-align:right;
	color: #333333;}				 
a.footer2 {
		 color: #666666;
		 font-size: 12px ;
		 font-weight: normal;}
		
/*--- links styles ---*/
A.normal:link, A.normal:visited, A.normal:active   {
		color:#FF4B00;
        text-decoration:none;
        font-size:12px;
        font-weight:normal;
}
A.normal:hover     {
		color:#FF4B00;
        text-decoration:underline;
        font-size:12px;
        font-weight:normal;
}
A.gallery:link,  A.gallery:visited, A.gallery:active  {
		color:#006282;
        text-decoration:none;
        font-size:16px;
        font-weight:bold;
        font-family: Arial, Helvetica, sans-serif}
A.gallery:hover     {
		color:#006282;
        text-decoration:none;
        font-size:16px;
        font-weight:bold;
        font-family: Arial, Helvetica, sans-serif}	
		
A.footerlink:link, A.footerlink:visited, A.footerlink:active    {
		color:#FFFFFF;
        text-decoration:none;
        font-size:12px;
        font-weight:normal;
}
A.footerlink:hover     {
		color:#FFFFFF;
        text-decoration:underline;
        font-size:12px;
        font-weight:normal;
}		


/* -- nav menu set up --*/
A.selector {
		background:#004359;
		display: block;
		height:20px;
		text-align: center;
		text-decoration: none;
		font-size:13px;
		font-weight:bold;
		color: #FFFFFF;
		border: none;
		border: solid 1px #004359;}
A.selector:hover {
		border: solid 1px #D5F4FF;
		color: #000000;
		background-color:#D5F4FF;}
.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: #000033;
		border-style:double;
		font-size: 12px;
		font-weight: bold;
		background-color:#E2F1F1;
		background-image:url(images/box_bg.gif);
}