/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
	*/
	
	/* Most common stuff you'll need to change */
	
	.coda-slider-wrapper {
	width:965px;
	padding:12px 0 0 12px;}
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	
	.coda-slider {
	height: 403px;
	overflow: auto 
	padding-right: 0px
	}
	
	/* Change the width of the entire slider (without dynamic arrows) */
	
	.coda-slider, .coda-slider .panel {
	width: 965px
	}
	
	/* Change margin and width of the slider (with dynamic arrows) */
	
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel {
	width: 965px
	}
	
	.coda-slider-wrapper.arrows .coda-slider {
	margin: 0 10px
	}
	
	/* Arrow styling */
	
	.coda-nav-left a, .coda-nav-right a {
	background: #000;
	color: #fff;
	padding: 5px;
	width: 10px
	}
	
	.coda-nav-right {
	position: absolute;
	right: 0
	}
	
	.coda-nav-left {
	position: absolute;
	left: 0
	}
	
	
	
	/* Panel padding */
	
	.coda-slider .panel-wrapper {
	padding: 0px
	}
	
	.panel {
	height: 403px;
	background: #e7e9dc url(/images/hmslides/bg.jpg) no-repeat;
	}
	
	/* Preloader */
	
	.coda-slider p.loading {
	padding: 20px;
	text-align: center
	}
	
	/* Don't change anything below here unless you know what you're doing */
	
	/* Tab nav */
	
	.coda-nav ul li a.current {
	background: #004434 url(/images/hmslides/arrow-selected.jpg) no-repeat top center;
	}
	
	/* Tabbed nav */
	
	.coda-nav ul {padding:0;
	clear: both;
	display: block;
	margin: auto;
	overflow: hidden
	}
	
	.coda-nav ul li {
	display: inline;
	}
	
	.coda-nav ul li a {
	font-family: Georgia;
	font-size:16px;
	background: #44240D url(/images/hmslides/bg-nav.jpg);
	color: #fff;
	display: block;
	float: left;
	margin-right: 1px;
	text-align:center;
	padding: 11px;
	width:170px;
	text-decoration: none
	}
	
	/* Miscellaneous */
	
	.coda-slider-wrapper {
	clear: both;
	overflow: auto
	}
	
	.coda-slider {
	float: left;
	overflow: hidden;
	position: relative
	}
	
	.coda-slider .panel {
	display: block;
	float: left
	}
	
	.coda-slider .panel-container {
	position: relative
	}
	
	.coda-nav-left, .coda-nav-right {
	float: left
	}
	
	.coda-nav-left a, .coda-nav-right a {
	display: block;
	text-align: center;
	text-decoration: none
	}
	
	#coda-nav-1 {
	
	}
	
	.leftside {
	padding-top: 1px;
	text-align: center;
	width: 275px;
	margin: 0px 0 0 25px;
	}
	
	.blurb {
	text-align: left;
	padding: 14px 0;
	font-family: Arial;
	font-size:13px;
	}
	
	.cat {
	height: 20px;
	padding-top: 0px
	}
	
	.rightside {
	margin: 0px 0px 0 18px;
	height: 360px;
	}
	
	.sectiontitle {
	padding: 0 0 2px 0
	}
	
	.sectionnav {border:1px solid #F1F1E7;
	margin: 0px 0 0 0px;
	}
	
	div.feature_list {
	width: 965px;
	height: 374px;
	overflow: hidden;
	position: relative;
	}
	
	div.feature_list ul {
	top: 0;
	list-style: none;
	padding: 0;
	margin: 0;
	}
	
	ul.tabs li a.current {
	background: #E8E9DD;
	color: #004434;
	}
	
	ul.tabs li a {
	font-family: Georgia;
	background: #532C10;
	color: #FFF;
	}
	
	ul.tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
	}
	
	ul.tabs {
	height: 30px;
	margin: 0 auto;
	margin-left: 80px
	}
	
	ul.tabs li {
	list-style: none;
	margin-right: 1px;
	float: left;
	line-height: 1;
	}
	
	ul.tabs a {
	font-size: 13px;
	float: left;
	margin: 4px;
	padding: 5px 9px;
	text-decoration: none;
	}
	
	
	
	/* Forbes Homepage */
	
	#type-d #content {font-size:13px;width:601px;height:auto !important;height /* */:520px;min-height:520px;}
	
	#content-wrap {background: transparent url("/images/bg_body.jpg");}
	
	#topcap{height:40px;background:transparent url("/images/topcap_interior.jpg") no-repeat}
	
	#bottomcap{height:14px;background:transparent url("/images/bottomcap.jpg") no-repeat}
	
	
	#sidebar{width:295px;background:transparent url("/images/bg-righthome.jpg") repeat-y;}
	.highlight{font-size:200%}
	
	
	h1, h2 {color:#025543}
	h2{font-size:19px}
	#textrotator{font-size:14px}
	
	.lots{margin:15px 0;height:120px}
	.lots img{padding-right:10px}