/* =========================================================================
// CHANGE LOG (most recent first)
// =========================================================================
// 
// -------------------------------------------------------------------------
// 
// 03 Oct 2008.	  Hide PDF link in help guide
// 15 Nov 2007.   Mark secondary nav as 'display: none'.
// 16 Oct 2007.   ADAT CSS first versioned version.
// 
// ------------------------------------------------------------------------- */


/* -----------------------------------
   want main body only 
--------------------------------------*/

.hide,
img.spacer,
#header em#tag-line, 
#primary-nav,
#extra-nav,
#footer,
#secondary-nav,
.hide-for-print {
	display: none;
}

#main {
	background-image: none;
}

#main #first {
	margin: 0;
	width: 99%;
}
#main p {
	width: 99% !important;
}	

#main #first {
	padding-top: 5px;
}

/* override styles for logo */

#header #logo {
	margin-left: 0;
}


/* -----------------------------------
   override styles for headings
--------------------------------------*/

#main #first h1 span span span,
#main #first h2 span span span {
	padding-left: 0;
}

#main #first h1,
#main #first h1 span,
#main #first h1 span span,
#main #first h2,
#main #first h2 span,
#main #first h2 span span {
	background-image: none;
	background-color: #ffffff;
}

/* -----------------------------------
   override styles for tabbed menu
--------------------------------------*/

#main #first #tabs-menu .tab {
	display: none;
}	

#main #first #tabs-menu .selected {
	display: block;

	color: #777777;
	font-size: 1.2em;
	font-weight: bold;

	position: static;

	background-image: none;
	background-color: #ffffff;
}	

#main #first #tabs-menu .selected .tab-inner {
	padding-left: 0;
	margin-left: 0;

	background-image: none;
	background-color: #ffffff;

}

/* -----------------------------------
   override style for search form tabs
--------------------------------------*/

#main #first #tabs-form {
	padding-bottom: 3px;
}


#main #first #tabs-form .tab-outer {
	display: none;
}

#main #first #tabs-form .selected, 
#main #first #tabs-form .selected-highlight {
	display: block;
	font-weight: bold;
}

#main #first #tabs-form .tab {
	background-image: none;
}

#main #first #tabs-form .tab-inner {
	background-image: none;
}

#main #first #tabs-form .tab-button {
	overflow: visible;
	
	padding-left: 0;
	margin-left: 0;

	font-size: 1.2em;
	color: #777777;
	font-weight: bold;

}

#main #first #search-form {
	padding-bottom: 20px; /* IE6 */
}

#main #first #search-form .wrap {
	padding: 0;
	border: 0;
}

#main #first #search-form .label,
#main #first #search-form .input {
	border: 1px #cccccc solid;
}


/* -----------------------------------
   other tidy up
-------------------------------------- */

#main #first table {
	margin-left: 1px; /* ensure we keep border FF */
}

