/* CSS reset. See http://developer.yahoo.com/yui/reset/ */

/* body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
{ margin:0; padding:0; }
 *** These and others commmented out by Jo & R 24.4.13 */
table
{ border-collapse:collapse; border-spacing:0; }
fieldset,img
{ border:0; }
/* address,caption,cite,code,dfn,em,strong,th,var
{ font-style:normal; font-weight:normal; } */
/* ol,ul
{ list-style:none; } */
caption,th
{ text-align:left; }
/* h1,h2,h3,h4,h5,h6
{ font-size:100%; font-weight:normal; } */
q:before,q:after
{ content:''; }
abbr,acronym
{ border:0; }

/* Main CSS definitions */

/* em
{
font-style: italic;
} */
p
{
margin-bottom: 1.5ex;
}

body
{
	background-color: white;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

div.fixedWidthContainer
{
	background-color: #fafff8;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	position: relative;
}

a
{
/*	font-weight: bold;    removed by Jo 24.4.13 */
	text-decoration: none;
/*	color: #204010;       removed ... */
	color: #6174FF;
}

a:visited { color: #c6c; }

a:hover
{
	text-decoration: underline;
}

a.closeButton
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 300;
	height: 18px;
	width: 18px;
	background-image: url( ../images/close.png );
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}

a.closeButton:hover
{
	text-decoration: none;
}

div.footerPopUp
{
	position: absolute;
	width: 100%;
	background-color: white;
	border: 2px solid #80a070;
	font-size: 0.8em;
	padding: 2ex;
	padding-top: 3ex;
	bottom: 0;
	right: 0;
	z-index: 50;
	display: none;
}

div.footerLogos
{
	position: absolute;
	top: 3ex;
	right: 2ex;
}

div.footer
{
	position: relative;
	z-index: 1;
	height: 130px;
	clear: both;
}

div.footer div.smallLinks a
{
	color: #80a070;
	font-size: 0.8em;
	padding-right: 1em;
}

a.epsrcLogo
{
	display: block;
	position: absolute;
	top: 3ex;
	left: 0;
}

ul.menu
{
	z-index: 50;
}
ul.horizontalMenu
{
	clear: both;
	display: block;
	position: relative;
	border-bottom: 1px #80a070 solid;
	list-style: none;
	margin: 0;
	margin-top: 1ex;
	padding: 0;
	width: 100%;
	height: 4ex;
	z-index: 50;
}

ul.horizontalMenu>li
{
	float: left;
	padding-left: 1em;
	padding-right: 1em;
	margin: 0;
	height: 3.5ex;
	padding-top: 0.5ex;
	position: relative;

}

ul.horizontalMenu>li.current
{
	background-image: url( ../images/menucurrent.png );
	background-repeat: no-repeat;
	background-position: bottom center;
}

ul.horizontalMenu>li>a, ul.verticalMenu li>a
{
	color: #204010;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
ul.horizontalMenu>li>a:hover, ul.verticalMenu li>a
{
	text-decoration: none;
}

ul.horizontalMenu ul.verticalMenu
{
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	border: 1px #80a070 solid;
	z-index: 5;
	min-width: 12em;
	list-style: none;
	padding: 0;
	margin: 0;
	background-color: white;
}

ul.verticalMenu li>ul.verticalMenu
{
	display: none;
	position: absolute;
	top: 0.5ex;
	left: 99%;
	border-top: 1px #80a070 solid;
	z-index: 5;
	min-width: 12em;
	list-style: none;
	padding: 0;
	margin: 0;
	background-color: white;
}

ul.verticalMenu li
{
	padding: 0;
	margin: 0;
	position: relative;
}

ul.verticalMenu li>a
{
	display: block;
	padding: 0.5ex;
	padding-left: 2ex;
	padding-bottom: 1ex;
}

ul.verticalMenu li>a:hover
{
	background-color: #97D197;
}

ul.verticalMenu a.trigger
{
	background-image: url( ../images/verticalmenupopout.png );
	background-repeat: no-repeat;
	background-position: right center;
}

ul.horizontalMenu>li>div.menuTip
{
	display: none;
	position: absolute;
	border-top: 1px #80a070 solid;
	border-bottom: 1px #80a070 solid;
	padding-top: 1ex;
	padding-bottom: 1ex;
	text-align: center;
	bottom: 120%;
	left: 0;
	font-size: 0.7em;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	z-index: 500;
}

img.menuTipCallout
{
	display: block;
	position: absolute;
	bottom: -12px;
	left: 2ex;
}

div.logoContainer
{
	position: relative;
	z-index: 50;
}

div.logoControls
{
	position: absolute;
	right: 12px;
	text-align: right;
}

div.googleSearchBox
{
	border: 2px #a0b0a0 solid;
	font-size: 0.7em;
	width: 14em;
	height: 3.5ex;
	border-radius: 2ex;
	-moz-border-radius: 2ex;	
}
div.socialIcons
{
	border: 2px #a0b0a0 solid;
	font-size: 0.7em;
	width: 16em;
	height: 3.5ex;
	border-radius: 2ex;
	-moz-border-radius: 2ex;
	text-align: center;
}

img.socialIcon
{
	margin-top: 0.25ex;
	width: 15%;
	border-left: 2px #a0b0a0 solid;
	padding-left: 2px;
}

div.textSizeControls
{
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 16px;
	padding-left: 24px;
	background-color: #a0a0a0;
	background-color: rgba( 128, 128, 128, 0.75 );
	z-index: 100;
	border-radius: 0 0 0 24px;
	-moz-border-radius: 0 0 0 24px;
	-khtml-border-radius: 0 0 0 24px;
	-webkit-border-radius: 0 0 0 24px;
}
div.textSizeControls a
{
	color: white;
}

div.mainContentBlock
{
	position: relative;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	margin-bottom: 3ex;
	z-index: 1;
}
div.parent, div.parentSelected, div.sibling
{
	padding-top: 1ex;
	padding-bottom: 1ex;
	padding-left: 0.5ex;
}

div#secondaryNavigation .mymenu a     {color: #204010; }

div.parentSelected
{
	background-color: #608050;
}
div#secondaryNavigation .mymenu div.parentSelected a
{
	color: white;
}
div.parent a
{
	font-weight: normal;
}
div.sibling
{
	background-color: white;
}

div#secondaryNavigation
{
	position: absolute;
	top: 0;
	left: 0;
	width: 15%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #e7f8e7;
	font-size: 0.9em;
}
div#secondaryNavigation div.mymenu
{
	padding: 0ex;
}
div#secondaryNavigation div.mymenu>div
{
	padding-bottom: 1ex;
}

/* Added by Jo & R 24.4.13 to counteract our restoration of "normal" ul etc. */
div#secondaryNavigation .mymenu ul,li { margin:0; padding:0; }
div#secondaryNavigation .mymenu ul,ol { list-style:none; }

h1, h2, h3
{
/*	padding-bottom: 2ex; */
	font-weight: bold;
/*	font-style: italic; */
}
h1
{
	font-size: 1.2em;
}
h2
{
	font-size: 1.1em;
}
h3
{
	font-size: 1em;
}
div#contentsPanel
{
	position: relative;
	left: 17%;
	width: 60%;
	margin: 0;
	padding: 0;
	padding-top: 2ex;
	z-index: 1;
	font-size: 0.9em;
}

div#contentsPanelOf2
{
	position: relative;
	left: 17%;
	width: 80%;
	margin: 0;
	padding: 0;
	padding-top: 2ex;
	z-index: 1;
	font-size: 0.9em;
}

div#contentsPanelOf3
{
	position: relative;
	left: 17%;
	width: 60%;
	margin: 0;
	padding: 0;
	padding-top: 2ex;
	z-index: 1;
	font-size: 0.9em;
}

div.rightPanel
{
	position: absolute;
	right: 0;
	width: 22%;
	margin: 0;
	padding: 0;
	padding-top: 2ex;
	font-size: 0.8em;
	height: 100%;
	overflow: scroll;
}
strong
{
	font-weight: bold;
}




	#footerText1
	{ 
		position: static;
		width: 33%;
		height: 30px;
		float: left;
		z-index:196;
		text-align:center;
		font-family:sans-serif,arial,tahoma,verdana,helvetica;
		font-size:8pt;
		color:gray;
		padding-top:15px;
    }
	
	#footerText2
	{ 
		position: static;
		width: 33%;
		height: 30px;
		float: left;
		z-index:195;
		text-align:center;
		font-family:sans-serif,arial,tahoma,verdana,helvetica;
		font-size:8pt;
		color:gray;
		padding-top:15px;
    }
	
	#footerText3
	{ 
		position: static;
		width: 33%;
		height: 30px;
		float: left;
		z-index:194;
		text-align:center;
		font-family:sans-serif,arial,tahoma,verdana,helvetica;
		font-size:8pt;
		color:gray;
		padding-top:15px;
    }
	
	#footerDiv
	{ 
	 float: left;
	 text-align:center;
	 width:100%;
	 margin-top:30px;
	}
	
	#partnerLogos 
	{ 
		position: static;
		width: 100%;
		height: auto;
		z-index:197;
		float:left;
		border:1px;
		border-color:#EEEEEE;
		border-style:solid;
		text-align:center;
		background:#FFFFFF;
		padding:0px;
		/*border:thin;
		border-style:solid;
		border-color:#000000;*/
    }
