/* Home CSS Document */

#features{
  float: left;
  width: 860px;
  height: 335px;
  clear: both;
  padding: 15px;
  margin: 0px 0px 0px 5px;
  display: block;
  background: url(../images/css/background_features.gif) no-repeat;
}

#features ul li {
	display: none;
}

#welcome{
  float: left;
  width: 640px;
  height: 205px;
  margin: 0px 0px 0px 5px;
  display: inline;
  background: url(../images/css/background_welcome.jpg) no-repeat;
}

#welcome_text{
  float: left;
  width: 300px;
  height: 145px;
  overflow: auto;
  font: 13px Arial Narrow;
  line-height: 18px;
  color: white;
  margin: 45px 0px 0px 10px;
  display: inline;
}

#welcome_text a{
  color: white;
  text-decoration: underline;
}

#orgVars{
  float: left;
  width: 290px;
  margin: 90px 0px 0px 30px;
  display: inline;
}

#orgVars ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#orgVars ul li {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}

#welcome #orgVars ul li a,
#welcome #orgVars ul li a:hover {
  background: url(../images/css/orgVarBullet.png) no-repeat top left;
  color: #fff;
  display: block;
  font-size: 18px;
  padding: 0px 0 0px 18px;
  margin: 5px 0;
  width: 125px;
  text-decoration: none;
}

#coming_events{
  float: left;
  clear: both;
  width: 824px;
  height: 55px;
  padding: 0px 0px 0px 66px;
  margin: 0px 0px 0px 5px;
  display: inline;
  background: url(../images/css/background_coming_events.jpg) no-repeat;
}

#coming_events .event{
  float: left;
  width: 173px;
  height: 50px;
  border-left: 1px solid #004680;
}

#coming_events .event .date{
  float: left;
  width: 30px;
  height: 45px;
  padding: 5px 0px 0px 5px;
}

#coming_events .event .date .month{
  float: left;
  text-align: center;
  width: 30px;
  padding: 0px;
  margin: 0px;
  font: bold 14px Arial, Helvetica, sans-serif;
  color: #D7EAFD;
  text-transform: uppercase;
}

#coming_events .event .date .day{
  float: left;
  text-align: center;
  width: 30px;
  padding: 0px;
  margin: 0px;
  font: bold 22px Arial, Helvetica, sans-serif;
  color: #D7EAFD;
}

#coming_events .event .title{
  float: left;
  font: 14px Arial Narrow;
  line-height: 16px;
  color: white;
  width: 130px;
  padding: 5px 0px 0px 5px;
}

#coming_events .event .title a{
  color: white;
}

#coming_events .link{
  float: right;
  margin: 18px 0px 0px 0px;
}

