﻿/* set the general background colour */


body {
	background-color:white;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	padding:0 0 0 0;
	margin:0 10px 0 10px;
	font-size:0.7em;
	min-width:650px;
}

h1 {
	font-size:2em
}

h2 {
	font-size:1.5em
}

h3 {
	font-size:1.2em
}

a {
	text-decoration:none;
	color:#0878A6;
}

a:hover {
	color:black;
}

.centre {
	text-align:center;
}

.central_column {
	margin-left:15%;
	margin-right:15%;
}

/* This is the master header section */

#masthead_left {
	width:33%;
}
	
#timeLabel {
	padding:0 0 0 10px;
	font-size:0.7em;
	margin:0;
}

#masthead_centre {
	width:33%;
	text-align:center;
}


#masthead_right {
	width:33%;
	text-align:right;
	font-size:1.2em 
}

#site_section, #web_address {
	font-size:1.2em;
	font-style:italic;
	font-weight:bold;
}


#section_email, #nlynx_phone {
	font-size:0.8em;
	font-weight:bold;
}

/* end of master header */


/*
	Navigation section contains:
		Main Menu
		Breadcrumb
*/
		
#navigation {
/*	font-size:1.4em; */
	clear:both;
	padding:0;
	margin:0;
}

#main_menu {
}

/* display classes for the menu items */

.menu_bar {
	background-color: #E0E0E0;
}

.dynamic_menu {
/*	font-size:0.8em; */
	background-color: #C0C0C0;
}

.selected_menu {
	color:black;
	background-color:#E0E0E0;
}

.ie8Fix {
	z-index: 100;
}	
	
.dynamic_hover {
	background-color:#E0E0E0;
}


#breadcrumb {
	margin-left:5px;
	margin-top:2px;
	margin-bottom:2px;
}

/* end of Navigation */

/*
	Footer contains:
		Copyright
		Links to:
			Privacy
			Terms and conditions
			Site Map
*/

#footer {
	font-size:0.8em;
	clear:both
}

/* end of Footer */

}