@charset "utf-8";
@import url("font.css");

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight:normal;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:left;
	line-height: 130%;
	list-style-position: outside;
	list-style-image: url(images/bullet_grey.png);
	list-style-type: none;
}

a {
	color:#E9DA87;
	text-decoration:none;
}

a:hover {
	color:#E9DA87;
	text-decoration:underline;
}

#header {
	height: 135px;
	width: 900px;
	background-color: #FFF;
	background-image: url(images/bg_head.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

#header_bg {
	height: 135px;
	width: 100%;
	background-color: #FFF;
	background-image: url(images/bg_head.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	position: fixed;
	z-index: 999999;
}

#push {
	height: 135px;
}
#header_title {
	bottom: 27px;
	position: absolute;
	float: left;
}
#header_logo {
	bottom: 27px;
	position: absolute;
	right: 0px;
}


/* NAV =================================== */
#header #menubar {
	background-color: #E2E7ED;
	height: 27px;
	position: absolute;
	bottom: 0px;
	width: 900px;
	
}

#nav li a{
	display: block;
	height: 27px;
	overflow: visible;
	list-style-type: none;
	line-height:27px;
}

#nav li a:hover{
	display: block;
	background-color: #C00029;
	color:#FFF;
	height: 27px;
	overflow: visible;
}


#nav #nav01 a {
	width: 54px;
}

#nav #nav02 a {
	width: 78px;
}

#nav #nav03 a {
	width: 87px;
}

#nav #nav04 a {
	width: 81px;
}

#nav #nav05 a {
	width: 93px;
}

#nav #nav06 a {
	width: 118px;
}

#nav #nav07 a {
	width: 78px;
}

#nav #nav08  {
	width: 83px;
}

#nav #nav09 {
	width: 67px;
}

#nav #nav10  {
	width: 74px;
}
#nav #nav11 a {
	width: 86px;
}

#main_bg {
	background-color: #324B5A;
	background-image: url(images/bg_main.jpg);
	background-repeat: no-repeat;
	background-position: center -160px;
	height: 845px;
	width: 100%;
}

#main {
	height: 1270px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position:relative;
}

#main_content {
	height: 590px;
	width: 495px;
	margin-top: 75px;
	position: absolute;
	right: 0px;
}


#about_bg {
	background-color: #47352b;
	background-image: url(images/bg_about.jpg);
	background-repeat: no-repeat;
	background-position: center -50px;
	height: 820px;
	width: 100%;
}

#about {
	height: 800px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position:relative;
}

#about_content {
	height: 550px;
	width: 900px;
	margin-top: 82px;
	position: absolute;
	right: 0px;
}


#program_bg {
	background-color: #c2a285;
	background-image: url(images/bg_program.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;
}

#program {
	min-height: 800px;
	height: auto;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position:relative;
}

#program_content {
	min-height: 800px;
	height: auto;
	width: 900px;
	padding-top: 82px;
	position: relative;
}

#speaker {
	background-color: #08213D;
	min-height: 100vh;
	padding-bottom: 30px;
}
	
	
#speaker_bg {
	background-color: #08213d;
	background-image: url(images/bg_speaker.jpg);
	background-position: center top;
	min-height: 130vh;
	width: 100%;
	background-repeat: no-repeat;
}

#speakers {
	min-height: 100vh;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position:relative;
}

#speaker_content {
	min-height: 100vh;
	width: 900px;
	padding-top: 82px;
	position: relative;
	right: 0px;
}
#splist_root:after, #speaker:after, #speaker_bg:after , #speakers:after, #speaker_content:after {
	content: "";
	clear: both;
	display: block;
}


#splist_root ul {
	float: right;
	width: 50%;
}
#splist_root ul:first-child {
	float: left;
}

.splist > li {
	min-height: 94px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	position: relative;
	width: 98%;
	margin-left: 2%;
	
	border-bottom: 1px #fff solid;
}
#splist_root ul:first-child > li {
	margin-right: 2%;
	margin-left: 0%;
}

.splist li > div {
	padding-left: 90px;
}

.splist li > div p {
	margin: 20px 0px 0px 0px;
}
.splist li > div p:first-child {
	margin: 0px;
}

.splist li > div img {
	left: 0px;
	position: absolute;
	top: 0px;
}

.spname {
	color: #FFFFBF;
}

#splist2:after {
	content: "";
	clear: both;
	display: block;
}
#splist2 > li {
	float: left;
	width: 33%;
}




.text_14_white a.btn_details {
	background-image: url(images/btn_details.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 10px;
	position: absolute;
	right: 0px;
	top: 0px;
	
	font-family: arial;
	font-size: 11px;
	color: #fff;
}
.text_14_white a.btn_details:hover {
	font-family: arial;
	font-size: 11px;
	color: #fff;
}

.details {
	display: none;
	font-size: 12px;
	line-height: 14px;
	text-align: justify;
}


#registration_bg {
	background-color: #3c3735;
	background-image: url(images/bg_reg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 1900px;
	width: 100%;
}

#reg {
	height: 800px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position:relative;
}

#registration_content {
	height: 800px;
	width: 900px;
	margin-top: 82px;
	position: absolute;
	right: 0px;
}


#accommdation_bg {
	background-color: #08213d;
	background-image: url(images/bg_speaker.jpg);
	background-position: center top;
	height: 710px;
	width: 100%;
	background-repeat: no-repeat;
}

#accom {
	height: 700px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position:relative;
}

#accommdation_content {
	height: 700px;
	width: 900px;
	margin-top: 82px;
	position: absolute;
	right: 0px;
}

#airline_bg {
	background-color: #2E4344;
	background-image: url(images/bg_airline.jpg);
	background-position: center top;
	height: 710px;
	width: 100%;
	background-repeat: no-repeat;
}

#air {
	height: 700px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position:relative;
}

#airline_content {
	height: 700px;
	width: 900px;
	margin-top: 82px;
	position: absolute;
	right: 0px;
}



#delegates_bg {
	background-color: #0b090f;
	background-image: url(images/bg_delegates.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 700px;
	width: 100%;
}
#delegates {
	height: 800px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position:relative;
}

#delegates_content {
	height: 800px;
	width: 900px;
	margin-top: 82px;
	position: absolute;
	right: 0px;
}


#photo_bg {
	background-color: #3c3835;
	background-image: url(images/bg_photo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 1200px;
	width: 100%;
}

#photos {
	height: 800px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position:relative;
}

#photo_content {
	height: 800px;
	width: 900px;
	margin-top: 82px;
	position: absolute;
	right: 0px;
}

#video_bg {
	background-color:#1b100d;
	background-image: url(images/bg_videos.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 900px;
	width: 100%;
}
#videos {
	height: 800px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position:relative;
}

#video_content {
	height: 800px;
	width: 900px;
	margin-top: 82px;
	position: absolute;
	right: 0px;
}
#sponsor_bg {
	background-color: #DDDDDD;
	background-image: url(images/bg_sponsor.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 5820px;
	width: 100%;
}


#sponsor {
	height: 2045px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#sponsor_content {
	height: 1600px;
	width: 900px;
	margin-top: 100px;
	position: absolute;


}

#sponsors_list li {
	font-weight: bold;
	float: left;
	margin-right: 1%;
	margin-bottom: 5%;
	width: 24%;
}

#sponsors_list:after {
	content: "";
	clear: both;
	display: block;
}

.sponsors_logo {
	height: 150px;
	width: 211px;
	border: 2px solid #C7C7D3;
	background-color: #FFF;
	text-align: center;
    display:table-cell;
    vertical-align:middle;
	position:relative;
}

.sponsorship_logo {
	height: auto;
	width: 890px;
	padding:20px;
	margin-bottom: 10px;
	border: 2px solid #C7C7D3;
	background-color: #FFF;
	text-align:left;
	vertical-align:middle;
}



#contact_bg {
	background-color: #5c4638;
	background-image: url(images/bg_contact.jpg);
	background-repeat: no-repeat;
	background-position: center -50px;
	height: 845px;
	width: 100%;
}

#contactus {
	height: 200px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position:relative;
}

#contact_content {
	height: 510px;
	width: 900px;
	margin-top: 82px;
	position: absolute;
	right: 0px;
}


#online_bg {
	background-color: #DDDDDD;
	background-image: url(images/bg_sponsor.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 2000px;
	width: 100%;
}


#online {
	height: 1600px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#online_content {
	height: 600px;
	width: 900px;
	margin-top: 100px;
	position: absolute;

}


#reg_form {
	width:900px;
	height:auto;
	padding: 20px;
	border:1px solid #FFFFFF;

}
#reg_form_inside {
	width:860px;
	height:auto;
	padding: 20px;
	background-color:#FFFFFF;
}



.line_title {
	margin-top: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	height: 22px;
	text-align: center;
	padding: 0px;
	vertical-align:middle;
	display:table-cell;
	line-height:14px;
	
}

.line_para {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	height: auto;
	vertical-align: text-bottom;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}


.line_left {
	padding-top:12px;
	padding-bottom:12px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
.line_white1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top:12px;
	padding-bottom:12px;
}

.line_white td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top:12px;
	padding-bottom:12px;
}

.border_all {
	border: 3px solid #FFF;
	height: 144px;
	width: 224px;
}

.sub_title {
	clear: both;
	padding-top: 30px;
	padding-bottom: 10px;
}


#btn_booking{
	float:left;
	width:204px;

}


#btn_booking a {
	padding-left:204px;
	height:60px;
	background-image: url(images/btn_booking.png);
	background-repeat: no-repeat;
	background-position: 0px -60px;
	display: block;
	overflow:hidden;

}

#btn_booking a:hover {

	background-image: url(images/btn_booking.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	overflow:hidden;
}


#btn_reg {
	float:left;
	width:204px;

}


/*#btn_reg a {
	padding-left:204px;
	height:60px;
	background-image: url(images/btn_reg.png);
	background-repeat: no-repeat;
	background-position: 0px -60px;
	display: block;
	overflow:hidden;

}

#btn_reg a:hover {

	background-image: url(images/btn_reg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	overflow:hidden;
}*/

#btn_reg a {
	padding-left:204px;
	height:60px;
	background-image: url(images/btn_reg_dl.png);
	background-repeat: no-repeat;
	background-position: 0px -60px;
	display: block;
	overflow:hidden;

}

#btn_reg a:hover {

	background-image: url(images/btn_reg_dl.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	overflow:hidden;
}


#btn_reg2 {
	width:185px;
	float:right;
}



#btn_reg2 a {
	padding-left:185px;
	height:54px;
	background-image: url(images/header_reg.png);
	background-repeat: no-repeat;
	background-position: 0px -54px;
	display: block;
	overflow:hidden;

}

#btn_reg2 a:hover {

	background-image: url(images/header_reg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	overflow:hidden;

}

#btn_reg3 {
	width:185px;
	float:right;
}



#btn_reg3 a {
	padding-left:185px;
	height:54px;
	background-image: url(images/header_airline.png);
	background-repeat: no-repeat;
	background-position: 0px -54px;
	display: block;
	overflow:hidden;

}

#btn_reg3 a:hover {

	background-image: url(images/header_airline.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	overflow:hidden;

}

/*#btn_reg2 a {
	padding-left:141px;
	height:90px;
	background-image: url(images/header_reg.png);
	background-repeat: no-repeat;
	background-position: 0px -90px;
	display: block;
	overflow:hidden;

}

#btn_reg2 a:hover {

	background-image: url(images/header_reg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	overflow:hidden;

}*/


#btn_submit {
	width:204px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
}


#btn_submit a {
	padding-left:204px;
	height:60px;
	background-image: url(images/btn_submit.png);
	background-repeat: no-repeat;
	background-position: 0px -60px;
	display: block;
	overflow:hidden;
}

#btn_submit a:hover {
	background-image: url(images/btn_submit.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	overflow:hidden;
}



.nomp {
	margin: 0px;
	padding: 0px;
}
body .nolst li {
	list-style: none;
}

.hidden {
	display: none;
}

.color_org {
	color: #000;
}
body ul.color_org li {
	list-style-position: inherit;
	list-style-image: none;
	list-style-type: disc;
}