/*
 * Slideshow
 */

#slides {
	overflow: hidden;
	height: 341px;
	float: left;
	width: 628px;	
}

#slides img {
	display: block;
}

#slides ul {
	width: 2880px;
	margin: 0;
}

#slides li {
	width: 920px;
	float: left;
	padding: 0;
}

#intro {
	background: #9DAC3F;
	overflow: hidden;
	height: 1%;
	margin-top: 15px;
}

#intro-text {
	width: 307px;
	float: left;
	position: relative;
	background: url(../images/home/intro-gradiant.png) no-repeat;
	height: 341px;
	overflow: hidden;
	margin-left: -10px;
	z-index: 99;
}

#intro-text h3 {
	text-transform: none;
	color: #fff;
	margin: 20px 30px 10px 30px;
	font: bold 32px/35px 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
}

#after {
	background: #9DAC3F url(../images/home/li-border.gif) repeat-y;	
	height: 200px;
}

#bottom {
	background: url(../images/home/bottom.png) no-repeat 0 bottom;
	height: 9px;
	position: absolute;
	bottom: 0;
	width: 306px;
}

#pager {
	margin: 0;
}

#pager li {
	cursor: pointer;
	font-weight: bold;
	color: #fff;
	font-size: 19px;
	background: #9DAC3F url(../images/home/li-border.gif) repeat-y;	
}

#pager li div {
	padding: 6px 27px 2px 27px;	
	background: url(../images/home/dots.png) 27px top no-repeat;	
}

#pager li.on div, #pager li.next div {background: none;}
#pager li.on {
	background: url(../images/home/indicator.png) no-repeat; 
	padding-bottom: 5px;
}

#pager a {
	color: #fff;
	text-decoration: none;
	background: url(../images/home/bullet.gif) 0 4px no-repeat;
	padding-left: 23px;
	display: block;
}

#pager .on a {
	background: none;
}

#pager p a, #pager li:hover p a {
	font-size: 9px;
	font-weight: bold;
	padding: 0;
	display: inline;
	background: none;
}

#pager p a:hover {
	color: #fff!important;
	text-decoration: underline;
}

#pager p {
	font-size: 11px;
	display: none;
	margin: 0;
	margin-top: 5px;
	font: 11px/14px arial, sans-serif;
}

#pager ul li.on p {display: block;}

/* homepage */

#content h3 {
	font: bold 18px/22px 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	color: #fff;
	background: url(../images/home/blue-bar.gif) repeat-x;
	height: 28px;
	text-transform: none;
	margin-bottom: 12px;
	padding: 5px 0 0 15px;
}

.col {
	width: 175px;
	float: left;
	padding-right: 12px;
}

.last {padding: 0;}

/*.col img {
	float: left;
	margin: 3px 8px 0 0;
}
*/
.col span {
	display: block;
	width: 175px;
}

.col a {
	display: block;
	overflow: hidden;
	font: 11px/13px arial, sans-serif;
	color: #808080;
	text-decoration: none;
}

.col em {
	display: block;
	font: bold 15px/16px arial, sans-serif;
	color: #00678F;
}

.col strong {
	color: #00678F;
	font: bold 9px/13px arial, sans-serif;
}

#content {
	min-height: 0;
	padding-bottom: 30px;
}

#home-left {
	width: 737px;
	float: left;
}

#home-right {
	float: left;
	width: 180px;
	padding-left: 8px;
}

#content #home-right h3 {
	background: url(../images/home/green-bar.gif) repeat-x;
	margin-bottom: 0;
	padding: 0;
	height: 33px;
}

#home-right h3 a {
	color: #fff;
	text-decoration: none;
	padding: 5px 0 0 15px;
	height: 28px;
}

#home-right a {
	margin: 10px 0 0 0;
/*	padding: 15px 13px 0 13px;*/
	width: 152px;
	height: 139px;
	overflow: hidden;
	display: block;
	color: #fff;
	text-decoration: none;
	background: #fff url('../images/comReport2009/2009CR_homepage_btn.jpg') top left no-repeat;
	font: normal 14px/18px Arial, sans-serif;
	text-align: center;
	border: 1px solid #808080;
}


#home-right a span {
	color: #bae23f;
	font-weight: bold;
}

#home-right a.learn-more{
    padding: 0;
}



