@charset "utf-8";
/* CSS Document */









/* Section Header */
#section-header { 
 background-image: url(../img/section-header-en.jpg);
}

.fr #section-header { 
 background-image: url(../img/section-header-fr.jpg);
}

#section-title { left: 18px; top: 30px; width: 270px; height: 29px; }
/*
#parent-org-title { left: 22px; top: 27px; width: 200px; height: 26px; }
*/
.fr #section-title { left: 18px; top: 30px; width: 270px; height: 29px; }
/*
.fr #parent-org-title { left: 22px; top: 27px; width: 174px; height: 26px; }
*/
/* Sub-Section */
.sub-section #sub-section-header {
	background-image: url();
}

/* Image below the Local Navigation */
#section-photo { background-image: url(); height: 109px; }


/* Used by the form */
#suggestionBox form, label, ul, ol{
	padding:0px;
	margin:0px;
}
#suggestionBox legend{
	/*color: #993333;
	font-size: 14px;
	font-family: Verdana, sans-serif;
	font-weight:bold;
	margin-bottom:10px;*/
	display:none;
}
#suggestionBox ol{
	list-style-type: none;
	margin-left: 10px;
}
#suggestionBox li{
	vertical-align: middle;
	padding-bottom: 3px;
}
#suggestionBox label{
	font-weight:bold; 
	font-size: 10px;
}
#suggestionBox .element{
	margin-top:5px;
	margin-bottom: 5px;
}
#suggestionBox .required{
	font-weight: bold;
	font-size:14px;
	color: #FF0000;
	margin-right: 5px;	
}
#suggestionBox select, input, textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-left:0px;
}
/*
#suggestion_errorDiv, #email_errorDiv, #recipients_____president______errorDiv {
	font-weight:bold;
	color: #FF0000;
	display: block;
	width: 87%;
	height: 30px;
	background-image: url(../img/form_error_bg.gif);
	background-repeat: no-repeat;
	background-position:left 15px;
}
*/

span.error{
	color:#FF0000;
	font-weight:bold;
}
.description{
	font-size: 10px;
	margin: 5px 10px 0px 20px;
	font-weight:normal;
}

.validation {
	color: #993333;
	font-weight: bold;
}

ul a:visited{
	color: #3887B0;
}

ul a:hover{
	cursor: pointer;
	cursor: hand;
}

#empdirectory { 
	margin: 1.6em 0;
}

#empdirectory  h3 { 
	border-bottom: solid 1px #2D6C8D;
	width: 90%;
}

#empdirectory div.empunit {
	margin: 1.0em 0;
}

#empdirectory div.empunit div.empcontact { 
	float:left; 
	width:45%;
	height: 8em;
	margin-right: 1.0em;
}

#empdirectory div.empunit div.empcontact  p.empname { 
	margin:0; padding: 0; font-weight: bold;
}

#empdirectory div.empunit div.empcontact  p.emptitle { 
	margin:0; padding: 0;
}

#empdirectory div.empunit div.empcontact  p.empphone { 
	margin:0; padding: 0;
}

#empdirectory div.empunit div.empcontact  p.empemail { 
	margin:0; padding: 0;
}
.admin-asterisk{
	color: #F00;
	font-weight:bold;
	}