/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('reset.css');
/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body {
	line-height: 1;
	font: normal 13px Arial, Helvetica, sans-serif;
	vertical-align: top;
	background: #fff;
	color: #666;
}
p {
	margin:5px 0 20px 0;
	line-height:1.5em;
	letter-spacing: -.015em;
	font-size:inherit !important;
}
strong {
	color:#333;
}
.bucket ul {
	margin-top:-10px;
}
.bucket ul li {
	padding-bottom:10px;
	line-height:1.3em;
}
#content-area ul, #content-area ol {
	margin:-10px 0 20px 15px;
}
#content-area ol {
	list-style: decimal;
	padding-left:15px;
}
#content-area li {
	padding-left:15px;
	padding-bottom:.6em;
}
#content-area ul li {
	background:url(http://www.ohiomeansbusiness.com/assets/img/bullet.png) no-repeat 0 5px;
}
#content-area li p {
	margin:0 0 5px 0;
}
.right {
	float: right;
}
.left {
	float: left;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align:center;
}
.justify {
	text-align:justify;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	float:left;
	margin:4px 10px 4px 0;
}
img.alignright {
	float:right;
	margin:4px 0 4px 10px;
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a:link, a:visited {
	color: #810023;
	text-decoration: none;
}
a:hover {color: #E51635;}
a:active {color: #E51635;}

/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1 {
	font-size:2em;
	color:#333;
	margin-bottom:15px;
}
h2 {
	font-size:1.5em;
	color:#666;
	margin-bottom:10px;
}
h3 {
	font: bold 1.2em Arial, Geneva, Helvetica, sans-serif;
}
h4 {
	font: bold 1em Arial, Geneva, Helvetica, sans-serif;
}
h5 {
	font: bold 0.9em Arial, Geneva, Helvetica, sans-serif;
}
/* =4 Header // Wrapper
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#wrapper {
	margin:auto;
	width:956px;
	position:relative;
}
#header {
	position:relative;
	height:100px;
	margin-bottom:10px;
}
#logo {
	height:65px;
	width:500px;
	background:url(../img/sprites.png) 0 -81px;
	position:absolute;
	top:30px;
	left:0;
}
#logo a {
	height:100%;
	width:100%;
	display:block;
}
#search {
	height:27px;
	width:158px;
	position:absolute;
	bottom:0;
	right:0;
	background:url(../img/sprites.png) -797px -84px;
}
/* =5 Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#nav {
	height:40px;
	margin-bottom:8px;
}
#nav a img {
	background:url(../img/sprites.png) no-repeat;
	height:40px;
	float:left; 
}
#nav a.a img {background-position:0 0;width:165px;}
#nav a.b img {background-position:-165px 0;width:110px;}
#nav a.c img {background-position:-275px 0;width:195px;}
#nav a.d img {background-position:-470px 0;width:150px;}
#nav a.e img {background-position:-620px 0;width:115px;}
#nav a.f img {background-position:-735px 0;width:110px;}
#nav a.g img {background-position:-845px 0;width:110px;}

#nav a.a:hover img{background-position:0 -41px;}
#nav a.b:hover img{background-position:-165px -41px;}
#nav a.c:hover img{background-position:-275px -41px;}
#nav a.d:hover img{background-position:-470px -41px;}
#nav a.e:hover img{background-position:-620px -41px;}
#nav a.f:hover img{background-position:-735px -41px;}
#nav a.g:hover img{background-position:-845px -41px;}

#nav a.a img.current {background-position:0 -231px;}
#nav a.b img.current {background-position:-165px -231px;}
#nav a.c img.current {background-position:-275px -231px;}
#nav a.d img.current {background-position:-470px -231px;}
#nav a.e img.current {background-position:-620px -231px;}
#nav a.f img.current {background-position:-735px -231px;}
#nav a.g img.current {background-position:-845px -231px;}


.current {
	cursor: pointer;
}

ul.subnav {
	font-weight:bold;
	list-style:none;
	margin-bottom:20px;
}
ul.subnav li {
	display:block;
	padding:5px 2px;
}
ul.subnav a:hover {
	background-color:#eee;
}
small {font-size:.85em; font-weight:normal; }

/* =6 Middle
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#leftcolumn {
	float:left;
	width:220px;
}

#content-area {
	float:right;
	width:730px;
	background:url(../img/dot.gif) repeat-y ;
}
#content-area.wide {
	background:none;
	width:100%;
}
#content-area .padding {
	padding-left:25px;
}
.caption {
	float:right;
	width:317px;
	color:#666;
	font-size:10px;
	text-align: right;
	margin-bottom:10px;
	margin-left:10px;
}
.caption small {
	display:block;
	padding-right:5px;
}
.fader {
	margin:0 0 15px 0;
	list-style:none;
	height:219px;
	overflow:hidden;
}
/* =6.5 Homepage
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#banner {
	height:334px;
	overflow:hidden;
	margin-bottom:8px;
}
.main-img {
	float:left;
	width:687px;
}
.map {
	float:right;
	width:262px;
}
#buckets {
	
}
.bucket {
	float:left;
	margin-right:7px;
}
.bucket h2 {
	background:url(../img/sprites.png);
	text-indent: -9999px;
	height:37px;
	margin-bottom:7px;
}
.bucket .padding {padding:0 7px;}
.bucket.one {width:418px;}
.bucket.two {width:262px;}
.bucket.three {width:262px;margin-right:0;}
.one h2 {background-position:-1px -147px;}
.two h2 {background-position:-420px -147px;}
.three h2 {background-position:-683px -147px;}

.bucket.three p {
	margin:0 0 10px 0;
}
.feeds h2 {
	display:block;
	text-indent: -9999px;
	height:37px;
	width:956px;
	background:url(../img/hv_header.gif) no-repeat;
}
.hv-feed h4 {
	margin:0;
	padding:0 10px 3px 10px;
	background:url(../img/dot.gif) repeat-x bottom left;
	line-height:30px;
	height:1%;
}
/* =7 Form
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#search input {
	background-color:transparent;
	border:none;
}
#search input {
	padding:5px;
	color:#666;
	width:120px;
}
#search #submit {
	width:20px;
}
#signup {
	width:158px;
	height:27px;
	background:url(../img/sprites.png) no-repeat -633px -84px;
	float:right;
	overflow:hidden;
	margin-top:40px;
}
#signup input.text{
	border:none;
	background-color:transparent;
	padding:5px;
	color:#666;
	width:120px;
}
/* =8 Extra
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#insite-btn {
	position:absolute;
	right:0;
}
#map img{
	display:block;
	line-height:1px;
	margin-bottom:7px;
}
div#case-study-1, div#case-study-2 {
	width:692px;
	height:290px;
	margin-bottom:25px;
}
div#case-study-1 { background-image:url(http://www.ohiomeansbusiness.com/assets/img/tax-reform-charts/ohio_tax_burden_case_study_1.gif); }
div#case-study-2 { background-image:url(http://www.ohiomeansbusiness.com/assets/img/tax-reform-charts/ohio_tax_burden_case_study_2.gif); }
div.footnotes {
	color:#999;
	font-style:italic;
	font-size:85%;
}
#content-area .footnotes ul {
	list-style-type:disc;
}
#content-area .footnotes ul li {
	background:none;
	padding-left:0px;
}

/* =9 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#footer {
	clear:both;
	color:#999;
	font-size:10px;
	margin-bottom:20px;
}
#footer a {color:#999;}
#footer a:hover {color:#666;}
#footer strong {
	text-transform: uppercase;
	color:#666;
}

#social {
	height:41px;
	margin-bottom:10px;
	background:url(../img/sprites.png) no-repeat 0 -188px;
}
#social img {
	float:left;
	margin:6px 5px 0 0;
	height:25px;
	width:50px;
}
#social img.bl {margin-left:108px;width:;}
#social img.fa {width:80px;}
#social img.li {width:70px;}
#social img.tw {width:65px;}
#social img.yo {width:69px;}
#social img.sl {width:85px;}

#address {
	float:left;
	width:200px;
}
#sitemap {
	float:right;
	background:url(../img/dot.gif) repeat-y;
	width:730px;
}
#sitemap ul {
	list-style: none;
	float:left;
	width:220px;
	margin-bottom:15px;
}
#sitemap ul li{
	margin-bottom:6px;
}
#sitemap ul.first {
	margin-left:20px;
	
}
.feeds {
	clear:left;
}
.hv-feed {
	float:left;
	width:690px;
	margin-bottom:15px;
	margin-right:7px;
}

/* =10 Twitter Feed
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.twitterappalachia {
	float:left;
	width:247px;
	padding-top:0;
	padding-left:4px;
}

.twitterappalachia .loading {
	text-align: center;
}
.twitterappalachia .tweets {
	clear:both;
	padding:0 7px 7px 4px;
}
.twitterappalachia img {
	float:left;
}
ul.tweet_list {
	margin:0;		
}
ul.tweet_list li {
	font-size:12px;
	padding:5px 0 10px;
	background:none;
	margin-bottom:none;
}
ul.tweet_list li a {
	font-weight:bold;
}
.tweet_avatar img {
	display:none;
}
/* =10 Formstack Override
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.fsLabelHorizontal .fsLabel {width:140px !important; }
