/*
1.5em = 18px
1.333em = 16px
1.167em = 14px
1.083em = 13px
1em = 12px
0.917em = 11px
0.833em = 10px
0.750em = 9px
*/

html, body, form, fieldset, input, select, textarea, .textbox, .dropdownlist, .dropdown
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
body
{
	font-size: 0.750em; /* v important - this sets the default font size to 12px eqiv ems */
	overflow: -moz-scrollbars-vertical;
	padding: 0;
	margin: 0;
}
body *
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0;
	margin: 0;
}
.checkbox
{
	/* Checkbox neutralisation (requires surrounding div with no white space or carriage returns e.g. <div><input type="checkbox" /></div>) */
	margin: 0;
	width: 13px;
	height: 13px;
	overflow: hidden;
}
#workspace
{
	width: 950px;
}
#header
{
	background: #277CAF url(/images/nfm_headerBgTile.gif) repeat-x left bottom;
	height: 96px;
	border-bottom: solid 1px #FFF;
	position: relative;
}
.headerLogo
{
	display: block;
	width: 184px;
	height: 57px;
	position: relative;
	left: 14px;
	top: 19px;
	background: url(/images/nfm_headerLogo.gif) repeat-x left bottom;
	float: left;
	margin-right: 10px;
}
.headerLogo span
{
	display: none;
	visibility: hidden;
}
#POI_search
{
	position: relative;
	float: left;
	height: 96px;
	width: 567px;
	background: url(/images/nfm_searchBg.gif) no-repeat left bottom;
}
.adSpace
{
	float: left;
	height: 96px;
	width: 187px;
	background: url(/images/nfm_adBg.gif) no-repeat left bottom;
}
#leftPanel
{
	position: relative;
	width: 194px;
	float: left;
}
#rightPanel
{
	position: relative;
	width: 755px;
	float: right;
}
#footer
{
	float: right;
	clear: both;
	text-align: right;
	font-size: 0.833em;
	color: #277BAD;
}
#footer a
{
	text-decoration: none;
	color: #277BAD;
}

