/*
Home page styles
*/
div#feature_list {
	width: 650px;
	height: 240px;
	overflow: hidden;
	position: relative;
}

div#feature_list ul {
	position: absolute;
	top: 0;
	list-style: none;	
	padding: 0;
	margin: 0;
}

ul#feature_tabs {
	left: 0;
	z-index: 2;
	width: 260px;
}

ul#feature_tabs li {
	font-size: 12px;
	font-family: Arial;
	margin: 0;
}

ul#feature_tabs li img {
	padding: 5px;
	border: none;
	float: left;
	margin: 10px 10px 0 0;
}

ul#feature_tabs li a {
	color: #222;
	text-decoration: none;	
	display: block;
	padding: 10px;
	height: 60px;
	outline: none;
}

ul#feature_tabs li a:hover {
	/*text-decoration: underline;*/
}

ul#feature_tabs li a.current {
	background:  url('../images/jquery_featureList/feature-tab-current.png');
	color: #FFF;
}

ul#feature_tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}

ul#feature_output {
	right: 0;
	width: 363px;
	height: 240px;
	position: relative;
}

ul#feature_output li {
	position: absolute;
	width: 363px;
	height: 240px;
}

ul#feature_output li a {
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 8px 12px;
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
	background: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

ul#feature_output li a:hover {
	background: #D33431;
}

/*
Testimonials
*/

/*.home_feature_slideshow {
	margin: 24px 1px 0 4px;
	clear: both;
}
.home_feature_slideshow div {
	display: none;
	margin-top: 20px;
}

.home_feature_slideshow div img {
	border: 1px solid #ccc;
	float: left;
	margin: 0 10px 75px 0;
	padding: 4px;
	max-width: 110px;
}
.home_feature_slideshow div p img {
	border: none;
	vertical-align: bottom;
}

.home_feature_slideshow div h2 {
	color: #24825e;
	font-size: 16pt;
	margin: 0;
}
.home_feature_slideshow div h3 {
	color: #999;
	font-size: 12pt;
	margin: 0 0 0.5em 0;
}
.home_feature_slideshow div blockquote {
	text-align: justify;
}
.home_feature_slideshow div p {
	text-align: justify;
}

.home_feature_slideshow_nav {
	text-align: left; 
	margin-bottom: 10px; 
	display: inline;
}
.home_feature_slideshow_nav li {
	width: 50px;
	float: left;
	margin: 8px;
	list-style: none;
}
.home_feature_slideshow_nav a {
	width: 50px;
	padding: 3px;
	display: block;
	border: 1px solid #ccc;
}
.home_feature_slideshow_nav a.activeSlide { background: #88f; }
.home_feature_slideshow_nav a:focus { outline: none; }
.home_feature_slideshow_nav img { border: none; display: block; }
*/

/*
.ui-tabs-vertical {
	width:650px;
	height:320px;
	border: 0;
	margin-bottom: 2em;
}
.ui-tabs-vertical .ui-tabs-nav {
	padding: .2em .1em .2em .2em;
	float: left;
	width: 180px;
	background-image: none;
	background-color: white;
	border: 0;
}
.ui-tabs-vertical .ui-tabs-nav li {
	clear: left;
	width: 180px;
	height: 80px;
	border-bottom-width: 1px !important; 
	border-right-width: 0 !important; 
	margin: 0 -1px .2em 0;
	background-image: none;
	background-color: white;
}
.ui-tabs-vertical .ui-tabs-nav li a {
	display:block;
	width: 100%;
	height: 100%;
}
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-selected {
	padding-bottom: 0; 
	padding-right: .1em;
	border-right-width: 1px; 
	border-right-width: 1px;
	background: url('../images/jquery_featureList/feature-tab-current.png') no-repeat 0 0;
}
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-selected a {
	color: white;
}
.ui-tabs-vertical .ui-tabs-panel {
	margin: 0;
	padding: 1em; 
	float: right; 
	width: 420px; 
	overflow: hidden;
}

.ui-tabs-vertical .ui-tabs-panel .info{
	position:absolute;
	bottom: 0;
	background: url('../images/transparent-bg.png');
}
.ui-tabs-vertical .info h2{
	font-size:18px; font-family:Georgia, serif;
	color:#fff; padding:5px; margin:0;
	overflow:hidden;
}
.ui-tabs-vertical .info p{
	margin:0 5px;
	font-family:Verdana; font-size:11px;
	line-height:15px; color:#f0f0f0;
}
.ui-tabs-vertical .info a{
	text-decoration:none;
	color:#fff;
}
.ui-tabs-vertical .info a:hover{
	text-decoration:underline;
}

*/
.counterTable{
	border:1px solid #dcdcdc;
	color:#666666;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	border-collapse:collapse;
	width:auto !important;
	margin:auto !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #ffffff,  #dcdcdc);
}

.counterTable td{
	padding:0px 5px;
}
