/* Home CSS Document */

#home_images{
  background: url(../images/css/background_home_images.png) no-repeat;
  float: left;
  dislay: block;
  height: 380px;
  overflow: hidden;
  padding: 19px 21px 23px;
  width: 918px;
}

#home_images span,
#home_images a {
	z-index: -1;
	position: relative;
}

#home_images span.shown,
#home_images span.shown a {
	z-index: 100;
	position: relative;
}
/*
#home_images span.shown img {
	visibility: visible;
}
*/

#home_images span {
	position: absolute;
	display: block;
	width: 918px;
	height: 380px;
	visibility: hidden;
}
 #home_images img {
 /* position: absolute;
  dislay: block;
 visibility: hidden;*/
  height: 380px;
  width: 918px;
}

#content_full #quote{
  float: left;
  font-size: 17px;
  font-style: italic;
  height: 95px;
  padding: 5px 50px 5px;
  text-align: center;
  width: 630px;
  color: #666666;
}
#content_full #quote p {
	display: block;
	margin: 0 auto;
	width: 860px;
}
#content_full #quote span{
  display: block;
  font-weight: bold;
  text-align: center;
  width: 630px;
  color: #666666;
}
#content_full #quote .cufon {
  padding: 5px 0 0;
}


#bottom{
  float: left;
  padding: 0px 0px 20px;
  width: 960px;
}

#bottom .container{
  display: inline;
  float: left;
  margin: 0px 0px 0px 50px;
  width: 250px;
}

#bottom .container #connection{
  background: url(../images/css/background_connection.png) 90px 5px no-repeat;
  float: left;
  width: 250px;
}

#bottom .container #connection .image{
  background: url(../images/css/background_image.png) no-repeat;
  float: left;
  height: 52px;
  padding: 4px 6px 6px;
  width: 70px;
}

#bottom .container #connection .link{
  float: right;
  margin: 45px 0px 0px;
  width: 158px;
}

#bottom .container #recent_programs{
  background: url(../images/css/background_recent_programs.png) no-repeat;
  float: left;
  padding: 30px 0px 10px;
  width: 250px;
}

#bottom .container #recent_programs .date,
#bottom .container #recent_programs .name{
  color: #666666;
  font-size: 10px;
  width: 250px;
}

#bottom .container #recent_programs .title{
  color: #666;
  font: bold 14px Verdana, Arial, Helvetica, sans-serif;
  width: 250px;
}

#bottom .container #recent_programs .links ul{
  float: left;
  margin: 0px;
  padding: 10px 0px 0px;
}

#bottom .container #recent_programs .links ul li{
  display: inline;
  float: left;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#features{
  background: url(../images/css/background_features.png) no-repeat;
  display: inline;
  float: right;
  margin: 0px 50px 0px 0px;
  padding: 12px 13px 16px;
  width: 540px;
}


/* HOME PAGE FEATURES STYLING */
#features.features{
  background: url(../images/css/background_features.png) no-repeat;
  display: inline;
  float: right;
  height: 200px;
  margin: 0px 50px 0px 0px;
  padding: 12px 13px 16px;
  width: 540px;
}

/* UNIVERSAL LIST STYLES FOR FEATURES */
#features.features ul {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
}

#features.features li {
	list-style: none;
}

/* MAIN FEATURES AREA AND INDIVIDUAL FEATURES */
#features ul.main li {
	display: none;
	background: none;
}
#features.features .main,
#features.features .feature {
	height:200px;
	margin: 0;
	overflow:hidden;
	padding: 0;
	width: 540px;
	z-index: 1;
}

#features.features .main li {
  background: url(../images/css/background_features.png) no-repeat -13px -12px;
  display: block;
	margin: 0;
	padding:0;
	position: absolute;
	visibility: visible;
	z-index: 1;
  height: 180px;
  overflow: hidden;
}

#features.features .main li.shown {
	z-index: 2;
	visibility: visible;
	filter:0;
	zoom: 1;
}

#features.features .main li.shown a {
	z-index: 99;
	filter:0;
	zoom: 1;
}

#features.features .main a:hover {
	text-decoration: none;
	border: none;
}

#features .feature img {
	background:#fff;
	float: left;
	height: 180px;
	width: 240px;
}

#features .feature div {
	background: url(../images/css/featuresReadMore.png) no-repeat 10px 135px;
	color: #000;
	float: right;
	height: 140px;
	margin: 10px 10px 0 0;
	padding: 10px;
	position: relative;
	width: 260px;
	color: #fff;
	top: 0px !important;
}

#features .feature div h2 {
	font-size: 21px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 5px;
}

#features .feature div p {
	color: #666;
	font: 12px Verdana, Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	width: 80%;
}

/* PREVIOUS NEXT CONTROLS */
.pnControl { 
	display: block;
	margin: 132px 0 0  420px;
	position: absolute;
	width:  120px;
	z-index: 100;
}

.pnControl a {
	display: block;
	background: url(../images/css/featuresPrev.png) no-repeat center;
	float: left;
	font-size: 0;
	text-indent: -9999999999px;
	height: 27px;
	line-height: 20px;
	padding: 5px 10px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 35px;
	z-index: 100;
}

.pnControl a.next {
	background-image: url(../images/css/featuresNext.png);
	float: right;
	margin-right: 10px;
}

.pnControl a.prev {
	margin-left: 0px;
}


