@charset "utf-8";
/* CSS Document */

a {
	text-decoration:none;
	color:#FFFFFF;
}
.conference_title_lg {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	color:#FFFFFF;
}
.conference_info_lg {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}
.conference_title_sm {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	color:#FFFFFF;
}
.conference_info_sm {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}

#conference_links {
	position:absolute;
	width:382px;
	height:575px;
	top:10px;
	left:10px;
	z-index:100;
}
#conference_1 {
	position:absolute;
	width:382px;
	height:285px;
	top:0px;
	left:0px;
	z-index:10;
}
#titleConference_1 {
	position:absolute;
	background-image:url(../Images/home/rollover_info/title_lg.png);
	left: 10px;
	top:0px; 
	z-index: 100;
	text-align:center;
}
#infoConference_1 {
	position:absolute;
	background-image:url(../Images/home/rollover_info/info_lg.png);
	top: 50px;
	left: 10px;
	z-index: 100;
	text-align:right;
}
#conference_2 {
	position:absolute;
	width:189px;
	height:141px;
	top:289px;
	left:0px;
	z-index:10;
}
#titleConference_2 {
	position:absolute;
	background-image:url(../Images/home/rollover_info/title_sm.png);
	top:0px;
	left: 5px;
	z-index: 100;
}
#infoConference_2 {
	position:absolute;
	background-image:url(../Images/home/rollover_info/info_sm.png);
	top: 30px;
	left: 5px;
	z-index: 100;
}
#conference_3 {
	position:absolute;
	width:189px;
	height:141px;
	top:289px;
	left:193px;
	z-index:10;
}
#titleConference_3 {
	position:absolute;
	background-image:url(../Images/home/rollover_info/title_sm.png);
	top:0px;
	left: 5px;
	z-index: 100;
}
#infoConference_3 {
	position:absolute;
	background-image:url(../Images/home/rollover_info/info_sm.png);
	top: 30px;
	left: 5px;
	z-index: 100;
}
#conference_4 {
	position:absolute;
	width:189px;
	height:141px;
	top:434px;
	left:0px;
	z-index:10;
}
#titleConference_4 {
	position:absolute;
	background-image:url(../Images/home/rollover_info/title_sm.png);
	top:0px;
	left: 5px;
	z-index: 100;
}
#infoConference_4 {
	position:absolute;
	background-image:url(../Images/home/rollover_info/info_sm.png);
	top: 30px;
	left: 5px;
	z-index: 100;
}
#conference_label {
	position:absolute;
	width:189px;
	height:141px;
	top:434px;
	left:193px;
	background-image: url(../Images/home/conference_label.png);
}

#advisory_board {
	position:absolute;
	width:326px;
	height:221px;
	top:10px;
	left:396px;
}
#testimonials {
	position:absolute;
	width:326px;
	height:350px;
	top:235px;
	left:396px;
}

#about_us {
	position: absolute;
	height: 112px;
	width: 164px;
	background-image:url(../images/home/about_us.png);
	top:10px;
	left:726px;
	cursor:hand;
}
#future_events {
	position: absolute;
	height: 112px;
	width: 164px;
	background-image:url(../images/home/future_conferences.png);
	top:126px;
	left:726px;
	cursor:hand;
}
#past_events {
	position: absolute;
	height: 112px;
	width: 164px;
	background-image:url(../images/home/past_conferences.png);
	top:242px;
	left:726px;
	cursor:hand;
}
#custom_events {
	position: absolute;
	height: 112px;
	width: 164px;
	background-image:url(../images/home/custom_events.png);
	top:358px;
	left:726px;
	cursor:hand;
}
#contact_us {
	position: absolute;
	height: 111px;
	width: 164px;
	background-image:url(../images/home/contact_us.png);
	top:474px;
	left:726px;
	cursor:hand;
}
