@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#header {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:376px;
	z-index:10;
}

#panobg {
	position:absolute;
	background-image: url(images/pano_bg.jpg);
	background-position:center;
	left:0px;
	top:84px;
	width:100%;
	height:250px;
	z-index:1;
}

#body_content {
	position:absolute;
	left:0px;
	top:386px;
	width:100%;
	z-index:1;
}
#apDiv1 {
	position:relative;
	left:182px;
	top:392px;
	width:655px;
	height:307px;
	z-index:2;
}
.style1 {
	font-size: 16px;
	font-weight: bold;
}

/* ============================================================  */

img
{
	border:0;
}

h1 {
	font-size: 200%;
	color: #0081b8;		/*  blue--ish colour  */
	margin-bottom: 5px;
	font-weight: bold;
}

h2 {
	font-size: 110%;
	color: #0081b8;		/*  blue--ish colour  */
	margin-bottom: 5px;
	font-weight: bold;
}

a { 
	text-decoration: none; 
	color: #0081b8; /* blue-ish */
	outline:none;
}

a:hover
{
	color:#eccf0b;	/*  yellow colour  */
}

.body_content {
	text-align:left;
	padding: 20px 12px 20px 12px;
	min-height:300px;
	text-align:left;
}

.h1_content {
	text-align:left;
	padding: 10px 0px 0px 12px;
}

.footer_content {
	color: #0081b8;		/*  blue--ish colour  */
	padding-top: 20px;
	padding-bottom: 40px;
}

.top_nav {
	color: #0081b8;		/*  blue--ish colour  */
	text-align:right;
	padding-top: 10px;
	z-index:1001;
}

.poll_content {
	color: #ffffff;
	text-align:left;
	height:200px;
	padding: 54px 12px 20px 12px;
}

.poll_content a {
	color: #FFFFFF;
}
.poll_content a:hover {
	color: #eccf0b;	/*  yellow colour  */
}

.search_content {
	color: #ffffff;
	padding: 10px 0px 0px 0px;
}

.news_section
{
	margin-left:25px;
	margin-top:50px;
	color:#FFFFFF;
	height:150px;
	width:250px;
	overflow:auto;
	border:0px;
}
.news_section a
{
	color:#FFFFFF;
}
.news_section a:hover
{
	color:#eccf0b;	/*  yellow colour  */
}
.news_box_footer
{
	/*color:#FFFFFF;*/
	padding-left:23px;
	line-height:2em;
	font-style:italic;
	font-weight:bold;
	background-color:#FFFFFF;
}
/*.news_box_footer a
{
	color:#FFFFFF;
}
.news_box_footer a:hover
{
	color:#eccf0b;
}*/

/*	NEWS SECTION TABLE 	*/
table.headlines
{
	width:300px;
	border-collapse:collapse;
	margin-top:15px;
}
table.headlines td
{
	width:300px;
	padding:5px;
	vertical-align:top;
}
table.headlines td.title
{
	color:#FFFFFF;
	background:#0081b8; /* blue-ish */
	font-size:20px;
	text-align:center;
}
table.headlines td.footer
{
	color:#FFFFFF;
	background:#0081b8; /* blue-ish */
	font-size:16px;
	text-align:center;
}
table.headlines td.footer a {
	color: #FFFFFF;
}
table.headlines td.footer a:hover
{
	color:#eccf0b;	/*  yellow colour  */
}
table.headlines td.non_hilight
{
	text-align:left;
	padding: 10px;
}
table.headlines td.hilight
{
	text-align:left;
	padding: 10px;
	background-color:#ececec; /*  very light grey  */
}
table.headlines td h1
{
	font-size:12px;
	color:#0081b8;
}
table.headlines a:hover
{
	color:#eccf0b;	/*  yellow colour  */
}


/*	BLUE BACKGROUND SECTION  */
.blue_bg
{
	background:url(../images/quick_links_bg.gif) no-repeat;
	color:#FFFFFF;
	height:120px;
	width:300px;
	padding:5px;
}
.blue_bg span.title
{
	font-size:24px;
	font-weight:bold;
}
.blue_bg a {
	font-size:14px;
	color: #FFFFFF;
}
.blue_bg a:hover
{
	color:#eccf0b;	/*  yellow colour  */
}

/*  PAGING TABLE  */
table.res_table th
{
	background:#0081b8; /* blue-ish */
	color:#FFFFFF;
}
table.res_table td.coloured
{
	background-color:#ececec; /*  very light grey  */
}
table.res_table a:hover
{
	color:#eccf0b;	/*  yellow colour  */
}

/******************************
		 
		 ADMIN MENU 
		 
*******************************/
.admin_menu
{
	text-align:left;
}
.admin_menu a
{
	color:#0081b8; /* blue-ish */
	font-size:16px;
	font-weight:bold;
}
.admin_menu a:hover
{
	color:#eccf0b;	/*  yellow colour  */
}

/******************************
		 
	ALERTS
		 
*******************************/
.alert
{
	color:#000000;
	font-size:16px;
	font-weight:bold;
	padding:3px;
}


/******************************
		 
	ERROR AND SUCCESS
		 
*******************************/
.error
{
	color:#FF0000;
}
.success
{
	color:#003300;
	font-weight:bold;
}

.blue_font
{
	font-weight:bold;
	color: #0081b8;		/*  blue--ish colour  */
}

.no_indent
{
	list-style:none;
	margin-left:-40px;
}

.remove_link
{
	cursor:pointer;
	padding-left:5px;
}