#MenuBar {
	height: 54px;
	margin-bottom: 15px;
	background: #e6eef0;
  	background:  -moz-linear-gradient(top, #e4edef, #feffff);
  	background:  -o-linear-gradient(top, #e4edef, #feffff);
	background:  -ms-linear-gradient(top, #e4edef, #feffff);
	background:	-webkit-gradient(linear, center top, center bottom, from(#e4edef), to(#feffff));	
}
.boxshadow #MenuBar {
	-moz-box-shadow: 0px 2px 5px #c7d8dd;
	-webkit-box-shadow:  0px 2px 5px #c7d8dd;
	box-shadow:  0px 2px 5px #c7d8dd;
}
.no-boxshadow #MenuBar {
	border-bottom: 1px solid #ccc;
}
/* ------------------------------------- Sooperfish menu --- */
html body ul.sf-menu ul
,html body ul.sf-menu ul li {
width:180px;
}
html body ul.sf-menu ul ul {
margin:0 0 0 180px;
}

/* Framework for proper showing/hiding/positioning */
/* DO NOT EDIT FROM HERE */
ul.sf-menu
,ul.sf-menu * {
margin:0;
padding:0;
}

ul.sf-menu {
display:block;
position:relative;
}
ul.sf-menu li {
display:block;
list-style:none;
float:left;
position:relative;
}
ul.sf-menu li:hover {
visibility:inherit; /* fixes IE7 'sticky bug' */
}
ul.sf-menu a {
display:block;
position:relative;
}
ul.sf-menu ul {
position:absolute;
left:0;
width:150px;
top:auto;
left:-999999px;
}
ul.sf-menu ul a {
zoom:1; /* IE6/7 fix */
}
ul.sf-menu ul li {
float:left; /* Must always be floated otherwise there will be a rogue 1px margin-bottom in IE6/7 */
width:150px;
}
ul.sf-menu ul ul {
top:0;
margin:0 0 0 150px
}

ul.sf-menu li:hover ul,ul.sf-menu li:focus ul,ul.sf-menu li.sf-hover ul { /*first level*/
left:auto;
}
ul.sf-menu li:hover ul ul,ul.sf-menu li:focus ul ul,ul.sf-menu li.sf-hover ul ul {
left:-999999px;
}
ul.sf-menu ul li:hover ul,ul.sf-menu ul li:focus ul,ul.sf-menu ul li.sf-hover ul {/*second level*/
left:auto;
}
ul.sf-menu ul li:hover ul ul,ul.sf-menu ul li:focus ul ul,ul.sf-menu ul li.sf-hover ul ul {
left:-999999px;
}
ul.sf-menu ul ul li:hover ul,ul.sf-menu ul ul li:focus ul,ul.sf-menu ul ul li.sf-hover ul {/*third level*/
left:auto;
}
ul.sf-menu ul ul li:hover ul ul,ul.sf-menu ul ul li:focus ul ul,ul.sf-menu ul ul li.sf-hover ul ul {
left:-999999px;
}
ul.sf-menu ul ul ul li:hover ul,ul.sf-menu ul ul ul li:focus ul,ul.sf-menu ul ul ul li.sf-hover ul {/*fourth level*/
left:auto;
}
ul.sf-menu ul ul ul li:hover ul ul,ul.sf-menu ul ul ul li:focus ul ul,ul.sf-menu ul ul ul li.sf-hover ul ul {
left:-999999px;
}

/* autoArrows CSS */

span.sf-arrow {
width:7px;
height:7px;
position:absolute;
top:8px;
right:0;
display:block;
background:url(images/arrows-black.png) no-repeat 0 0;
overflow:hidden; /* making sure IE6 doesn't overflow and expand the box */
font-size:1px;
}

ul ul span.sf-arrow {
right:12px;
top:7px;
background-position:0 100%;
}
/* ------------------------------------------ Sooperfish styling --- */

ul#nav {
float:left;
}

ul#nav ul {
	background:#fff;
	padding: 10px;
}
ul#nav li {
	background:  url("../images/menu-sep.png") no-repeat right 26px;
	padding-right: 10px;
	margin-left: 7px;	
}
ul#nav li a {
	padding:10px 0px;
	margin-right: 8px;
	color: #ac1b41;
	font-weight: bold;
	padding-top: 20px;
	text-transform: uppercase;

}

ul#nav a.active {
	background: url("../images/menu-selected.png") no-repeat center top;
}

ul#nav li a:hover,
ul#nav li a:focus {
	color: #007D97;
	text-decoration: none;
}

ul#nav ul li a {
	color: #007D97;
	background-image: none;
	text-transform: none;
	padding: 2px 5px;
}
ul#nav ul li a:hover {
	color: #ac1b41;	
}
ul#nav ul li {
	padding: 0;
	margin: 0;
	background:none;
}
ul#nav ul ul {
border-top:1px solid #eee;
margin-top:-1px;
}
ul#nav ul ul li a {
	font-weight: normal;
}
span.sf-arrow {
top:18px;
right:2px;
background-image:url(../images/arrows-white.png);
}

ul ul span.sf-arrow {
right:12px;
top:16px;
}
/* -------------------------------------- Industry sectors list ---*/
.sectorsMenu {
	text-align: center;
	color: #007d97;
	margin-bottom: 15px;
}

.sectorsMenu li {
	font-weight: bold;
	background: url("../images/small-bullet.png") no-repeat right 5px;
	display: inline;
	padding-right: 10px;
	margin-right: 3px;
}
.sectorsMenu .firstLi {
	padding-right: 0px;
	margin-right: 3px;	
}
.sectorsMenu a {
	color: #007d97;	
	font-weight: normal;
}

/* --------------------------------------Search & login btn ---*/
.searchBox {
	width: 200px;
	margin: 14px 3px 0 0;
	float: left;
	position: relative;
}
.searchBox .txt {
	width:	178px;
  	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
  	border-radius: 40px;
	background:	#fff;
	-moz-box-shadow:  1px 1px 4px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
	box-shadow:  1px 1px 4px rgba(0, 0, 0, 0.25);
	border: none;
	height: 25px;
	padding: 0 10px;
	font-size: .9em;
	outline:none;
}
.searchBox label {
	padding: 1px 0 0 5px;
	font-weight: bold;
	color: #000;
}
.searchBox .submit {
	background: url('../images/search.png') no-repeat left 7px;
	width: 22px;
	height: 30px;
	border: none;
	float: right;
	z-index: 20;
	position: absolute;
	right: 3px;
	top: -5px;
	cursor: pointer;
}
.loginBtn {
	width: 80px;
	font-size: .9em;
	margin-top: 14px;
	float: left;
	font-weight: bold;
  	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
  	border-radius: 40px;
	color: #000;
	background:	#fff url('../images/loginBtn.png') no-repeat 95% 2px;
	height: 25px;
	line-height: 25px;
	padding-left: 9px;
	-moz-box-shadow:  1px 1px 4px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
	box-shadow:  1px 1px 4px rgba(0, 0, 0, 0.25);
}
.shoppingBtn {
	width: 20px;
	font-size: .9em;
	margin-top: 14px;
	float: left;
	font-weight: bold;
	color: #000;
	background: url('../images/shoppingBtn.png') no-repeat 95% 3px;
	height: 25px;
	line-height: 25px;
	padding-left: 8px;
	-moz-box-shadow:  1px 1px 4px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
	box-shadow:  1px 1px 4px rgba(0, 0, 0, 0.25);
}

/* --------------------------------- Homepage news --- */
.homeList .dtStart {
	color: #959595;
	font-weight: bold;
	font-size: 14px;
}

.headLabel {
	color: #ac1b42;
	font-weight: bold;
	margin-bottom: 5px;
}
.headLabel li {
	margin: 0;
	padding: 0;
	border: none;
	display: inline;
}

.homeList .photo {
	width: 100px;
	float: right;
}
.homeList a.button {
	float: left;
}
.compList {
	margin-bottom: 10px;
	font-size: .9em;
}
.compList li {
	color: #363636;
	display: inline;
	padding: 0 4px 0 0;
	margin: 0;
	border: none;
}
.compList a {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #d9ecf0;
	padding: 2px 4px;
	color: #007d97;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #fff;
}

.mainSideNews {
	width: 250px;
	margin-right: 20px;
	float: left;
}
.moreNewsList a,
.repList a {
	color: #000;
}
.moreNewsList li h4,
.repList li h5 {
	margin: 0;
}
.moreNewsList .dottedSep {
	margin: 10px 0;
}
.repList h4,
.repList h5 {
	line-height: 1.3;
}
.repList li {
	margin-bottom: 20px;
}
/* -------------------------------------- Footer --- */
.footerCompanies {
	margin: 10px 0;
}
.footerCompanies h5 {
	font-size: 1.3em;
}
.footerCompanies ul {
	margin-bottom: 20px;
}
.footerCompanies li {
	width: 59px;
	height: 59px;
	text-align: center;
	float: left;
	background: #fff;
	border: 1px solid #dde1e3;
	margin-right: 20px;	
	line-height: 59px;
}
.footerCompanies li.lastLi {
	margin-right: 0!important;
	border: 1px solid #dde1e3!important;
}
.footerCompanies li img {
	vertical-align: middle;
}

.mainFooter {
	background: #fff;
	-moz-box-shadow: 2px 0px 10px #c7d8dd;
	-webkit-box-shadow: 2px 0px 10px #c7d8dd;
	box-shadow:  2px 0px 10px #c7d8dd;
	padding: 20px 0;
}
.mainFooter h6, .update h6 {
	font-size: 1.7em;
	font-weight: bold;
}
.update h6 {
	font-size: 1.5em;
	line-height:1.5em;
	padding-left: 10px;
}
.mainFooter a.button, .update a.button {
	font-size: 1.7em;
	padding: 8px 15px;
	float: left;
	font-weight: bold;
}
.mainFooter .col,
.mainFooter .colLast,
.update .col,
.update .colLast {
	width: 210px;
	float: left;
	font-family: 'PT Serif', Georgia, sans-serif;
	margin: 10px 30px 20px 0;
}

.update .col,
.update .colLast {
	width: 293px;
}

.mainFooter .col h5,
.update .col h5 {
	text-transform: uppercase;
	color: #ac1b41;
	margin-bottom: .6em;
	font-size: 1.1em;
}
.mainFooter .colLast,
.update .colLast {
	margin-right: 0;
}
.footerArt li {
	border-bottom: 1px dotted #7d7d7d;
	padding-bottom: 5px;
	font-size: .9em;
	line-height: 1.4;
	margin-bottom: 5px;
}
.update li {
	font-size:.8em;
	font-weight: 900;
}
.update li p.author {
	color: #999;
	margin-bottom:0;
}

.footerArt a {
	color: #000;
}
.footerArt .author {
	font-style: italic;
	margin-top: 2px;
}
.mainFooter .copyRight {
	font-weight: bold;
	float: right;
}
/* ------------------------------ Sidebar --- */
.sidePanel input.txt,
.sideCallOut input.txt {
	background: #fff;
	border: 1px solid #d4d6d7;
	width: 245px;
}
.sidePanel .overlabel,
.sideCallOut .overlabel,
.sidePanel .overlabel_update,
.sideCallOut .overlabel_update {
	color: #b7b7b7;
}
.sidePanel h5.head,
.sidePanel h3.head {
	font-family: 'PT Sans', Arial, sans-serif;
	text-transform: uppercase;
	color: #ac1b41;
	margin-bottom: .5em;
}
.sidePanel .genForm,
.sideCallOut .genForm {
	margin-top: 0px;
}
.sidePanel h5.art {
	margin: 0;
	line-height: 1.4em;
}
.sidePanel button,
.sideCallOut button {
	margin-top: 15px;
}
.sidePanel .compList a {
	background: #cbe3e9
}
.sidePanel .pubDate {
	margin-bottom: 5px;
	line-height: 1.3em;
}
.sidePanel .compList li.head {
	font-size: 1.1em;
}

.sidePanel  .dottedSep {
	margin-bottom: 10px;
}

.sideCallOut h3 {
	font-weight: normal;
	line-height: 1.3;
}
.sideCallOut h5 {
	color: #007d97;
	margin-bottom: 0;
}
.sideCallOut .lineSep {
	margin: 15px 0;
}

/* -------------------------------------------- Interviewee --- */
.intervieweePanel {
	
}

.intPhoto {
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 20px;
}
.intTitle {
	width: 498px;
	float: left;
}
.intTitle h1 {
	color: #2f2f2f;
	font-size: 2.6em;
}
.intTitle h2 {
	font-size: 1.6em;
}

.socialLinks {
	font-family: 'PT Serif', Georgia, serif;
	margin-bottom: 15px;
}
.socialLinks li {
	font-weight: bold;
}
.socialLinks a {
	font-weight: normal;
}

.sortArticles {
	margin-bottom: 20px;
}
.artHead {
	width: 500px;
	float: left;
}
.quickBtn {
	float: right;
	border: 1px solid #bfdee5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #7fbecb;
	padding: 1px 5px;
	font-size: .8em;
}
.headFilter {
	text-transform: uppercase;
	color: #007d97;
	font-weight: bold;
	font-family: 'PT Sans', Arial, sans-serif;	
}
.sideFilter,
.nameFilter  {
	font-family: 'PT Serif', Georgia, serif;
	margin-bottom: 15px;
	color: #363636;
	font-size: .9em;
}
.sideFilter ul {
	margin-left: 15px;
}
.sideFilter li {
	line-height: 1.3;
}
.sideFilter a,
.nameFilter a {
	color: #000;
}
.nameFilter li {
	display: inline;
	background: url("../images/listBullet.png") right 6px no-repeat;
	padding-right: 10px;
	margin-right: 4px;
}

.mainCallOut h2 {
	font-family: 'PT Sans', Arial, sans-serif;	
	width: 280px;
	float: left;
	color: #363636;
	margin: 4px 10px 0 0;
	font-size: 1.35em;
	font-weight: normal;
}
.mainCallOut a.callOutBtn {
	padding: 8px 0;
	font-size: 1.3em;
	margin-right: 10px;
}
.mainCallOut .newsLetter {
	background: url("../images/arrowBullet.png") right 12px no-repeat;
	font-family: 'PT Sans', Arial, sans-serif;	
	border-left: 1px dotted #000;
	padding-left: 20px;
	float: left;
	width: 260px;
}
.mainCallOut .subs {
	width: 140px;
}
.mainCallOut .trial {
	width: 162px;
}
.mainCallOut .newsLetter a:hover {
	text-decoration: none;
}
.mainCallOut .newsLetter h4 {
	color: #007d97;
	margin-bottom: 0em;
}
.mainCallOut .newsLetter p {
	color: #007d97;
	font-size: 1.1em;
	letter-spacing: -0.08em;
}
.tSpaced {
	margin-top: 20px;
}
.bSpaced {
	margin-bottom: 20px;
}
.halfBSpaced {
	margin-bottom: 10px!important;
}
.halfTSpaced {
	margin-top: 10px;
}
