body {
	margin: 0 auto;
	padding:	0px;
	align: center;
	text-align: center;
/*	border-style:  solid;
  	border-weight:	thin;
	border-color:	blue; */
}

.container {
	margin: 0 auto;
	width:	750px;
	padding:	0px;
	align:	center;
	text-align: center;
/* 	border-style:  solid;
  	border-weight:	thin;
  	border-color:	red; 
 */
}

.break {
clear:	both;
}

#header {
	width:	750px;
	padding:	0px;
	align: center;
	text-align:	center;
	margin: 0 auto;
/*	 	border-style:  solid;
  	border-weight:	thin;
  	border-color:	black; */
}

.menucont{
	width:	750px;
	height:	55px;
	padding:	0px;
	align: center;
	text-align:	center;
	margin: 0 auto;
/*	border-style:  solid;
  	border-weight:	thin;
  	border-color:	orange; 
  */
}

.menu{
float:	left; 
display: inline;
width: 150px;
height:	50px;
border: 0px;
text-align:	center;
}

img{  
border-style: none;
}

.topimg  {
border: 0px;
padding:	0px;
margin:	0px;
float:	left;
}

a.topimg:link {
 text-decoration:none;
 border: 0px;
}

a.topimg:active{
 text-decoration:none;
 border: 0px;
}

a.topimg:hover{
 text-decoration:none;
 border: 0px;
}

a.topimg:visited {
 text-decoration:none;
 border: 0px;
}

.login {
	float:	right;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: green; /* Text colour */ 
	text-decoration:none; 
}
a.login:link, a.login:visited, a.login:active{
	text-decoration:none; 
	color: green; /* Text colour */ 
}
a.login:hover{
	text-decoration:none; 
	color: red; /* Text colour */ 
}


}.main {
  	width: 100%;
  	text-align:	center;
	align:	center;
	margin: 0 auto;
/*  border-style:  solid;
  border-weight:	thick;
  border-color:	black;	*/
}

/*	Navigation Buttons */

.button1 {
    display: block;
    width: 140px;
    height: 50px;
    background-image:  url(images/button.gif);
	background-repeat: no-repeat;
    margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: green; /* Text colour */ 
	text-decoration:none; 
}

a.button1:hover {
    background-image:  url(images/buttonhov.gif);
}

a.button1:link {
    background-image:  url(images/buttonhov.gif);
}

body.bodynav 
	a.home,
	a.mission,
	a.mgmt,
	a.dev,
	a.job,
	a.about{
    background-image:  url(images/buttonhov.gif);
}

.buttontext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: green; /* Text colour */ 
	text-decoration:none; 
}

a.buttontext:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: rgb(0, 0, 153);
	text-decoration:none; 
}

.whitenounderline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.whitenounderline:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.whitenounderline:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.whitenounderline:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.whitenounderline:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

/* button styles */

a.button, a.buttonDis {
	display: block;
	background-color: transparent;
	background-image: url(images/buttonall.gif);
	background-repeat: no-repeat;
	width: 140px;
	height: 32px;   /* for non-internet explorer */	
	#height: 50px;  /* the "#" is for internet explorer */	
	margin: 0px auto;
	padding: 18px 0 0 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: green; /* Text colour */ 
	text-decoration: none; 
	overflow: hidden;
}

a.button:link, a.button:visited {
color: green;
}

a.button:hover, a.button:active {
background-position: 0 -50px;
color: green;
}

a.buttonDis:link, a.buttonDis:visited, a.buttonDis:hover, a.buttonDis:active {
background-position: 0 -100px;
color: green;
cursor: default;
}

ul {
	list-style-image: url(images/bull1.gif);
}

h1 {
	color: rgb(0, 0, 153);
}

h2 {
	color: rgb(0, 0, 153);
}

h3 {
	color: rgb(0, 0, 153);
}

h4 {
	color: rgb(0, 0, 153);
}

h5 {
	color: rgb(0, 0, 153);
}

h6 {
	color: rgb(0, 0, 153);
}

.error {
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: red;	
}

.cssnav{
position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: green; /* Text colour */ 
	text-decoration: none; 
	text-align: center;
background: url(images/buttonall.gif) 0 0 no-repeat;
white-space: nowrap;
display: block;
width: 140px;
height: 50px;
margin: 0;
padding: 0;
}



.cssnav a {
display: block;
/* color: #000000; */
/* font-size: 11px;*/
width: 140px;
height: 50px;
display: block;
float: center;
/* float: left; */
/* color: black; */
text-decoration: none;
}

.cssnav img {
width: 140px;
height: 50px;
border: 0
}

* html a:hover {
visibility:visible
}

.cssnav a:hover img {
visibility:hidden
}

.cssnav span {
position: absolute;
left: 50;
top: 18px;
margin: 0px;
padding: 0px;
cursor: pointer;
} 
.staff_contact {
 display: block;
/*display: table-cell; */
 float:	left; 
  /* width: 238px;  #height: 12em;the "#" is for internet explorer*/ 
width: 44%; 
/* #width: 33%;	 */
border-style: solid;
border-color: black;
border-width: 1px;
margin: 10px;
font-size: 14pt;
text-align: left;
/*margin: 0; */
padding: 0;
}

.portfolio {
 display: block;
/*display: table-cell; */
 float:	left; 
  /* width: 238px;  #height: 12em;the "#" is for internet explorer*/ 
width: 31%; 
/* #width: 33%;	 */
border-style: solid;
border-color: black;
border-width: 1px;
margin: 1px;
font-size: 10pt;
text-align: left;
/*margin: 0; */
padding: 0;
}

.propcont {
	margin: 0 auto;
/* width: 100%; */
padding-bottom: 1px;
}

.propname {
width: 100%;
background-color: #CCCCCC;
}

.half {
width: 49%;
float:	left; */
}

.proprow {
text-align: left;
}

.portrow {
clear: both;
width: 100%;
/* display: table-row; */
page-break-before: auto;

}
.pagebreak:{
display: none;
}

.formcont {
	text-align: left;
	margin: 0 auto;
	align:	center;
	width:	500px;
}

div.row {
  clear: both;
  padding-top: 5px;
  }

div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
  }

div.row span.formw {
  float: right;
  width: 335px;
  text-align: left;
  } 

.editbanner {
	width:	100%;
	border:  solid green;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	color: green; /* Text colour */ 
	text-decoration: none; 
	text-align: center;
}

.leftbar {
	float:	left;
	margin: 10px;
}
.pagelist {
	text-align:	left;
	width:	115px;
}
.content {
	float: 	right;
	text-align:	left;
	width:	400px;
	padding: 5px;
	border-left: thin solid black;
}
.homecontainer{
	float: left;
	text-align:	left;
	width:	750px;
}
.topcontent{
	float: left;
	text-align:	left;
	width:	100%;
	
}

.homecontent {
	float: left;
	text-align:	left;
	width: 250px;
	 }

.leftcontainer {
	float: left;
	text-align:	left;
	width: 250px;
	 }

.righthalf {
	float: left;
	text-align:	left;
	width: 225px;
	margin: 10px 10px 10px 10px; 

}
.rightcontainer {
	white-space:normal;
	float: left;
	text-align:	left;
	width:	500px;
}
.rightleft {
	float: left;
	text-align:	left;
	width: 250px;

}
.rightright {
	float: left;
	text-align:	left;
	width: 250px;

}


.bottomhome{
	clear: both;
	width: 100%;
	text-align: center;
	}
.article{
	margin: 5px;
	/* padding: 5px; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #07519A; /* Text colour   font-weight: bold; */ 
	text-decoration:none; 
	border-style:  solid;
  	border-width:	1px;
	border-color: #AACBEE;/**/ 
	
}
.article a:link, .article a:visited{
	color: #07519A; /* Text colour   font-weight: bold; */ 
	text-decoration:none; 
}

.article a:hover{
	color: red; /* Text colour   font-weight: bold; */ 
	text-decoration: underline; 
}

/*.article:first-line{
	padding: 0;
	margin: 0;

}*/
.article h1, .article h1 a:link, .article h1 a:visited{
	background-color: #7e98d5;
	color: white;
	font-size: 9pt;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0;
	font-style: bold;
	border-bottom: 1px solid #AACBEE;/**/
}
.article h1 a:hover{
	color: DarkBlue;
	text-decoration: none; 
}
.article li, .article ol li ul li{
	list-style-image: none;
	list-style-type: disc;
	list-style-position: inside;
	margin:0px 0px 0px 5px; 

} 
.article ol li{
	list-style-type: decimal;
}


.article p{
	margin: 10px 10px 10px 10px; 

}

.article img{
	float: left; 

}
.article form{
	margin:0px 0px 0px 5px; 
} 
.article form select option{
	color: #07519A; /* Text colour   font-weight: bold; */ 

}
div.cat {
	width: 100%; 
	height: .8em; /* needed by NN6*/
	line-height: 1em;
	border-bottom: 3px dotted gray;
	margin: 10px;
	/* font-size: 1em;
	font-weight: bold;*/
}

.itemname	{
	float: left;
	position: relative; /*needed by IE6*/
	top: 5px;
	background-color: white;
	margin-bottom: -.3em;
	border-bottom: solid white .2em;
	padding-right: 10px;
	text-align: left;
	
/*	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #07519A; /* Text colour   font-weight: bold; */ 
	text-decoration:none; 

}

div.cat>.itemname, div.subcat>.itemname	{
	position:static; /*IE5 Mac Bug, items are offset */
} 

.num	{
	float: right;
	position: relative; /* needed by IE6*/
	top: 5px;
	background-color: white;
	margin-bottom: -.4em;
	border-bottom: solid white .2em;
	width: 100px;
	text-align: right;
/*	font-family: "Courier New", monospace;  */
}
/* 	border:  solid blue;
	background-color: yellow;
	
	#EBF3FB
END OF NAVIGATION */

/* =================================
     start of Tooltip css code here
    ================================= */

        a.info{
        position:relative;           /*this is the key*/
        z-index:24;
        background-color:#FFFFFF;    /* background colour of display text */
        color:#000000;               /* colour of display text */
        /* border:1px dotted #999;    border colour */
        /*font-style:italic;			*/
		text-decoration:none;
        
        }

        a.info:hover {
        z-index:25;
        background-color:#ffffff;

        }

        a.info span{
        display: none;  /* hide the span text using this css */
        }

        a.info:hover span{ /*the span will display just on :hover state*/
        display:block;
        position:absolute;
        top: 1.5em;
        left: 1em;
        width:15em;
        border:1px solid #ff0000; /* border colour */
        background-color:#ffffff; /* background colour here */
        color:#000000;         /* text colour */
        text-align: left;
        font-size: .8em;
        /* font-style:italic;  */
        z-index:30;
        }

.eivbox {
	float: 	left;
	text-align:	left;
	width:	400px;
	padding: 5px;
}
