/*layout 12*/

/* Main */

.narrow {
	width:750px;
	}
	
.blockCenter {
	margin-left:auto;
	margin-right:auto;
	}

#google form {
	margin:0;
	}
	
.googleNoMenu {
	display:none;
	}

#breadcrumbGoogle {
	}

#breadcrumb {
	float:left;
	width:50%;
	}

#google {
	float: right;
	width: 30%;
}

#changeLanguage {
	text-align: center;
	font-size: 90%;
	margin-top: 2em;
}

#languageList {
	padding-left:1em;
	white-space:nowrap;
	}

#contentWrapper {
	/*position: relative;
	width: 100%;*/
	overflow: hidden; /* This hides the excess padding in non-IE browsers */
}

/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#contentWrapper
	{
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
	float: left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
	float/**/: none;
	}
/* easy clearing */
#contentWrapper:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#contentWrapper
	{
	display: inline-block;
	}
/*\*/
#contentWrapper
	{
	display: block;
	}
/* end easy clearing */
/* Safari needs this - otherwise the ghost overflow, though painted 
correctly obscures links and form elements that by rights should be above it.
An unintended side-effect is that it cause such elements to vanish in IE 5.01
and 5.5, hence the child selector hack */
* > #footer, * > form, * > #notes, * > .output
	{
	position: relative;
	z-index: 1000;
	}

/* Left Menu */
#navL{
	float: left;
	width: 20%;
	margin-left:-100%;
	/*
	padding-top: 1em;
	left: 0;
	font-size: 90%;
	line-height: normal;
	padding-right: 1em;*/
}

*html #navL {
	display:inline;
	}

/* Start Mac IE5 filter \*/
#navL, #content
	{
	padding-bottom: 32px !important;
	margin-bottom: -32px !important; 
	}
/* End Mac IE5 filter */

#navL ul  { 
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 1em;
}
#navL li {
}
#navL a:link, #navL a:visited  {
	display: block;
	width: 100%;
	color: #333;
	padding: .5em 0;
	text-decoration: none;
}
#navL a:hover {
}
#navL a.current  {
	font-weight: bold;
}
#navL li ul li {
	margin: 0;
	padding: 0;
}
#navL li ul {	
	margin-bottom: .5em;
}
#navL li ul a   {  
	text-decoration: none; 
	border: none;
}
#navL li ul a:hover {
}


/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme:16 - Anderssen Jones
  -----------------------------------
*/
#p7PMnav {
	width: 180px;
	margin: 0;
	padding: 0;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	border: 1px solid #666666;
	width: 180px;
	z-index: 10000;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 3px 10px;
	line-height:1;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	letter-spacing: 0.01px;
}

#p7PMnav ul a {
	border: 0;
	background-color:#fff;
}


/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	text-transform: uppercase;
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*the normal trigger link */
#p7PMnav .p7PMtrg, #p7PMnav .p7PMon {
	background-image:  url(/layout/95/p7pm/img/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
}

#p7PMnav ul .p7PMon {
	border-bottom: 0;
}

/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
}



/* content */
#content {
	margin-top: 2em;
	ma\rgin-top: 0;
	width: 80%;
	float: left;
	margin-left:20%
}

*html #content {
	display:inline;
	}

#content2 {
	margin:10px;
	}

#contentNoMenu {
	margin-top: 1em;
	padding-right: 1em;
	ma\rgin-top: 0;
	width: 99%;
}	

fieldset {margin-bottom:.5em;}

#footer {
	border-top: 1px solid black;
	padding-top: 1em;
	padding-bottom: .5em;
	text-align: center;
}

.footerAdminLink {
	display:none;
	}

.logInOutTop {
	display: none;
}
