/*
 * Slideshow
 */

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

#slides ul {
	width: 2880px;
}

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

#intro {
	background: #FC9A1F;
	overflow: hidden;	
	margin: 15px 0;
}

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

#intro-text h3 {
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	margin: 20px 30px 10px 30px;
	letter-spacing: 2px;
}

#intro-text p#desc {
	color: #fff068;
	line-height: 21px;
	font-size: 18px;
	margin: 0 30px 15px 30px;
	font-family: georgia, serif;
}

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

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

#pager li {
	cursor: pointer;
	font-weight: bold;
	color: #fff;
	font-size: 15px;
	background: #FC9A1F url(../images/home/li-border.gif) repeat-y;	
	overflow: hidden;
	position: relative;
}

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

#pager li.on div, #pager li.first 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) no-repeat;
	padding-left: 20px;
	text-transform: uppercase;
	display: block;
}

#pager li:hover a {color: #d15e09;}

#pager p a, #pager li:hover p a{
	font-size: 9px;
	color: #fff;
	padding: 0;
	display: block;
	background: none;
}

#pager p a:hover {
    color: #fff068!important;
}

#pager p {
	font-size: 11px;
	display: none;
	margin: 0;
}

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

#pager p span {
	line-height: 14px;
}

#pager li p em {
	font-size: 26px;
	font-style: normal;
	text-transform: uppercase;
}

/*
 * Featured links
 */

#content ul#featured {
	float: left;
	width: 307px;
	padding: 0 0 0 17px;
	list-style: none;
	margin: 0;
}

#featured li {
	width: 307px;
	margin-bottom: 7px;
	/* border: 1px solid #c0c2c2;
	background: url(../images/home/featured.png) right 0 repeat-y; */
}


/* ====================================================== */

#featured .business-of-change {
    background: #fff url('../images/home/business-of-change-bg.gif') top left repeat-x;
    border: none;
    margin: 0;
    width: 307px;
    padding: 0;
}

#featured .business-of-change img {
	display: block;
	margin: 0;
	padding: 0;
    float: right;
}

#featured .business-of-change h3 {
	margin: 0;
	padding: 9px 0 18px 12px;
	font: normal 26px/28px Georgia, serif;
	color: #fff;
}
#featured .business-of-change h3 a {
	color: #fff;
	text-decoration: none;
}

#featured .business-of-change span {
    margin: 0;
    padding: 0;
	display: block;
	color: #666;
	font: normal 11px/14px Arial, sans-serif;
}
#featured .business-of-change a {
	display: block;
	color: #666;
	text-decoration: none;
}

#featured .business-of-change span strong {
	color: #666;
	font: bold italic 11px/14px Arial, sans-serif;
}

#featured .business-of-change span em {
	color: #666;
	font: italic 11px/14px Arial, sans-serif;
}

#featured .business-of-change span span {
	display: inline;
	color: #df7c17;
}


#featured a {
	text-decoration: none;
	color: #808080;
	font-size: 11px;
	line-height: 14px;
	display: block;
}

#featured a em {
	color: #DF7C17;
	font-style: normal;
}

/* ====================================================== */



.home-col {
	float: left;
	width: 188px;
	padding-right: 17px;
	margin-top: 12px;
}

.last {
	padding-right: 0;
}

.home-col img {
	display: block;
	margin: 8px 0;
}

.home-col h3 a {
	color: #584E43;
	font-weight: normal;
	font-size: 18px;
	font-family: georgia, serif;	
	line-height: 22px;
}

.home-col h3.hover a {color: #DF7C17;}

.home-col a {
	text-decoration: none;
	color: #808080;
	font-size: 11px;
	line-height: 14px;
	display: block;
}

.home-col a em {
	color: #DF7C17;
	font-style: normal;
}

#content h2 {
	font-family: georgia, serif;	
	font-size: 24px;
	margin-right: 17px;

	font-weight: normal;
	padding-bottom: 7px;
	padding-top: 3px;	
}

#content h2 a {
	color: #F7931E;
	text-decoration: none;
}

#home-text {
	width: 601px;
	overflow: hidden; height: 1%;
	float: left;
	border-top: 4px solid #e6e6e6;	
}

#content {
	min-height: 0;
	padding-top: 0;	
}
