/*
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('http://ohiomeansbusiness.com/international_common_files/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;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align:center;
}
.justify {
	text-align:justify;
}
img.left {
	margin:8px 10px 0 0;
}
img.right {
	margin:8px 0 0 10px;
}
.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(../img/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(../img/nav-bg.gif) repeat-x;
	height:38px;
}
#left-cap {
	background:url(../img/nav-left-cap.gif) no-repeat;
	height:38px;
	width:5px;
	float:left;
}
#right-cap {
	float:right;
	height:38px;
	width:4px;
	background:url(../img/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:12px;
	font-weight:bold;
	list-style-type:none;
	float:left;
}
#navigation ul li a {
	border-right:1px solid #D78596;
	color:#FFFFFF;
	height:30px;
	padding:8px 24px;
	text-transform: uppercase;
}
#navigation ul li.first a {padding-left:15px;}
#navigation ul li.last a {padding-right:2px; border:none;}
#navigation ul li a:hover {
	background-image:url(../img/nav-bg-hover.gif);
	background-repeat:repeat-x;
	color:#333333;
}
.subnav {
	border-right:solid 1px #ccc;
}
/* =6 Middle
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#left-column {
	float:left;
	width:239px;
	margin-right:7px;
	display:inline;
	clear:left;
}
#middle-column {
	float:left;
	width:471px;
	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(../img/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(../img/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(../img/tax-book.gif) no-repeat bottom right;
}
img.btn {
	float:right;
	height:100px;
	width:150px;
}
.callout {
	background-color:#FFFFFF;
	border:1px solid #DFDFDF;
	color:#000000;
	float:right;
	font-size:12px;
	line-height:18px;
	margin:0 0 30px 20px;
	padding:10px;
	text-align:left;
	width:230px;
}
table#population td {
	text-align: center;
}
/* =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 ul {
	margin:0 0 15px 30px;
	padding:0;
}
#content-area ul li {
	line-height:1.4em;
	padding:0;
}
#content-area ul.nested {
	list-style:none;
	margin:0;
}
#content-area ul.nested ul {
	list-style:disc;
	margin-bottom:15px;
}
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:12px;
}
.border {
	padding:1px;
	border:solid 5px #ccc;
}
/* =9 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#footer {
	color:#909090;
	font-size:11px;
	line-height:18px;
	margin:0 auto;
	padding-left:25px;
	padding-top:5px;
	text-align:left;
	width:985px;
}
#footer ul {
	margin:0;
	padding:0;
}
#footer li {
	border-right:1px solid #909090;
	display:inline;
	list-style-type:none;
	padding-left:3px;
	padding-right:3px;
}
#footer a {
	color:#909090;
	text-decoration:none;
}
#twitter {
	float:right;
	margin-bottom:20px;
	margin-left:0;
	margin-right:20px;
	margin-top:0;
}