
	/*
	
		CSS Document
		
		Template Document - TGL Metalfast
		
	*/
	
	
	

/*
--------- CONTENTS ------------------------------------------------------------

1: BODY AND UNIVERSAL RESET
2: PAGE STRUCTURE
	a) Containers
	b) Header
	c) Navigation
	d) Image Place Holder
	e) Left Panel
	f) Content
	g) Footer
3: DIV STYLES
	a) Containers
	b) Header
	c) Navigation
	d) Image Place Holder
	e) Left Panel
	f) Content
	g) Footer

7: MISC

---------------------------------------------------------------------------- */



/* 1: BODY AND UNIVERSAL SETTINGS
============================================================================ */

body {
	margin: 0;
	padding: 0;
	text-align: centre;
	font-family: arial, helvetica, verdana;
	}
	
	
	
	
#wrapper {
	text-align: center;
	}
	
	
	
	
/* 2: PAGE STRUCTURE
============================================================================ */


/* a) Containers */

#container {
	margin: 2em auto;
	text-align: left;
	padding: 0;
	width: 740px;
	_height: 600px;
	min-height: 600px;
	}
	
	
	
	

/* b) Header */

#header {
	margin: 0 0 0 0;
	padding: 0;
	background: #fff url(../images/template/logomark.gif) right top no-repeat;
	height: 70px;
	}	
	
	
	

/* c) Navigation */

#navigation {
	background: #003366 url(../images/template/navline.gif) no-repeat left 2px;
	height: 27px;
	padding-left: 1em;
	}	
	
	
	

/* d) Image Place Holder */

#imgplaceholder {
	margin: 1px 0 1px 0;
	background: #fff;
	}
	
	
	
	

/* e) Left Panel */

#leftpanel {
	float: left;
	background: #fff;
	width: 176px;
	}
	
	
	
	

/* f) Content */

#content {
	background: #fff;
	margin: 0 15px 0 0;
	padding: 0 0 0 20px;
	border-left: 176px solid #f8f8f8;
	}
	
	
	
	

/* f) Footer */

#footer {
	font-size: 0.6em;
	border-top: 1px solid #ccc;
	margin: 1em 0 0 0;
	padding: 0.4em 0 0 0;
	background: #fff;
	clear: both;
	color: #999;
	}
	
	
	
	
	
	
	
	
/* 2: DIV STYLES
============================================================================ */


/* a) Containers */

#container p{
	font-size: 0.8em;
	}
	


/* b) Header */

#header #logotype {
	}
	
#header #topnav {
	font-size: 9px;
	margin: 2.6em 0 0 265px;
	padding: 0;
	width: 280px;
	text-align: center;
	background: #eeeeee;
	}

#header a {
	margin: 0.5em;
	color: #000;
	text-decoration: none;
	}
	
	
#header #bluelink{
	color: #000;
	/* color: #a2c5e9; */
	}
	

	

/* c) Navigation */


#navigation #flt {
	padding: 0 0 0 0;
	float: right;
	background-color: #036;
	}
	

#navigation a {
	margin: 0 0.2em 0 0.2em;
	}
	

#navigation img {
	border: none;
	}
	

	
	
	

/* d) Image Place Holder */

#imgplaceholder {
	}
	
	
	
	

/* e) Left Panel */

#leftpanel a{
	font-weight: bold;
	color: #333;
	font-size: 0.8em;
	display: block;
	margin: 0 0 2px 0;
	padding: 5px 0 5px 3px;
	background: #e6e6e6;
	text-decoration: none;
	border-left: 10px solid #e6e6e6;
	}
	
	
#leftpanel a:hover{
	border-left: 10px solid #deae00;	
	}	
	
	
#leftpanel .selected{
	border-left: 10px solid #deae00;	
	} 
	
#leftpanel #subnav .selected{
	border-left: 18px solid #deae00;	
	} 
		
	
	
	

#leftpanel #subnav a{
	font-size: 0.7em;
	padding-left: 10px;
	font-weight: normal;
	border-left: 18px solid #e6e6e6;

	}
	

#leftpanel #subnav a:hover{
	border-left: 18px solid #deae00;
	}
		
	

	
	
#tkdb {
	padding: 5px 0 5px 10px;
	background-color: #f8f8f8;
	margin: 0;
	border-bottom: 1px solid #eee;
	}
	
	
#tkdb p{
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 0.7em;
	width: 150px;
	line-height: 1.2em;
	}
	
		
	
#tkdb fieldset{
	margin: 0;
	padding: 0;
	border: none; 
	}	
	
#tkdb input, select{
	color: #2269B6;
	font-size: 0.7em;
	border: 1px solid #a2c5e9;
	margin: 2px 0 2px 0;
	
	}

#tkdb #basesubmit2 {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
	

/* f) Content */

#content .bold{
	font-weight: bold;
	}
	
	

#content #map{
	float: right;
	}
	
	
	
	

#content .pdftext{
padding-left: 15px;
font-size: 0.9em;
	}
	
	
	
	

/* f) Footer */

#footer #footright{
	float: right;
	}
	
	
#footer a{
	margin: 0 0.4em 0 0;
	color: #999;
	text-decoration: none;
	}

	
#footer #bluelink{
	color: #a2c5e9;
	}
	
	
	
	
	
	
/* 4: BODY AND UNIVERSAL SETTINGS
============================================================================ */



	
	
/* 5: BODY AND UNIVERSAL SETTINGS
============================================================================ */


