﻿/*  Styles for all pages */
html{
	border:0 silver none;
	background-color:gray;
	padding: 5px 0 0 0;
}
.PageTitle{
	width:900px;
	text-align:center;
}
.PageTitle p{
	color:blue;
	font-size:24pt;
	font-weight:bold;
	text-align:center;
}
 
head{
	height:200px;
	width:900px;
	min-height:1000px;
}
form {
	margin-left:auto;
	margin-right:auto;
	width:900px;
	height:100%;
	min-height:500px;
}
body{
	background-color: #C0C0C0;
	width: 900px;
	max-width: 900px;
	min-height: 400px;
	height: 100%;
	border-style: none;
	margin-left:auto;
	margin-right:auto;
	border: 3pt black inset;
}
p, input, a, h1, h2, h3, h4, h5, h6, td, tr, th, body {
	font-family: Arial;
	font-size: 10pt;
	text-align:left;
}
p {
	margin-top: 5px; 
	margin-bottom: 0; 
}
hr {
	color: silver;
	width: 100%;
	left: auto;
	right: auto;
}
input.active{
	background-color: #F7F9DF;
}
li{
	margin-top:2px; 
	margin-bottom:2px;
}
td {
	margin-top: 0; 
	margin-bottom: 0; 
}
.robot {
	display: none;
}
a:hover {
	padding: 0;
	color: #000080;
	background-color: transparent;
}
a:link.links {
	color: #000080;
	font-family: Arial;
	font-weight: normal;
}
a:visited.links {
	color: #000080;
	font-weight: normal;
}
a:hover.links {
	color: #FF0000;
	font-weight: Normal;
	background-color: transparent;
}
a:hover.bold {
	font-weight: bold;
	background-color: transparent;
}
.developer{
	font-size:8pt;
	width: 224px;
	text-align:right;
	padding-right:20px;
}
a:hover.developer {
	padding-right:20px;
}
#Footer {
	margin-left: 24px;
	margin-top: 10px;
	margin-bottom: 0;
	margin-right: 24px;
	height: 80px;
	width: 900px;
	vertical-align: bottom;
	clear: both;
}
/*  Styles for menu */
.Buttons {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	Width: 112px;
	Height: 50px;
	color: #000000;
	font-weight: bold;
	font-size: 12pt;
	vertical-align:middle;
	text-align:center;
	margin-left:10px;
	margin-top:5px;
}
.Home {
	background-image: url("images/home1.jpg"); 
}
.Employment {
	background-image: url("images/employment1.jpg"); 
}
input:hover {
	color: blue;
	border: medium silver inset;
}
.Policies {
	background-image: url("images/policy1.jpg"); 
}
.Programmes {
	background-image: url("images/programmes1.jpg"); 
}
.LinksOut {
	background-image: url("images/links1.jpg"); 
}
.FAQ {
	background-image: url("images/faq.jpg"); 
}
.ContactUs {
	background-image: url("images/ContactUs1.jpg"); 
}
.HPK {
	background-image: url("images/HPK_Logo.jpg"); 
}
.Howick {
	background-image: url("images/Howick.jpg"); 
}

/*  Styles for Home page */
.HomePage p{
	margin-top:3px;
	margin-bottom:10px;
	line-height:20px;
	margin-right:24px;
	margin-left:24px;
}
.HomePage {
	width:720px;
}
.pics {
	float:right;
	margin-right:40px
}
.pics img{
	border-style:none;
}
a:hover.pics{
	border-style:none;
}
.Highlight {
	padding-left: 10px;
	width: 90%;
	background-color: #F7F9DF;
	font-size: 14pt;
	color: #0000FF;
	font-weight:bold;
	clear:both;
}
.Programme li{
	margin-left:40px;
}
div#Details >h1 {
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:150px;
	margin-left:64px;
	float:left;
	clear:both;
	font-weight:normal;
	height:20px;
}
div#Details h2 {
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:100px;
	float:left;
	font-weight:normal;
	height:20px;
}
div#Details h3 {
	clear:right;
	height:20px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:15px;
}
.LinkPage {
	width:690px;
	margin-right:160px;
}
/*  Styles for FAQ page */
.FAQPage {
	width:720px;
}
.FAQPage p{
	margin-top:3px;
	margin-bottom:10px;
	line-height:20px;
	margin-right:24px;
	margin-left:24px;
}
	/*FAQ*/

.ContainerPanel
{
   border-style:none
}
.collapsePanelHeader
{
   height:30px;
   font-weight:bold;
}
.HeaderContent
{
   float:left;
   padding-left:5px;
}
.Content
{
	padding: 5px 10px 15px;
	clear:both;
}
.ArrowExpand {
	background-image:url('images/expand_green.jpg');
	background-repeat:no-repeat;
	width:13px;
	height:13px;
	float:left;
	margin-right:0px;
	margin-left:10px;
}
.ArrowExpand:hover {
	cursor:pointer;
}
.ArrowClose {
	background-image:url('images/collapse_red.jpg');
	background-repeat:no-repeat;
	width:13px;
	height:13px;
	float:left;
	margin-right:0px;
	margin-left:10px;
}
.ArrowClose:hover {
	cursor:pointer;
}

