/* -- General CSS Reset declarations  -- */
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;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

em {
	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;
}

/* -- Global layout -- */
body {
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}

h1 {
	font-weight: bold;
	font-size: 18px;
	line-height:22px;
	padding-bottom: 15px;
}

h4 {
	font-weight: bold;
	font-size: 14px;
}

strong {
	font-weight: bold;
}

legend {
	font-weight: bold;
	font-size: 14px;
	padding:0;
}

a,
a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.go-back {
	margin-top: 10px;
	float: right;
}

div.go-back a,
div.go-back a:link,
div.go-back a:active,
div.go-back a:visited {
	text-transform: uppercase;
	font-weight: bold;
}

div.side-bar-hexa {
	background: transparent url('../images/green-hexa.jpg') no-repeat top left;
	margin-top: 15px;
	
	width: 293px;
	height: 254px;
	position: absolute;
	display: table;
}

div.side-bar-hexa p {
	color: #999933;
	display: table-cell;
	width: 293px;
	vertical-align: middle;
	text-align: center;
	position:relative;
	
	margin-top: inherit;
	
	/** hack around the verticial alignment problem in IE < 8 **/
	*clear: expression(style.marginTop = "" + (offsetHeight < parentNode.offsetHeight ? parseInt((parentNode.offsetHeight - offsetHeight) / 2) + "px" : "0"), style.clear = "none", 0);
}

div.side-bar-hexa a,
div.side-bar-hexa a:link,
div.side-bar-hexa a:visited {
	color: #999933;
	text-decoration: underline;
}

div#main-wrapper {
	width: 990px;
	min-height: 556px;
	margin: 0 auto;
	padding-top: 30px;
	margin-bottom:40px;
}

div#header {
	background: transparent url('../images/egm-logo.gif') no-repeat;
	
	line-height: 12px;
	color: #4f5559;
	
	margin-left: 40px;
	padding: 0px 10px 2px 80px;
	min-height: 98px;
	height: 98px;
	font-size: 11px;
}

div#header span.title {
	font:normal 12px/18px Arial, Tahoma, Helvetica, sans-serif;	
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}

div#slogan {
	margin-left: 40px;
	margin-top: -10px;
	font-size:12px;
	color:#4f5559;
	font-family:arial;
}

div#navigation {
	background-attachment: fixed;
	background: #fff url('../images/clear-nav-bg.gif') repeat-y;
		
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	
	width:275px;
	
	padding-right: 0px;
	margin-top: 50px;
	clear: right;
	float: left;
	min-height: 600px;
}

div#navigation a,
div#navigation a:link {
	color: #757577;
}

div#navigation ul#menu ul {	
	display: none;
	padding-top: 5px;
}

/* First level nav*/
div#navigation ul#menu li {
	padding-top: 4px;
	padding-left: 35px;
	padding-bottom: 4px;
}

div#navigation ul#menu li.first {
	padding-top: 0px;
}

div#navigation ul#menu li a, 
div#navigation ul#menu li a:link {
	font-size: 16px;
}

/* Second level nav */
div#navigation ul#menu li ul li {
	font-size: 10px;
	color: #a9a9ab;
	font-weight: bold;
	padding-top: 0;
	padding-bottom: 0px;
	padding-left: 15px;
	line-height: 16px;
}

div#navigation ul#menu li ul li a,
div#navigation ul#menu li ul li a:link {
	font-size: 10px;
}

div#navigation .evaluation {
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	color: #a9a9ab;
}

div#navigation ul#menu li span.lang-switch {
	font-size: 12px;
	color: #cacaca;	
}

div#splash div#english span {
	color: #cacaca;
}

.courseMenuItem {
	text-transform:	none !important;
	font-size:10px !important;
	font-weight:normal !important;
}

div#navigation ul#menu li a.lang-switch,
div#navigation ul#menu li a.lang-switch:link,
div#navigation ul#menu li a.lang-switch:hover,
div#navigation ul#menu li a.lang-switch:visited {
	font-size: 12px;
	color: #666666;
}

div#content-wrapper {
	margin-top: 50px;
	width: 705px;
	float: left;
}

div#content {
	width: 420px;
	padding-left: 3px;
	padding-right: 2px;
	clear: left;
	float: left;
}

div#content a,
div#content a:link {
	color: #444;
}

div#sidebar {
	padding-top: 200px;	
	width: 260px;
	float: right;
	position:relative;
}

div#footer {
	border-top: 1px solid #e1e1e1;
	margin-top: 50px;
	padding-top: 14px;
	font-size: 9px;
	color: #999;
	text-align: center;
}

.gemmologie {
	color: #01804e;
}

.clear {
	clear: both;
}

.text-wrapper {
	color: #444;
	line-height: 16px;
	font-size: 12px;
	text-align: justify;
}

.text-wrapper hr {
	width: 100%;
	border: 0;
	height: 1px;
	color: #cacaca;
	background-color: #cacaca;
	padding: 0;
	margin: 0 0 5px 0;
}

.text-wrapper ol,
.text-wrapper ul {
	margin-left: 15px;
	margin-bottom: 15px;
	line-height: 20px;
	text-align: left;
	list-style: disc outside url("/images/dash.gif");
}

.photo-legend {
	font-size: 9px;
	line-height: 1.5em;
	color: #000;
	margin: 0;
	padding: 4px 16px 10px 0;
}

a.unstyled,
a:link.unstyled,
a:hover.unstyled,
a:visited.unstyled {
	text-decoration:none;
}

/* -- maintenance page */

div#maintenancePage h1 {
	font-size:16px;	
}

div#maintenancePage {
	background-image:url("/images/maintenance.png");
    margin:0px auto;
    margin-top:150px;
    width:350px;
    height:250px;
    padding:25px;
}

div#maintenancePage .description {
	padding-right:20px;
	margin-bottom:15px;	
	margin-top:5px;
}

/* -- Splash page layout -- */
div#splash {
	background: #fff url('../images/splash-bg.jpg') no-repeat;
	min-height: 774px;
	height: 540px;
	
	width: 938px;
	margin: 0 auto;
}

div#splash #title {
	padding-top: 235px;
	padding-left: 260px;
}

div#splash h1 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	line-height: 25px;
}

div#splash h1 .subtitle {
	font-size: 18px;
}

div#splash #french {
	padding-top: 101px;
	padding-left: 627px;
}

div#splash #english {
	padding-top: 36px;
	padding-left: 720px;
}

div#splash,
div#splash a, 
div#splash a:link, 
div#splash a:active, 
div#splash a:visited {
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
	font-size: 12px;
}

/* ----------- INSCRIPTION  -------------- */

#inscription div#content {
	width:460px;	
}

#inscription {
	font-size:11px;	
}

#inscription .bigLabel {
	color:#222222;
	float:left;
	width:160px;	
}

#inscription p {
	width:400px;	
}


#inscription .bigTextArea {
	height:50px;
	width:260px;	
}

#inscription .bigInput {
	float:left;
	width:260px;	
}

#inscription .bigInputText {
	width:260px;	
}

#inscription .bigClear {
	clear:both;
	margin-bottom:10px;	
}

#inscription .choiceCol1 {
	float:left;
	width:270px;
}

#inscription .choiceCol1Indented {
	float:left;
	width:245px;
	margin-left: 25px;
	padding-left:0px;
	display:inline;
}

#inscription .choiceCol1Title {
	float:left;
	padding: 10px 0;
	font-weight:bold;	
	font-size:12px;
	width:270px;
}

#inscription .choiceCol2 {
	float:left;
	width:60px;
	text-align:center;
}

#inscription .choiceCol2Title {
	padding: 10px 0;
	float:left;
	width:60px;
	text-align:center;
}

#inscription .choiceCol3 {
	float:left;
	width:90px;
	text-align:center;
}

#inscription .choiceCol3Title {
	padding: 10px 0;
	float:left;
	width:90px;
	text-align:center;
}

#inscription .choiceClear {
	margin-bottom:3px;
	clear:both;
}

#inscription .choiceTitle {
	padding: 10px 0;
	font-weight:bold;	
	font-size:12px;
}


#inscription .submitDiv {
	margin-top:20px;
	text-align:center;	
}

#inscription .submitDiv input {
	font-size:14px;	
}

#inscription .emailSent {
	border:1px solid black;
	background-color: #eeeeee;
	color:#999933;
	font-weight:bold;
	padding:10px;
	margin-bottom:10px;
	font-size:13px;
}

/* ----------- EMPLACEMENT  -------------- */

div#sidebar .spacedBar {
	padding-top:50px;
	padding-left:35px;	
}

div#sidebar .spacedBar p {
	color: #333333;
	font-size:8px;
}

/* ----------- Calendar  -------------- */

div#sidebar .calendarContainer {
	margin-left:50px;
	position:absolute;
	top:490px;
}
 
.calendarInfoContainer {
	min-height:50px;	
	font-size:0.9em;
}

#calendarInfo {
	border:1px solid gray;
	padding:4px;
	line-height:28px;
	background-color:white;
}

.calendarEventBullet {
	float:left;
	padding-right:4px;
}