@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #dddddd;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container { 
	position: relative;
	width: 868px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	height:600px;
	}


/*******************************************************************************

 MAIN TAGS REDEFINED

 *******************************************************************************/
 p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	margin-bottom: 10px;
	margin-top: 0px;
	color:#000000;
	text-align:left;
}
 p.list {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 13px;
	color:#000000;
	text-align:left; 
	margin-bottom:0px;
 }
 p.link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 13px;
	color:#000000;
	text-align:left; 
	margin-bottom:0px;
	cursor:pointer;
 }
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	margin-bottom: 5px;
	margin-top: 0px;
	color:#0158A7;
	text-align:left;
	text-transform:uppercase;
	font-weight:bold;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-bottom: 5px;
	margin-top: 0px;
	color:#0158A7;
	text-align:left;
	text-transform:capitalize;
}

 h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-bottom: 5px;
	margin-top: 0px;
	color:#000000;
	text-align:center;
	font-weight:normal;
}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	margin-bottom: 5px;
	margin-top: 0px;
	color:#FFFFFF;
	background-color:#0158A7;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	padding-left:0px;
	padding-bottom:10px;
	padding-top:10px;
}
h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-bottom: 5px;
	margin-top: 0px;
	color:#000000;
	text-align:right;
}
/************************************************************/

/* HEADER*/ 

/************************************************************/

#headerBar {
	position:absolute;
	width:868px;
	height:108px;
	z-index:2;
	top: 0px;
	left: 0px;
	margin-left:0px;
}
li#headerbar
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
}
ul#headerbar
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	position: absolute;
	left: 0px;
	width: 985px;
	top: 1px;
}
#buttonBar {
	position:absolute;
	width:868px;
	height:55px;
	z-index:3;
	left: 0px;
	top: 108px;
	margin-left:0px;
}

/************************************************************/

/*SIDEBAR1 - LEFT*/ 

/************************************************************/
#navbar {
	position: absolute;
	
	width: 140px;
	
	top: 0px;
	}
#navbar2 {
	position: absolute;
	background-color:#cccccc;
	width: 140px;
	border:solid;
	border-color:#666666;
	border-width: 1px;
	padding: 1px;
	top: 40px;
	}
#navbar a{
	color:#000000;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}
#navbar a:hover{
	color:#ffffff;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;	
	}

/************************************************************/

/*MAIN CONTENT - CENTRE*/ 

/************************************************************/
#content {
	width:868px;
	top:163px;
	left:0px;
	position:relative;
	height: 400px;
	text-align:left;
} 

#projContent {
	width:470px;
	top:0px;
	left:145px;
	position:absolute;
	height: 400px;
	text-align:left;
	padding: 0px 5px 5px 5px;
} 

#pix {
	position:absolute;
	width:241px;
	height:400px;
	left: 626px;
	top: 0px;
}
/************************************************************/

/*FOOTER*/ 

/************************************************************/

#footer {
	color: #FFFFFF;
	width:868px;
	background-image:url(images/buttons&header/footer.jpg);
	background-repeat:no-repeat;
	position:absolute;
	top: 570px;
	left:0px;
	height:30px;
}
#links {
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #FFFFFF;
	width:400px;
	position:absolute;
	top: 7px;
	left:234px;
	height:10px;
}

#copyright {
	font:Arial, Helvetica, sans-serif;
	font-size:9px;
	width:300px;
	position:absolute;
	top: 31px;
	left:2px;
	height:10px;
	text-align:left;
	padding-left:2px;
}

#links a {
	color: #FFFFFF;
	text-decoration:none;
}

#links a:hover {
	color: #FFFFFF;
	text-decoration:none;
	list-style-type: decimal;
}
/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

#searchbox {
	text-align: center;
	margin:auto;
}
