/* based on: http://www.pmob.co.uk/temp/3colfixedtest_sourcenone.htm */
* {margin:0;padding:0}
/* commented backslash hack v2 \*/ 
html, body{height:100%;}
/* end hack */ 
p {margin:0 0 1em 0;padding:2px}

body {
	background:#F4F4F4;
	color: #000;
	position:relative;/* for ie7*/
	
	min-width: 768px;
}
#outer{
	min-height:90%;
	margin:0 0 0 195px; /* changed from margin:0 140px; to emlimate right bar */
	color: #000;
	background:#FFFFFF; /* same as #centrecontent */
}

* html #outer{height:100%;} /*IE treats height as min-height anyway*/
#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:110px;
	background: #087FE7 url(/Images/headerBackground.jpg) repeat-x;
	overflow:hidden;
	color: #fff;
}
#header h1, h2 {
	margin-left: 5px;
}
#header a{
	color: #FFFFFF;
	text-decoration: none;
}

#header a:hover, #header a:focus {
	color: #000000;
}

#header img.logo {
	float: right;
	margin: 5px 5px 0 0;
}

a img {
	border: 0;
}
#left {
	position:relative;/*ie needs this to show float */
	width:195px;
	float:left;
	margin-left:-194px;/*must be 1px less than width otherwise won't push footer down in some browsers */
	color:#fff;
	left:-1px;
	padding-bottom:52px;/* clear footer*/
}
#menu {
	list-style: none;
	padding: 0 5px;
}
#menu a {
	text-decoration: none;
	font-size: 1.3em;
	font-weight: bold;
	color: #0070D6;
}
#menu a:hover {
	color: #0099FF;
}
.submenu {
	list-style: none;
	margin-left: 10px;
	padding: 0;
}
#contentSpacer {
	background: #FFFFFF url(/Images/mainContentTop.jpg) repeat-x;
	height: 40px;
}

/*
#right {
	position:relative;/*ie needs this to show float *
	width:140px;
	float:right;
	margin-right:-139px;/*must be 1px less than width otherwise won't push footer down in some browsers *
	padding-top:71px;/* to clear header*
	color:#fff;
	left:1px;
	padding-bottom:52px;/* clear footer*
}*/
 
#footer {
	width:100%;
	clear:both;
	height:40px; /*50px?*/
	background:#FFFFFF url(/Images/footerBackground.jpg) repeat-x;
	/*background: #304a00 ;*/
	color: #fff;
	text-align:center;
	position:relative;
	margin-top:-00px;/*drag footer from below the fold*/
	padding-top: 10px;
}
#centrecontent {
	float:right;
	width:100%;
	position:relative;
	padding-bottom:52px;/* clear footer*/
	margin-left:-1px;
	background:#FFFFFF; /* same as #outer */
}
.outerwrap {
	float: left;	
	width: 100%;
	padding-top:111px;/* to clear header*/
	margin-right:-3px;/* to stop columns dropping*/
}

ul {
	padding: 0 0 15px 30px;
}

.gmap {
	padding: 5px 0 0 0;
}

.gmap li {
	default.css (line 411)
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 1px;
}
/*
p.expand a:hover{display:block;height:300px;background:red}
.clearer{
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
}*/