/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('reset.css');
/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body {
	line-height: 1;
	font: normal 13px Arial, Helvetica, sans-serif;
	vertical-align: top;
	background: url(http://13e69210f681c6aaccd58f3236e68ba31d3b4942.gripelements.com/img/body-bg.png) repeat-x #eee;
	color: #555;
}
p {
	margin:5px 0 20px 0;
	line-height:1.4em;
	letter-spacing: -.015em;
}
strong {color:#333;}
.red strong {color:#fff;}
small {
	font-size:.88em;
}
li {
	line-height:1.5em;
	margin-bottom:5px;
}
hr {
	border:0;
	height:1px;
	background-color:#666;
	color:#666;
}
.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;
}
.clearleft {
	clear:left;
}
.clearright{
	clear:right;
}
.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;
}
img.imgborder {
	padding:1px;
	border:4px solid #ccc;
}


.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, 
a strong {
	color: #810023;
	text-decoration: none;
}
a:hover,
a:hover strong {
	color: #E51635;
}
 
/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1 {
	font-size:2em;
	color:#000;
	margin-bottom:0px;
}
h2 {
	font-size:1.5em;
	color:#b1b1b1;
	margin-bottom:5px;
}
h2.subtitle {
	padding-bottom:5px;
	border-bottom:1px solid #666666;
}
h2.subtitle a {
	color:#999;
}
h2.subtitle a:hover {
	color:#810023;
}
h2.subtitle small { display:none; }
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;}

#news2 h3, 
#downloads h3,
#hivelocity h3 {
	background:url(http://13e69210f681c6aaccd58f3236e68ba31d3b4942.gripelements.com/img/sprites_exec-ind-news-opr-site.png) no-repeat 0 -240px;
	text-indent: -9999px;
	height:20px;
	margin-top:20px;
}
#downloads h3 {
	background-position:0 -270px;
	margin-bottom:5px;
}
#hivelocity h3 {
	background-position:0 -299px;
}

#rightcolumn h2 {
	background:url(http://13e69210f681c6aaccd58f3236e68ba31d3b4942.gripelements.com/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://13e69210f681c6aaccd58f3236e68ba31d3b4942.gripelements.com/img/green-callout-top.png) no-repeat #bfd832;}
#rightcolumn h2.red {background:url(http://13e69210f681c6aaccd58f3236e68ba31d3b4942.gripelements.com/img/redbox-top.png) no-repeat #660027;}

/* =4 Header // Wrapper
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#pageshadow {
	width:984px;
	background:url(http://13e69210f681c6aaccd58f3236e68ba31d3b4942.gripelements.com/img/page-shadow.png) repeat-y top center;
	position:relative;
	margin:15px auto;
}
* html #pageshadow {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/page-shadow.png", sizingMethod="scale");
}
.topshadow {
	height:4px;
	overflow:hidden;
	background:url(http://13e69210f681c6aaccd58f3236e68ba31d3b4942.gripelements.com/img/shadow-top.png) repeat-x;
	position:relative;
	top:0px;
	z-index: 111;
}

.btmshadow {
	height:4px;
	overflow:hidden;
	background:url(http://13e69210f681c6aaccd58f3236e68ba31d3b4942.gripelements.com/img/shadow-btm.png) repeat-x;
	/*bottom:-4px;*/
	position:relative;
	z-index: 111;
}
.tl {
	position:absolute;
	height:8px;width:8px;
	background:url(http://13e69210f681c6aaccd58f3236e68ba31d3b4942.gripelements.com/img/tl-corner.png);
	top:0px;
	left:0px;
	z-index: 222;
	overflow:hidden;
}
.tr {
	position:absolute;
	height:8px;width:8px;
	background:url(http://13e69210f681c6aaccd58f3236e68ba31d3b4942.gripelements.com/img/tr-corner.png);
	top:0px;
	right:0px;
	z-index: 222;
	overflow:hidden;
}
div.bl {
	position:absolute;
	height:8px;width:8px;
	background:url(http://13e69210f681c6aaccd58f3236e68ba31d3b4942.gripelements.com/img/bl-corner.png);
	left:0px;
	bottom:0px;
	z-index: 222;
	overflow:hidden;
}

div#contact-info {
	float: right;
	padding: 10px 0;
	font-size: 11px;
	text-align: right;	
	color: #454444;	
}
.br {
	position:absolute;
	height:8px;width:8px;
	background:url(http://13e69210f681c6aaccd58f3236e68ba31d3b4942.gripelements.com/img/br-corner.png);
	bottom:0px;
	right:0px;
	z-index: 222;
	overflow:hidden;
}
#wrapper {
	margin:auto;
	width:956px;
	position:relative;
	padding-bottom:10px;
}
* html #wrapper {
	padding-bottom:0;
}
#header {
	position:relative;
	height:100px;
	margin-bottom:10px;
	background:url(http://13e69210f681c6aaccd58f3236e68ba31d3b4942.gripelements.com/img/header-bg.jpg) no-repeat -10px top;
}
#logo {
	height:63px;
	width:200px;
	background:url(http://13e69210f681c6aaccd58f3236e68ba31d3b4942.gripelements.com/img/sprites_exec-ind-news-opr-site.png) 0 -84px ;
	position:absolute;
	top:32px;
	left:0;
}
#logo a {
	height:100%;
	width:100%;
	display:block;
}
#search {
	height:27px;
	width:158px;
	position:absolute;
	bottom:0;
	right:0;
	background:url(http://13e69210f681c6aaccd58f3236e68ba31d3b4942.gripelements.com/img/sprites_exec-ind-news-opr-site.png) -797px -84px;
}
.user-icons {
	float:right;
	text-align:right;
	width:221px;
	padding-top:1px;
}
/* =5 Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#util-nav {
	position:absolute;
	height:27px;
	bottom:0;
	right:170px;
}
#util-nav li {
	float:left;
	display:inline;
	padding:5px 8px;
}
#util-nav a {
	color:#999;
	font-size:11px;
}
#util-nav a:hover {color:#333;}
#nav {
	height:40px;
	margin-bottom:8px;
	position:relative;
}
#nav a img {
	background:url(http://13e69210f681c6aaccd58f3236e68ba31d3b4942.gripelements.com/img/sprite-color-fix.png) no-repeat;
	height:40px;
	float:left; 
}
#nav a.a img {background-position:0 0;width:117px;}
#nav a.b img {background-position:-117px 0;width:190px;}
#nav a.c img {background-position:-307px 0;width:144px;}
#nav a.d img {background-position:-453px 0;width:229px;}
#nav a.e img {background-position:-680px 0;width:123px;}
#nav a.f img {background-position:-803px 0;width:153px;}


#nav li.hover a.a img,#nav a.a img.current {background-position:0 -41px;}
#nav li.hover a.b img,#nav a.b img.current {background-position:-117px -41px;}
#nav li.hover a.c img,#nav a.c img.current {background-position:-307px -41px;}
#nav li.hover a.d img,#nav a.d img.current {background-position:-453px -41px;}
#nav li.hover a.e img,#nav a.e img.current {background-position:-680px -41px;}
#nav li.hover a.f img,#nav a.f img.current {background-position:-803px -41px;}

#nav ul {
/*	position:absolute;*/
}

#nav li {
	float:left;
	display:inline;
}

ul.dropdown {
	position:absolute;
	width:246px;
/*	background:url(http://13e69210f681c6aaccd58f3236e68ba31d3b4942.gripelements.com/img/dropdown-top.png) no-repeat top left;*/
	padding-top:9px;
	top:26px;
	left:0px;
	display:none;
	padding:10px 0;
	z-index: 99999;
	margin:0;
	float:left;
}
li.hover ul.dropdown {
	display:block;
}
* html ul.dropdown {
	background-image:none;
	background-color:#950c25;
}
ul.dropdown.a {left:11px;}
ul.dropdown.b {left:118px;/*background-image:url(http://13e69210f681c6aaccd58f3236e68ba31d3b4942.gripelements.com/img/dropdown-top-b.png);*/}
ul.dropdown.c {left:309px;}
ul.dropdown.d {left:449px;/*background-image:url(http://13e69210f681c6aaccd58f3236e68ba31d3b4942.gripelements.com/img/dropdown-top-d.png);*/}
ul.dropdown.e {left:682px;}
ul.dropdown.f {left:805px;/*background-image:url(http://13e69210f681c6aaccd58f3236e68ba31d3b4942.gripelements.com/img/dropdown-top-f.png);*/width:151px}

* html ul.dropdown.b {background-image:none;}
* html ul.dropdown.d {background-image:none;}
* html ul.dropdown.f {}


ul.dropdown.first {
	left:14px;
}
#nav ul.dropdown li {
	display:block;
	background:url(http://13e69210f681c6aaccd58f3236e68ba31d3b4942.gripelements.com/img/dropdown-bg.png) repeat-y;
	margin:0;
	float:left;
	width:100%;
	clear:left;
	padding:1px 0;
}
#nav ul.dropdown.f li {background-image:url(http://13e69210f681c6aaccd58f3236e68ba31d3b4942.gripelements.com/img/ss-dropdown.png);}
* html #nav ul.dropdown li {
	background-image:none;
	
}
#nav ul.dropdown li.btm {
	padding:0;
	margin:0;
	background:url(http://13e69210f681c6aaccd58f3236e68ba31d3b4942.gripelements.com/img/dropdown-btm.png) no-repeat;
	height:16px;
}
#nav ul.dropdown.f li.btm {background-image:url(http://13e69210f681c6aaccd58f3236e68ba31d3b4942.gripelements.com/img/ss-dropdown-btm.png);}
* html #nav ul.dropdown li.btm {display:none;}
#nav ul.dropdown a {
	line-height:1.3em;
	color:#eee;
	display:block;
	margin:0 6px;
	padding:5px;
	font-size:11px;
	letter-spacing: .05em;
	float:none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#nav ul.dropdown a:hover {
	background-color:#eaced3;
	color:#000;
}
#subnav li {
	margin:0;
	font-weight:bold;
	font-size:12px;
}
#subnav a {
	color:#666;
	padding:6px 10px 6px 0;
	display:block;
}
#subnav a:hover {color:#333;}
#subnav li.current {}
#subnav li.current a{
	color:#000;
}

/* SUB-SUB NAV */
#subnav ul {
	padding:0;
	margin-bottom:10px;
	display:none;
}
#subnav li.current ul {
	display:block;
}
#subnav li li{
	background-color:transparent;
}
#subnav li.current li a {
	color: #830024;
	font-weight:normal;
	padding:3px 10px;
}
#subnav li.current li.current a{
	background:url(http://13e69210f681c6aaccd58f3236e68ba31d3b4942.gripelements.com/img/subsubnav-arrow.gif) no-repeat 10px 8px;
	padding-left:20px;
	color:#999;
}
/* PRESS YEAR NAV */
#press-year-nav a.current {
	font-weight:bold;
	color:#000;
}

/* =6 Middle
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#banner {
	margin-bottom:10px;
	clear:both;
	height:162px;
	overflow:hidden;
}
#forward #banner {
	display:none;
}
.ohio-insite #banner,
.search-results #banner {display:none;}

#leftcolumn {
	float:left;
	width:220px;
}
#rightcolumn {
	float:right;
	width:240px;
	margin:0 0 5px 15px;
	display:inline;
	font-size:11px;
	color:#888;
	border-left:10px solid #fff;
}

#rightcolumn .padding ul,
#rightcolumn .padding p {
	margin:0;
	padding: 10px;
	background:url(http://13e69210f681c6aaccd58f3236e68ba31d3b4942.gripelements.com/img/blue-callout-btm.png) no-repeat bottom left #c9d4ed;
	margin-bottom:15px;
	color:#333;
}
#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://13e69210f681c6aaccd58f3236e68ba31d3b4942.gripelements.com/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://13e69210f681c6aaccd58f3236e68ba31d3b4942.gripelements.com/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;
}
#rightcolumn .ad-deets, #rightcolumn .exec-deets {
	margin-bottom:20px;
}
#rightcolumn .ad-deets h2, #rightcolumn .exec-deets h2 {
	background:url(http://13e69210f681c6aaccd58f3236e68ba31d3b4942.gripelements.com/img/graybox-top.png) no-repeat top center #b1b1b1;
	color:#890D2F;
}
#rightcolumn .ad-deets .details, #rightcolumn .exec-deets .details {
	padding:10px 0;
	background:url(http://13e69210f681c6aaccd58f3236e68ba31d3b4942.gripelements.com/img/graybox-btm.png) bottom center no-repeat #e2e2e2;
}
#rightcolumn .ad-deets p, #rightcolumn .exec-deets p {
	background:none;
	padding:0 10px;
}
#rightcolumn .ad-deets h5, #rightcolumn .exec-deets h5 {
	color:#333;
	text-transform: uppercase;
	padding:0 10px;
	margin:0;
}

.dots {
	background:url(http://13e69210f681c6aaccd58f3236e68ba31d3b4942.gripelements.com/img/dot.gif) repeat-y 220px 0;
	clear:both;
}
#main {
	float:right;
	width:720px;
	margin-bottom:10px;
}
#main.threecol {
	float:left;
	width:455px;
	margin-left:10px;
	display:inline;
}
#content-area {
	padding-bottom:10px;
}
#content-area .wide {
	float:none;
	width:100%;
}
#bcrumbs {
	float:left;
	width:735px;
}
#bcrumbs p {
	margin:0 0 5px 0;
	color:#949494;
	font-size:12px;
}
#bcrumbs a {
	color:#949494;
	text-decoration: underline;
}
#main ul {
	margin:-15px 0 20px 15px;
}
#main ul li {
	padding-left:15px;
	background:url(http://13e69210f681c6aaccd58f3236e68ba31d3b4942.gripelements.com/img/bullet.png) no-repeat 0 5px;
}
#main ul ul {
	margin-top:0px;
}
#main #executive-data {
	display:none;
}
#rightcolumn ul li {
	background:url(http://13e69210f681c6aaccd58f3236e68ba31d3b4942.gripelements.com/img/white-arrow.gif) no-repeat 0 5px;
}
#rightcolumn ul.videos {
}
#rightcolumn ul.videos li {
	padding:0 0 10px 0;
	background:none;
	border-bottom:solid 1px #A4BCEF;
	line-height:1.2em;
	margin-bottom:10px;
}
#rightcolumn ul.videos li.last {
	margin-bottom:0;
	border:0;
	padding:0;
}	

ul.videos li img {
	float:left;
	padding:1px;
	border:solid 1px #91AEDB;
	margin:0 10px 10px 0;
}
.videos li small {
}
.videos a {
	font-weight:bold;
	text-transform: uppercase;
}
#padded-border tr td {                                         
	border-bottom:1px solid #CCCCCC;
	padding:2px;
}
table#ads, table#interviews {
	width:100%;
}
#ads th.header, #interviews th.header { 
    background: url(http://13e69210f681c6aaccd58f3236e68ba31d3b4942.gripelements.com/img/bg.gif) right center no-repeat;     
    cursor: pointer; 
    font-weight: bold; 
    padding:3px 20px 3px 3px; 
    border-right: 1px solid #fff; 
    margin-left: -1px; 
	background-color:#660027;
	color:#fff;
	font-size:11px;
	text-transform: uppercase;
}
#ads th.headerSortUp, #interviews  th.headerSortUp { 
    background-image: url(http://13e69210f681c6aaccd58f3236e68ba31d3b4942.gripelements.com/img/asc.gif); 
    background-color: #b90035; 
}
#ads th.headerSortDown, #interviews th.headerSortDown { 
    background-image: url(http://13e69210f681c6aaccd58f3236e68ba31d3b4942.gripelements.com/img/desc.gif); 
    background-color: #b90035; 
}
#ads td, #interviews td {
	padding:5px 3px;
	line-height:12px;
	font-size:11px;
}
tr.even {
	background-color:#eee;
}
#quicksearch {
	text-align: right;
	background-color:#eee;
	padding:5px;
	margin-bottom:10px;
	position:relative;
	z-index:111;
}
#quicksearch label {
	font-weight:bold;
	font-size:11px;
	text-transform: uppercase;
	color:#111;
}
#quicksearch input {
	background-color:#fff;
	border:solid 1px #ccc;
	padding:3px;
}
#quicksearch .loader {
	position:absolute;
	left:5px;
	top:0;
	line-height:35px;
}

/* =6.5 Homepage
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#buckets {
	font-size:13px;
}
.bucket {
	float:left;
	margin-right:7px;
	width:314px;
	display:inline;
	margin-bottom:10px;
}
* html .bucket {
	margin-right:0;
}
.bucket img {
	margin-left:-7px;
}
.bucket.two {
	margin-right:0;
}
* html .bucket.four {
	margin-right:7px;
}
.bucket h2 {
	background:url(http://13e69210f681c6aaccd58f3236e68ba31d3b4942.gripelements.com/img/sprites_exec-ind-news-opr-site.png);
	text-indent: -9999px;
	height:37px;
	margin-bottom:7px;
}
.bucket .padding {padding:0 7px;}
.bucket .padding p {margin:5px 0;}
.bucket.three {margin-right:0; float:right;}
.one h2 {background-position:-630px -147px;}
.two h2 {background-position:-315px -147px;}
.three h2 {background-position:0px -147px;}
.four h2 {background-position:-423px -232px;}
.five h2 {background-position:-423px -270px;}

// #news1,#news2,#downloads {font-weight:bold;}
.three li {line-height:1.3em; margin-bottom:6px;}
#news2 li small {font-size:.9em;}
em.date {
	float:left;
	font-size:10px;
	font-style:normal;
	height:27px;
	line-height:18px;
	width:58px;
}
#news1 p {
	float:left;
	width:100%;
	clear:both;
}
#news1 a {
	width:238px;
	float:left;
}
#downloads {
	clear:both;
	padding-top:1px;
}


// .bucket.three a {color:#666;}
.bucket.three small {
	font-weight:normal;
}
#home-signup {
	float:left;
	width:100%;
	clear:both;
}
#home-signup .topright {
	padding:0;
}
#home-signup img{
	margin:3px 10px 0 0;
	float:left;
	line-height:1px;
}
#home-signup p {
	margin:0;
	padding:2px;
	height:35px;
	overflow:hidden;
}
* html #home-signup p {
} 
#home-signup span {
	display:inline;
	float:left;
	padding-top:10px;
}


/* =7 Form
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#search input {
	background-color:transparent;
	border:none;
}
#search input {
	padding:5px;
	color:#666;
	width:120px;
}
#search #submit {
	width:20px;
}
#forward table td {
	padding:3px 0;
}
#contact-form label {
	display:block;
	padding-bottom:2px;
}
#contact-form input, #contact-form textarea {
	border:1px solid #CCCCCC;
	font-size:12px;
	margin-bottom:10px;
	padding:2px;
	width:200px;
	color:#666;
}
#contact-form textarea {
	height:150px;
	width:400px;
	color:#666;
}
#contact-form select {
	padding:2px;
	width:200px;
	color:#666;
}
#emailsignup {
	float:right;
	margin:8px 0 0;
	width:186px;
}
input.email_input {
	border:solid 1px #ccc;
	background-color:#eee;
	padding:5px 3px;
	margin-right:5px;
	width:121px;
	vertical-align: top;
	font-size:10px;
	color:#666;
}
		
/* =8 Extra
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.graybox div.topleft{
	display: block;
	background: url("http://13e69210f681c6aaccd58f3236e68ba31d3b4942.gripelements.com/img/graybox.png") top left no-repeat;
	padding: 2px 0 0 2px;
}

.graybox div.topright{
	display: block;
	background: url("http://13e69210f681c6aaccd58f3236e68ba31d3b4942.gripelements.com/img/graybox.png") top right no-repeat;
	padding: 10px 2px;
	margin: -2px 0 0 2px;
}

.graybox div.bottomleft {
	display: block;
	height: 3px;
	margin-top: -2px;
	background: url("http://13e69210f681c6aaccd58f3236e68ba31d3b4942.gripelements.com/img/graybox.png") bottom left no-repeat;
}

.graybox div.bottomright {
	display: block;
	background: url("http://13e69210f681c6aaccd58f3236e68ba31d3b4942.gripelements.com/img/graybox.png") bottom right no-repeat;
	height: 3px;
	margin-left: 3px;
}
.whitebox div.topleft{
	display: block;
	background: url("http://13e69210f681c6aaccd58f3236e68ba31d3b4942.gripelements.com/img/whitebox.png") top left no-repeat;
	padding: 2px 0 0 2px;
}
.whitebox div.topright{
	display: block;
	background: url("http://13e69210f681c6aaccd58f3236e68ba31d3b4942.gripelements.com/img/whitebox.png") top right no-repeat;
	padding: 10px 2px;
	margin: -2px 0 0 2px;
}

.whitebox div.bottomleft {
	display: block;
	height: 3px;
	margin-top: -2px;
	background: url("http://13e69210f681c6aaccd58f3236e68ba31d3b4942.gripelements.com/img/whitebox.png") bottom left no-repeat;
}

.whitebox div.bottomright {
	display: block;
	background: url("http://13e69210f681c6aaccd58f3236e68ba31d3b4942.gripelements.com/img/whitebox.png") bottom right no-repeat;
	height: 3px;
	margin-left: 3px;
}
#callout {
	font-size:10px;
	line-height:12px;
}
#callout img {
	border:5px solid #dfdfdf;
	padding:1px;
}
table.columns td {
	border-right:1px solid gray;
	padding:4px 7px;
	vertical-align:top;
	font-size:11px;
}
table.columns td p {
	margin:0;
}
table.data {
	padding:15px 0;
	border-collapse:separate;
	border-spacing:3px;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	margin-bottom:25px;
}
table.data tr.total td {
	font-weight:bold;
}
table.data th {
	padding:7px;
	vertical-align:bottom;
}
table.data th, table.data td.label {
	font-weight:bold;
	font-size:13px;
	color:#333;
	background-color:#d3dfe6;
}
table.data td {
	padding:7px;
	vertical-align:top;
	background-color:#e9eff2;
	font-size:11px;
	color:#333;
}
table.horizrule td {
	border-bottom:1px solid #C4C4C4;
	padding:10px 15px 10px 0;
}
.social-sidebar img {
	margin-right:10px;
	vertical-align:middle;
}
.social-sidebar p, .social-sidebar a {
	color:#666;
	font-size:12px;
	line-height:20px;
	vertical-align:middle;
}
p.loader {
	padding: 1em 1em 1em 3em;
	background: transparent url(http://13e69210f681c6aaccd58f3236e68ba31d3b4942.gripelements.com/img/loader.gif) 1em center no-repeat;
}
#yt-videos div > div,
#yt-videos div table {
	width:100% !important; 
	padding-top:10px;
}

#yt-videos div > div {
	padding-bottom:10px !important;
	border-bottom:solid 1px #eee !important;
}

#yt-videos a img {
	padding:1px !important;
	border:solid 4px #ccc !important;
	display:block;
	margin:auto;
}	
#yt-videos span {
	color:#666;
	font-size:.9em;
}
#companies tr td {
	border-bottom:1px solid #CCCCCC;
	padding:2px;
}
img.border {
	background: #CCC;
	padding: 4px;
	border-color:#ccc;
	border-size:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#twitter {
	background-color:#fff;
	display:block;
	float:left;
	margin:0px 0 20px;
	border:1px solid #94A3C4;
	width:678px;
}
#twitter .loading {
	text-align: center;
}
#twitter .tweets {
	clear:both;
	padding:7px;
	background-color:#fff;
}
#twitter img {
	float:left;
}
#main ul.tweet_list {
	margin:10px 0 0;		
}
#main ul.tweet_list li {
	font-size:12px;
	padding:5px 0 10px;
	background:none;
	margin-bottom:none;
}
#main ul.tweet_list li a {
	color:#215670;
	font-weight:bold;
}
.tweet_avatar img {
	display:none;
}
/* =9 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#footer {
	clear:both;
	color:#999;
	font-size:10px;
	margin:0 auto 20px auto;
	width:976px;
}
#footer a {color:#999;}
#footer a:hover {color:#666;}
#footer strong {
	text-transform: uppercase;
	color:#666;
}

#social {
	height:41px;
	margin-bottom:10px;
	background:url(http://13e69210f681c6aaccd58f3236e68ba31d3b4942.gripelements.com/img/sprites_exec-ind-news-opr-site.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:136px;
}
#address p {
	margin-top:0;
}
#sitemap {
	float:right;
	background:url(http://13e69210f681c6aaccd58f3236e68ba31d3b4942.gripelements.com/img/dot.gif) repeat-y;
	width:840px;
}
#sitemap ul {
	list-style: none;
	float:left;
	width:130px;
	margin-bottom:15px;
	margin-right:9px;
}
* html #sitemap ul {margin-right:7px;}
#sitemap ul li{margin-bottom:6px;}
#sitemap ul.first {margin-left:15px;}
* html #sitemap ul.first {margin-left:7px;}
#sitemap ul.last {margin-right:0px;}

.fact {
position: relative;
float: left;
width: 48%;
margin-left: 2%;
}

#facts {
position: relative;
clear: both;
}


#facts ul {
margin-top: 0px;
margin-bottom: 20px;
}

.fpush {
margin-left: 15px;
}

/* Toolkit, generic styles */
div.toolkit {	
           width: 215px;
           margin-top: -5px;
           margin-bottom: 15px;
	padding: 3px 11px 11px;
	background: #fff url(http://13e69210f681c6aaccd58f3236e68ba31d3b4942.gripelements.com/img/toolkit/bg-gradient-border-toolkit-237.gif) no-repeat bottom;
	}
           div.toolkit p, div.toolkit ul {
                      width: auto !important;
                      padding: 0 !important;
                      background-color: transparent !important;
                      background-image: none !important;
                      }          
           div.toolkit .map-sample {
		margin: 5px 0 5px 5px;
		}
	div.toolkit > h3 {
		margin-top: 0;
		padding-left: 0;
		border-bottom-width: 0;
		}
	ul.accordian {	
		margin: 0;
		padding: 0;
		list-style-type: none !important;	
		}
		ul.accordian li {
			clear: both;
			margin: 0;
			padding: 0;				
			border-bottom: 1px solid #e5e5e5;			
			}
		ul.accordian h4 {
			clear: left;
			float: left;
			min-height: 16px;				
			margin: 7px 0;
			padding: 1px 0 0;		
			padding-left: 31px;
			background: transparent url(http://13e69210f681c6aaccd58f3236e68ba31d3b4942.gripelements.com/img/toolkit/ind-arrow-right.gif) 3px 1px no-repeat;		
			}
		ul.accordian h4.selected {
			background-image: url(http://13e69210f681c6aaccd58f3236e68ba31d3b4942.gripelements.com/img/toolkit/ind-arrow-down.gif);
			}
			ul.accordian h4 a {
				color: #555;
				}
		ul.accordian.active h4:hover, ul.accordian h4 a:hover {
			cursor: pointer;
			color: #e51635;				
			}
		ul.accordian.active div.content {
			clear: left;
			float: left;
			display: none;	
			margin: 0;			
			padding: 0;
			border: none;
			}
			ul.accordian.active div.content ul {
				margin: 0 30px 7px 50px !important;
				padding: 0;
				list-style-type: square;
				}
				ul.accordian.active div.content li {
					border-bottom-width: 0;			
					}
		div.toolkit p.end {
			margin-top: 11px;
			}
	.end {
		clear: both;
		margin-bottom: 0;
		}

div.feature-site-selection-toolkit {
           margin-bottom: 10px;
}

