/**********************************************************************************************

	Title: Website
	Author: XHTMLized
	Date: October 2007 

***********************************************************************************************

	1.  GENERAL
			1.1 Headings and paragraphs
			1.2 Forms
			1.3 Links
			1.4 Miscellaneous
		
	2. GENERAL ELEMEMENTS
	
	3. LAYOUT
			3.1 Accessibility menu
			3.2 Header
			3.3 Menu
			3.4 Content
			3.5 Footer
		
	4. LAYOUT ELEMENTS

***********************************************************************************************/


/* 1. GENERAL
-----------------------------------------------------------------------------------------------
===============================================================================================*/	
@import url(textsize.php);

/* Global reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd,q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-family: inherit; vertical-align: baseline; }

body {
	line-height: 1;
	background: #828a97;
	padding: 30px;
	}	
	
ol, ul {
	list-style: none; }
	
table {
	border-collapse: separate; 
	border-spacing: 0;  /* tables still need 'cellspacing="0"' in the markup */
}

caption, th, td {
	text-align: left; 
	font-weight: normal;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	/* font-size: 62.5%; */ /* 1em = 10px \ 1.1em = 11px \ 1.2em = 12px */
	text-align: center;
}

/* 1.1	Headings and paragraphs
-----------------------------------------------------------------------------------------------*/	

h1 {}

h2 {}

h3 {}

h4 {}

p  {}


/* 1.2	Forms
-----------------------------------------------------------------------------------------------*/	

input, textarea, select {
	font: 1.2em Arial, Helvetica, sans-serif;
}


/* 1.3	Links
-----------------------------------------------------------------------------------------------*/	

a {
	color: #208b7f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* 1.4	Miscellaneous
-----------------------------------------------------------------------------------------------*/	

hr { 
	display: none; }
		
strong {
	font-weight: bold; }
		
em {
	font-style: italic; }
	
abbr, acronym {
	border-bottom: 1px dotted #999; 
	cursor: help;
}


/* 2. GENERAL ELEMENTS
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

.hide {
	position: absolute;
	left: -9999px;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block; }
	
/* Hides from IE-mac \*/ 
* html .clearfix {
	height: 1%; }

.clearfix {
	display: block; }
/* End hide from IE-mac */


/* 3. LAYOUT
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

#container {
	width: 100%;
	min-width: 760px;
	max-width: 950px;
	position: relative;
	margin: 0 auto;
	text-align: left;
	background: #fff url(../images/container_shadow.gif) repeat-y right;
}
	#container .corner{
		position: absolute;
		width: 40px;
		height: 40px;
		z-index: 5;
	}
	#container .top-left{
		top: 0;
		left: 0;
		background: url(../images/container_top_left.gif) no-repeat;
	}
	#container .top-right{
		top: 0;
		right: 0;
		background: url(../images/container_top_right.gif) no-repeat;
	}
	#container .bottom-left{
		bottom: 0;
		left: 0;
		background: url(../images/container_bottom_left.gif) no-repeat;
	}
	#container .bottom-right{
		bottom: 0;
		right: 0;
		background: url(../images/container_bottom_right.gif) no-repeat;
	}


#header {
	background: url(../images/header_bg.gif) no-repeat left top;
	height: 170px;
	z-index: 10;
	position: relative;
	margin: 0 0 30px;
}

#menu{
	float: left;
	width: 170px;
	left: 25px;
	top: 198px;
}

#content{
	margin: 0 40px 20px 210px;
	min-height: 15em;
	
}
	#homepage #content{
		margin: 0 355px 40px 210px;
		
	}

#map{
	position: absolute;
	z-index: 30;
	right: 25px;
	top: 90px;
	width: 315px;
}

#quicklinks{
	clear: both;
	padding: 20px 40px 10px 25px;
	margin: 0 0 10px;
	overflow: hidden;
}

#footer{
	clear: both; 
	position: relative;
	padding: 0 40px 60px 25px;
	background: url(../images/container_shadow_bottom.gif) repeat-x bottom;
	min-height: 5em;
	z-index: 10;
}
	


/* 3.1	Accessibility menu
-----------------------------------------------------------------------------------------------*/	

#accessibility-menu {
	position: absolute;
	left: -1000em;
	text-align: left;
}


/* 3.2	Header
-----------------------------------------------------------------------------------------------*/	

/* Logo -> Image replacement. */
#header h1, #header h1 a, #header h1 a span {
	display: block;
	width: 100px;
	height: 50px;
	overflow: hidden;
}

#header h1 {
	position: absolute;
	top: 40px;
	left: 61px;
	width: 303px;
	height: 109px;
	display: block;
}

#header h1 a { 
	width: 303px;
	height: 109px;
	display: block;
	overflow: hidden;
	font-size: 18px;
	font-weight: bold;
}

#header h1 a span {	
	position: absolute; 
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	background: url(../images/logo_nlf.gif) no-repeat;
}

#page-options{
	color: #828a97;
	font-weight: bold;
	text-align: right;
	position: absolute;
	right: 25px;
	top: 10px;
}
	#page-options a{
		color: #828a97;
		text-decoration: none;
	}


/* 3.3	Menu
-----------------------------------------------------------------------------------------------*/	
ul#menu li{
	display: block;
	width: 170px;
	padding-left: 25px;

}
	ul#menu li a{
		display: block;
		border: 1px solid #fff;
		width: 150px;
		padding: 10px 10px;
		background: #0092dd;
		color: #fff;
		font-size: 90%;
		font-weight: 700;
		line-height: 1.2em;
		text-decoration: none;
		position: relative;
	}
		ul#menu li.first a{
			background: #0092dd url(../images/menu_first_bg.gif) no-repeat top;
			padding: 15px 10px 10px;
		}
		ul#menu li.last a{
			background: #2aa294 url(../images/menu_last_bg.gif) no-repeat bottom;
			padding: 10px 10px 15px;
		}
			ul#menu li a span.arrow{
				position: absolute;
				right: 10px;
				bottom: 10px;
				text-align: right;
			}
		ul#menu li a:hover{
			background: #e96146;
		}
			ul#menu li.first a:hover{
				background: #e96146 url(../images/menu_first_active_bg.gif) no-repeat top;
			}
			ul#menu li.last a:hover{
				background: #764b95 url(../images/menu_last_active1_bg.gif) no-repeat bottom;
			}


/* 3.4	Content
-----------------------------------------------------------------------------------------------*/	
#content p{
	font-size: 90%;
	color: #4b4844;
	line-height: 1.2em;
	margin: 0 0 1em;
}
	#content h2{
		font-size: 110%;
		color: #00398a;
		margin: 0 0 1em;
	}

#quicklinks h3{
	font-size: 220%;
	color: #ff6141;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 .5em;
}
	#quicklinks .row{
		width: 100%;
		clear: both;
		overflow: hidden;
		padding: 0 0 2em;
	}
		#quicklinks .col{
			width: 33%;
			text-align: center;
			float: left;
		}
	#quicklinks .link{
		margin: 0 auto;
		width: 225px;
		/*padding: 0 4px 15px 2px;*/
		color: #fff;
	}
		#quicklinks .link p{
			padding: 0 0 5px 0;
		}
		#quicklinks .link a{
			display: block;
			padding: 7px 2px 5px 8px;
			color: #fff;
			font-size: 115%;
			font-weight: 700;
			text-decoration: none;
		}
			#quicklinks .link a:hover{
				text-decoration: none;
			}
		#quicklinks #discussion p{
			background: #6e5b62 url(../images/discussion_area_bg.gif) no-repeat bottom;
		}
		#quicklinks #problem-solving p{
			background: #bf1120 url(../images/problem_solving_area_bg.gif) no-repeat bottom;
		}
		#quicklinks #feedback p{
			background: #f7b100 url(../images/feedback_area_bg.gif) no-repeat bottom;
		}
		#quicklinks #latest-news p{
			background: #764b95 url(../images/latest_news_bg.gif) no-repeat bottom;
		}
		#quicklinks #whats-on p{
			background: #29a294 url(../images/whats_on_bg.gif) no-repeat bottom;
		}
		#quicklinks #photographs p{
			background: #56595c url(../images/photographs_bg.gif) no-repeat bottom;
		}

#map p{
	position: absolute;
	width: 160px;
	left: 140px;
	top: 255px;
	text-align: right;
}
	#map p span{
		display: block;
		height: 1em;
		float: left;
		clear: left;
	}
		#map p span.first{
			width: 75px;
		}
		#map p span.second{
			width: 60px;
		}
		#map p span.third{
			width: 30px;
		}
	#map p.strong{
		font-weight: 700;
		color: #208b7f; 
	}



/* 3.5	Footer
-----------------------------------------------------------------------------------------------*/	
#footer .logo{
	position: absolute;
	z-index: 10;
	left: 25px;
	bottom: 20px;
}
#footer .address{
	position: absolute;
	z-index: 10;
	right: 25px;
	bottom: 20px;
	text-align: right;
	color: #4b4844;
	font-weight: bold;
	padding-left: 200px;
}
#footer .contact{
	border-top: 6px solid #e3e2e1;
	padding: 10px 0 0;
	text-align: right;
	font-size: 220%;
	font-weight: 700;
}
	#footer .contact a{
		color: #ff6141;
	}
		#footer .contact a:hover{
			text-decoration: none;
		}


/* 4. LAYOUT ELEMENTS
-----------------------------------------------------------------------------------------------
===============================================================================================*/	


