/* Home CSS Document */

#features{
  float: left;
  width: 765px;
  height: 350px;
  padding: 5px 5px 5px 180px;
  background: url(../images/css/background_features.gif) no-repeat;
}

#features #feature-list {
  float: left;
  list-style: none;
  height: 350px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 999999999px;
}

.webkit.js #features #feature-list {
  float: right;
  width: 660px;
}

#features #feature-list li  {
  background-repeat: none;
  background-position: top left;
  display: block;
  float: left;
  height: 350px;
  width: 165px;
}

#features #feature-list li a {
  background-image: url(../images/css/feature-desc.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
  color: #fff;
  display: block;
  float: left;
  height: 110px;
  padding: 240px 5px 0;
  text-decoration: none;
  width: 155px;
}

#features #feature-list li a span {
  display: block;
  font-size: 14px;
}

#features #control{
  display: block;
  float: left;
  height: 100px;
  width: 20px;
  color: #fff;
  font-size: 12px;
  letter-spacing: .05em;
  line-height: 20px;
  width: 95px;
  padding: 292px 5px 0;
  position: relative;
}

#features #control .count {
  float: left;
  margin: 0 0 10px;
  letter-spacing: .15em;
  padding-left: 2px;
}

#features #control span.count span {
  color: #80C8F7;
  letter-spacing: .0em;
}

#features #control .nav {
  float: right;
}

#features #control a.full {
  background: #BEAA81 url(../images/css/features-viewfull.png) no-repeat top left;
  display: block;
  color: #BEAA81;
  height: 21px;
  width: 85px;
  overflow: hidden;
  margin: 11px 0 0 2px;
  text-indent: -999999999px;
}

#feature-container {
  width: 660px;
  overflow: hidden;
}

#features #control .nav a{
  background: url(../images/css/features-controlnav.png) no-repeat;
  background-position: 0 -20px ;
  border: none;
  position: absolute;
  z-index: 100;
  top: 292px;
  left: 55px;
  display: block;
  height: 20px;
  width: 20px;
  text-indent: -999999999px;
}

#features #control .nav .prev {
  background-position: 0 -20px ;
}

#features #control .nav .prev.disabled {
  background-position: 0 0 ;
}

#features #control .nav .next {
  background-position: -23px 0;
  left: 80px;
}

#features #control .nav .next.disabled {
  background-position: -23px -20px ;
}

.webkit #features #control .nav a{
  color: #8EB077;
  text-align: center;
  text-indent: 0;
}


.webkit #features #control .nav a.disabled{
  color: #0062B2;
  text-align: center;
  text-indent: 0;
}


#features #feature-list li .cont {
  display: block;
  height: 43px;
}

#features #feature-list li .link {
  display: block;
  height: 23px;
  background: url(../images/css/feature-moreinfo.png) no-repeat center right;
  text-indent: -999999999px;
  color: #0062B3;
}



#announcements #welcome{
  width: 311px;
  float: right;
  padding: 20px 10px 0px 0;
  line-height: 18px;
}

#announcements #welcome .scroll{
  float: left;
  width: 301px;
  height: 165px;
  overflow: auto;
  padding: 0 10px 10px;
  margin: 0px 0px 20px;
  
}

#announcements #welcome h2 {
	margin: 0 0 15px; 
	color: #555;
}

#announcements #welcome .links{
  float: left;
  width: 480px;
  height: 105px;
}

#announcements #welcome .links ul{
  padding: 0px;
  margin: 0px;
}

#announcements #welcome .links ul li{
  float: left;
  display: inline;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

#announcements {
	border: 1px solid #ddd;
	border-top: none;
	padding: 4px;
	float: left;
	height: 320px;
	overflow: hidden;
	/*background: url(../images/css/black-border.gif) repeat-y scroll 305px bottom;*/
}

#announcements a {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

#announcements #coming_events {
	float: left;
	width: 619px;
}

#announcements #coming_events h3 {
	background: #115198;
	color: #fff;
	margin: 0;
	padding: 15px 0 5px 15px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 24px;
	font-family: Arial Narrow, Arial, sans-serif;	
}

#announcements #coming_events ul {
	margin: 0;
	padding: 15px 15px 0;
	float: left;
	width: 589px;
	height: 237px;
	overflow: auto;
	list-style-type: none;
}

#announcements #coming_events li {
	padding: 8px 12px 8px 0;
	line-height: 15px;
	float: left;
	width: 270px;
}

#announcements #coming_events ul p {
	margin: 0;
}

#footer {
	margin: 0;
}




.webkit #features #control .nav a,
.webkit #features #feature-list li .link,
.webkit #features #control a.full {
  font-size: 0;
}


body #features #feature-list li a {
	display: none;
}
.cufon-ready body #features #feature-list li a {
	display: block;
}

