/* 
   March 1 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 = 325 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;
	}

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


