/*********************************************** BODY ***********************************************/
/* COLOUR GUIDE FOR REFERENCE:

Background blue: 	#a5b4cb;
Headings blue: 		#1e4e95;
Beige for links: 	#9d9262;
Lighter beige: 		#d7cdad;
Dark grey: 		#666666;
Mid-grey for text: 	#818181;
Light grey: 		#eeeeee;

*/

body 	{background-color: #ffffff; 
	width: 100%;
	font-size: 62.5%;
	color: #333333;	
	margin: 0;
	font-family: arial, helvetica, sans-serif;}

html , p , 
h1 , h2 , h3 , h4 , h5 , h6 , 
form , fieldset , img , ul
	{margin: 0; 
	padding: 0; 
	border: 0; 
	background-repeat: no-repeat;
	list-style-type:none;}

a, a:link, a:visited	{text-decoration: none;
	font-weight: bold;}

a	{color: #9d9262;}

a:hover	{color: #666666;}


p	{font: 1.2em arial, helvetica, sans-serif;
	color: #333333;	
	text-align: left;
	padding: 10px 0 7px 0;
	}

h1	{font: 1.9em arial, helvetica, sans-serif;
	color: #1e4e95;	
	text-align: left;
	display: inline;}

h2	{font: 1.5em arial, helvetica, sans-serif;
	color: #1e4e95;	
	text-align: left;
	display: inline;
	font-weight: bold;}

.sm	{font: 0.8em arial, helvetica, sans-serif;}

.center	{text-align: center;}

.right	{text-align: right;}

.indent	{text-indent: 10px;}

.clear	{clear: both;}
	
.inline	{display: inline;}


/***** SO FIREFOX RECOGNISES THE FONT-SIZE *****/


ul.inline li
	{display: inline;
	margin: 5px 8px 0 0;
	font: 1.2em arial, helvetica, sans-serif;}

.img_	{padding: 10px 10px 10px 10px;}

.bluearrow
	{
	float: left; display: inline;
	height: 15px; width: 21px;
	margin: 0;
	padding: 3px 10px 3px 0px;}

.bluearrowsml
	{position: relative; top: 2px; left: 10px;
	height: 12px; width: 12px;}

ul.textlist_hor, ul.textlist_hor_norm
	{display: inline;}

ul.textlist_hor li
	{display: inline;
	padding: 0 20px 10px 20px;}

ul.textlist_hor_norm li
	{display: inline;
	padding: 10px 15px 10px 20px;
	font: 1.2em arial, helvetica, sans-serif;
	background: url(colon.gif) left center no-repeat;
	}

.r_colon	
	{background: url(colon.gif) right center no-repeat;
	display: block;}

.r_colon_g	
	{background: url(colon_g.gif) right top no-repeat;}

.l_colon	
	{background: url(colon.gif) left top no-repeat;
	display: block;}


.l_colon	
	{background: url(colon.gif) left center no-repeat;
	display: block;
	float: left;}

.h1_colon	
	{padding: 0 10px 0 15px;}

ul.textlist
	{border: 0px solid red;
	font: 1.2em arial, helvetica, sans-serif;
	margin: 7px 0 7px 0px;}

ul.textlist li	
	{padding: 0 0 7px 25px;
	background: url(colon.gif) left 1px no-repeat;
	display: block;
	}

.blue	{color: #1e4e95;}

.img_cont_blue
	{float: right;
	margin: 0 0 10px 10px;
	display: inline;
	border: 5px solid #a3b1c9;}
.img_cont_buff
	{float: right;
	margin: 0 0 10px 10px;
	display: inline;
	border: 5px solid #ccc6ad;}

/*********************************************** TOP SECTION ***********************************************/

#top_bg
	{position: relative; top: 0px; left: 0px;
	width: 100%; height: 175px;
	margin: auto;
	background-color: #a5b4cb;
	background-repeat: repeat;
	border: 0px solid red;}

#divider
	{position: absolute; top: 130px; left: 0px;
	background: url(divider.jpg) repeat-x;
	height: 45px;
	border: 0px solid blue;
	width: 100%;}

#div_left
	{width: 1.5em; height: 45px;
	position: absolute; top: 130px; left: 0px;}

#div_right
	{width: 15px; height: 45px;
	position: absolute; top: 130px; right: 0px;}

/*********************************************** HEADER ***********************************************/

#header_bg	
	{position: relative; top: 0px; margin-left: auto; margin-right: auto;
	width: 830px;
	height: 175px;
	background: url(_header_bg.png) repeat-y;
	border: 0px solid blue;}

#header	
	{position: relative; top: 0px; margin-left: auto; margin-right: auto;
	width: 830px;
	height: 130px;
	background: url(header.jpg) no-repeat;
	border: 0px dashed black;}

#logo a	{position: absolute; top: 48px; left: 23px;
	width: 160px;
	height: 49px;}

#trail	{position: absolute; top: 135px; left: 20px;
	height: 23px; width: 790px; background-color: #eeeeee;
	font: 1.1em arial, helvetica, sans-serif;
	display: inline;
	color: #666666;
	border: 0px solid blue;}

#trailcont	
	{padding: 5px 5px 5px 10px;}

#trail a
	{color: #1e4e95;
	font-weight: normal;}

#trail a:hover
	{color: #666666;
	font-weight: normal;}

/*********************************************** MAIN CONTENT BELOW HEADER ***********************************************/

#background
	{position: relative; top: 0px; left: 50%;
	width: 830px;	
	margin-top: 0px;
	margin-left: -416px;
	background: url(_main_bg.png) repeat-y;
	border: 0px solid green;
	}

/*********************************************** NAVIGATION /LEFT COLUMN ***********************************************/


#navcontainer
	{position: relative; left: 5px; 
	float: left;
	border: 0px solid green;
	font: 1.1em arial, helvetica, sans-serif;
	display: inline;
	width: 150px;
	z-index: 2000;
	margin-bottom: 30px;}
	

#nav, #nav ul 
	{ /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	width : 140px;
	font-size: 1.0em;
	}
	
#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.25em;
	margin-bottom : -1px;
	width: 140px;
	z-index: 5;}
	
#nav li ul 
	{ /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 156px;
	margin-top : -2em;
	margin-bottom: 30px;}
	
#nav li ul ul 
	{ /* third-and-above-level lists */
	left: -999em;}
	
#nav li a
	{width: 150px;
	w\idth : 140px;
	display : block;
	background-color: #eeeeee;
	color: #666666;
	border-top: 1px solid #d7cdad;
	border-bottom: 1px solid #d7cdad;
	text-decoration: none;
	padding : 2px 5px 5px 5px;
	font-weight: bold;
	border-left: 5px solid #a3b1c9;
	border-right: 1px solid #d7cdad;}
	
#nav a.arrow {
	background: url(arrow2.gif) center right no-repeat;
	background-color: #eeeeee;}

#nav li a:hover, #current, #currentsub, #currentsubmain
	{background-color: #a3b1c9;
	color: #ffffff;
	border-top: 1px solid #d7cdad;
	border-left: 5px solid #d7cdad;
	border-right: 1px solid #d7cdad;}
	
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul 
	{left: -999em;}
	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul 
	{ /* lists nested under hovered list itpxs */
	left: auto;}
	
#current, #currentsubmain, #currentsub 
	{width: 150px;
	w\idth : 140px;
	display : block;
	text-decoration: none;
	padding : 2px 5px 5px 5px;
	font-weight: bold;}

#currentsubmain
	{background: url(arrowd.gif) center right no-repeat;
	background-color: #a3b1c9;}

li.sub p
	{margin-left: 20px;
	border: 0px solid red;
	font-weight: bold;
	padding: 0;
	font: bold 1.0em arial, helvetica, sans-serif;
	color: #666666;
	}

li.sub p#tms
	{background-color: #a3b1c9;
	color: #ffffff;
	border-top: 1px solid #ffffff;
	border-left: 4px solid #d7cdad;}

li.sub a:hover p
	{color: #ffffff;}



#asset	{text-indent: 20px;
	background: url(arrow2.gif) center right no-repeat;}


li.sub_blue, li.sub_blue a	
	{background-color: #a3b1c9;}

#currentsub 
	{text-indent: 20px;}


#submain a	
 	{background: url(arrowd.gif) center right no-repeat;}


#l_col	{position: relative; 
	top: 20px;
	float: right;
	display: inline;
	width: 150px;
	border: 0px solid red;
	}

/*********************************************** MAIN CONTENT /CENTRAL COLUMN ***********************************************/

#container 
	{position: relative; top: 0px; left: 15px; height: 100%;
  	width: 800px; 
	background-color: #ffffff;
	border: 0px solid yellow;}

#content
	{float: left;
	margin-left: 30px;
	width: 440px;
	min-height: 350px;
	border: 0px solid red;
	padding-bottom: 20px;} 

/*********************************************** METHOD PAGE ***********************************************/

#assetmanage_mod
	{position: relative; top: 20px; left: 20px;}


/*********************************************** NEWS TABLE ***********************************************/


table	{font: 1.1em arial, helvetica, sans-serif;}

#table_ln	
	{width: 430px;
	height: 260px;	border: 0px solid red;	overflow: auto;
	margin: 10px 10px 15px 0;
	font: 1.1em arial, helvetica, sans-serif;}

table#tbl_ln
	{border: 0px solid black;
	overflow: scroll;
	border-collapse: collapse;}

th	{color: #818181;
	border: 1px solid #ffffff;
	text-align: left;
	padding: 4px 3px 4px 6px;
	background-color: #d7cdad;}

td.date
	{border: 1px solid #ffffff; /*#D9C9E4*/;
	padding: 2px 4px 2px 6px;
	color: #818181;
	background-color: #e4e4e4;
	width: 60px;}

td.title_ln
	{background-color:#e8e8e8;
	border: 1px solid #ffffff;
	width: 330px;}

td.title_ln a
	{border: 0px solid #D9C9E4;
	padding: 4px 3px 3px 6px;
	display: block;
	background-color: #f0f0f0;
	color: #818181;
	font: 1.1em arial, helvetica, sans-serif;}

td.title_ln a:hover
	{color: #9d9262;
	background-color: #ffffff;}

/*********************************************** SITE MAP ***********************************************/

		
ul.sitemap
	{position: relative;
	left: 10px;
	top: 15px;
	font: 1.2em arial, helvetica, sans-serif;
	padding-bottom: 20px;;}

ul.sitemap li
	{margin: 2px;}

ul.sitemap li a
	{color: #818181;}

ul.sitemap li a:hover
	{color: #9d9262;}

ul.sitemap li ul li
	{margin: 2px;}

ul.sitemap li ul li a, ul.sitemap li ul li ul li a
	{position: relative;
	left: 60px;
	color: #9d9262;
	margin: 4px 2px 4px 2px;}

ul.sitemap li ul li a:hover
	{color: #818181;}

ul#assetli 
	{position: relative;
	left: 50px;}

ul#assetli a	
	{color: #818181;}

ul#assetli a:hover
	{color: #9d9262;}

#bgbox	{background-color: #f0f0f0;
	border: 1px solid #a5b4cb;
	margin: 10px 0 10px 0;
	padding: 0 5px 0 5px;}


/*********************************************** RIGHT COLUMN ***********************************************/



#r_col	{position: relative; 
	margin-right: 5px;
	float: right;
	display: inline;
	width: 150px;
	border: 0px solid red;}

.linkbox	
	{
	width: 150px;
	border: 0px solid blue;
	color: #666666;
	background: url(linkbox_bg.gif) top center repeat-y;
	}


#linkbox_top
	{top: 0;
	height: 15px; width: 150px;
	margin: 0;
	padding: 0;
	border: 0px solid yellow;}

.arrow_ad
	{display: inline;
	height: 15px; width: 21px;
	padding: 0 5px 0px 0;}

#ad_content
	{position: relative; top: 0px;
	margin: 0;
	padding: 0 10px 0px 10px;
	border: 0px solid green;
}

#linkbox_bot
	{top: 0;
	height: 15px; width: 150px;
	margin: 0;
	padding: 0;
	border: 0px solid yellow;}


#ad_img	{border: 3px solid white;
	margin: 2px;
	}

#ad_content p	
	{font: 1.2em arial, helvetica, sans-serif;
	color: #666666;
	margin: 0;}

#ad_content a
	{font: 1.0em arial, helvetica, sans-serif;}

#ad_content a:hover
	{font: 1.0em arial, helvetica, sans-serif;
	color: #666666;}

#ad_content h2
	{font: 1.5em arial, helvetica, sans-serif;
	color: #1e4e95;	}

#ad_content h2 a
	{font: 1.0em arial, helvetica, sans-serif;}

#ad_content h2 a:hover
	{font: 1.0em arial, helvetica, sans-serif;}

/*********************************************** FOOTER ***********************************************/

/*
#footer {position: relative; top: 0; left: 0px; 
	height: 30px;  	
	clear: both;
	width: 830px;
	margin-top: 0px;
	border: 0px solid green;
	margin-bottom: 0;
	background: url(footer.jpg) 0 0 no-repeat;
	}

ul#footer1
	{position: relative; top: 0px;
	text-align: center;
	font: 1.1em arial, helvetica, sans-serif;
	font-weight: normal;
	background-color: #ffffff;
	padding-bottom: 10px;
	}

ul#footer1 li
	{padding: 15px;
	display: inline;
	}

ul#footer1 a
	{color: #1e4e95;
	font: 1.0em arial, helvetica, sans-serif;}

ul#footer1 a:hover
	{color: #9d9262;}
*/

#footer {position: relative; left: 0px; height: 30px;
  	clear: both;
	width: 830px;
	margin-top: 0px;
	border: 0px solid green;
	margin-bottom: 0;
	background: url(footer.jpg) 0 0 no-repeat;
	z-index: 0;}

ul#footer1
	{position: relative; top: 0px;
	text-align: center;
	font: 1.1em arial, helvetica, sans-serif;
	font-weight: normal;
	background-color: #ffffff;
	padding-bottom: 10px;
	z-index: 0;}

ul#footer1 li
	{padding: 15px;
	display: inline;
	}

ul#footer1 a
	{color: #1e4e95;
	font: 1.0em arial, helvetica, sans-serif;}

ul#footer1 a:hover
	{color: #9d9262;}


