@charset "utf-8";
/* CSS Document */
body{
	background:url(../img/b.png);
	}
	
a{
	color:#c31111;
}

a:hover{
	color:#000;
}
/*==================================*/
#wrapper{
	width:900px;
	margin:0 auto;
	clear:both;
	background:white;
}

/*--------------------------------------------------*/
#header{
	height:50px;
	width:900px;
	background:url(../img/title_header.png);
}
#main{
	width:900px;
	min-height:500px;
}

#menu{
	width:180px;
	margin-top:4px;
	margin-left:4px;
	float:left;
}

.menu-item {
	padding-top:13px;
	text-indent:13px;
	margin:0;
	width:180px;
	height:20px;
	font-size:14px;
	color:#FFF;
	background:url(../img/menu.png) no-repeat;
}

.menu-item a{
	margin:0;
	display:block;
	width:180px;
	height:33px;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
}

.menu-item a:hover{
	margin:-7px 0 0 0px;
	padding-top:7px;
	display:block;
	width:180px;
	height:33px;
	color:#FFF;
	background: url(../img/mouse_on1.png) no-repeat;	
}
.menu-bottom {
	padding-top:13px;
	text-indent:13px;
	font-size:14px;
	margin:0;
	width:180px;
	height:41px;
	color:#FFF;
	background:url(../img/menu_bottom.png) no-repeat;
}

.menu-bottom a{
	margin:0;
	display:block;
	width:180px;
	height:33px;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
}

.menu-bottom a:hover{
	margin:-7px 0 0 0px;
	padding-top:7px;
	display:block;
	width:180px;
	height:33px;
	color:#FFF;
	background: url(../img/mouse_on1.png) no-repeat;	
}

#active{
	margin-top:-10px;
	padding-top:7px;
	width:180px;
	height:33px;
	background:url(../img/active.png) no-repeat;
}

.submenu-item{
	list-style:inside url(../img/sub-menu.png);
	margin-left:15px;
}

#submenu-active{
	color:#F00;
}

.submenu-item a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:20px;
	color:#282828;
	text-decoration:none;
}

.submenu-item a:hover{
	color:#c31111;
	font-weight:bold;
	text-decoration:underline;
}

#content{
	width:700px;
	margin-left:10px;
	float:left;
}

#front_page_sponsors{
	width:160px;
	padding:10px 0 0 10px;
	color:#666;
	float:left;
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:20px;
	border-left:2px dotted #666;
}


#front_page_sponsors h1{
	font-weight:bolder;
	font-size:20px;
}

#front_page_text{
	width:500px;
	padding-right:20px;
	color:#666;
	float:left;
	text-align:justify;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:20px;
	
}

#front_page_text p{
	margin-top:10px;
}

#front_page_text a{
	color:#c31111;
	text-decoration:none;
}

#front_page_text a:hover{
	color:#000;
	text-decoration:underline;
}

#front_page_text h1{
	margin:10px 0;
	font-weight:bolder;
	font-size:20px;
}

#front_page_text h2{
	margin:7px 0;
}

.committee{
	text-decoration:underline;
}

#front_page_text ul{
	list-style:none;
	margin-left:15px;
}

#proceedings{
	width:500px;
	clear:both;
}

#proceedings_img{
	width:150px;
	margin:10px 0;
	float:left;
}

#proceedings_p{
	margin-bottom:10px;
	width:340px;
	float:left;
	margin-left:5px;
}


#front_page_dates{
	width:500px;
	margin-top:10px;
	list-style:none;
}

#dates{
	width:160px;
	color: #333;
	float:left;
	font-weight:700;
	text-align:right;
	margin-right:5px;

}
#events{
	width:280px;
	margin-bottom:5px;
	float:left;
	color: #666;
	text-align:left;
}

#front_page_news{
	width:650px;
	margin:10px;
	list-style:none;
	color:#666;
	text-align:justify;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:20px;
}

#front_page_news a{
	color:#c31111;
	line-height:28px;
	text-decoration:none;
	margin-bottom:10px;
}

#front_page_news a:hover{
	color:#000;
	text-decoration:underline;
}

#front_page_news h1{
	margin:10px 0;
	font-weight:bolder;
	font-size:20px;
}

#front_page_news h2{
	margin:7px 0;
}

#front_page_news ul{
	list-style:none;
	margin-left:15px;
}

#front_page_news li{
	margin-top:10px;
	padding-bottom:10px;
	border-bottom:1px dotted;
}
#front_page_news img{
	margin-bottom:-10px;
	margin-right:5px;
}

.date{
	color:#333;
	font-weight:700;
}
/*--------------------------------*/

#page_text{
	width:680px;
	margin-top:20px;
	margin-left:10px;
	color:#666;
	text-align:justify;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:20px;
	
}

#page_text p{
	margin-top:10px;
}

#page_text a{
	color:#c31111;
	text-decoration:none;
}

#page_text a:hover{
	color:#000;
	text-decoration:underline;
}

#page_text h1{
	margin:10px 0;
	font-weight:bolder;
	font-size:20px;
}

#page_text h2{
	margin:7px 0;
}

#page_text ul{
	list-style:inside circle;
	margin-left:15px;
}

/*****************************************/

#important_date{
	width:500px;
	margin:10px;
	border-bottom:1px dotted;
}

#imp_date{
	color:#666;
	font-weight:700;
	margin-bottom:5px;
}

#imp_event{
	margin-left:50px;
	margin-bottom:10px;
}

/**************************************************/

#sponsor{
	width:650px;
	margin:10px 0;
	border-bottom:1px dotted;
}

#sponsor_img{
	width:150px;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
}

#sponsor_text{
	width:480px;
	float:left;
}

/***************contact****************************/

#contact{
	width:400px;
	min-height:70px;
	padding-left:100px;
	margin-bottom:50px;
	background:url(../img/Contact%20us.png) no-repeat;
}

#credit1{
	width:200px;
	min-height:140px;
	padding-left:260px;
	margin-bottom:50px;
	background: url(../img/credits_img.jpg) no-repeat;
}

#credit2{
	width:200px;
	min-height:140px;
	padding-left:260px;
	margin-bottom:50px;
	background: url(../img/credits_site.jpg) no-repeat;
}



/***************************************/
#footer{
	width:900px;
	margin-top:5px;
	padding-top:5px;
	min-height:60px;
	background:url(../img/footer.png) no-repeat;
}

#footer p{
	margin-top:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	text-align:center;
	color:#fff;
}

#footer a{
	margin-top:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	text-align:center;
	color:#fff;
	text-decoration:none;
}

#footer a:hover{
	font-weight:bold;
	text-decoration:underline;
}

/**-----------------------------------------*/

#xxx{
	clear:both;
}

/*-----------------slider----------------------*/
#slider1 {

    width: 900px; /* important to be same as image width */

    height: 200px; /* important to be same as image height */

    position: relative; /* important */

	overflow: hidden; /* important */
	
	margin-top:4px;

}

#slider1Content {

    width: 900px; /* important to be same as image width or wider */

    position: absolute;

	top: 0;

	margin-left: 0;

}

.slider1Image {

    float: left;

    position: relative;

	display: none;

}

.slider1Image span {

    position: absolute;

	font: 10px/15px Arial, Helvetica, sans-serif;

    padding: 10px 13px;

    width: 694px;

    background-color: #000;

    filter: alpha(opacity=70);

    -moz-opacity: 0.7;

	-khtml-opacity: 0.7;

    opacity: 0.7;

    color: #fff;

    display: none;

}

.clear {

	clear: both;

}

.slider1Image span strong {

    font-size: 14px;

}

.left {

	top: 0;

    left: 0;

	width: 110px !important;

	height: 200px;

}

.right {

	right: 0;

	bottom: 0;

	width: 90px !important;

	height: 185px;

}

ul { list-style-type: none;}

/************************* keynote speakers ***************************************/

#speaker{
	width:98%;
	min-height:200px;
	border:2px solid #c31111;
	padding:5px;
	margin-bottom:20px;
}

#speaker img{
	float:left;
	margin:5px 10px 10px 5px;
}

#speaker h1{
	font-weight:500;
	color:#282828;
}