﻿/* CSS layout index.html*/
html,
body {
   margin:0;
   padding:0;
   height:100%;
}

/* WHOLE PAGE*/
/*PAGE CONTENT : to make footer stay at bottom*/
#page_content {
	position:relative;
	min-height:100%;
	height: 100%;
}

/* HEADER SECTION*/
#masthead {
	position: relative;
	width: 100%;
	height: 10px;
}

#top_left_col {
	width: 600px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
}

#top_right_col {
	width: 120px;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	text-align: left;
}

/* MID BANNER SECTION*/
/* mid section*/
#mid_banner_top {
	height: 10px;
	border: solid #304244;
	border-width: 1px 0px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
}

#mid_banner {
	position: relative;
	height:150px;
	width: 100%;
	background-color:black
}

#mid_banner_left_col {
/*	background:black; */
	position: absolute;
	height:150px;
	left: 0px;
	top: 0px;
}

#mid_banner_left_slogan {
	position: relative;
	width: 306px;
	left: 10px;
	top: 65px;
}

#mid_banner_right_col {
	background: black;
	background-image: url("../img/title.gif");
	height: 150px; 
	width: 750px;
	position: absolute;
	right: 0px;
	top: 0px;
}
#mid_banner_bottom {
	height: 10px;
	border: solid #304244;
	border-width: 0px 0px 1px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
}

/* CONTENT SECTION*/
/* container for content section*/
#container {
	top: 17px;
	min-height:100%;
	position:relative;
	width: 100%;
	padding-bottom:60px;   /* Height of the footer */

}
/* content section left column*/
#content_left_col1 {
	height:200px;
	width: 130px;
	position: absolute;
	left: 20px;
	top: 0px;
	text-align:center
}

/* content section centre*/
#centre_content {
	margin-right: 240px;
	margin-left: 240px;
	text-align: justify;
/*	height: 600px;*/
}

/* content section right column*/
#right_col {
	position: absolute;
	width: 140;
	right: 20px;
	top: 0px;
}
#right_col_lower {
	position: absolute;
	width: 180x;
	right: 20px;
	top: 324px
}

/* footer section*/
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:60px;   /* Height of the footer */
}
/*NEWS SCROLLER*/


/* SIDEBAR BOX */
/* right hand advert boxes */
.sidebartitle-box	{
	width: 120px;
	padding: 5px;
	background-color: #808000;
		/*#6F8C8F background-image: url("../picts/gray/background-sidebar-title.gif");*/
	color: #FFFFFF;
	font: bold 13px verdana, arial, sans-serif;
	text-align: left;
	border-top: #5F606C 1px solid;
	border-bottom: #5F606C 1px solid;
	border-left: #5F606C 1px solid;
	border-right: #5F606C 1px solid;
}	

.sidebartext-box	{
		width: 120px;
		padding: 6px;
		background-color: #FFFFCE;
		color: #000000;
		font: normal 11px verdana, arial, sans-serif;
		text-align: left;
		border-top: #5F606C 0px solid;
		border-bottom: #5F606C 1px solid;
		border-left: #5F606C 1px solid;
		border-right: #5F606C 1px solid;
		}

.sidebartitle-box_lower	{
	width: 160px;
	padding: 5px;
	/*background-color: #808000;*/
		/*#6F8C8F background-image: url("../picts/gray/background-sidebar-title.gif");*/
	color: #FFFFFF;
	font: bold 13px verdana, arial, sans-serif;
	text-align: left;
	border-top: #5F606C 1px solid;
	border-bottom: #5F606C 1px solid;
	border-left: #5F606C 1px solid;
	border-right: #5F606C 1px solid;
}	

.sidebartext-box_lower	{
		width: 160px;
		padding: 5px;
		/*background-color: #FFFFCE;*/
		color: #000000;
		font: normal 11px verdana, arial, sans-serif;
		text-align: left;
		border-top: #5F606C 0px solid;
		border-bottom: #5F606C 1px solid;
		border-left: #5F606C 1px solid;
		border-right: #5F606C 1px solid;
		}



