﻿/*-------------------- Element Definitions --------------------*/

/*--------------------    Id Definitions   --------------------*/

#give-online {
	position:absolute;
	z-index:1;
	top:215px;
	left:760px;
}

#next-citywide {
	width:250px;
	overflow:hidden;
}

#next-event {
	width:250px;
	overflow:hidden;
}

/*--------------------   Class Definitions  -------------------*/

.introduction {
	color: #666666;
	font-size: large;
	font-weight: normal;
	line-height: 150%;
	margin-bottom: 10px;
}

.introduction h1 {
	padding-top:15px;
	font-size:xx-large;
	color: #1C7AD0;
}

.round-box-left{
  margin: 0px 15px 0 0;
  padding:5px 5px 0;
  float:left;
  background:url("../images/site-design/left.gif") no-repeat left top;
  padding:0 0 0 9px;
  }
.round-box-right{
  float:left;
  display:block;
  background:url("../images/site-design/right.gif") no-repeat right top;
  padding:5px 5px 4px 6px;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
.round-box-right {float:none;}
/* End IE5-Mac hack */
}