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

* {margin: 0; padding: 0; border: 0;}

/***** TEXT STYLES *****/

a:LINK {
color:#FBB03B;
text-decoration: none;
}
a:VISITED{
color:#FBB03B;
text-decoration: none;
}
a:HOVER {
text-decoration: underline;
}

li {
margin-left: 20px;
}
/***** BODY STYLES *****/

body {
background: url(../images/bg.png) repeat-y #7f8184;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

#globalcontainer {
width: 798px;
margin: auto;
}

#container {
width: 798px;
float: left;
background: url(../images/body_bg.png) repeat-y;
}

#header {
width: 798px;
height: 107px;
float: left;
background: url(../images/header_bg.png) no-repeat;
}

#page_title {
width: 270px;
padding: 10px 0 0 25px;
float: left;
color:#FBB03B;
font-size: 20px;
}

#nav_container {
width: 400px;
height: 27px;
background: url(../images/nav_bg.png) no-repeat;
float: right;
margin-right: 10px;
}

#nav_container a {
font-size: 9px;
color:#FFF;
}

.home {width:80px; float: left; text-align: center; vertical-align: middle; height: 27px; line-height: 11px; margin-top: 5px;}
.partners {width:80px; float: left; text-align: center; vertical-align: middle; height: 27px; line-height: 11px;}

#content {
width: 760px;
float: left;
padding: 10px 0 10px 0;
margin-left: 25px;
}

#footer {
width: 798px;
height: 28px;
background: url(../images/footer_bg.png) no-repeat;
float: left;
}
.calendar {
border-top: 1px solid #d2d2d2;
margin-top: 10px;
}
.events .confTitle {
font-weight: bold;
color: #4e55a5;
}

.description {
font-size: 13px;
width: 600px;
margin-top: 10px;
margin-bottom: 20px;
}

.events {
width: 750px;
float: left;
padding-top: 10px;
padding-bottom: 10px;
border-top: 1px solid #d2d2d2;
}

.hor_banners {
width: 750px;
float: left;
padding-top: 10px;
padding-bottom: 10px;
border-top: 1px solid #d2d2d2;
text-align: center;
}
.imgleft {
float: left;
margin-right: 15px;
}
.conference_logo{
float: left;
margin-right: 15px;
width: 245px;	
}

.imgright {
float: right;
margin-left: 10px;
}

.imgcenter{
vertical-align: middle;
margin-right: 15px;
}

#copyright {
float: left;
margin-left: 25px;
color:#FBB03B;
margin-top: 8px;
font-size: 11px;
}

#footlinks {
float: right;
margin-right: 25px;
color:#FBB03B;
margin-top: 8px;
font-size: 11px;
}

#bottom_banners{
width: 100px; 
top: -110px; 
//top: -90px; 
left: 650px; 
//left: 350px; 
position: relative;
}

#top_banners{
left:898px;position:absolute;top:16px;width:100px;
}