/* 
 *  1 March 2010 AJD:
 *  Override to make the template menu and content area look flush with each other.
 *  height is 14px instead of 25px 
 *  this applies to the pagetype = 1 pcf files.
 */
#menu {
	background-color: transparent;
	width:100%;
	height: 14px;
	margin: 0 ;
	padding: 5px 0 0 0;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

/* 
 *  1 March 2010 AJD:
 *  Override to make the template 'wrappernavcontent' area driven by either side, floating left, with background.
 *  2 March 2010 AJD:
 *  Added padding: 10px to padd the nav, etc elements so they're not flush against the container.
 *  12 March 2010 AJD:
 *  Removed orangebar3 background for this page type.
*/
	
div.wrappernavcontent {
  float: left;
/*
 * background-image: url('/images/orangebar3.gif');
 * background-repeat: repeat-y;
 */
  background-color: #fff;
  background-image: none;
  margin: 0;
  width: 975px;
  position: relative;
  top: -16px;
  padding: 10px;
}


