/*================================================================
HOMEPAGE stylesheet for the website.

STYLES FOR ELEMENTS SPECIFIC TO HOMEPAGE OR
THAT NEED TO BE REDEFINED.

  
  ***  NO TYPOGRAPHY STYLES HERE PLEASE  ***
  
================================================================*/
body{
  background:url(../images/background.jpg) #FFF repeat-x;
}

#Flourish{
  position:absolute;
  width:100%;
  height:300px;
  background:;
}

#HomeImage{
  width:940px;
  height:322px;
  margin:0px 8px 0;
  padding:0;
  background:url(../images/home_image.png) no-repeat 0 -12px;
}

#HostSponsors{
	float:left;
	width:100%;
	margin-top:16px;
}

#KeynoteSponsor{
  float:left;
  width:228px;
  border-left:1px solid #CCCCCC;
  margin-top:16px;
}

/* SIDEBAR
----------------------------------------------------------------*/
#HomeSidebar {
	width:350px;
  float:left;
  padding:0;
}

#HomeSidebar ul{
  margin:20px 0 0 40px;
  padding:0;
}

#HomeSidebar li{
  margin:7px 0 0 0;
  padding:8px;
  position:relative;
}
#HomeSidebar li a{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
}

#HomeSidebar li a span{
  padding-top:8px;
  padding-left:4px;
  display:block;
}

#HomeSidebar li a:hover{
  background:#EEE;
  text-decoration:none;
}

/* CONTENT
----------------------------------------------------------------*/
#HomeContentWrapper{
	margin:10px 40px 0;
  padding-bottom:20px;
  background:url(../images/homeContentBG.gif) no-repeat bottom right;
  min-height:400px;
}

#HomeContentWrapper a{
  font-weight:bold;
}

#HomeContent {
	width:469px;
  float:left;
  padding:10px 25px 10px 15px;
}

#HomeContent h2{
  padding:0;
  font-weight:bold;
}

ul.publications{
  width:100%;
  margin:0 0 10px !important;
  padding:0 !important;
  height:35px;
}

.publications li{
  float:left;
  width:25%;
  background:#EEE;
    border-top:2px solid #666;
  border-bottom:2px solid #666;
  list-style:none;
  height:35px;
  padding:0 !important;
  position:relative;
}

.publications li a{
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  white-space:normal;
  text-align:center;
  border-left:1px dashed #666;
}

.publications li a.first{
  border:0;
}

.publications li a:hover{
  background:#CCC !important;
}

.publications li a span{
  padding:8px 0 0 !important;
}
