/* Home CSS Document */

#top{
  float: left;
  width: 870px;
  height: 295px;
  padding: 10px;
  margin: 10px 0px 0px 20px;
  display: inline;
  background: url(../images/css/background_top.jpg) no-repeat;
}

#home_images{
  float: left;
  opacity: 0;
}

#home_images a {
  position: absolute;
}

#welcome{
  float: right;
  width: 255px;
  padding: 15px 20px 0 15px;
}

#welcome h1 {
	font-size: 25px;
	padding: 0 0 10px;
	line-height: 26px;
}

.ie7 #welcome h1 {
	line-height: 24px;
}

.ie7 #welcome h1 cufon {
	float: left;
}

#welcome p {
	color: #fff;
	margin: 0 0 20px;
	font-size: 13px;
}

#welcome p cufon,
#welcome h4 {
	margin: 1px 0;
}

#welcome h3 {
	font-size: 18px;
	padding: 0 0 8px;
}

#welcome h4 {
	color: #C9C092;
	font-size: 15px;
}

#marquee{
  float: left;
  width: 900px;
  height: 100px;
  padding: 25px 10px;
  color: #fff;
  position: relative;
  background: url(../images/css/background_marquee.jpg) no-repeat;
}

#marquee a:hover {
	color: #fff;
}

#marquee a,
#marquee h2 {
	color: #fff;
}

#marquee h2 {
	font-size: 24px;
	display: block;
	float: left;
	margin: 2px 0 5px;
	visibility: hidden;
}

#marquee h2 cufon {
	margin: 1px 0 0;
	float: left;
	visibility: visible !important;
}

#marquee p {
	margin: 0px 25px 0 0;
	font-size: 13px;
	float: left;
	visibility: hidden;
}

#marquee p cufon {
	float: left;
	visibility: visible !important;
}

#marquee #box1,
#marquee #box2,
#marquee #box3 {
	float: left;
	width: 268px;
	height: 86px;
	margin: 0 18px 0 0;
	padding: 5px 10px 10px;
	background-repeat: no-repeat;
	background-position: top left;
}

#marquee #box1 {
	background-image: url(../images/css/box1.png);
}

#marquee #box2 {
	background-image: url(../images/css/box2.png);
}

#marquee #box3 {
	background-image: url(../images/css/box3.png);
	right: 10px;
	top: 26px;
	position: absolute;
}

#marquee #box3 {
	margin: 0;
	float: right;
}

#bottom{
  float: left;
  width: 880px;
  margin: 0px 0px 0px 20px;
  display: inline;
}

#features{
  float: left;
  width: 282px;
  height: 290px;
  padding: 40px 4px 0px;
  background: url(../images/css/background_features.jpg) no-repeat;
}

#bottom #features .main, 
#bottom #features .feature {
	width: 280px;
}

#bottom #features .feature div p {
	width: auto;
}

#bottom #features .feature div {
	padding: 132px 0 0 9px;
}

#coming_events{
  float: left;
  width: 290px;
  height: 330px;
  margin: 0px 0px 0px 5px;
  display: inline;
  background: url(../images/css/background_coming_events.jpg) no-repeat;
}

#coming_events .scroll{
  float: left;
  width: 270px;
  height: 235px;
  overflow: auto;
  margin: 40px 0px 0px 15px;
  display: inline;
}

#coming_events .event{
  float: left;
  width: 250px;
  margin: 0px 0px 10px;
  display: inline;
}

#coming_events .event .date{
  float: left;
  width: 45px;
  height: 45px;
  padding: 2px 0px 0px;
  background: url(../images/css/background_date.gif) no-repeat;
}

#coming_events .event .date_alt{
  float: left;
  width: 45px;
  height: 45px;
  padding: 2px 0px 0px;
  background: url(../images/css/background_date_alt.gif) no-repeat;
}

#coming_events .event .date .month,
#coming_events .event .date_alt .month{
  float: left;
  text-align: center;
  width: 40px;
  font: bold 14px Arial, Helvetica, sans-serif;
  color: white;
  text-transform: uppercase;
}

#coming_events .event .date .day,
#coming_events .event .date_alt .day{
  float: left;
  text-align: center;
  width: 40px;
  font: 24px Arial, Helvetica, sans-serif;
  color: white;
}

#coming_events .event .description{
  float: right;
  padding: 0px 10px;
}

#coming_events .event .description .title{
  float: left;
  font: bold 13px Arial, Helvetica, sans-serif;
  color: #8CAE17;
  clear: both;
  width: 185px;
  cursor: hand;
}

#coming_events .event .description .intro{
  float: left;
  clear: both;
  font: 12px Arial, Helvetica, sans-serif;
  width: 185px;
}

#coming_events .link{
  float: left;
  margin: 15px 0px 0px 0px;
  display: inline;
}

#spotlight{
  float: right;
  width: 277px;
  height: 281px;
  position: relative;
  padding: 45px 9px 0;
  background: url(../images/css/background_spotlight.jpg) no-repeat;
}

#spotlight h2 {
	color: #c94b0c;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 18px 0 4px;
	display: block;
	line-height: 20px;
	float: left;
	width: 100%;
}

#spotlight img {
	float: left;
}

#spotlight p,
#features p {
	padding: 0;
	line-height: 17px;
	margin: 5px 0;
}

#spotlight div.link {
	position: absolute;
	bottom: 7px;
	right: 18px;
	font-size: 17px;
}


#spotlight{
  float: left;
  width: 282px;
  height: 290px;
  padding: 40px 4px 0px;
  background: url(../images/css/background_spotlight.jpg) no-repeat;
}

#bottom #spotlight .main, 
#bottom #spotlight .feature {
	width: 280px;
}

#bottom #spotlight .feature div p {
	width: auto;
}

#bottom #spotlight .feature div {
	padding: 132px 0 0 9px;
}



#blog{
  float: right;
  width: 290px;
  height: 290px;
  padding: 40px 0px 0px;
  background: url(../images/css/background_blog.jpg) no-repeat;
}

#blog .scroll{
  float: left;
  width: 290px;
  height: 235px;
  overflow: auto;
}

#blog .scroll .headline{
  float: left;
  width: 260px;
  padding: 5px;
}

#blog .date{
  float: left;
  width: 260px;
  font: 11px Arial, Helvetica, sans-serif;
}

#blog .name{
  float: left;
  width: 260px;
  padding: 2px 0px;
  font: 18px Arial, Helvetica, sans-serif;
  color: #C94B0C;
}

#blog .author{
  float: left;
  width: 260px;
  font: 13px Arial, Helvetica, sans-serif;
  color: #074D49;
}

#blog .intro{
  float: left;
  width: 260px;
  padding: 5px 0px;
}

#blog .link{
  float: left;
  width: 290px;
  margin: 15px 0px 0px;
}


