@charset "utf-8";
/* MIPAC - Home page specific styling */

/* MIPAC - splash area on homepage */
#splash {
	height: 260px;
}

/* 3 coloured panels under homepage splash  */

#panel1 {
	height: 210px;
}
#panel2 {
	height: 210px;
}
#panel3 {
	height: 210px;
}

/* body styling  */
	
#homeLHContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	padding: 10px 10px 10px 0px;
}

#homeRHContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	padding: 10px 10px 10px 0px;
}
#homeSubContentLH p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
}

#homeSubContentRH p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
}

/*homepage display panels - yellow, blue, silver */

#panel1 {
	background-image: url(../images/css/bgnd_panel1.jpg);
	background-repeat: no-repeat;
}

#panel2 {
	background-image: url(../images/css/bgnd_panel2.jpg);
	background-repeat: no-repeat;
}

#panel3 {
	background-image: url(../images/css/bgnd_panel3.jpg);
	background-repeat: no-repeat;
}
/*homepage display panel1 text formatting*/
#panel1 h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #fff;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	padding: 40px 20px 5px 20px;
	margin-bottom: 0px;
}

#panel1 h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-transform:uppercase;
	font-style: normal;
	font-weight: normal;
	padding: 0px 20px 10px 20px;
	margin: 0px;
}

#panel1 p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	font-style: normal;
	font-weight: normal;
	padding: 0px 20px 10px 20px;
	
}

/*homepage display panel2 text formatting*/
#panel2 h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #fff;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	padding: 40px 20px 5px 20px;
	margin-bottom: 0px;
}

#panel2 h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-transform:uppercase;
	font-style: normal;
	font-weight: normal;
	padding: 0px 20px 10px 20px;
	margin: 0px;
}

#panel2 p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	font-style: normal;
	font-weight: normal;
	padding: 0px 20px 10px 20px;
	
}

#panel1 a {
	color: #002149;
	text-decoration:none;
}

#panel1 a:hover {
	color: #002149;
	background-color:transparent;
	text-decoration:underline;
}

#panel1 a:visited {
	color: #002149;
}


#panel2 a {
	color: #002149;
	text-decoration:none;
}

#panel2 a:hover {
	color: #002149;
	background-color:transparent;
	text-decoration:underline;
}

#panel2 a:visited {
	color: #002149;
}



#panel3 a {
	color: #002149;
	text-decoration:none;
}

#panel3 a:hover {
	color: #002149;
	background-color:transparent;
	text-decoration:underline;
}

#panel3 a:visited {
	color: #002149;
}

/*homepage display panel3 text formatting*/
#panel3 h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #fff;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	padding: 40px 20px 5px 20px;
	margin-bottom: 0px;
}

#panel3 h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-transform:uppercase;
	font-style: normal;
	font-weight: normal;
	padding: 0px 20px 10px 20px;
	margin: 0px;
}

#panel3 p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	font-style: normal;
	font-weight: normal;
	padding: 0px 20px 10px 20px;
	
}

#news .pagination {
	display: none;
}

#news .author { 
display: none;
}
