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


	a:hover {
	}
	html {
	}
	p {
		text-align: justify;
	}
	body {
		color: #000;
		background-color: #e7e2d6;
		/* font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; */
			font-family: Helvetica, Arial, sans-serif;
		font-size: 13px;
		margin: 0;
		padding: 0;
		/*background: url(images/tile-bg.jpg) repeat-x top;*/
		background: url(images/bg-pattern-tile.jpg);
		background-color: #e7e2d6;
	}
	h1, h2 {
		color: #360;
	}
	#bg2 {
		/*background: url(images/tile-footer.png) repeat-x bottom;*/
		background: url(images/bg-pattern-tile.jpg);
	}
	#wrapper {
		width: 1024px;
		margin: 0 auto;
		/*background-color:#99F;*/
		background: url(images/content-bg.jpg) no-repeat top center;
		/*background-color: #e7e2d6;*/
		background-color: #eae4d8;
	}
	#header {
		height: 340px;
	}
	#header img {
		margin-top: 30px;
		margin-left: 30px;
	}
/********************************************************/	
	#nav {
		/*display: none;*/
		width: 167px;
		padding: 10px;
		/* background-color: #312302; <---- original green bg */
		/* background-color: #000004; <---- border color removed 20100712 */
		float: left;
		top: 380px;
		position: absolute;
		margin-left: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		font-family: arial;
		font-size: 12px;
		font-weight: bold;
		text-shadow: -20px -20px #000;
	}
	#nav ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
		background: url(images/nav-bg.jpg);
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	}
	#nav ul > li {
		color: #fff;
		text-shadow: -1px -1px #000;
		/*margin-bottom: 2px;*/
		/* padding: 5px 10px; */
		/*background: url(images/nav-link-bg.jpg) bottom repeat-x;*/
	}
	#nav ul > li > ul, #nav ul > li > ul > li > ul {	/* second level menu */
		display: none;
	}
	#nav ul > li > ul > li > a {
		/*margin-left: 0px;
		margin-bottom: 2px;
		padding: 5px 10px;*/
		margin: 5px 0 10px 10px;
	}
	
	#nav ul > li > ul > li > ul > li > a {						/* third level menu */
		/*margin-left: 0px;
		margin-bottom: 2px;
		padding: 5px 10px;*/
		padding: 5px 0;
		margin: 5px 0 10px 30px;
	}
	
	#nav span {
		display: none;
	}
	
	#nav a, #nav a:visited {
		color: #ff0;
		text-decoration: none;
	}
	
	#nav a:hover {
		color: #fff;
		text-shadow: #ff0 1px 1px 2px;
	}
	
	#nav img {
		/*margin: 0 auto;
		text-align: center;
		margin-bottom: 5px;*/
	}
	
	#nav ul > li > a { /* main menu */
		width: 167px;
		height: 22px;
		display: block;
		background: top left;
	}
	
	/* sprites */
	#nav #nav-home						{ background: url(images/navi-sprite.jpg) 0 286px; }
	#nav #nav-welcome					{ background: url(images/navi-sprite.jpg) 0 264px; }
	#nav #nav-conference				{ background: url(images/navi-sprite.jpg) 0 242px; }
	#nav #nav-scientific-programme		{ background: url(images/navi-sprite.jpg) 0 220px; }
	#nav #nav-meeting-registration		{ background: url(images/navi-sprite.jpg) 0 198px; }
	#nav #nav-abstract					{ background: url(images/navi-sprite.jpg) 0 176px; }
	#nav #nav-hotel-registration		{ background: url(images/navi-sprite.jpg) 0 154px; }
	#nav #nav-social-programme			{ background: url(images/navi-sprite.jpg) 0 132px; }
	#nav #nav-photos					{ background: url(images/navi-sprite.jpg) 0 110px; }
	#nav #nav-sponsor					{ background: url(images/navi-sprite.jpg) 0 88px; }
	#nav #nav-contact					{ background: url(images/navi-sprite.jpg) 0 66px; }
	#nav #nav-about-phils				{ background: url(images/navi-sprite.jpg) 0 44px; }
	#nav #nav-pao-web					{ background: url(images/navi-sprite.jpg) 0 22px; }
	
	#nav #nav-home:hover				{ background: url(images/navi-sprite.jpg) 167px 286px; }
	#nav #nav-welcome:hover				{ background: url(images/navi-sprite.jpg) 167px 264px; }
	#nav #nav-conference:hover			{ background: url(images/navi-sprite.jpg) 167px 242px; }
	#nav #nav-scientific-programme:hover{ background: url(images/navi-sprite.jpg) 167px 220px; }
	#nav #nav-meeting-registration:hover{ background: url(images/navi-sprite.jpg) 167px 198px; }
	#nav #nav-abstract:hover			{ background: url(images/navi-sprite.jpg) 167px 176px; }
	#nav #nav-hotel-registration:hover	{ background: url(images/navi-sprite.jpg) 167px 154px; }
	#nav #nav-social-programme:hover	{ background: url(images/navi-sprite.jpg) 167px 132px; }
	#nav #nav-photos:hover				{ background: url(images/navi-sprite.jpg) 167px 110px; }
	#nav #nav-sponsor:hover				{ background: url(images/navi-sprite.jpg) 167px 88px; }
	#nav #nav-contact:hover				{ background: url(images/navi-sprite.jpg) 167px 66px; }
	#nav #nav-about-phils:hover			{ background: url(images/navi-sprite.jpg) 167px 44px; }
	#nav #nav-pao-web:hover				{ background: url(images/navi-sprite.jpg) 167px 22px; }
	#nav #nav-top						{ background: url(images/navi-sprite-top.png) top left; height: 21px; width: 167px; }
	#nav #nav-bottom					{ background: url(images/navi-sprite-bottom.png) top left; height: 27px; width: 167px; }
	
	#nav #nav-new						{ background: url(images/navi-sprite.jpg) 0 330px; }
	#nav #nav-new:hover					{ background: url(images/navi-sprite.jpg) 167px 330px; }
	#nav #nav-paypal					{ background: url(images/navi-sprite.jpg) 0 308px; }
	#nav #nav-paypal:hover				{ background: url(images/navi-sprite.jpg) 167px 308px; }

	
/********************************************************/	
	#content {
		width: 510px;
		float: left;
		margin-left: 210px;
		min-height: 700px;
		padding: 20px;/*background-color: rgba(200, 0, 0, 0.5);*/
		margin-top: 10px;
		}
	#right-nav {
		margin-left: 780px;
		float: left;
		position: absolute;
		width: 220px;
		/*background-color: rgba(200, 100, 0, 0.5);*/
		padding: 10px;
		top: 370px;
	}
	#right-nav ul {
		padding: 0;
		list-style-type: none;
		margin: 0 auto;
	}
	#right-nav img {
		margin: 0 auto;
		text-align: center;
		box-shadow: 5px 5px 5px #000;/*border: 1px solid #690; */
	}
	#right-nav h3, #right-nav #timeval {
		background-color: #c2c3a5;
		color: #036b54;
		padding: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	
	#right-nav #sponsors li {
		background-color: #fff;
		margin: auto 0;
		height: 70px;
		overflow: hidden;
		text-align: center;
		margin-bottom: 10px;
		padding: 0;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	#right-nav #sponsors li img {
		margin: 0;
	}
	#right-nav #sponsors div {
		padding: 0;
		margin: 0;
		background-color: #c2c3a5;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}	
	#right-nav #timeval {
		text-align: center;
		color: #1B3661;
		padding: 10px 0;
		margin-left: -3px;
		margin-bottom: 5px;
		width: 210px;
		background-color: rgb(194, 195, 165);
	}

	#footer {
		clear: both;
		height: 160px;/*background-color: #339;*/
		padding-top: 2px;
		padding-left: 2px;
		background: url(images/bg-pattern-tile.jpg);
		text-align: center;
	}
	#footer p{
		text-align: center;
	}
	h3 {
		font-size: 14px;
		color: #360;
	}
	ul.no-bullet, ol.no-bullet {
		list-style-type: none;
	}
	ul.img-list li {
		float: left;
		margin: 0 10px 10px 0;
	}
	ul.img-list img {
		padding: 4px;
		background-color: #fff;
		-moz-box-shadow: 2px 2px 5px #000;
		-webkit-box-shadow: 2px 2px 5px #000;
	}
	ul.img-list:after {
		clear: both;
	}
	
	/****** temporary button class *******/

	button, .small-button {
		margin-left: 20px; float: left;
		/*min-width: 80px;*/
		width: 160px;
		height: 50px;
		display: block;
		background-image: url(images/button-bg.png);
		background-color: #f90;
		border-width: 1px;
		font-weight: bold;
		color: #fff;
		text-shadow: -1px -1px #cb6e00;
		
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;

	}
	
	/****** end temporary button class *******/
	
	a {cursor: pointer; cursor: hand;}

	#iemsg {
		display: none;
	}

