/* Begin Public Template01 - index.php    */
/* Home Page */
/* ------------------------------------ */
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	}

#menu {
	position:absolute;
	top: 290px;
	left: 50%;
	margin-left:-383px;
	width: 757px;
	background-color:#CC0000;
	color:#FFFFFF;
	}
	
#listMenuRoot {	
	margin-top:0px; /* margin set for top border shadow */	
	padding-left:0px; /* margin set for left right border shadow */	
	}


/* ------------------------------------ */	 	
/* MAIN LAYOUT STYLES */
	
#floatMain {
	position: absolute;	
	top: 0px; 
	left: 50%;
	margin-top: 0px;
	margin-left:-385px;
	width: 760px;
	}
	
#outerContent {
	/* border for the layout */
	background-color:#FFFFFF;
	color:#333333;
	border-left: solid #000000 1px;
	border-right: solid #000000 1px;
	}
#header02 {
	height:273px;
	background-color:#CC0000;
	color:#FFFFFF;
	}
#pageDiv {
	width: 760px;
	vertical-align:top;
	/*margin-top: 34px; */
	}

#logo {
	position: absolute;
	left: 1px;
	top: 51px;
	}

#nameHolder {
	position: absolute;
	left: 200px;
	top: -4px;
	}

#dateHolder {
	position: absolute;
	left: 535px;
	top: 37px;
	color: #990033;
	}
	
/* Table cells */	
#cell01 {
	width:312px;
	background-color:#CC0000;
	color:#FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	}
#cell02 {
	width:446px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	}
#cell03 {
	background-color:#D4D4D4;
	color:#000066;
	}
#cell04 {

	}

/* ------------------------------------ */
/* Content leftcol */

#contactUs {
	padding-top:20px;
	padding-left:210px;
	}

#newsTitle	{
	padding-left:25px;
	}
#newsTxt {
	width:287px;
	padding-top: 0px;
	padding-right: 0px;	
	padding-left: 25px;
	/*text-align:justify; */
	}

	
/* ------------------------------------ */	
/* Content righttcol */	
#barHolder { white-space:nowrap; }

h1.pageTitle {
	margin:0px;
	padding-top:20px;
	padding-bottom:10px;
	font-size:24px;
	font-weight:normal;
	} 

#introTxt {
	width:390px;
	margin-top: 0px;
	margin-right: 0px;	
	margin-left: 25px;
	text-align:justify;
	}

/* ------------------------------------ */
/* SEARCH  */
#searchPos {
	position: absolute;
	left: 25px;
	top: 347px;
	}
.searchInput {
	border:1px solid #FFFFFF;
	position:relative;top:-4px;
	width:130px;
	background-color: #990000;
	color:#FFFFFF;	
	font-size:10px;	
	margin-right: 1px;
	padding-left:2px;
	}


/* ------------------------------------ */
/* FOOTER */

#topup {
	clear: both;
	margin-left:700px
	}
	

#footer {
	clear: both;
	background-color:#FFFFFF;
	color:#336699;
	border-right: solid #000000 1px;
	border-bottom: solid #000000 1px;		
	border-left: solid #000000 1px;
	}

.footerTxt {
	background-color:#FFFFFF;
	color:#990000;
	font-size: 10px;
	}

		
#fcell01{
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left:25px;
	width:297px;
	}
#fcell02 {
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left:15px;
	}

	

/* footer nav links */
a.foot:link { color:#990000; text-decoration:none; font-size: 10px; }
a.foot:active { color:#FF0000; text-decoration:none; font-size: 10px;  }
a.foot:visited { color:#990000; text-decoration:none; font-size: 10px; }
a.foot:hover { color:#990000; text-decoration:underline; font-size: 10px; }	



/* footer pipe */
.fPipe { padding-left: 5px; padding-right:5px; }	

#dblink { 
	padding-left:0px;
 	}

#newsPos {
	position: absolute;
	
	left:700px;
	top:347px;
	width:225px;
	height:26px;
	z-index:1;
	
	}
