﻿/**
 * Theme: Integra CSS
 * 
 * Author: Todd Thomson, Achilles Software
 * Based on Twilight theme by PIXTURE STUDIO <http://www.pixture.com>
 */
/* === Generic elements === */
html {
	font-size: 100%; /*Fix a IE em BUG*/
}
font, basefont {
	font-size: 100%; /*Fix a IE em BUG*/
}
body {
  background: #808080 url(images/integra-bg.png) repeat-x;
  color: #282828;
  font-family: Verdana, Arial, sans-serif;
  font-size:12px;
  min-width: 800px;
  padding-top:32px;
  margin:0;
}

#body-container
{
    clear:both;
    width: 940px;
	margin: 0 auto;
	padding: 0;
    -moz-box-shadow: 0px 10px 10px #000;
    -webkit-box-shadow: 0px 10px 15px #000;
	box-shadow: 0px 10px 10px #000;
}
#wrapper {
    width: 940px;	
	margin: 0 auto;
	line-height: 1.5em;
}
#container {
	margin: 0px;
	padding: 0px;
	text-align: left; /* IE5 hack */
	line-height: 1.5em;
	background-color: White;
}
.container-inline div, .container-inline label {
	display:inline;
}
table, tr, td, thead, tbody {
	border-spacing: 0;
	border-collapse: collapse;
	border-width: 0px;
}
.sticky-header tr, .sticky-header th, .sticky-header thead {
	background: #161616;
}
tr.odd td, tr.even td {
  padding: 0.4em;
}
tr.odd {
	background: #80c9ff;
	border-bottom: solid 1px #004f8b;
}
tr.even {
	background: #bfe4ff;
	border-bottom: solid 1px #504e4d;
}
td.active {
	background: #484848;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.3em;
	color: #003247;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3, h4, h5, h6 {
  font-size: 1.1em;
}
p {
  margin-top: 0.4em;
  margin-bottom: 0.8em;
}
img {
	border: none;
}
.bio img, .content img
{
    background-color: #DEEDF7;
    border: 1px solid #AED0EA;
    margin-right: 10px;
    padding: 4px;    
}

.button img {
	border: none;
	vertical-align: inherit;
}

.button .cancel 
{
    background-color: #fe1010;
}

em {
	text-decoration: none;
	font-weight: normal;
}
div#cr8 {
	padding-top: 8px;
}
table {
	/* make <td> sizes relative to body size! */
	font-size: 1em;
	margin: 0px;
}

fieldset {
    margin-bottom: 1em;
    padding: .5em;
    border: solid 1px #cccccc;
    background-color: #f2f8fc; 
}

fieldset legend
{
    font-size: 1em;
    color: #003247;
    font-weight: bold;
    padding: 10px 5px;
}

fieldset.collapsible a .expanded {
	background-image:url(images/spindown-closed.gif);
}

fieldset.collapsible a .collapsed {
	background-image:url(images/spindown-open.gif);
}

.form-details 
{
    margin-bottom: none;
    padding: 10px;
    border: solid 1px #cccccc;
    background-color: #f2f8fc;
    -moz-border-radius: 8px; -webkit-border-radius: 8px;
    border-radius: 8px;    
}

.form-actions 
{
    clear:both;
    margin: 8px 0 0 0;
}

.label-item label {	padding-top: 4px; clear:both; color: #003247; font-weight: bold; display: block;}
.label-item p {	margin: 0;}

.form-item-editor 
{
    float: left;
    width: 80%;
    max-width: 80%;
    margin-left: 12px;    
}

.submit 
{
    margin-top: 15px;
    margin-left: 164px;
}

.form-item { margin-bottom: 8px; }

.form-item p, .form-item ol, div.checkbox-list { margin-left: 172px; }
.form-item textarea { margin-left: 12px; max-width: 325px;}
.form-item input, select { margin-left: 12px; max-width: 290px; }

.form-item div.property
{
  	margin-left:172px;
}

.form-item label {
	clear:both;
	display:block;
	color: #007AC6;	
	float:left;
	padding:0;
	width:160px;
	/*margin-right: 1em; */
	font-weight:bold;
	text-align:right;
}
.field-validation-error span {
	display:block;
	vertical-align:top;
	margin-left:172px;
}
.validation-summary-errors ul {
	display:block;
	margin-left:25px;
}

.form-buttons {
	padding:5px 0 0 0px;
	text-align:left;
	margin-left: 172px;
}

.form-info span {
	display: inline;
	color:#808080;
}

.field-validation-error { display: block; color: #ff0000; }
.input-validation-error { border: 1px solid #ff0000; background-color: #ffeeee; }
.validation-summary-errors {font-weight: bold; color: #ff0000; padding:10px; }

ul {
	padding: 0;
	padding-left: 1em;
	margin: 0px;
}
li {
	padding: 0;
	margin: 0px;
	padding-left: 0;
	line-height: 1.6em;
}
li a, li a:visited, li a:active, li a:hover {
}
.item-list ul {
	padding: 0px;
	margin: 0px;
}
.item-list ul li {
	font-size: 12px;
}
.item-list .title {
  font-size: 1em;
}
div.links {
	margin-bottom: 0;
	margin-top: 10px;
	text-align: right;
}
ul.links li {
	padding: 0px 0px 0px 10px;
	margin: 0;
}
.comment .links {
  margin-bottom: 0;
}
.more-link, .more-link a {
	font-size: 11px;
	font-weight: normal;
	clear: both;
}
/* List Menu */
#list-menu ul {
	list-style:none;
	padding: 0;
	text-decoration:none;
}
#list-menu li {
	margin: 2px 0 0 0;
	padding: 0 0 5px 0;
}

#list-menu li a {
	padding: 4px 10px 4px 22px;
	text-align:center;
	line-height: 1.6em;	
}
#list-menu li.feed-link a {
	background:transparent url(images/feed.png) no-repeat scroll left center;		
	padding: 4px 10px 4px 22px;
	text-align:center;
}
#list-menu li.help-link a {
	background:transparent url(images/help.png) no-repeat scroll left center;		
	padding: 4px 10px 4px 22px;
	text-align:center;
}
/* Link Menu */
#link-menu {
	min-height: 36px;
}
#link-menu ul {
	list-style:none;
	float:left;
	padding: 0;
	text-decoration:none;
	font-size:0.95em;
}
#link-menu li {
	float:left;
	display:inline;
	margin: 0;
	padding: 5px 0 0 0;
}
#link-menu li.print-link a
{
	background:transparent url(images/printer.png) no-repeat scroll left center;
	padding: 4px 8px 4px 20px;
	text-align:center;
}
#link-menu li.email-link a {
	background:transparent url(images/mail.png) no-repeat scroll left center;
	padding: 4px 8px 4px 20px;	
	text-align:center;		
}
#link-menu li.share-link a {
	background:transparent url(images/share.png) no-repeat scroll left center;
	padding: 4px 8px 4px 20px;	
	text-align:center;
}

li.pdf-link, a.pdf-link {
	background:transparent url(images/buttons/pdficon_small.gif) no-repeat scroll left center;
	height:3em;
	padding-left:24px;
	padding-bottom: 5px;
}
.hovertag em {
	background-color:white;
	border:4px solid #8C8C8C;
	color:green;
	display:none;
	font-size:0.9em;
	font-style:italic;
	padding:5px;
	position:absolute;
	width:200px;
	z-index:100;
}
/* === Page layout blocks/IDs === */
#content {
	width: 940px;
	float: left;
	background: #ffffff url(images/bg-content.png) repeat-y;	
}
.sidebar-none #content {
	width: 100%;
	float: left;
	background: #ffffff;
}
.submitted {
  color: #565656;
  font-size: 0.8em;
}
.links {
  color: #565656;
}
.links a {
	font-size: 11px;
	font-weight: normal;
}
/* Basic Text Colors */
a, a.active {
	text-decoration: none;
	font-weight: bold;
	color: #008dc6;
	border: none;
}
/* a:link, a.active:link 
{
	border: none;
} */
a:visited, a.active:visited {
}
a:hover, a.active:hover {
	text-decoration: underline;
}
a:focus, a.active:focus {
	outline: none;
}

/* Media Clips */

div.video-player {
    background: none repeat scroll 0 0 #111111;
    border-bottom: 1px solid #000000;
    -moz-box-shadow: 0px 10px 10px #000;
    -webkit-box-shadow: 0px 10px 10px #000;
    box-shadow: 0 0 10px #000000;
    margin: 20px auto 30px;
    padding: 0 !important;
    height: 270px !important;    
    width: 480px;
}

#video-wrapper {
    background-color: #4c4c4c;
    border: 1px solid #333333;
    border-radius: 10px 10px 10px 10px;
    -moz-box-shadow: 0 2px 10px #333333, 0 1px 0 #707478 inset;
    -webkit-box-shadow: 0 2px 10px #333333, 0 1px 0 #707478 inset;
    box-shadow: 0 2px 10px #333333, 0 1px 0 #707478 inset;
    height: auto;
    margin: 10px auto 10px;
    position: relative;
    width: 100%;
}
.media-panel
{
    margin:10px;
    margin-left:30px;
}

.media-clip {
    background-color: #F2F8FC;
    display: inline;
    float: left;
    height: 190px;
    margin: 0 10px 10px 0;
    overflow: hidden;
    position: relative;
    width: 150px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.media-clip.selected 
{
    border: 1px solid #007AC6;
}
.media-clip:hover, .media-clip.active {
    background-color: #e4f1fb;
    border: 1px solid #008DC6;
}
.media-clip .play-btn {
    background: url(images/play.png) no-repeat scroll 0 0 transparent;
    height: 55px;
    left: 48px;
    position: absolute;
    top: 30px;
    width: 55px;
}
.media-clip .header, .media-clip .footer {
    color: #999999;
    font-size: 10px;
}

.media-clip .header {
    height: 10px;
    line-height: 11px;
    padding: 4px 4px 3px;
}
.media-clip .header p
{
    margin: 0;
}

.media-clip .title {
    color: #008DC6;
    display: block;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.25em;
    margin: 2px 4px;
    max-height: 32px;
    overflow: hidden;
    text-decoration: none;
}
.media-clip .date {
    display: inline;
    float: left;
}

.media-clip .length {
    display: inline;
    float: right;
}

.media-clip .teaser {
    color: #565656;
    display: block;
    font-size: 9px;
    line-height: 12px;
    margin: 2px 4px;
   border:none;
    text-decoration: none;
}

/*-------------------------------------------------------------------*/
/*                               Header                              */
/*-------------------------------------------------------------------*/
#header {
    background: #ffffff url(images/integra-header.png);	
	width: 940px;
    height: 100px;
    margin: 0 auto;	
	vertical-align: top;
	line-height: 1.5em;
}
.header_left 
{
	float:left;
	display:inline;
    padding-left: 10px;
    margin-top: 35px;
    margin-left:100px;
    width: 375px; /*was 60% */
}
.header_right {
    float: right;
    margin-right:10px;
	margin-top: 12px;    
}

#header img, .header_text {
    padding-top: 10px;
    border: none;
}

#header ul.links li {
    padding: 0 0 0 0.5em;
}

#pad {
	width: 10px;
	height: 68px;
	padding: 0px;
	margin: 0px;
}
#pad2 {
	width: 10px;
	padding: 0px;
	margin: 0px;
}
#site_name {
	text-align: left;
	margin: 0px;
	vertical-align: middle;
	overflow: hidden;
	padding-top: 18px;	/* for image title */
}
#site_name h1 {
	text-align: left;
	font-size: 20pt;
	line-height: 1.5em;
	padding: 0px 10px;
	margin: 0px;
	font-family: Verdana, Arial, sans-serif;
}
#site_name h1 a:hover {
	text-decoration: none;
}
#site_name .site-slogan {
	color: #e7e7e7;
	font-size: 1em;
	line-height: 1em;
	padding: 0px;
	margin: 0px;
	text-align: left;
	padding-left: 7px;
	padding-bottom: 2px;
	padding-top: 0px;
}
#site_search {
	display:inline-block;
	padding:4px;
	position:relative;
}
div#search {
	display:inline-block;
	position:relative;
}
div.search_box {
	background-color:#FFFFFF;
	border:1px solid #008dc6;
	display:inline-block;
	min-height:1.5em;
	position:relative;
	text-align:left;
	width: 200px;
}
input.search_textbox {
	background-color:#FFFFFF !important;
	border:0 none;
	color:#000000;
	font-size:1em;
	height:1.6em;
	padding: 0px 5px 0;
	vertical-align:top;
	width: 164px;
}
input.search_textbox.watermark {
	color:#7e7e7e;
	font-style:italic;
}
input.search_btn 
{
	background: #ffffff url(images/bing-sprite.png) no-repeat 0 -22px;
	border:0 none;
	cursor:pointer;
	height:22px;
	margin:0;
	overflow:hidden;
	padding:0;
	vertical-align:top;
	width:21px;
}
/* === Top Navigation Bar ===== */
#navigation {
    background: #f2f8fc url(images/navbar.png) repeat-x center left;
    color: #000;
    width: 940px;
    margin: 0 auto;
    height: 24px;
}

/* === login info widget === */
#login-info {
  float: right;
  text-align: right;
  padding: 0px;
  margin: 0 auto;
  font-size: 1em;
  margin-right: 10px;
  line-height: 20px;
}

#login-info a 
{
    color: #FFF;
}

#login-info p {
	margin:0;
    color: #FFF;
}

/* logon panel */
#login-panel {
	display:none;
	left:300px;
	position:absolute;
	text-align:left;
	top:100px;
	width:410px;
}
#loginform {
	clear:left;
	margin:auto;
	padding:10px 0;
	text-align:left;
}

/* === Primary Navigation Menu === */
#topprimarymenu {
    line-height: 22px;
}

#topprimarymenu h2 {
    display: none;
}

#topprimarymenu .block {
  margin-bottom: 0;
  padding-bottom: 0;
}
#topprimarymenu .block, #topprimarymenu .box {
  padding: 0;
}

#topprimarymenu h2.title {
  display: inline;
}

#topprimarymenu ul.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 100;
  float:left;
} 

#topprimarymenu li 
{
	float:left;
	margin: 0;
	padding: 0;
	line-height: 24px;
}

#topprimarymenu li a 
{
	display: block;
	padding: 0px 8px;
	margin: 0;
	text-decoration: none;
	font-size: 90%;
	font-weight: bold;
	color: #fff;
}

#topprimarymenu a:active,
#topprimarymenu a:hover {
	text-decoration: none;
	background-color: #000;
	color: #fff;
	cursor: pointer;  
}

#topprimarymenu li:hover, 
#topprimarymenu li.sfhover {
  background-color: #000;
  color: #fff;
  position:static;
}

/* --- Navigation Menu: second-level lists --- */
#topprimarymenu ul.menu ul {
  z-index: 101;	
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #003247;
  border: solid 1px #000;
  -moz-box-shadow: 0 4px 8px #000;
  -webkit-box-shadow: 0 4px 8px #000;
  box-shadow: 0 4px 8px #000;
}

#topprimarymenu ul.menu li ul a.parent {
	width: 164px;
	font-weight: bold;
	cursor: pointer;
	background: transparent url(images/submenu-right.png) no-repeat scroll right center;
}

#topprimarymenu ul.menu li ul {
  position: absolute;
  z-index: 101;  
  width: 175px;
  left: -999em; /* to hide menus because display: none isn't read by screen readers */
}

#topprimarymenu ul.menu li.expanded ul
{
    border: 1px solid #7f7f7f;
}

#topprimarymenu ul.menu li li {
  z-index: 101;	
  float: left;
  width: 175px;
}

#topprimarymenu ul.menu li li a:link,
#topprimarymenu ul.menu li li a:visited {
  font-weight: bold;
  width: 164px;
}

#topprimarymenu  ul.menu li ul a {
  padding: 0 0 0 0.8em;
  width: 175px;
  line-height: 24px;
}

#topprimarymenu  ul.menu li ul a:active,
#topprimarymenu  ul.menu li ul a:hover {
  text-decoration: none;
}

/* margin for pullouts */
#topprimarymenu  ul.menu li ul ul {
 margin: -24px 0 0 164px;
}

#topprimarymenu ul.menu li:hover ul ul, 
#topprimarymenu ul.menu li:hover ul ul ul, 
#topprimarymenu ul.menu li.sfhover ul ul, 
#topprimarymenu ul.menu li.sfhover ul ul ul {
  left: -999em;
}

#topprimarymenu ul.menu li:hover ul, 
#topprimarymenu ul.menu li li:hover ul, 
#topprimarymenu ul.menu li li li:hover ul, 
#topprimarymenu ul.menu li.sfhover ul, 
#topprimarymenu ul.menu li li.sfhover ul, 
#topprimarymenu ul.menu li li li.sfhover ul {
  left: auto;
}

/* --- Featured Content Panel --- */
#FeaturedContentHost {
	width: 700px;
    height: 350px;
    text-decoration: none;
}

#featured-content{ 
	width:700px; 
	height:350px; 	
	position:relative; 
	background:#fff;
}
#featured-content ul.thumbs-panel { 
	position:absolute; 
	top:290px; left:410px;
	list-style:none; 
	padding:10px 2px; margin:0; 
	width:240px;
	z-index:12;
	background: url('images/transparent-bg.png');
    -moz-border-radius: 4px; -webkit-border-radius: 4px;
    border-radius: 4px;
}
#featured-content ul.thumbs-panel li { 
	width: 50px; /* required for IE 6 */
	padding:0; margin-left:8px;  
	font-size:12px; 
	color:#666;
	float:left; 
}

/* required by IE 6 - negative margin bug */
#featured-content ul.thumbs-panel li a { 
	position:relative;
	width: 100%;
}

#featured-content ul.thumbs-panel li img { 
	float:left; margin:0; 
	background:#fff; 
	padding: 2px; 
	border:1px solid #eee;
	width:45px;
	height:23px;
}
#featured-content ul.thumbs-panel li span { 
	font-size:11px; font-family:Verdana; 
	line-height:18px; 
}
#featured-content li.thumb a {
	display:block;
	color: #333;  background:#fff; 
	line-height:20px;
}

#featured-content .slide-panel
{
   	position:absolute; 
	top:10px; left:10px;
	list-style:none; 
	padding:10px; margin:0; 
	width:320px;
	z-index:12;
    background: #000; /*fallback */
	background: url('images/transparent-80.png');
	background: rgba(0,0,0,0.8);
    -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
    filter:inherit; /* for ie8 */
}

#featured-content .slide { 
	width:700px; height:350px;
	display:none;
	position:absolute;
	top:0;left:0;
}

#featured-content .slide img { 
	width:700px; height:350px; 
	background: none;
}
#featured-content h2.slide-title { 
	font-size:22px;
	color:#fff; padding:5px; margin:8px 8px 4px 0;
	overflow:hidden; 
}
#featured-content p.slide-text { 
	margin:8px; 
	font-size:14px;
	font-weight:800;
    color: #FFF;
	line-height:18px;
}

#featured-content a.slide-link 
{
    display:block;
    background:transparent url(images/forward.png) no-repeat scroll left center;    
	text-decoration:none; 
	font-size:14px;
    margin: 18px 6px 18px 6px;
    padding-left:40px;
	color: #008dc6;
}
#featured-content a:hover.slide-link{ 
	text-decoration:underline; 
}
#featured-content .ui-slide .ui-hide
{
    display: none !important;
}

#featured-content .ui-tabs-lastselected {
}

/* Blocks Panel */
.blocks-panel {	width: 700px; margin:0 auto; }
.blocks-panel .block .title { height: 22px; background-color: #e3e7f5; border-bottom: 1px solid #c4d1e7; border-right: 1px solid #c4d1e7; color: #003247; font-size: 1em; margin:0; padding: 0.2em 0.2em 0;}

.articles-block { float:left; width: 345px; padding-top: 10px;}
.article-block .block { display: block; width: 100%;}

/* Article */
#article-panel { padding: 8px; }
#article-panel .block-field-title { margin-bottom: 6px; line-height: 1.3em;}
.article-author label { color: #003247; font-weight: bold; }
.article-author p { margin: 0; }
.article-author-about { border: 1px solid #c6c6c6; background: #f6f6f6; padding: 8px;}
.article-author-image img { float: left; padding-right: 4px; width:80px; height:100px; }
.article-picture img { padding: 0; margin: 0 8px 4px 0; height: 90px; width: 135px; }
.article-picture a img { float: left; padding: 3px; border: 2px solid #c4d1e7; }
.article-picture a:hover img { border: 2px solid #008dc6;}

/* tabbed block Panel */
.tabbed-blocks { float: right; width: 49%; padding-top: 10px }

.content-blocks .block 
{
	background-color: #fafafa;
	min-height: 250px;
	display: block;
}

.content-blocks #conferences-block {
	border: none;
}
.content-blocks #block-block-1 {
	margin-right: 0;
	border: none;
}

.content-blocks ul {
	margin: 10px;
	padding: 0;
	list-style-type: none;
}

.block-link 
{
	text-align:center;
	margin-left: auto;
	margin-right: auto;	
}

#block-join-us {
	background: transparent url(images/joinus.png) no-repeat top center;
	height: 150px;
}
#block-locations {
	background: transparent url(images/locations.png) no-repeat top center;	
	height: 150px;
}

.joinus {
	position: relative;
	top: 95px;
	left: 64px;
	text-align: center;
}
div.sc_menu {
  /* Set it so we could calculate the offsetLeft */
  position: relative;
  height: 90px;
  width: 80px;
  /* Add scroll-bars */
  /* overflow: auto; */
}
ul.sc_menu {
  display: block;
  height: 80px;
  /* Max width here, for users without Javascript */
  width: 160px; /* was 1500 or MAX Width */
  padding: 8px 0 0 8px;
  /* Remove default margin */
  margin: 0;
  /* background: url('navigation.png'); */
  list-style: none;
}
.sc_menu li {
  display: block;
  float: left;
  padding: 0 4px;
}
.sc_menu a {
  display: block;
  text-decoration: none;
}
.sc_menu span {
  /* We want a caption to display on the next line */
  display: block;
  margin-top: 3px;
  text-align: center;
  font-size: 12px;
  color: #282828;
}
.sc_menu span {
  margin-top: 3px;
  text-align: center;
  font-size: .9em;
  color: #282828;
}
.sc_menu a:hover span {
  display: block;
}
.sc_menu img {
  border: 2px #F2F8FC solid;
  min-height: 60px;
  /* -webkit-border-radius: 3px;
  -moz-border-radius: 3px; */
}
.sc_menu a:hover img {
  border: 2px #008DC6 solid;
  background-color: #E3E7F5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;  
}
/* Services Block */
.hovertag em {
	font-size: .9em;
	font-style: italic;
	color: green;
	position: absolute;
    display: none; 
    width: 200px;
    background-color: white;
    border: 4px solid #8c8c8c;
    z-index: 100;
    padding: 5px;
}

.view-content {
	padding-right: 5px;
}

/*-------------------------------------------------------------------*/
/*                          Regular Blocks                           */
/*-------------------------------------------------------------------*/
.block .links {	font-size: 11px;}
.block .content { font-size: 11px;}
.block li {	line-height:1.2em; list-style: none; margin-bottom:10px;}
.block p {	line-height:1.2em;}
.block .label-item a {	line-height:1.2em; width: 200px;}
.block-item-list ul { padding: 0;}
.blocks-panel h2 { float: left; font-size: 1em; font-weight: bold; padding: 1px 8px 0 8px; vertical-align: top; margin: 0;}
/*-------------------------------------------------------------------*/
/*                              Regions                              */
/*-------------------------------------------------------------------*/
#main-content {
	width: 100%;
}
#main {
	/* padding in px not ex because IE messes up 100% width tables otherwise */
	padding: 10px;
}
#mission, .content-item .content, .comment .content {
  line-height: 1.5em;
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.breadcrumb {
	padding: 10px 10px 0px 10px;
    font-size: .8em;	
}
.error {
  border-color: red;
}
.sidebar-left #main-content,
.sidebar-right #main-content {
  width:700px;
  margin-left: 0;
  float:left;
  background-color: #ffffff;
  padding: 10px;
}

.sidebars #main-content {
  width:555px;
  float:left;
}

#sidebar-left, #sidebar-right {
	padding: 0 0 0 0;
	vertical-align: top;
}
#sidebar-left 
{
	background:#fff url(images/masked-mark.png) no-repeat scroll 0px 8px;
	width: 155px;
	float: left;
	padding-left: 10px;
	padding-top: 10px;
	min-height:300px;
}
#sidebar-right {
	background-color: #f2f8fc;
	width: 199px; /* was 200px */
	float: right;
	padding-left: 9px;
	padding-top: 10px;
	padding-right: 8px; /* was 10px */
}
#sidebar-right .content {
	padding: 5px;
}

.right-column {
	float:right;
	width:50%;
	padding-bottom: 10px;	
}
.left-column {
	float:left;
	width: 50%;
	padding-bottom: 10px;
}

#firm-title { border-bottom:2px solid #CCCCCC; position:relative}
#firm-title h1 { float: left; font-size:1.7em; width:475px; position: absolute; bottom: 0;}
#firm-title img { float: right; vertical-align: bottom; padding-top: 0; }
span.firm-tz { clear: both; float: right;  font-size: 0.8em; color: #282828; }

#firm-profile { clear: both; }
#firm-profile .right-column {
	float:right;
	width:73%;
	padding-bottom: 10px;	
}
#firm-profile .left-column {
	float:left;
	width:120px;
	padding: 10px 10px 10px 0;
}
div#footer 
{
	background-color: #003247;
	height: 50px;
	width: 940px;
	margin: 0 auto;
	text-align: center;
	font-size: 11px;
	color: #ffffff;
	line-height: 1.5em;
}
#footer a {
	text-decoration: none;
	font-weight: bold;
}

#footer .block .block-bc, #footer .block .block-tc {
	padding: 0px;
	margin: 0px;
	width: 100%;
	padding-top: 2px;
}
#footer .block .content {
	padding: 0px;
	margin: 0px;
}

#translate-wrapper 
{
    position: absolute;    
    width: 940px;
    text-align: left;
    top: 0px;
    left: 50%;
    margin-left: -470px;
    padding-top:2px;
}
#google_translate_element 
{
    float:right;
}

#disclaimer {
	font-size: 9px;
	color: #b2b2b2;
	line-height: 1.2em;
	text-align:justify;
	padding-top:10px;
	width: 940px;
	margin: 0 auto;	
}

p.notes {
	font-size: 10px;
	color: #606060;
	line-height: 1.2em;
	text-align:left;
	margin: 0 auto;	
	padding-top: 4px;
	padding-bottom: 4px;
}
/* button-links */
.delicious-save {
  background: transparent url(http://images.del.icio.us/static/img/delicious.small.gif) no-repeat scroll left center;
  padding-left:15px;
}

.technorati-save {
  background: transparent url(http://images.del.icio.us/static/img/delicious.small.gif) no-repeat scroll left center;
  margin-left:-5px;
  padding-left:15px;
}

.digg-submit {
  background: transparent url(images/digg.png) no-repeat scroll left center;
  margin-left:-5px;
  padding-left:15px;
}

#news-feed, #conference-feed, #article-feed { margin-top: 2px ; padding: 0; cursor: pointer; }
.rss-feed img { padding:2px 8px 0 0;}

/* Integra Deal Board */
#divDealList  
{
	background: #f1f7ed no-repeat;
	min-height:300px;
}
/* FAQ */
.faq a.faq-closed:link,
.faq a.faq-closed:visited,
.faq a.faq-closed:hover,
.faq a.faq-closed:active {
	background-image:url(images/spindown-closed.gif);
}
.faq a.faq-open:link,
.faq a.faq-open:visited,
.faq a.faq-open:hover,
.faq a.faq-open:active {
	background-image:url(images/spindown-open.gif);
}
.faq a:link,
.faq a:visited,
.faq a:hover,
.faq a:active {
	background-position:left center;
	background-repeat:no-repeat;
	font-size:12px;
	padding-left:13px;
}
.faq-list ul {
	list-style: none
}
/* Tabs Control */
.tabs {	padding: 0;}
.tabs ul.tabs-nav { background-color: #E3E7F5; height: 22px; border-bottom: 1px solid #c4d1e7; border-right: 1px solid #c4d1e7; list-style: none; position: relative; padding: .2em .2em 0; }
.tabs ul.tabs-nav li.tabs-selected { background:url("jquery/images/ui-bg_glass_50_007AC6_1x400.png") repeat-x scroll 50% 50% #007AC6; padding-bottom: 0; border-bottom-width: 0; }
.tabs ul.tabs-nav li.tabs-selected a { font-weight: bold; color: #FFFFFF; cursor: text; outline: none; }
.tabs ul.tabs-nav li { float: left;	height: 21px; margin: 0 4px; padding: 0; position: relative; background: #e3e7f5; border: 1px solid #c4d1e7; border-bottom-width:0 !important;}
.tabs ul.tabs-nav li a { text-align: center; text-decoration: none;	color: #003247;	font-size: 1em; padding: 0 4px 0 8px; outline: none; vertical-align:top;}
.tabs ul.tabs-nav li:hover { background-color: #e4f1fb; }
.tabs .tabs-panel { padding: 8px; clear: both; display: block; }

.tabs .tabs-hide { display:none !important; }
.tabs-state-hover { border: 1px solid #74b2e2; background: #e4f1fb url(jquery/images/ui-bg_glass_100_e4f1fb_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #0070a3; outline: none; }

/* Sidebar Blocks */
.sidebar .block {
	width: 100%;	/* needed for IE */
	margin: 0px;
	margin-bottom: 10px;
	background-color: #f2f8fc;
	font-size: 0.9em;
	line-height: 1.2em;
}
.sidebar .content {
	font-size: 1em;
	line-height: 1.5em;
}

.sidebar .block h2 {
	font-size: .9em;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
	text-align: center;
}
.sidebar .block li.expanded {
	border-bottom: solid 0px #ffffff;
}
.sidebar .block h3 {
	padding: 0px 0px;
	margin: 0px;
	font-size: 12px;
}
.sidebar .block .title {
	background-color: #e3e7f5;
	border-bottom: 1px solid #c4d1e7; border-right: 1px solid #c4d1e7;
	color: #003247;
	font-size: 1em;
	margin-bottom: 0.3em;
}
.sidebar .block ul.links li {
	font-size: 10px;
}

/* pagedlist table */
.admin-table-wrapper {
	overflow-x: auto;
	overflow-y: hidden;
}
.pagedlist-table {
	width:100%;
	border: none;
	font-size:.9em;
}

.pagedlist-table .row-0 {
	background-color:#f3f5fc;
}

table.pagedlist-table td {
	padding: 5px;
	background-color:#ffffff;
}

table.pagedlist-table .row-0  td {
	background-color:#f3f5fc;
}

.pagedlist-table th {
	text-align:left;
}
.pagedlist-table thead th {
	background-color:#c0d7ee;
	padding: 6px;
	border-top:5px solid #f9fbfc;
	color:#000;
}
.pagedlist-table tbody th {
	background:#f1f6f8;
	border-top-color:#f9fbfc;
	padding: 6px;
}
.pagedlist-table tfoot td {
	border-top:2px solid #eff3f7;
	background:#d7e6ec;
}
/* action cells */
.pagedlist-table td.actions {
	padding:0px; 
	width:32px !important;
	min-width:32px;
	text-align:center;
	border-right:1px solid #cccccc;
	background-color: #f2f2f2;
}

.pagedlist-table th.actions 
{
	white-space:nowrap;    
	font-weight:normal;
	color:#4d8aa2;
	text-align:center;
}

.pagedlist-table td span.ui-icon { float:left; }
.pagedlist-table a.spinner { display: block; margin-left: 16px; }

div.actions-menu {
	padding:10px 0 0 0px;
	text-align:left;
}

/* Top Image */
.top-image {
	overflow: hidden;
	margin-bottom: 4px;
}
/* content-item */
.content-item {
	margin:0 0 10px;
	overflow: hidden;
}

div.content-item.row-1 {
    background-color: #F3F5FC;
}

.sticky {
	border: dashed 1px #545251;
	background: #e7e7e7;
}
.teaser {
	border: solid 0px #333232;
	border-bottom: solid 1px #333232;
}
.banner {
	background: none;
	margin: 0px;
	margin-bottom: 10px;
	line-height: 0.5em;
	padding: 0px;	
	border: solid 0px #ffffff;
}
.banner p {
	margin: 0px;
	padding: 0px;
}

.content-item .content {
	clear: both;
	margin: 1em .5em .5em .5em;
}
.content-item .taxonomy {
	font-size: 0.8em;
	padding-left: 1.5em;
}
.content-item .taxonomy li {
	padding: 1px 5px;
}
.content-item .taxonomy li a {
	color: #3ED9CA;
}
.content-item .picture {
	border: 1px solid #dbdbdb;
	float: right;
	margin: 0.5em;
}
.content-item table.content-item-title {
	margin-bottom: 5px;
}
.content-item .submitted {
	color: #666666;
}
.content-item .submitted a {
	color: #ded2d2;
}
.content-item div.links {
}
.content-item h2.title {
	font-size: 18px;
}
.content-item h2.title a:hover {
	text-decoration: none;
}
.content-item h2.title {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
}

.heading {
	margin-bottom: 1.5em;
}
h1.page-title .submitted {
	margin-bottom: 0px;
}	
h1.page-title {
	font-size: 1.7em;
	margin-bottom: 12px;
	padding-bottom: 6px;
	border-bottom: solid 2px #cccccc;
}
h1.page-title.add_border {
	border-bottom:1px solid #CCCCCC;
}
h2.page-subtitle {
	font-style:italic;
	font-size: 1.2em;
	margin-bottom: 15px;
	color: #006086;
}
div.page-help, p.page-help {
	padding:2px 5px 0px 0px;
	margin-bottom:10px;
	font-weight:bold;
	font-style:italic;
	color:#5a5a5a;
}
.user {
  clear: left;
  float: left;
  padding-bottom: 3em;
  padding-left: 0.3em;
  width: 8em;
}
.user .avatar {
  width:54px;
  height:54px;
  background:url(image/avatar.jpg) no-repeat;
  float:left; 
  margin:0 0 0 0;
}

.signature {
  border-top:1px solid #3D3D3D;
  clear:both;
  margin: 1em 0pt;
}

/* Profile */
#profile .profile {
  clear: both;
  border: 1px solid #a5a5a5;
  padding: .5em;
  margin: 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}

/*  Administer */
div.admin, div.admin .left, div.admin .right {
	margin: 0px;
	padding: 5px;
	overflow: hidden;
}
div.admin-panel {
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	background: #272727;
}
div.admin-panel a {
	font-weight: normal;
	overflow: hidden;
}
div.admin-panel .description {
}
div.admin-panel .body {
	font-size: 11px;
}
div.admin-panel h3 {
	padding: 6px 8px;
	margin: 0;
	border-bottom: solid 1px #3d3d3d;
}
div.help {
	margin: 0px;
	padding: 2px 5px;
	margin-top: 5px;
}
div.admin-dependencies, div.admin-required {
	color: #666666;
}

.messages {
  background-color: #80c9ff;
  border: 1px solid #004f8b;
  padding: 0.3em;
  margin-bottom: 1em;
}
.messages li {
	margin-left: 10px;
}

/* Checkboxlist */
.checkbox-list .form-item {
  width: 290px;
  margin-bottom:8px;
  float: left;
  display: inline;
}
.checkbox-list label.checkbox
{
    text-align: left;
    width: 290px;
}

.checkbox-list label
{
    float:none;
    text-align: left;
    margin: 0;
}

.filter-item { padding-bottom: 6px; }

/* Pager and AZFilter Controls */
div.azfilter {
	font-weight:normal;
	margin:0;
	padding:8px 0;
	height:18px;
	text-align:center;
}
div.pager ul li, div.azfilter ul li {
	padding: 0px;
	margin: 0px;
}
.pager ul, .azfilter ul {
	padding: 0px 0px;
	margin: 0px;
	list-style: none;
}
.pager ul.li, .azfilter ul.li {
	padding: 0px;
	margin: 0px;
}
div.pager ul.pager li.pager-current {
	color: #ffffff;
	margin: 2px;
	padding: 4px 8px;
	background: #d86464;
}
div.pager {
	background:#f1f7ed;
}

.pager li, .azfilter li { float:left; }

.pager a, .azfilter a {
	margin: 0 4px 0 4px;
	border: 1px solid #C0D7EE;
	cursor:pointer;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	position:relative;
	text-decoration: none;
	text-align:center;
}

.pager-btn, .azfilter-btn { height:16px !important; min-width:16px; }

.pager .ui-pager-selected, .azfilter .ui-azfilter-selected {
	background: #e4f1fb url(images/ui-bg_glass_100_e4f1fb_1x400.png) 50% 50% repeat-x; 
    border: 1px solid #C0D7EE;	
	font-weight: bold; 
	color: #0070a3;
	position:relative;
	margin:0 4px 0 4px;
	text-align:center;
}

div.roles-filter { clear: both; }

/* PagedList Control */
div.pagedlist-pagerbar
{
	background-color:#C0D7EE;
	font-weight:normal;
	font-size:.9em;
	height:18px;
	padding:4px;
	text-align:left;
}
.pagedlist-filter {
	background-color:#D7E6EC;
	font-weight:bold;
	margin:8px 0 0;
	padding: 8px 4px 8px 8px;
	text-align:left;
 }
 .pagedlist  {
	position:relative;
	background-color: #ffffff;
}

#pagedlist-content 
{
    overflow:auto;
}

#pagedlist-content .row-0
{
	background-color:#f5f7fc;
}

.loading-progress {
    display: none;
    left: 95%;
    padding: 0;
    position: absolute;
    width: 16px;
    height: 16px;
    z-index: 101;
    background-color: #C0D7EE;
}

.ajax-loader 
{
	vertical-align:middle;
	margin:2px;
}
/* Jquery tabs overrides */
#content-tabs .ui-widget-header 
{
	border: none;
	background: #ffffff;
}

#content-tabs
{
	border: none;
	background: #ffffff;
}

#content-tabs .ui-tabs-panel 
{
	border: solid 1px #aed0ea;
}

/* Tab Menu */
.tabs-menu {
	font-size: 12px;
}
.tabs-menu a {
	font-weight: bold;
	color: white;
}
.tabs-menu ul {
	padding: 0;
	margin: 0;
	margin-bottom: 14px;
	list-style-type: none;
	list-style-image: none;		
}

.tabs-menu li {
	background: #f2f8fc url(images/navbar.png) repeat-x center left;
    color: #000;
    margin: 0;
    padding: 0;
    line-height: 24px;
    height: 24px;
	float:right;
}
.tabs-menu li a {
    color: #FFFFFF;
    display: block;
    font-size: 90%;
    font-weight: bold;
    margin: 0;
    padding: 0 8px;
    text-decoration: none;
}

.tabs-menu li a:hover {
	background-color: #000;
	text-decoration:none;
	border: solid 0px #000000;
}
.tabs-menu li a.active, .tabs-menu li.active a {
	color: #8d8d8d;
	background: url(images/bg-abutton.png) repeat-x center center;
	border: solid 0px #000000;
}
.tabs-menu li a.active:hover {
	text-decoration: none;
	background: url(images/bg-abutton.png) repeat-x center center;
	border: solid 0px #000000;
}

ul.secondary {
	border: solid 0px #000000;
}
ul.secondary li {
	font-size: 11px;
	margin: 0;
	padding: 0;
	border: solid 0px #000000;
	background: #161616;
}
ul.secondary li a {
	margin: 0;
	padding: 3px 5px;
	margin-right: 2px;
	margin-left: 0px;
}
ul.secondary li.active a.active {
	margin: 0;
	padding: 3px 5px;
	margin-right: 2px;
	margin-left: 0px;
}

/* Alpha-filter */
.alpha-filter { margin:0 0 10px; }

.af-letters { overflow:hidden; }
.af-letters a { font-size:0.9em; display:block; float:left; padding:2px 6px; border:1px solid silver; border-right:none; text-decoration:none; }
.af-letters a.ln-last { border-right:1px solid silver; }
.af-letters a:hover,
.af-letters a.ln-selected { background-color:#eaeaea; }
.af-letters a.ln-disabled { color:#ccc; }

/* Archive Calendar Block */
.sidebar .block-archive .content {
	padding: 15px 5px 10px 5px;
}
.sidebar .block-archive .content tr {
	background: none;
}
.sidebar .block-archive .content table td {
	border: solid 1px #4c4544;	/* a bit darker than block background */
	padding: 1px 2px;
	text-align: center;
}
#archive-container {
	padding-bottom: 10px;
}
#archive-container dd ul {
	border: solid 1px #333232;
	background: transparent;
	background: #161616;
	padding: 0px;
}
#archive-container dl dt {
	border: solid 0px #333232;
	padding: 0px;
	margin: 0px;
	background: transparent;
}
#archive-container dd {
	border: solid 0px #333232;
	padding: 0px;
	margin: 0px;
	background: transparent;
}
dl {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}
dl dt {
	padding: 0px;
	margin: 0;
}
dd ul#archive-days {
	border: solid 0px #333232;
	border-bottom: solid 1px #333232;
	margin: 2px;
}
dd ul#archive-months {
	border: solid 0px #333232;
	border-bottom: solid 1px #333232;
	margin: 2px;
}
dd ul#archive-years {
	border: solid 0px #333232;
	border-bottom: solid 1px #333232;
	margin: 2px;
}

/* Image Galleries */
ul.galleries li {
	border: solid 1px #333232;
	background: #161616;
}
ul.galleries li h3 a {
	font-size: 1.1em;
	font-weight: bold;
}
ul.images {
	border: solid 1px #333232;
	overflow: hidden;
}
ul.images li {
	text-align: center;
}
ul.images li h3 {
	margin: 0px;
	padding: 0px;
}

/* Misc for Contents */
pre {
	margin: 0px 3px;
	padding: 5px;
	background: #000000;
	color: #cfcfcf;
	white-space: pre-wrap;      /* CSS3 */
	line-height: 1.5em;
	border: solid 1px #272727;
}

blockquote {
  font-size: 1.5em;
  font-style: italic;
  padding: 8px;
  margin: 25px;
  background-image: url(images/open-quote.gif);
  background-position: top left;
  background-repeat: no-repeat;
}
  
blockquote span 
{
	display: block;
	margin: 0 10px 0 10px;
  background-image: url(images/close-quote.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
}

div.sponsors .logo {width: 220px;float: left;}
div.sponsors p {padding-left: 5em;}

.rssfeed {
	float: right;
	margin-right: 10px;
}
#site_name h1 a {
	color: white;
}

/* Others */
.button {
	cursor: pointer;
	padding: 4px;
	margin-right:8px;
}
.block-link a:active,
.block-link a:hover {
  text-decoration: none;
}
.pushbutton, .form-submit {
	margin-bottom: 1px;
	cursor: pointer;
	padding: 2px 10px;
	font-weight: normal;
	font-size: 12px;
	border: solid 1px #444444;
	border-top: solid 1px #777777;
	border-left: solid 1px #777777;
	color: #ffffff;
	background: url(images/button.gif) repeat-x center;
}
.pushbutton:hover, .form-submit:hover {
	border: solid 1px #444444;
	border-top: solid 1px #777777;
	border-left: solid 1px #777777;
	color: #ffffff;
	background: url(images/button-o.gif) repeat-x center;
}

/* Content Subnav Menu */
#content .subnav {
	font-size: 1.0em;
	padding: 3px 0px 0px 0px;
	list-style-type: none;
	list-style-image: none;
}
#content .subnav ul li {
	list-style-type: none;
	list-style-image: none;
}

ul.subnav 
{
	background-color: #e3e7f5;
	background-color: rgba(227,231,245,0.6);
	line-height:1.25em;
	list-style-type:none;
	margin: 0;
	padding: 0;
}
#content .subnav a.parent {
	background: transparent url(images/submenu-down.png) no-repeat scroll left center;
}
#content .subnav a {
  display: block;
  padding: 0px 10px 0px 10px; /* padding between menu elements */
  margin: 0;
  margin-left: 6px;
  text-decoration: none;
  font-size: 90%;
  color: #003247;
  border-bottom: solid 1px #ffffff;
}
#content .subnav li.active a.parent {
	font-weight:bold;
}

#content .subnav a:active,
#content .subnav a:hover {
  color:#008DC6;
  font-weight: bold;
}
#content .subnav ul ul {
	padding-left:1.0em;
}
#content .subnav li.current>a {
	color:#008dc6;
}
/* Top Menu */
#menu {
	vertical-align: middle;
	padding: 0px 10px;
	padding-top: 2px;
	padding-bottom: 3px;
	/* to align menu tabs to the left, change below */
	text-align: right;
}
#menu ul li {
	list-style-type: none;
	list-style-image: none;
}

#navlist {
	font-size: 1.0em;
	padding: 3px 0px 0px 0px;
	list-style-type: none;
	list-style-image: none;
}
#navlist li {
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}
#navlist a {
	padding: 5px 10px 4px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background: url(images/bg-tab-c.png) repeat-x top left;
	border-width: 0px;
}
#navlist a.active {
	padding: 5px 10px 8px 10px;
	background: url(images/bg-atab-c.png) repeat-x top left;
	border-width: 0px;
}

#subnavlist {
  padding: 0.5em 1.2em 0.4em 0;
  font-size: 1em;
  color: #aaaaaa;
}
#subnavlist a {
  font-weight: bold;
  color: #aaaaaa;
}

#subnavlist a:hover {
	color: #008dc6;
}

