/*
Theme Name: Rose
Theme URI: the-theme's-homepage
Description: a-brief-description
Author: your-name
Author URI: your-URI
Template: use-this-to-define-a-parent-theme--optional
Version: a-number--optional
.
General comments/License Statement if any.
.


[Table Of Contents] 

	0- Reset
	1- Global
	2- Links
	3- Headings
	4- Header 
	5- Navigation
	6- Middle 
	7- Forms
	8- Extras
	9- Footer 

*/

/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('reset.css');
/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body {
	background-color:#EDEDED;
	color:#666666;
	font-family:Arial,Helvetica,Verdana,sans-serif;
	font-size:12px;
	margin-top:20px;
}
p {
	margin:5px 0 20px 0;
	line-height:1.4em;
}
ul, ol {
	margin-left:15px;
}
.right {
	float: right;
}
.left {
	float: left;
}
img.left {
	margin:8px 10px 0 0;
}
img.right {
	margin:8px 0 0 10px;
}
.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;
}
.indent {
	padding:0 25px;
}

.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%;
}
#content-area strong {
	color:#333;
}
/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a:link, a:visited,
#content-area strong a,
#content-area a strong {
	color: #820024;
	text-decoration: none;
}
a:hover {
	color: #E51635;
}
a:active {
	color: #E51635;
}
a img {
	border:none;
}
/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1 {
	font-size:18px;
	font-weight:bold;
	margin:0;
	padding:0;
	color:#820024;
}
h2 {
	font: bold 14px Arial, Geneva, Helvetica, sans-serif;
	color:#666;
	text-transform: uppercase;
	margin:5px 0;
}
h3 {
	font: bold 1.0em Arial, Geneva, Helvetica, sans-serif;
	margin:0;
}
h4 {
	font: bold 1em Arial, Geneva, Helvetica, sans-serif;
}
h5 {
	font: bold 0.9em Arial, Geneva, Helvetica, sans-serif;
}

/* =4 Header
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#wrapper {
	width:975px;
	margin:auto;
	border:solid 1px #c7c7c7;
	background-color:#fff;
}
#wrapper .padding {
	padding:6px;
}
#header {
	height:88px;
	background:url(http://www.ohiomeansbusiness.com/assets/img/international/header-bg.jpg) no-repeat top right;
}
#logo {
	float:left;
	left:5px;
	position:relative;
	top:10px;
}

#email-signup {
	float:right;
	padding-top:5px;
	position:relative;
	width:290px;
	font-size:11px;
	text-align:right;
	height:80px;
	line-height:20px;
}
/*#email-signup td {
	height:10px;
	overflow:hidden;
}*/
.email_title {
	color:#8A8A8A;
	font-size:12px;
	font-weight:bold;
}
/* =5 Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#navigation {
	width:963px;
	background:url(http://www.ohiomeansbusiness.com/assets/img/international/nav-bg.gif) repeat-x;
	height:38px;
}
#left-cap {
	background:url(http://www.ohiomeansbusiness.com/assets/img/international/nav-left-cap.gif) no-repeat;
	height:38px;
	width:5px;
	float:left;
}
#right-cap {
	float:right;
	height:38px;
	width:4px;
	background:url(http://www.ohiomeansbusiness.com/assets/img/international/nav-right-cap.gif);
}
#navigation ul {
	background-repeat:repeat-x;
	height:37px;
	margin:0;
	padding:8px 0 0;
	float:left;
}
#navigation ul li {
	color:#FFFFFF;
	display:inline;
	font-size:13px;
	font-weight:bold;
	list-style-type:none;
	float:left;
}
#navigation ul li a {
	border-right:1px solid #D78596;
	color:#FFFFFF;
	height:30px;
	padding:8px 5px;
	text-transform: uppercase;
}
#navigation ul li.first a {padding-left:3px;}
#navigation ul li.last a {padding-right:2px; border:none;}
#navigation ul li a:hover {
	background-image:url(http://www.ohiomeansbusiness.com/assets/img/international/nav-bg-hover.gif);
	background-repeat:repeat-x;
	color:#333333;
}
#bcrumbs {
	margin-bottom:8px;
}

/* =5b Navigation NEW DESIGN
_________________________________________________________________*/
#microsite_nav {
	height:40px;
	margin-bottom:8px;
	position:relative;
}
#microsite_nav a img {
	background:url(http://www.ohiomeansbusiness.com/assets/img/international/navbar_microsites.png) no-repeat;
	height:40px;
	float:left; 
}
#microsite_nav ul {
	margin:0px;
	padding:0 0 0 6px;
	list-style:none;
}
#microsite_nav li {
	display:inline;
}
#microsite_nav a.a img {background-position:0 0;width:95px;}
#microsite_nav a.b img {background-position:-95px 0;width:146px;}
#microsite_nav a.c img {background-position:-241px 0;width:165px;}
#microsite_nav a.d img {background-position:-406px 0;width:197px;}
#microsite_nav a.e img {background-position:-603px 0;width:155px;}
#microsite_nav a.f img {background-position:-758px 0;width:107px;}
#microsite_nav a.g img {background-position:-865px 0;width:90px;}

#microsite_nav li.hover a.a img,#microsite_nav a.a img.current {background-position:0 -41px;}
#microsite_nav li.hover a.b img,#microsite_nav a.b img.current {background-position:-95px -41px;}
#microsite_nav li.hover a.c img,#microsite_nav a.c img.current {background-position:-241px -41px;}
#microsite_nav li.hover a.d img,#microsite_nav a.d img.current {background-position:-406px -41px;}
#microsite_nav li.hover a.e img,#microsite_nav a.e img.current {background-position:-603px -41px;}
#microsite_nav li.hover a.f img,#microsite_nav a.f img.current {background-position:-758px -41px;}
#microsite_nav li.hover a.g img,#microsite_nav a.g img.current {background-position:-865px -41px;}


#subnav {
	border-right:solid 1px #ccc;
}
#subnav ul {
	padding-left:0px;
	list-style:none;
}
#subnav li {
	font-size:12px;
	font-weight:bold;
	margin:0;
}
#subnav a {
	color:#666666;
	display:block;
	padding:6px 10px 6px 0;
}


/* =6 Middle
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#left-column {
	float:left;
	width:240px;
	margin-right:7px;
	display:inline;
}
#middle-column {
	float:left;
	width:470px;
	display:inline;
}
#right-column {
	float:right;
	width:239px;
}
#left-half {
	float:left;
	width:478px;
}
#right-half {
	float:right;
	width:478px;
}
.top {
	height:255px;
	margin-bottom:7px;
	overflow:hidden;
}
.bottom {
	height:221px;
}
#main-img {
	border:solid 1px #cbcbcb;
	padding:0 6px;
	background:url(http://www.ohiomeansbusiness.com/assets/img/international/main-img.jpg) no-repeat;
}
#main-img p {
	margin:165px 0 0 0;
	color:#000;
	line-height:1.2em;
}
#resources {
	float:left;
	width:234px;
	padding:0;
	height:221px;
}
#contact {
	float:right;
	width:234px;
	padding:0;
	height:221px;
}
* html #resources{height:227px;}
* html #contact {height:227px;}
#wrapper .module01 .padding {
	padding:0 6px;
}
.module01 {
	border:solid 1px #cbcbcb;
	background:url(http://www.ohiomeansbusiness.com/assets/img/international/module-bg.gif) bottom left repeat-x;
	padding:0 6px;
}
#image-rotator {
	border:solid 1px #cbcbcb;
	padding:0;
	height:255px;
}
.tall-column {
	height:485px;
	overflow:hidden;
}
#content-area {
	float:right;
	width:710px;
}
.tax {
	background:url(http://www.ohiomeansbusiness.com/assets/img/international/tax-book.gif) no-repeat bottom right;
}
img.btn {
	float:right;
	height:100px;
	width:150px;
}	
table#population td {
		text-align: center;
	}
/* =6a Callout (right)
___________________________________________________________________*/
#rightcolumn {
	background-color:#FFFFFF;
	color:#000000;
	float:right;
	font-size:11px;
	line-height:18px;
	margin:0 0 30px 20px;
	padding:10px;
	text-align:left;
	width:240px;
}
#rightcolumn .padding {padding:0;}
#rightcolumn h2 {
	background:url(http://www.ohiomeansbusiness.com/assets/img/blu-callout-top.png) no-repeat #91aedb;
	color:#FFF;
	padding:0 5px 0px 8px;
	font-size:12px;
	line-height:35px;
	margin:0;
}
#rightcolumn h2.green {background:url(http://www.ohiomeansbusiness.com/assets/img/green-callout-top.png) no-repeat #bfd832;}
#rightcolumn h2.red {background:url(http://www.ohiomeansbusiness.com/assets/img/redbox-top.png) no-repeat #660027;}

#rightcolumn .padding ul, #rightcolumn .padding p {
	margin:0;
	padding: 10px;
	list-style-type:none;
	background:url(http://www.ohiomeansbusiness.com/assets/img/blue-callout-btm.png) no-repeat bottom left #c9d4ed;
	margin-bottom:15px;
	color:#333;
}
#rightcolumn .padding ul li {
	padding-left:15px;
	background:url(http://www.ohiomeansbusiness.com/assets/img/white-arrow.gif) no-repeat 0 5px;
}
#rightcolumn .padding p a, #rightcolumn .padding ul a, #rightcolumn .padding table a {
	color:#3b5798;
}
#rightcolumn .padding ul.green, #rightcolumn .padding p.green {
	background:url(http://www.ohiomeansbusiness.com/assets/img/green-callout-btm.png) no-repeat bottom left #e2ea9f;
}
#rightcolumn .padding ul.green a, #rightcolumn .padding p.green a{
	color:#830024;
}
#rightcolumn .padding ul.red a, #rightcolumn .padding p.red a {
	color:#ccc;
}
#rightcolumn .padding ul.red a:hover, #rightcolumn .padding p.red a:hover {
	color:#fff;
}
#rightcolumn .padding ul.red, #rightcolumn .padding p.red {
	background:url(http://www.ohiomeansbusiness.com/assets/img/redbox-btm.png) no-repeat bottom left #b90035;
	color:#fff;
}
#rightcolumn .padding table {
	width:100%;
	background-color:#C9D4ED;
}
#rightcolumn .padding table td {
	vertical-align:top;
}
#rightcolumn .padding form {
	margin:0;
	padding: 0;
	background-color: #f9f9f9;
}
#content-area #rightcolumn strong {
	color:#fff;
}


/* =7 Form
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
form {
	margin:0;
	padding:0;
}
select, input {
	color:#666666;
	font-size:10px;
}
#search,
input.email_input {
	border:1px solid #A8A8A8;
	color:#666666;
	font-size:11px;
	width:125px;
}
/* =8 Extra
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#content-area h1 {
	border-bottom:1px solid #666;
	padding-bottom:5px;
}
#content-area ul {
	margin:0 0 15px 30px;
	padding:0;
}
#content-area ul li {
	line-height:1.4em;
	background:url("http://www.ohiomeansbusiness.com/assets/img/bullet.png") no-repeat scroll 0 5px transparent;
	padding-left:15px;
}
#content-area ul.nested {
	list-style:none;
	margin:0;
}
#content-area ul.nested ul {
	list-style:disc;
	margin-bottom:15px;
}
#content-area .data-center-list li {
	background:none;
	list-style-type:disc;
	padding-left:10px;
}
dl#resource-list {
	margin:0;
}
dl#resource-list dt{
	list-style: none;
	font-weight:bold;
	line-height:1.0em;
	font-size:13px;
	margin:0;
	text-transform: uppercase;
}
dl#resource-list dd {
	margin:0 0 10px 0;
	font-size:10px;
}
.border {
	padding:1px;
	border:solid 5px #ccc;
}
#twitter {
	float:right;
	margin-bottom:20px;
	margin-left:0;
	margin-right:20px;
	margin-top:0;
}

/* =9 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#footer {
	clear:both;
	color:#999999;
	font-size:10px;
	line-height:18px;
	margin:0 auto 20px;
	padding-top:15px;
	text-align:left;
	width:976px;
}
#footer strong {
	color:#666666;
	text-transform:uppercase;
}
#footer ul {
	margin:0;
	padding:0;
}
#footer li {
	display:inline;
	list-style-type:none;
}
#footer a {
	color:#999999;
	text-decoration:none;
}
#footer #social {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(http://www.ohiomeansbusiness.com/assets/img/social-nosignup.gif) no-repeat;
	height:41px;
	margin-bottom:10px;
}
#footer #social img {
	float:left;
	margin:6px 5px 0 0;
	height:25px;
	width:50px;
}
#footer #social img.bl {margin-left:108px;}
#footer #social img.fa {width:80px;}
#footer #social img.li {width:70px;}
#footer #social img.tw {width:65px;}
#footer #social img.yo {width:69px;}
#footer #social img.sl {width:85px;}

#footer #address {
	float:left;
	width:136px;
}
#footer #address p {
	margin-top:0;
}
#footer #sitemap {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(http://www.ohiomeansbusiness.com/assets/img/dot.gif) repeat-y scroll 0 0;
	float:right;
	width:840px;
}
#footer #sitemap ul {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:15px;
	margin-right:9px;
	width:103px;
}
#footer #sitemap ul.first {
	margin-left:15px;
}
#footer #sitemap ul.last {
	margin-right:0;
}
#footer #sitemap ul li {
	margin-bottom:6px;
	line-height:1.2em;
}

