@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Trebuchet MS";
	font-size: 0.9em;
	background-color: #999999;
}
h1 {
	color:#086A3B;
	text-align: left;
}
h4 {
	padding:0;
	margin:0;
	text-align: left;
}
p {
	padding:0;
	margin:0;
	text-align: left;
}
.heading {
	color:#F00;
	font-weight: bold;
	font-size: 14px;
}
.image {
	text-align: center;
	background-position: center;
}
#image {
	text-align: center;
}



#container {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
}
#header {
	background-color: #FFFFFF;
	height: 210px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}

#header-conference {
	float:left;
	padding-left: 20px;
	margin-left: 0px;
	padding-top: 15px;
	width: 180px;
}
#header-eianz {
	float:right;
	padding-top: 10px;
	padding-right: 20px;
	width: 150px;
}

#headerText {
	margin: 0;
	padding: 0;
	width: 550px;
	float: left;
	margin-top: 20px;
	text-align: center;
	padding-left: 10px;
}

#headerText h1 {
	font-size:1.8em;
	padding-top: 10px;
	margin: 0;
	padding-bottom: 0px;
}

#headerText h2 {
	font-size:2em;
	margin: 0;
	font-style: italic;
	color: #086A3B;
	font-weight: bold;
}

#headerText p {
	font-size:1.2em;
	margin: 0;
}

/* Menu */

#nav {
	background-image:url(../images/nav.jpg);
	background-repeat:repeat-x;
	height:40px;
}
#nav ul {
	margin:0;
	padding:0;
}
#nav ul li {
	display:block;
	float:left;
	font-size: 0.95em;
}
#nav ul li a {
	letter-spacing:0.05em;
	border-right:1px solid #999999;
	color:#FFFFFF;
	text-decoration:none;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	text-align: center;
	height: 37px;
	width: 100px;
	float: left;
	padding-top: 3px;
}

#nav ul li a:hover {
	background-color:#B2B3B7;
}

#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	text-align: left;
}
#footer {
	padding: 0 10px;
	background-color: #FFFFFF;
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	margin-top: 30px;
	margin-bottom: 10px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 0.8em;
}

#footer a {color: #086A3B;}

#call {
	float:right;
	width:200px;
	margin-left: 20px;
	margin-bottom: 10px;
	height: 170px;
	background-image: url(../images/call.jpg);
}

#call ul {
	list-style-type:none;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 10px;
		/* border-top:1px solid #ccc; /* /* uncomment to add table-like border */
	}
	
#call ul li {
			margin:0;
			padding:0;
			/* border-bottom:1px solid #ccc; /* /* uncomment to add table-like border */
		}
		
#call ul li a {
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	display: block;
	color: #005F3F;
			}

#call ul li a:hover {
	border-right-width: 7px;
	border-right-style: solid;
	border-right-color: #086A3B;
}

#call h2 {
	padding-top:10px;
	padding-left: 5px;
}

#program {
	width:800px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #015C3D;
	border-left-color: #015C3D;
	margin-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #005D3E;
	font-family: "Trebuchet MS";
}

#program-2 {
	width:800px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #015C3D;
	border-left-color: #015C3D;
	margin-left: 10px;
	padding: 0px;
	font-family: "Trebuchet MS";
}

#program-day2 {
	width:800px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #015C3D;
	border-left-color: #015C3D;
	margin-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #01603E;
	font-family: "Trebuchet MS";
}

.day {
	background-color:#015C3D;
	color: #FFFFFF;
	line-height: 40px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 20px;
}

.sessionA {
	padding-left:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #015C3D;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #015C3D;
	background-color: #95AF94;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.sessionB {
	padding-left:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #015C3D;
	background-color: #95AF94;
	font-size: 1.1em;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.time {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #015C3D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #015C3D;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	vertical-align: top;
	font-size: 0.8em;
}

.detailsA {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #015C3D;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #015C3D;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 0.9em;
}

.detailsB {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #015C3D;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 0.9em;
}

.breaks {
	background-color:#B3B4B8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #015C3D;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

.breaksTime {
	background-color:#B3B4B8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #015C3D;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #015C3D;
	padding-left: 5px;
	font-size: 0.8em;
	padding-top: 5px;
	padding-bottom: 5px;
}
.workshops {
	background-color:#E7E7E9;
	vertical-align: top;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #015C3D;
	font-size: 0.9em;
	padding-top: 5px;
}

.workshopsB {
	background-color:#E7E7E9;
	vertical-align: top;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #015C3D;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #015C3D;
	font-size: 0.9em;
	padding-top: 5px;
}
#headerText h1 {
	text-align: center;
}
#headerText p {
	text-align: center;
}
.program_small {
	font-size: 10px;
}

