/* $Id$ */
/**
 * bcmj
 */
/* @group Layout */
body {
  background: #eaeaea url("images/background.png") repeat-x left top;
  font-size: 12px; /* Don't modify the font size here */
  line-height: 1.6;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  color: #111111;
}


sub { vertical-align:text-bottom; font-size:75%; }
sup { vertical-align:text-top; font-size:75%; }


.not-published {
background-color:#FFF4F4;
}


#page-printmail {
background:#ffffff ;
color:#111111;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
line-height:1.6;
}


#outer-wrapper {
  background: transparent url('images/content_background.png') repeat-y left top;
  font-size: 12px;
  
}


#wrapper {
  background: #ffffff;
  font-size: 12px;
  
}
/* @group Header */
#header {
  background: transparent url('images/top_header_nologo.png') repeat-x top left;
  height: 158px;
}
#header #site-name {
  font-size: 3.7em;
  line-height: normal;
  margin: 0.25em 0 0.25em 0.5em;
  float: left;
}
#header #site-name a {
  
}
#header #logo img {
  margin: 0;
  padding: 0;
}

/* @end */ 

/* @group Name & Logo */
.name-logo #site-name,
.name-logo #logo {
  float: left;
  clear: none;
} 
.name-logo #logo {
  margin: 0 0 1em 1.5em;
  display: block;
}
.name-logo #site-name {
  margin: 0.4em 0 0 0.5em;
} 
/* @end */ 

/* @group Logo & Slogan */
.logo-slogan #logo,
.logo-slogan #site-slogan {
  float: left;
  clear: left;
} 
.logo-slogan #logo {
  margin: 0.25em 0 0.15em 0.5em;
} 
#header.logo-slogan #site-slogan {
  margin: 0 0 0.5em 1.7em;
  display: block;
  width:  100%;
}
/* @end */

/* @group Name, Slogan and Logo */
.name-slogan-logo #logo {
  float: left;
}
#header.name-slogan-logo #site-slogan {
  float: left;
  clear: left;
  margin: 0 0 0.5em 1.5em;
  font-size: 1.2em;
}
/* @end */
/* @group Footer */

#footer {
    background: transparent url('images/footer_back.png') repeat-x bottom left;
 
}


#footer-inner {
  background: transparent;
  padding: 1em;
  font-size: 0.9em;
  text-align: center;
 
}
/* @end */
/* @end */
/* @end */
/* @group Links */
a,
a:visited {
  color: #336699;
  text-decoration: none;
}
a:hover,
a.active {
  color: #000;
}
/* @end */
/* @group HTML Tags */
/* @group Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'ColaborateThin', Verdana, Arial, sans-serif;
  clear: both;
  display: block;
  font-style: normal;
  font-variant: normal;
  line-height: 1em;
  margin-bottom: 10px;
  margin-top: 5px;
}

h1 {
  font-size: 2em;
  margin-bottom: 20px;
  font-weight: normal;
  line-height: 100%;
  margin: 0;
 
}

#article-middle h1 {
  
  
}

h2 {
  font-size: 1.8em;
}
h3 {
  font-size: 1.6em;
}
h4 {
  font-size: 1.4em;
}
h5 {
  font-size: 1.2em;
  font-weight: bold;
}
/* @end */
/* @group Code */
code, pre, tt {
  font-size: 11px; /* ems don't work well x-browser for some reason */
  font-family: "Espresso Mono", Monaco, Consolas, "Lucida Console", monospace;
  color: #666;
}
pre {
  margin: 1em 0;
  padding: 0.5em;
  border: solid 1px #ddd;
}
/* @end */
/* @group Tables */
table {
   border: 0;
}

/* @group caption */
table caption {
  font-size: 1.4em;
  line-height: 1.6em;
}
/* @end */
/* @group thead, th */
th, thead th {
  background: transparent;
  color: #555;
  border: 0;
  padding: 4px;
  font-size: 0.9em;
  font-weight: bold;
  text-align: left; /* LTR */
}
tbody th {
  border-bottom: 0;
}
thead th {
  padding-right: 4px; /* LTR */
  border-bottom: 0;
}
th a, th a.active {
  color: #555;
}
/* @end */
/* @group tbody */
tbody {
  border-top: none;
}
/* @end */
/* @group tr */
tr.even, tr.odd {
  border-bottom: none;
  padding: 0;
}
/* @end */
/* @group td */
td,
#blocks td.block {
  border-bottom: 0px solid #ddd;
  border-right: 0px solid #ddd;
  padding: 0.25em 0.5em;
  vertical-align: top;
}
tr.even, tr.odd {
  background-color: #fff;
}
td.menu-disabled {
  border-bottom: 1px solid #eee;
}
td.menu-disabled, tr.even td {
  background: #f8f8f8;
}
tr.odd td {
  background: #fff;
}
td:hover, tr.even td:hover, tr.odd td:hover {
  
}
td.active {
  background: #eee;
}
#blocks td.region {
  background: #fff;
}
/* @end */
/* @end */
/* @group Definition Lists */
dl {
  border: solid 1px #ddd;
  width: 100%;
  margin: 1em 0;
  padding: 0;
}
dt {
  background: #fff url('images/bg-shade-light.png') repeat-x 0 100%;
  color: #555555;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  padding: 0.25em 0.75em;
 
}
dt a {
  text-decoration: none;
}
dd {
  border-bottom: solid 1px #ddd;
  margin: 0;
  padding: 0.5em 1.5em;
}
dd:last-child {
  border-bottom: 0;
}
dd:hover  {
  
}

/* @group Undo Styling of DL's in some admin areas */
/* Remove borders and tweak margins for forms in <dl>'s */
.search-results dd {
  margin-bottom: 0;
}
.search-results dt.title {
  font-weight: bold;
  font-size: 1.2em;
}
.search-results p.search-info {
  font-size: 0.9em;
  color: #666;
}
dl.multiselect,
dl.multiselect dt {
  border: none;
}
.advanced-help-topic dd {
  margin-bottom: 0;
}
/* @end */
/* Remove borders and tweak margins for forms in <dl>'s */
.search-results dd {
  margin-bottom: 0;
}
.search-results dt.title {
  font-weight: bold;
}
.search-results p.search-info {
  font-size: 0.9em;
  color: #666;
}
dl.multiselect,
dl.multiselect dt {
  border: none;
}
.advanced-help-topic dd {
  margin-bottom: 0;
}
/* @end */
/* @group Misc */
p {
  margin: 5px 0 7px;
}
img {
  border: none;
}

blockquote, cite {
  clear: both;
  display: block;
  background: url('images/bg-cite.png') no-repeat;
  color: #888;
  font-style: italic;
  padding: 10px 0 0 45px;
}
caption {
  text-align: left;
}
acronym, abbr {
  border-bottom: dotted 1px;
}
acronym:hover, abbr:hover {
  cursor: help;
}
/* @end */
/* @end */

/* @group Navigation */
/* @group Nav Bar */
/**
 * Controls the backround color of the bar and
 * the default background state of the links
 */
#navigation {
  background: #fff url('images/topnav_barB.png') repeat-x bottom left;
  border-bottom: solid 0px #ddd;
  height: 49px;
  float: left;
  width: 100%;
}


#navigation-menu{
	width: 74%;
	float: left;
}


#navigation-search{
	width: 26%;
	float: left;
	
}

#navigation-search .form-item {
display:inline;
}

/**
 * Navigation Layout Alignment from theme settings
 * Credit: CSS Play, Centering Floats: http://www.cssplay.co.uk/menus/centered.html
 */

#navigation .wrap-center {
  display: table;
  margin: 0 auto;
}
#navigation .wrap-left {
  float: left;
}
#navigation .wrap-right {
  float: right;
}
/* @end */
/* @group Level 1 */
#navigation ul {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-top: 0px;
  border: none;
  float: left;
  clear: both;
  
}


#navigation li {
  border-right: 0;
  float: left;
  list-style: none;
  list-style-image: none;
  background: transparent url('images/topnav_buttonB.png') no-repeat bottom right;
  border: none;
  color: #336699;
  display: block;
  font-size: 1em;
  font-weight: bold;
  margin-top: 13px;
  padding-top: 5px;
  padding-bottom: 1px;
  padding-right: 10px;
  padding-left: 5px;
  
  
}

#navigation li.first {
background:transparent url(images/topnav_home.png) no-repeat scroll right bottom;
border:medium none;
color:#ffffff;
display:block;
float:left;
font-size:1em;
font-weight:bold;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-top:17px;
padding:5px 12px 1px 10px;
}


#navigation li.first a,
#navigation li.first a:hover,
#navigation li.first a.active,
#navigation li.first a:visited:hover{
	color: #ffffff;
	text-shadow: 0px 0px 0px #ffffff;
}


#navigation li.last {
  border-right: none;
}
/* First level links */
#navigation a,
#navigation a:visited {
  background: transparent;
  border: none;
  color: #555;
  display: block;
  font-size: 1em;
  font-weight: bold;
  margin-top: 2px;
  padding-top:3px;
  padding-bottom: 6px;
  padding-right: 12px;
  padding-left: 5px;
  text-decoration: none;
  text-transform: uppercase;
  
}
/* First level regular link hover */
#navigation a:hover,
#navigation a:visited:hover,
#navigation .active-trail a.active:hover,
#navigation .active-trail a:hover {
  background: transparent;
  color: #cc0000;
  text-shadow: 0px 2px 3px #555;
}
#navigation .expanded a {
  background: transparent url('images/icn-arrow-down-light.png') no-repeat 96% 51%;
}
/* First level expandable active & hover state */
#navigation .sfHover a,
#navigation .sfHover a:hover {
  
}
/* First level regular link active */
#navigation .active-trail a,
#navigation .active-trail a.active {
  color: #000;
}
/* @end */
/* @group Level 2 + */
#navigation ul ul {
  background: #fff url('images/bg-shade-white-lrg.png') repeat-x 0 100%;
  border: solid 1px #ddd;
  border-top: 0;
  width: 15em;
  left: 0;
  line-height: 1.25em;
  color: #336699;
  display: none; /* make sure the submenus aren't visible on load */
  margin: 0 0 0 -1px; /* make up for border */ 
  padding: 0;
  position: absolute;
  top: 2.75em;
  z-index: 1000;
}
#navigation ul ul li {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  width: 15em;
  line-height: normal;
  border-right: none;
  text-align: left;
}
#navigation li .expanded ul {
  margin: -2.65em 0 0 15em;
}
/* Second level links */
#navigation ul ul li a,
#navigation ul ul li a:visited,
#navigation ul li.active-trail ul li a,
#navigation .sfHover ul li a {
  background: none;
  border-bottom: solid 1px #eee;
  color: #336699;
  display: block;
  font-size: 0.9em;
  font-weight: normal;
  overflow: hidden;
  padding: 0.5em 1.25em 0.5em 0.75em;
  text-decoration: none;
}
/* remove bottom border, since it's being applied at ul level */
#navigation ul ul li.last a {
  border-bottom: none;
}
/* indicate menu has children with right arrow bg image */
#navigation ul ul li.expanded {
  background: transparent url('images/icn-arrow-right-light.png') no-repeat 96.5% 50%;
}
/* make sure children of expanded menus don't inherit indicator */
#navigation ul li.expanded li.leaf {
  background: none;
}
/* hover state for all submenu links */
#navigation ul ul li a:hover,
#navigation ul ul li a:visited:hover {
  background: #B3B3B3 url('images/bg-shade-medium.png') repeat-x 0 100%!important;
  color: #fff!important;
}
/* active submenu link */
#navigation ul li.active-trail ul li a.active {
  color: #000;
}
#navigation ul ul ul {
  z-index: 1001;
  margin: 0;
  top: 2.65em;
}
/* @end */
/* @end */

/* @group Breadcrumbs */
.breadcrumb {
  clear: both;
  margin: 0 0 10px;
  padding: 5px 0 0;
}
/* @end */

 
/* @end */
/* @group Tabs */
.tab-wrapper {
  border-bottom: solid 1px #ddd;
  margin: 1em 0;
}
.primary-and-secondary {
  border-bottom: none;
}
.primary-and-secondary #tabs-primary {
  bottom: 0;
}
/* make the tabs smaller in the admin section */
.section-admin #tabs-primary li a {
  font-size: 1em;
  padding: 0.6em;
}

/* @group Primary */
#tabs-primary {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
  font-size: 1em;
  float: left;
  position: relative;
  z-index: 1;
  bottom: -1px;
}
#tabs-primary ul {
  margin: 0;
  padding: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  list-style: none;
  display: block;
  float: left;
  width: 100%;
}
#tabs-primary ul li {
  margin: 0;
  padding: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  list-style: none;
  float: left;
  display: block;
}
#tabs-primary ul li:last-child {
  border-right: solid 1px #ddd;
}
#tabs-primary ul li.active::hover:last-child {
  border-right: solid 1px #858585;
}
#tabs-primary ul li.active:last-child {
  border: none;
  background: #fff;
}
#tabs-primary ul li a {
  background: #fff url('images/bg-shade-light.png') repeat-x 0 100%;
  color: #336699;
  margin: 0;
  padding: 0;
  outline: 0;
  border-top: solid 1px #ddd;
  border-left: solid 1px #ddd;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
  float: left;
  font-weight: normal;
  text-decoration: none;
  padding: 0.5em 1.1em;
  text-shadow: #fff 1px 1px 1px;
}
#tabs-primary ul li a:hover {
  background: #b3b3b3 url('images/bg-shade-medium.png') repeat-x 0 100%;
  color: #fff;
  text-shadow: #555 1px 1px 1px;
  border-color: #999;
}
#tabs-primary ul li.active {
  background: #858585 url('images/bg-shade-dark.png') repeat-x 0 100%;
  color: #fff;
}
#tabs-primary ul li.active a,
#tabs-primary ul li.active a:hover {
  background: #858585 url('images/bg-shade-dark.png') repeat-x 0 100%;
  color: #fff;
  line-height: 1.9;
  margin-top: -0.6em;
  text-shadow: #333 1px 1px 1px;
  border-color: #858585;
}

/* @end */
/* @group Secondary */
#tabs-secondary {
  background: #858585 url('images/bg-shade-dark-flip.png') repeat-x 0 0%;
  color: #fff;
  float: left;
  position: relative;
  width: 100%;
  border: solid 1px #858585;
  border-top: none;
}
#tabs-secondary ul {
  display: inline;
  list-style: none;
  float: left;
  padding: 0.5em;
  margin: 0;
}
#tabs-secondary ul li {
  float: left;
  padding: 0;
  margin: 0;
}
#tabs-secondary ul li a {
  font-size: 1em;
  float: left;
  padding: 0.5em 0.75em;
  margin: 0 0.15em 0 0;
  color: #fff;
  text-shadow: #444 1px 1px 1px;
}
#tabs-secondary ul li:last-child a {
  border-right: none;
}
#tabs-secondary ul li a:hover,
#tabs-secondary ul li.active a {
  background: #b3b3b3 url('images/bg-shade-medium.png') repeat-x 0 100%;
  color: #fff;
  text-shadow: #555 1px 1px 1px;
  border-color: #999;
}
/* @end */
/* @end */
/* @group Pagers */
div.pager {
  margin: 1em auto;
  text-align: center;
    float: left;
  width: 100%;
display: block;
clear: both;
}

.view-id-author-archive-list div.pager {
  margin: 1em auto;
  text-align: left;
    float: left;
  width: 100%;
display: block;
clear: both;
}


.pager-inner {
  padding: 0 0.5em;
  float: left;
  width: 100%;
display: block;
clear: both;
}


.view-id-author-archive-list .pager-inner {
  padding: 0 0.3em;
  float: left;
  width: 100%;
display: block;
clear: both;
}


.view-id-author-archive-list ul.pager {
  padding: 0;
  margin: 0;
  display: block;
  background: #fff url('images/bg-shade-light.png') repeat-x 0 100%;
  -webkit-border-raduis: 0.333em;
  -moz-border-raduis: 0.333em;
  border: solid 1px #ddd;
  float: left;
  width:100%;
  clear: both;
  
}


ul.pager {
  padding: 0;
  margin: 0;
  display: block;
  background: #fff url('images/bg-shade-light.png') repeat-x 0 100%;
  -webkit-border-raduis: 0.333em;
  -moz-border-raduis: 0.333em;
  border: solid 1px #ddd;
  float: left;
  width:94%;
  clear: both;
  
}
ul.pager li {
  margin: 0 0.25em 0.25em 0!important;
  padding: 0!important;
  border: none;
  display: inline;
}


.view-id-author-archive-list ul.pager li {
  margin: 0 0.20em 0.23em 0!important;
  padding: 0!important;
  border: none;
  display: inline;
}


.view-id-author-archive-list .footer-center{
	text-align: center;
	width: 90%;
	margin-bottom: -7px;
	padding-top: 5px;
	font-size: 10px;
}


ul.pager li a {
  border: 0;
  color: #336699;
  text-decoration: none;
  margin: 0;  
  padding: 0.2em 0.73em;
  font-weight: normal;
  display: inline-block;
}

ul.pager li a:hover,
ul.pager li a:visited:hover {
  background: #B3B3B3 url('images/bg-shade-medium.png') repeat-x 0 100%;
  color: #fff;
}
ul.pager li span {
  padding: 0.2em 0.75em;
  display: inline-block;
  font-weight: normal;
}
ul.pager li.pager-current {
  font-weight: bold;
}
ul.pager li.pager-current span  {
  background: #858585 url('images/bg-shade-dark.png') repeat-x 0 100%;
  color: #fff;
}
.block div.pager-inner,
.panel-pane div.pager-inner {
  background: none;
  border: none;
}
.block div.pager,
.panel-pane div.pager {
  font-size: 0.9em;
  text-align: left;
}
.block div.pager-inner,
.panel-pane div.pager-inner {
  background-image: none;
}
.block div.pager ul.pager,
.panel-pane ul.pager {
  margin:0;
  padding: 0;
}
/* @end */
/* @group Item Lists */
div.item-list {
  padding: 0.25em 0.75em;
  margin: 0;
}
div.item-list ul {
  list-style: disc outside;
  margin: 0.25em 1.25em;
  padding: 0;
}

div.item-list ul li {
  list-style-type: none;
  margin: 0;
}
/* @end */
/* @group Menus */
/* @group Drupalisms */
ul.menu li {
  margin: 0 0 0 0;
}
li.leaf {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
/* @end */
ul.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  border: 0;
  /*border-bottom: 0;*/
}
ul.menu ul {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
}
ul.menu ul ul {
  margin: 0;
  padding: 0;
}
ul.menu li,
ul.menu li.leaf,
ul.menu li.expanded,
ul.menu li.collapsed {
	background: transparent url('images/line_icon.png') no-repeat bottom left;
  list-style: none;
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.menu li a {
  display: block;
  font-size: 1em;
  padding: 0.25em 1.5em; 
  color: #336699;
}
ul.menu li.active-trail > a,
ul.menu li.active-trail > a.active,
ul.menu li a.active,
ul.menu li a.active:visited {
  color: #336699;
  text-shadow: #fff 1px 1px 1px;
  font-weight: bold;
  background-color: #f8f8f8;
}
ul.menu a {
  color: #336699;
  padding: 0.25em 1em;
}
ul.menu a:visited {
  color: #336699;
}
ul.menu a:hover {
  color: #000;
}
ul.menu ul a {
  font-size: 0.9em;
}
/* Prevent duplicate bottom borders */
ul.menu li.last a,
ul.menu li:last-child a {
  border-bottom: none;
}
ul.menu li li.last a,
ul.menu li li:last-child a {
  border-bottom: solid 1px #eee;
}
/* @group Indentation */
/* Indentation is happening at link level with padding. */
ul.menu a {padding-left: 1em;}
ul.menu ul a {padding-left: 3.25em;}
ul.menu ul ul a {padding-left: 4.75em;}
ul.menu ul ul ul a {padding-left: 6.25em;}
/* @end */

/* @group Background Images */
ul.menu .expanded a,
ul.menu .collapsed a {
  background: url('images/sprites-bcmj.png') no-repeat;
}
/* Indentation needs to be applied to the sprites as well. */
/* @group First Level */
ul.menu .expanded a {background-position: 6px -503px;}
ul.menu .expanded a:hover {background-position: 6px -244px;}
ul.menu .collapsed a {background-position: 6px -1019px;}
ul.menu .collapsed a:hover {background-position: 6px -760px;}
/* @end */
/* @group Second Level */
ul.menu ul .expanded a {background-position: 22px -503px;}
ul.menu ul .expanded a:hover {background-position: 22px -244px;}
ul.menu ul .collapsed a {background-position: 22px -1019px;}
ul.menu ul .collapsed a:hover {background-position: 22px -760px;}
/* @end */
/* @group Third Level */
ul.menu ul ul .expanded a {background-position: 38px -503px;}
ul.menu ul ul .expanded a:hover {background-position: 38px -244px;}
ul.menu ul ul .collapsed a {background-position: 38px -1019px;}
ul.menu ul ul .collapsed a:hover {background-position: 38px -760px;}
/* @end */
/* @group Fourth Level */
ul.menu ul ul ul .expanded a {background-position: 54px -503px;}
ul.menu ul ul ul .expanded a:hover {background-position: 54px -244px;}
ul.menu ul ul ul .collapsed a {background-position: 54px -1019px;}
ul.menu ul ul ul .collapsed a:hover {background-position: 54px -760px;}
/* @end */


/* Remove the background images for nested list items that don't have any children. */
ul.menu .expanded .leaf a,
ul.menu .collapsed .leaf a {
  background-image: none;
}
/* @end */

/* @end */
/* @group More Links */
.more-link {
  padding: 0.25em;
  margin: 1em -0.55em -0.55em -0.55em;
  display: block;
  font-size: 0.9em;
  text-transform: uppercase;
  font-weight: bold;
  color: #888;
  height: 1.5em;
  clear: both;
}
.more-link a {
  color: #888;
  padding-right: 1.5em;
  float: right;
}
.more-link a:hover {
  color: #555;
}
.more-link span.icon {
  background: transparent url('images/sprites-bcmj.png') no-repeat 0 -1023px;
  height: 16px;
  width: 16px;
  float: right;
  margin-left: -1.15em;
}
/* @end */
/* @group Blocks */
.block {
  overflow: hidden;
  margin: 0 0 1.25em 0;
  padding: 0;
}
#content-top .block,
#content-bottom .block {
  border: 0px dotted #ddd;
  margin: 1em 0 2em 0;
}

#article-right  h3.title {
  font-family: arial bold;
  color: #333333;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: normal;
  text-align: left;
  font-size: 14px;
  padding-left: 0px;
  padding-right: 5px;
  margin: 0;
  border: 0;
  border-bottom: 0;
}

#article-middle h3.title {
border:0 none;
color:#333333;
display:block;
font-family:arial bold;
font-size:14px;
font-weight:bold;
letter-spacing:normal;
margin:0;
padding-left:0;
padding-right:5px;
text-align:left;
text-transform:uppercase;
}

.block h3.title {
  font-family: arial bold;
  color: #333333;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: normal;
  text-align: left;
  font-size: 14px;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0;
  border: 0;
  border-bottom: 0;
}
.block .content {
  border: 0px solid #ddd;
  padding: 0.5em;
  position: relative;
}
.style-menu .content {
  padding: 0;
  border: none;
}
/* @group Links */
.block .links ul {
  font-size: 1em;
  display: block;
  margin: 0;
  padding: 0 0 0 0.25em;
}
.block .links li {
  display: block;
  list-style-type: disc;
  list-style-position: outside;
}
/* @end */
/* @group Poll */
/* @group Results */
.poll .title {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 1em;
}
.poll .bar {
  background: #fff url('images/bg-shade-light.png') repeat-x bottom left;
  color: #777;
  height: 1.5em;
}
.poll .bar .foreground {
  background: #858585 url('images/bg-shade-dark.png') repeat-x bottom left;
  color: #fff;
  height: 1.5em;
}
/* @end */

/* @group Vote Form */
.poll .vote-form {
  text-align: left;
}
.poll .vote-form .choices {
  display: block;
  margin: 0;
}
.poll .vote-form .choices .title {
  font-size: 1.1em;
  line-height: normal;
}
/* @end */
/* @end */
/* @end */
/* @group Nodes */
#edit-body-wrapper {
  width: 100%;
  clear: both;
}
.node {
  clear: both;
  display: block;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
/* @group Teasers */
.node-teaser {
  margin-bottom: 3em;
  padding-bottom: 1.5em;
  border-bottom: 0;
}
/* @end */
/* @group Sticky */
.node-sticky {
  border: 2px dotted #eee;
}

/* @end */
/* @group Meta */
.node .meta {
  color: #777;
}
.node .meta p {
  margin: 0;
  padding: 0;
}
.node-teaser .meta,
.with-photo .meta {
  float: left;
   clear: both;
  padding: 1em;
  -webkit-border-radius: 0.333em;
  -moz-border-radius: 0.333em;
}
.with-photo .meta {
  padding: 1em 1em 1em 9em;
  width: 81%;
  /* 81% */
  min-height: 7.25em;
}
.node .meta .picture {
  float: left;
  position: absolute;
  margin: 0 1em 0 -8em;
  padding: 0;
  border: solid 1px #777;
  -webkit-box-shadow: 5px 5px 5px;
}
.node .meta .picture img {
  margin: 0;
  padding: 0;
  display: block;
}
.without-photo .meta {
  padding-left: 0;
	padding-bottom: 5px;
	padding-top: 5px;
  width: 93%;
}

/* @end */
/* @group Terms */
.node .terms {
  font-size: 1.1em;
  margin-top: 0.25em;
}
.node .terms .icon {
  background: url('images/sprites-16.png') no-repeat -169px -1224px;
  width: 16px;
  height: 16px;
  display: block;
  float: left;
}
.node .terms ul {
  border: none;
  font-size: 0.9em;
  display: inline;
  padding: 0;
  margin: 0!important;
}
.node .terms ul li {
  display: inline;
  margin: 0.25em 0.65em;
}
/* @end */
/* @group Content */
.node .content {
  padding: 1em 0;
  clear: both;
}
.node ol {
  list-style-type: decimal;
  margin: 0 0 0 35px;
}
.node ul {
  list-style-type: disc;
  margin: 0 0 0 35px;
}
.node .content li {
  padding: 2px 0;
}
/* @end */



/* @end */
/* @end */
/* @group Node Add */
dl.node-type-list dt a:before {
  content: '+ ';
}
/* @end */
/* @group Links */
.node div.links {
  padding: 0;
}
.node .links ul {
  display: inline;
  margin: 0 0 1em 0;
  padding: 0;
  float: right;
  clear: both;
}
.node .links li {
  background: #fff;
  margin: 0;
  padding: 0;
  outline: 0;
  border: solid 0px #ddd;
  line-height: 1.3;
  text-decoration: none;
  font-size: 0.99em;
  list-style: none;
  float: left;
  font-weight: normal;
  text-decoration: none;
  padding: 0.5em 1.1em;
  
  display: inline;
  margin: 0.25em 0.5em 0 0;
}
.node .links li:hover {
  background: #b3b3b3 url('images/bg-shade-medium.png') repeat-x 0 100%;
  border-color: #999;
  color: #333;
  text-shadow: #ddd 1px 1px 1px;
}
.node .links li a {
  color: #555555;
}
.node .links li:hover a,
.node .links li:hover a:hover {
  color: #fff;
  text-shadow: #555 1px 1px 1px;
}

/* @end */
/* @end */
 
/* @group Comments */
#comment-wrapper {
  clear: both;
}
#comment-wrapper h3 {
  display: block;
  font-size: 1.5em;
  letter-spacing: -1px;
  line-height: 2em;
}
#comments .box {
  clear: both;
  margin: 25px 0 0 0;
}
.comment {
  border: 0;
  clear: both;
  display: block;
  margin: 0 0 5px 0;
}
.comment .title {
  display: block;
  font-size: 1.5em;
  letter-spacing: -1px;
  line-height: 2em;
  padding-left: 8px;
}
.comment .title .new {
  padding-left: 4px;
}
.comment .info {
  clear: both;
  display: block;
  font-size: 0.95em;
  padding: 5px 10px;
  color: #888;
}
.comment .info .picture {
  display: inline;
  margin: 0 10px;
}
.comment .info .picture img {
  display: inline;
  padding: 0 0 10px 0;
  vertical-align: middle;
}
.comment .content {
  padding: 5px 10px;
}
#comment-wrapper {
  clear: both;
  margin: 1.5em 0 0 0;
  position: static;
}
#comment-wrapper h3 {
  display: block;
  font-size: 1.5em;
  letter-spacing: -1px;
  line-height: 2em;
}
.comment ul.links {
  float: left;
  border-top: 0;
  background: transparent url('images/comment.png') no-repeat top left;
  padding-left: 10px;
  padding-right: 1px;
  padding-top: 0;
  padding-bottom: 5px;
  display: inline;
  margin: 0 0 0 0;
 
  width: 100%;
  text-align: left;
}
.comment .links li {
  background: transparent;
  margin: 0!important;
  outline: 0;
  text-decoration: none;
  list-style: none;
  font-weight: normal;
  padding: 0 1em;
  text-shadow: none;
  display: inline-block;
}
.comment .links li:hover {
  background: transparent;
  color: #333;
  text-shadow: #ddd 1px 1px 1px;
}
.comment .links li a {
	padding-right: 5px;
  color: #555;
}
.comment .links li:hover a,
.comment .links li:hover a:hover {
  
}

/* @end */

/* @group Feed Icon */
.left .feed-icon {
  text-align: right;
  padding: 0 1em 0 0;
}
.right .feed-icon {
  text-align: left;
  padding: 0 0 0 1em;
}
.block .feed-icon {
  text-align: left;
}
/* @end */
/* @group Feed Aggregator */
/* @group Source */
.feed-source {
  background: #fff url('images/bg-shade-white-lrg.png') repeat-x 0 100%;
  margin: 1em 0;
  padding: 2em;
  border: solid 1px #ddd;
  -moz-border-radius: 0.333em;
  -webkit-border-radius: 0.333em;
}
.feed-source .feed-icon {
  margin-left: 1em;
}
.feed-description {
  margin: 0 4em 1em 0;
  font-size: 1.1em;
}
.feed-url {
  border-top: solid 1px #ddd;
  padding-top: 1em;
}
.feed-url em,
.feed-updated em {
  color: #777;
  width: 90px;
  float: left;
}
/* @end */
/* @group Item */
.feed-item {
  padding: 1em;
  border-bottom: solid 1px #eee;
}
.feed-item-title a {
  font-size: 1.4em;
}
.feed-item-meta {
  color: #777;
}
/* @end */
/* @end */
/* @group Forms */
/* @group Fieldsets */
/* Don't apply padding to the fieldsets */
fieldset,
fieldset fieldset {
  padding: 0;
  margin: 1.3em 0;
  width: auto;
}

#comment-wrapper fieldset,
#comment-wrapper fieldset fieldset {
  padding: 0;
  margin: 7px 0;
  width: auto;
}
/**
 * Collapsed Fieldset
 * Don't want any padding, additional margins, borders
 * or background colors because the fieldset is collapsed.
 */
fieldset.collapsed {
  border: none;
  margin-bottom: 1.5em!important;
}

#comment-wrapper fieldset.collapsed {
  border: none;
  margin-bottom: 7px!important;
}
/**
 * Expanded & Regular (not collapsible) Fieldset
 * Applying required fieldset styles here.
 */
fieldset.collapsible:not(.collapsed),
fieldset:not(.collapsible) {
  background: transparent;
  border: solid 1px #cdcdcd;
  width: auto;
 
}

html.js #block-quicktabs-2 fieldset.collapsible:not(.collapsed),
html.js #block-quicktabs-2 fieldset:not(.collapsible) {
background: transparent;
}


html.js fieldset:not(.collapsible) legend {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 6px;
  margin-left: 1.5em;
  width: auto;
}
/**
  * Padding is being applied to wrappers as opposed to the
  * fieldsets themselves.  Some Drupal forms have a
  * div.fieldset-wrapper, and some don't so we've overridden
  * theme_fieldset() to make sure there is always one, and
  * here we back out of the padding when 2 are present.
 */
fieldset .fieldset-wrapper {
  padding: 1.3em;
  margin: 0;
  display: block;
}
fieldset .fieldset-wrapper .fieldset-wrapper {
  padding: 0;
}
/* Padding inside nested fieldsets still needs to happen */
fieldset .fieldset-wrapper fieldset .fieldset-wrapper {
  padding: 1em;
  margin: 0;
}
/* Avoid scrollbars */
html.js fieldset.collapsible .fieldset-wrapper {
  overflow: visible;
}
/* @group Legends */
/* Regular & Common Legend Styles */
fieldset legend {
  font-size: 1em;
  font-weight: bold;
}
fieldset legend a,
fieldset legend a:active,
fieldset legend a:focus,
fieldset legend a:visited {
  text-decoration: none;
}
html.js fieldset.collapsible legend a {
  background: transparent url('images/sprites-bcmj.png') no-repeat;
  padding: 0 0 0 1.5em;
}
/* Expanded Legend */
html.js fieldset.collapsible legend {
 
}
html.js fieldset.collapsible legend a {
  background-position: -266px -250px;
}
/* Collapsed Legend */
html.js fieldset.collapsed legend {
  margin-left: 0;
}
html.js fieldset.collapsed legend a {
  background-position: -266px -516px;
  
}
/* @end */
/* @end */
/* @group Labels */
.form-item label {
  font-size: 1.1em;
  font-weight: bold;
}
/* Back out of the bigger sizes for checkbox and radio option labels */
.form-item label.option {
  font-size: 1em;
}
/* @end */
/* @group Elements */
.form-item,
.book-outline-form .form-item {
  padding: 0;
  margin: 1.5em 0 2.5em 0;
  width: auto;
}

#webform-component-your-email-address .form-item,
#webform-component-your-email-address-confirm  .form-item,
#webform-component-your-name .form-item,
#webform-component-your-phone-number .form-item,
#webform-component-member-id .form-item {
  padding: 0;
  margin: 1.5em 0 2.5em 0;
  width: 500px;
}
/**
 * Specifically set font size & family for inputs to
 * override browser and crazy module defaults
 */
.form-checkbox,
.form-checkboxes,
.form-date,
.form-file,
.form-password,
.form-radio,
.form-select,
.form-text,
.form-textarea {
  font-size: 9pt;
}
/* @group Textfields */
.form-text {
  color: #333;
  width: 98%;
}
/* 98% width doesn't play well in table cells with padding  */
td .form-text {
  width: auto;
}
/* @group Node Forms */
.node-form .form-text {
  width: 98%;
}
.node-form  fieldset .form-text {
  width: 99%;
}
/* @end */
/* @group Search Forms */

.faceted-search-page .faceted-search-numbering{
	padding-top: 10px;
}


.faceted-search-page h2 {
background:url("images/heading.png") no-repeat scroll right top transparent;
border-bottom:0 solid #CCCCCC;
border-left:0 solid #CCCCCC;
color:White;
display:block;
font-family:'ColaborateThin';
font-size:18px;
text-transform: uppercase;
font-style:normal;
font-variant:normal;
font-weight:normal;
height:29px;
letter-spacing:normal;
line-height:normal;
margin-bottom:0;
margin-left:1px;
margin-top:70px;
padding-bottom:0;
padding-left:0;
padding-top:7px;
text-align:left;
width:195px;
}

.faceted-search-page h2 span{
	padding-left: 10px;
}


#side-search .block{
	margin-top: 15px;
}


#block-faceted-search-ui-1-keyword{
	padding-top: 5px;
}

#block-faceted-search-ui-1-current h3.title,
#block-faceted-search-ui-1-keyword h3.title{
border:0 none;
color:#333333;
display:block;
font-family:arial bold;
font-size:14px;
font-weight:bold;
letter-spacing:normal;
margin:0;
padding-left:14px;
padding-right:5px;
text-align:left;
text-transform:uppercase;
}

#block-faceted-search-ui-1-current,
##block-faceted-search-ui-1-keyword{
	padding:5px;
}

#block-faceted-search-ui-1-current p,
#block-faceted-search-ui-1-keyword p{
	padding-left: 10px;
	margin-bottom: 1px;
}

#block-faceted-search-ui-1-current .faceted-search-facet,
#block-faceted-search-ui-1-keyword .faceted-search-facet{
	padding-left: 10px;
	margin-bottom: 1px;
}



#block-faceted-search-ui-1-keyword #edit-refine-wrapper{
	
}

#block-faceted-search-ui-1-keyword #edit-refine{
	
}

#faceted-search-ui-form-1{
	margin-left: 7px;
}


#edit-keywords-wrapper  {
	margin-bottom: 3px;
}

#edit-keywords-wrapper .form-text {
	margin-left: 7px;
	width: 80%;
}

a.faceted-search-more{
	display: none;
}






#block-faceted-search-ui-1-keyword .form-item {

}

#navigation-search #search .form-text {
color:#333333;
width:150px;
}



#navigation-search #search-theme-form{
	margin-top: 12px;
	margin-left: 20px;
}



#navigation-search #search .form-item {
margin-bottom:3px;
padding:0;

}


#search .form-submit{
	background: transparent url('images/button-search.png') no-repeat center top;
width: 81px;
  height: 34px;
  padding: 0;
  margin: 0;
  border: 0;
  overflow: hidden;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
	color:#FFFFFF;
	
}

#search .form-submit2{
	background: transparent url('images/redback1.jpg') no-repeat top left;
	color:#FFFFFF;
	margin:0px;
	width: 67px;
	padding:0;
	text-align:center;
	border:1px solid #eeeeee;
	
	
}


#block-faceted-search-ui-1-keyword .form-submit{


}

#block-faceted-search-ui-1-keyword a.faceted-search-more{
	
}


#search .form-submit3{
	
  color:#ffffff; 

  background-color:#cc0001; 
	  border: 1px solid; 
	  border-color: #696 #cccccc #cccccc #696; 
	  filter:progid:DXImageTransform.Microsoft.Gradient 
	  (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#cc0001'); 
	padding-bottom:1px;
	padding-top:1px;
	padding-left:3px;
	padding-right:3px;
}






#edit-search-theme-form-1-wrapper label /* Label that says "Search this site:" */ {
  display: none;
}

.search-form .form-text {
  width: 70%;
  margin-right: 0.5em;
}
.block-search .form-text {
  width: 65%;
}
/* @end */
/* @end */
/* @group Textareas */

.resizable-textarea {
  width: 100%;
}
.form-textarea {
  color: #333;
  width: 98%;
}
.node-form textarea {
  width: 98%;
}

/* @end */
/* @group Checkboxes */
.form-item-checkbox {
  margin: 1em 0 0.5em 0;
}
/* @group Required Elements */
/* Aligning the asterisk to the left of the label */
.form-item-required {
  
}
.form-item-required .form-required {
 
  line-height: normal;
  color: #d70000;
 
  font-size: 1.4em;
  font-weight: bold;
}
.form-item-required label {
  
}
/* @end */
/* @end */

/* @end */
/* @group Descriptions */
.description {
  color: #666;
  line-height: normal;
  padding: 0.25em 0 0.25em 0;
}
.fieldset-wrapper > div.description {
 
}
/* @end */
/* @group Filter Tips */
ul.tips {
  margin: 0;
  padding: 0 0 0 2.25em;
}
ul.tips li {
  list-style: square;
  list-style-position: outside;
  margin: 0 0 0 1em;
  padding: 0.25em;
  font-size: 1.2em;
}
/* @end */
/* @group User Login Form */
#user-login-form {
  text-align: left;
  padding: 1em 0 1em 1em;
  margin: 0;
  text-align: left;
}
#user-login-form .form-item,
#user-login-form .form-text {
  margin: 0;
}
#user-login-form .form-text {
  width: 90%;
}
#user-login li,
#user-login-form li {
  list-style: none;
}
/* Open ID */
#user-login-form .form-item {
  margin: 0 0 1.5em 0;
}
#user-login-form .form-submit {
  margin-top: -1.5em;
  margin-bottom: 1em;
}
#user-login li,
#user-login-form li {
  list-style: none;
  padding: 0;
  margin: 0;
}
#user-login ul,
#user-login-form ul {
  margin: 0;
}
/* Open ID */
li.openid-link  {
  padding: 0;
  margin: 0;
  background-position: center left;
}
li.openid-link a {
  padding-left: 1.75em;
  margin: 0;
 }
#user-login li.openid-link {
  margin-bottom: 1em;
}
/* User Login Block */
#block-user-0 .content {
  border: solid 1px #ddd;
}
#block-user-0 form {
  overflow: hidden;
}
.advanced-help-link {
  margin-top: 1px!important;
}
/* @end */
/* @end */
/* @group System Messages */
div.messages {
  background: #fff url('images/bg-shade-white-lrg.png') repeat-x 0 100%;
  border: 1px solid #ddd;
  margin: 1.6em 0;
  padding: 1em 1em 2em 1em;
  -webkit-border-radius: 0.333em;
  -moz-border-radius: 0.333em;
  font-size: 1.3em;
  
}
div.warning {
  margin: 1em 0;
  padding: 1em 1em 2em 1em;  
}
.messages .inner {
  padding-left: 4em;
}
.messages .icon {
  background: url('images/sprites-32.png') no-repeat 0 0;
  position: absolute;
  width: 32px;
  height: 32px;
}
.warning .icon {background-position: -182px -1270px;}
.error .icon {background-position: -364px -898px;}
.status .icon {background-position: 0 -960px;}


h2.customerror{
	
	font-family: arial;
	font-size: 15px;
}



div.help {
  margin: 1em 0;
  padding: 1em 0;
}
div.help div.help {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}
div.password-description {
  border: solid 1px #ddd;
  padding: 0.5em 1em 1.25em 4em;
  -webkit-border-radius: 0.333em;
  -moz-border-radius: 0.333em;
  font-size: 0.9em;
  margin: -2em 0 1em 0;
}
/* @end */
/* @group Module Support */
/* @group User Profile */
.profile dd {
  margin-bottom: 0;
}
.profile td {
  margin: 0;
}
.profile h3 {
  border-bottom: none;
}
.profile .picture {
  float: left;
}
/* @end */
/* @group Panels Front End */
.panel-panel {
  overflow: display;
}
.panel-pane .block {
  border: solid 0px #ddd;
}
/* @end */

/* @group Quicktabs */
.quicktabs_main .block {
  border: none;
  margin: 0;
  padding: 0;
}
.quicktabs_main .block .content {
  border: none;
}
.quicktabs_main .block .title {
  background: none;
  border: none;
  padding: 1em 1em 0.25em 1em;
}






/* @end */

/* @group Admin Menu */
#admin-menu {
  font-size: 11px;
  z-index: 9999;
}
/* @end */

/* @group Vertical Tabs */
/* Disclaimer: sorry about all the important!'s but the CSS file loads last */
div.vertical-tabs-div {
  border: 1px solid #ddd!important;
}
.vertical-tabs ul.vertical-tabs-list {
  border: 1px solid #ddd!important;
  border-bottom: 0!important;
  border-right: 0!important;
}
.vertical-tabs ul.vertical-tabs-list li {
  background: #fff url('images/bg-shade-light.png') repeat-x 0 100%!important;
  border-bottom: 1px solid #ddd!important;
  border-right: 1px solid #ddd!important;
  text-shadow: #fff 1px 1px 1px;
}
.vertical-tabs ul.vertical-tabs-list li span.description {
  color: #999;
  text-shadow: none;
}
.vertical-tabs ul.vertical-tabs-list li a {
  text-shadow: #fff 1px 1px 1px;
  color: #555;
}
.vertical-tabs ul.vertical-tabs-list li.selected {
  background: #858585 url('images/bg-shade-dark.png') repeat-x 0 100%!important;
  border-right: none!important;
  color: #fff;
}
.vertical-tabs ul.vertical-tabs-list li.selected a {
  color: #fff!important;
  text-shadow: #333 1px 1px 1px;
}
.vertical-tabs ul.vertical-tabs-list li.selected span.description {
  color: #fff;
}
/* @end */

/* @group TinyMCE */
body.mceContentBody {
  background: #fff none;
}
/* @end */
/* @group Coder */
.coder pre {
  border: none;
  margin: 0;
}
.coder .item-list ul {
  margin: 0;
  padding: 0;
  border: solid 1px #bbb;
}
.coder .item-list li {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: solid 1px #bbb;
}
.coder .item-list li:last-child {
  border-bottom: 0;
}
.coder .item-list li.first.last {
  border: none;
  padding: 2em;
  color: #777;
}
.coder .coder-warning {
  padding: 1em;
}
/* @end */
/* @group External Link */
ul.menu a.ext {
  padding-right: 0;
}
/* @end */
/* @end */


#sidebar-right {
 
  background: transparent url('images/back-rightside2.png') no-repeat top left;
}

#main {
  
  background: transparent url('images/top_title_headerB.png') repeat-x top left;
}

#main-maintenance {
  
  background: transparent url('images/top_title_headerB.png') repeat-x top left;
  width: 100%;
}


#main-article {
  
   background: #ffffff;
}

#article-right {
	height: 862px;
	margin-top: 15px;
	margin-left: 5px;
background: transparent url('images/article-sidebar.png') no-repeat top left;
}

.article-contents{
	padding-top: 25px;
	padding-left: 20px;
}

#article-middle h1.title {
  margin-bottom: 0px;
  
}


.article-content-prize{
	background: transparent;
	position: relative;
}

.article-content-prize #prizepic{
display: block;
	float: right;
	width: 166px;
	height:163px;
	background:transparent url(images/jhmacdermot2.jpg) no-repeat top right;
	padding: 1px;
	margin-top: -35px;
	overflow: display;
	margin-right: 1px;
}



.blog_disclaimer{
	clear: both;
	padding:7px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin-top: 5px;
	margin-bottom: 5px;
}
	


.node-bcmj-blog{
	position: relative;
}

.node-bcmj-blog .content-prize #prizepic{
display: block;
	float: right;
	width: 166px;
	height:163px;
	background:transparent url(images/jhmacdermot2.jpg) no-repeat top right;
	padding: 1px;
	margin-top: -5px;
	overflow: display;
	margin-right: -10px;
	
}


.views-row #prizepic{
display: none;
	
}

.views-row .views-field-bodyprize #prizepic{
display: block;
	float: right;
	width: 166px;
	height:163px;
	background:transparent url(images/jhmacdermot2.jpg) no-repeat top right;
	padding: 1px;
	margin-top: -5px;
	overflow: display;
	margin-right: 10px;
	
}





 .contentprize #prizepic{
display: block;
	float: right;
	width: 166px;
	height:163px;
	background:transparent url(images/jhmacdermot2.jpg) no-repeat top right;
	padding: 0px;
	margin-top: -50px;
	overflow: display;
	margin-right: 1px;
	
}




.prize-view{
	display: block;
	float: right;
	width: 100%;
}

.prize-view .blogprize{
	float: left;
	
	padding-left:1px;
	
}

.prize-view .articleprize{
		float: left;
	
	padding-left:1px;
}


 .prize-view div.item-list{
    padding-left: 0px;
    display: block;
    width: 100%;
    margin-bottom: 1px;
}


 .prize-view div.item-list h3{
    padding-left: 16px;
   font-size: 14px;
}

 .prize-view div.item-list .views-field-title {
    padding-left: 4px;
   font-size: 14px;
}




 .prize-view div.item-list li{
    background: url("images/long-line.gif") no-repeat scroll left bottom transparent;
    display: block;
    width: 100%;
    padding-bottom: 39px;
     padding-left: 0px;
   padding-top: 5px;
   font-size: 14px;
}



.node-bcmj-blog .meta span{

	
}


.title{
	font-size: 30pt;
	color: #666666;
	font-family: 'ColaborateThin';
	margin-bottom: 10px;
	letter-spacing:normal;
}
	
	
	#lightbox {
line-height:0;
text-align:left;
}


.view-bcmj-archive-new td, .view-bcmj-archive-new #blocks td.block {
border-bottom:0px solid #DDDDDD;
border-right:0px solid #DDDDDD;
padding:0px;
vertical-align:top;

}

.view-bcmj-archive-new .views-field-image-attach-images{
	
	background: transparent url('images/cover_archive_back.png') no-repeat;
	width: 86px;
}


.view-bcmj-archive-new .views-field-image-attach-images  .field-content{
display: block;
	width: 78px;
	padding-left: 6px;
	padding-top: 5px;
	padding-bottom: 5px;
}


.views-field-image-attach-images a{
	display: block;
	width: 78px;

}

.view-bcmj-archive-new {
	 
	margin-top: 20px;
}


.view-bcmj-archive-new td{
	 
	width: 86px;
}

.view-bcmj-archive-new table {
border-collapse:collapse;
border-left:0px solid #DDDDDD;
border-spacing:0;
border-top:0px solid #DDDDDD;
margin:1em 0;
width:770px;
text-align: left;
}


 .view-bcmj-archive-new h3 {
clear:both;
display:block;
background: transparent url('images/button.png') no-repeat top left;
font-style:normal;
font-variant:normal;
font-weight:normal;
font-size: 1.6em;
font-family: 'ColaborateThin';
letter-spacing:normal;
line-height:normal;
margin-bottom:1px;
margin-top:5px;
padding-right: 0px;
padding-left: 18px;
padding-top: 7px;
padding-bottom: 4px;
color: White;
}

#block-quicktabs-2 	h3.title,
#block-quicktabs-3 	h3.title,
#block-quicktabs-5 	h3.title,
#block-quicktabs-6 	h3.title {
	clear:both;
display:block;
border:0 none;
color:#666666;
font-family: 'ColaborateThin';
font-size:30pt;
display:block;
font-weight:normal;
margin-top:-5px;
margin-left:0;
margin-bottom:0;
padding-left:2px;
padding-top:0;
text-align:left;
text-shadow:none;
text-transform:none;
font-style:normal;
font-variant:normal;
letter-spacing:-1px;
line-height:1.4em;
}


#block-quicktabs-3 .quicktabs_main.quicktabs-style-sky,
#block-quicktabs-5 .quicktabs_main.quicktabs-style-sky,
#block-quicktabs-6 .quicktabs_main.quicktabs-style-sky {
background:#FFFFFF none repeat scroll 0 0;
border:0px solid #EEEEEE;
clear:both;
padding:25px 5px 0;
margin-top:7px;
position:relative;
top:1.5em;
}


#block-quicktabs-2 .quicktabs_main.quicktabs-style-sky {
background:#FFFFFF none repeat scroll 0 0;
border:0px solid #EEEEEE;
clear:both;
padding:5px 5px 0;
margin-top:7px;
position:relative;
top:1.5em;
}

#block-quicktabs-2{
	margin-left: 0px;
}


#block-quicktabs-2 h3 {
color:#336699;
font-size:15px;
font-weight:bold;
margin-left:10px;
margin-bottom:1px;
}

#block-quicktabs-2 h3 span.title-hide{
	display: none;
}


html.js #block-quicktabs-2 fieldset {
margin-bottom: 3px;
margin-top: 3px;
padding:0;
border:0;
}

html.js #block-quicktabs-2 fieldset .fieldset-wrapper {
display:block;
margin:0;
padding-left:1px;
padding-bottom:10px;
}



html.js #block-quicktabs-2 fieldset.collapsible legend {
margin-left:660px;
margin-top:-50px;
}

html.js #block-quicktabs-2 fieldset.collapsible legend a {
background:none repeat scroll 0 0 transparent;
padding:4px;
text-decoration:underline;
}

#block-quicktabs-2 .content {
margin-top: -54px;
padding-left:0;
}


#block-quicktabs-3 .content {
margin-top: -54px;
padding-left:5px;
float: left;
width: 100%;
display: block;
}

#block-quicktabs-5 .content {
margin-top: -54px;
padding-left:5px;
float: left;
width: 100%;
display: block;
}

#block-quicktabs-6 .content {
margin-top: -54px;
padding-left:5px;
float: left;
width: 100%;
display: block;
}

#block-quicktabs-3 .content h4,#block-quicktabs-3 .content p,
.node .content h4,.node .content p{
padding-left:5px;
}


#block-quicktabs-5 .content h4,#block-quicktabs-5 .content p{
padding-left:5px;
}

#block-quicktabs-6 .content h4,#block-quicktabs-6 .content p{
padding-left:5px;
}

#block-quicktabs-3 .content h1.classified-title {
background:url("images/heading.png") no-repeat scroll right top transparent;
color:White;
display:block;
float:left;
font-family:'ColaborateThin';
font-size:17px;
font-style:normal;
font-variant:normal;
font-weight:normal;
height:31px;
letter-spacing:normal;
line-height:normal;
margin-bottom:2px;
margin-left:0px;
margin-top:5px;
padding-bottom:4px;
padding-left:1px;
padding-top:7px;
text-align:left;
width:200px;
}

#block-quicktabs-5 .content h1.classified-title {
background:url("images/heading.png") no-repeat scroll right top transparent;
color:White;
display:block;
float:left;
font-family:'ColaborateThin';
font-size:17px;
font-style:normal;
font-variant:normal;
font-weight:normal;
height:31px;
letter-spacing:normal;
line-height:normal;
margin-bottom:2px;
margin-left:0px;
margin-top:5px;
padding-bottom:4px;
padding-left:1px;
padding-top:7px;
text-align:left;
width:200px;
}

#block-quicktabs-6 .content h1.classified-title {
background:url("images/heading.png") no-repeat scroll right top transparent;
color:White;
display:block;
float:left;
font-family:'ColaborateThin';
font-size:17px;
font-style:normal;
font-variant:normal;
font-weight:normal;
height:31px;
letter-spacing:normal;
line-height:normal;
margin-bottom:2px;
margin-left:0px;
margin-top:5px;
padding-bottom:4px;
padding-left:1px;
padding-top:7px;
text-align:left;
width:200px;
}


.node  h1.red-title {
background:url("images/heading.png") no-repeat scroll right top transparent;
color:White;
display:block;
font-family:'ColaborateThin';
font-size:17px;
font-style:normal;
font-variant:normal;
font-weight:normal;
height:31px;
letter-spacing:normal;
line-height:normal;
margin-bottom:2px;
margin-left:0px;
margin-top:5px;
padding-bottom:4px;
padding-left:1px;
padding-top:7px;
text-align:left;
width:200px;
}

.node  h1.red-title span{
	padding-left: 12px;
}

.download-div {
	margin-top:10px;
	text-align: center;
}


.download-div p{
	margin-bottom:30px;
	text-align: center;
}

.download-div  span.download-title {
  background: #8c8989 none repeat scroll 0px 0px;
    border: 0px solid #eee;
   box-shadow:1px 1px 3px #000000;
    color: #FFF;
    display: inline;
    font-family: "ColaborateThin";
    font-size: 1.7em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 25px;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 13px;
    margin-right: 18px;
    margin-top: 15px;
    padding: 6px 15px 3px 18px;

}

.download-div  span.download-title a{
	padding-left: 2px;
	color:White;
	text-shadow: 1px 1px #4B4949;
	
	
}

div.cover-button-div{
	text-align: center;
	margin-top:10px;
	margin-left:15px;
	display: block;
}

span.cover-button {
  background: #8c8989 none repeat scroll 0px 0px;
    border: 0px solid #eee;
     box-shadow:1px 1px 3px #000000;
    color: #FFF;
    display: inline;
    font-family: "ColaborateThin";
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 25px;
    letter-spacing: normal;
    line-height: 1.2em;
    margin-bottom: 13px;
    margin-left: 5px;
    margin-top: 15px;
    padding: 6px 11px 3px 12px;
text-align: center;
}


span.cover-button a{
	padding-left: 0px;
	color:White;
	
	
}





div.title-nowrap{
	width: 100%;
	float: left;
	clear: both;
}


#block-quicktabs-3 div.item-list,
#block-quicktabs-5 div.item-list,
#block-quicktabs-6 div.item-list {
margin-left:10px;
padding:0;
}





#block-quicktabs-2 div.item-list ul,
#block-quicktabs-3 div.item-list ul,
#block-quicktabs-5 div.item-list ul,
#block-quicktabs-6 div.item-list ul {
list-style-image:none;
list-style-position:inside;
list-style-type:none;
margin:0;
padding:0;
}



#block-quicktabs-2 div.item-list ul span.views-field-title,
#block-quicktabs-2 div.item-list ul span.views-field-body,
#block-quicktabs-3 div.item-list ul span.views-field-title,
#block-quicktabs-3 div.item-list ul span.views-field-body,
#block-quicktabs-5 div.item-list ul span.views-field-title,
#block-quicktabs-5 div.item-list ul span.views-field-body,
#block-quicktabs-6 div.item-list ul span.views-field-title,
#block-quicktabs-6 div.item-list ul span.views-field-body{
	margin-left: 0px;
	padding: 5px;
}


#block-quicktabs-2 div.item-list ul span.views-field-title span.field-content{
	margin-left: 0px;
	padding: 0px;
}




#block-quicktabs-2 .quicktabs_tabpage,
#block-quicktabs-3 .quicktabs_tabpage,
#block-quicktabs-5 .quicktabs_tabpage,
#block-quicktabs-6 .quicktabs_tabpage{
	margin-top: 10px;
}

#quicktabs-3 {
	display: block;
	float: left;
width: 100%;
display: block;
	
}


#quicktabs-5 {
	display: block;
	float: left;
width: 100%;
display: block;
	
}

#quicktabs-6 {
	display: block;
	float: left;
width: 100%;
display: block;
	
}



#quicktabs-3 .quicktabs-style-sky{
	
	
}

#quicktabs-3  ul.quicktabs_tabs.quicktabs-style-sky{
	display: block;
	float: right;
	margin-right:0;
	margin-left:50px;
padding-left:30px;
padding-top: 6px;
width:500px;
text-align: right;
}

#quicktabs-5  ul.quicktabs_tabs.quicktabs-style-sky{
	display: block;
	float: right;
	margin-right:0;
	margin-left:50px;
padding-left:30px;
width:340px;
text-align: right;
}


#quicktabs-6  ul.quicktabs_tabs.quicktabs-style-sky{
	display: block;
	float: right;
	margin-right:0;
	margin-left:50px;
padding-left:30px;
width:340px;
text-align: right;
}

#page-node-44 .main-inner{
	padding-right: 3px;
}



#block-quicktabs-2 ul.quicktabs_tabs.quicktabs-style-sky {
margin-left:1px;
margin-top:7px;
margin-bottom:0;
margin-right:0;
padding-left:10px;
padding-right:0px;
width:642px;
display: block;
float: right;
text-align: right;
}

#block-quicktabs-5 ul.quicktabs_tabs.quicktabs-style-sky {
margin-left:1px;
margin-top:7px;
margin-bottom:0;
margin-right:0;
padding-left:10px;
padding-right:0px;
width:650px;
display: block;
float: right;
text-align: right;
}


#block-quicktabs-6 ul.quicktabs_tabs.quicktabs-style-sky {
margin-left:1px;
margin-top:7px;
margin-bottom:0;
margin-right:0;
padding-left:80px;
padding-right:0px;
width:505px;
display: block;
float: right;
text-align: right;
}

#block-quicktabs-2 ul.quicktabs_tabs,
#block-quicktabs-3 ul.quicktabs_tabs,
#block-quicktabs-5 ul.quicktabs_tabs,
#block-quicktabs-6 ul.quicktabs_tabs {
margin-top:0;
}

ul.quicktabs_tabs.quicktabs-style-sky li {
float:left;
font-weight:bold;
height:2.65em;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
min-height:2.95em;
padding:0;
}

ul.quicktabs_tabs.quicktabs-style-sky li.active {
margin:0;
}

#block-quicktabs-2 ul.quicktabs_tabs.quicktabs-style-sky li.active a, 
#block-quicktabs-2 ul.quicktabs_tabs.quicktabs-style-sky li.active a:visited,
#block-quicktabs-3 ul.quicktabs_tabs.quicktabs-style-sky li.active a, 
#block-quicktabs-3 ul.quicktabs_tabs.quicktabs-style-sky li.active a:visited,
#block-quicktabs-5 ul.quicktabs_tabs.quicktabs-style-sky li.active a, 
#block-quicktabs-5 ul.quicktabs_tabs.quicktabs-style-sky li.active a:visited,
#block-quicktabs-6 ul.quicktabs_tabs.quicktabs-style-sky li.active a, 
#block-quicktabs-6 ul.quicktabs_tabs.quicktabs-style-sky li.active a:visited {
background:#ffffff;
border-left:1px solid #eeeeee;
border-right:1px solid #eeeeee;
border-bottom:2px solid #ffffff;
color:#000000;
font-weight: bold;
font-size:1em;
height:2.60em;
line-height:2.95em;
min-height:2.95em;
padding:0 10px;
position:relative;
text-decoration:none;
top:.8em;
}



#block-quicktabs-2 ul.quicktabs_tabs.quicktabs-style-sky li a, 
#block-quicktabs-2 ul.quicktabs_tabs.quicktabs-style-sky li a:visited,
#block-quicktabs-3 ul.quicktabs_tabs.quicktabs-style-sky li a, 
#block-quicktabs-3 ul.quicktabs_tabs.quicktabs-style-sky li a:visited,
#block-quicktabs-5 ul.quicktabs_tabs.quicktabs-style-sky li a, 
#block-quicktabs-5 ul.quicktabs_tabs.quicktabs-style-sky li a:visited,
#block-quicktabs-6 ul.quicktabs_tabs.quicktabs-style-sky li a, 
#block-quicktabs-6 ul.quicktabs_tabs.quicktabs-style-sky li a:visited {
background:transparent;
border-right:0px solid #EEEEEE;
border-top:0px solid #EEEEEE;
color:#336699;
display:block;
float:left;
font-size:1em;
font-weight: bold;
height:2.65em;
line-height:2.95em;
min-height:2.95em;
padding:0 10px;
position:relative;
text-decoration:none;
top:.8em;

}


ul.quicktabs_tabs.quicktabs-style-sky li.active a {
border-left:0px solid #777777;
}


#block-quicktabs-2 .views-field-title{
	display:block;
	clear:both;
	text-transform:uppercase;
	font-weight: bold;
	font-family: arial;
	color:#336699;
display:block;
font-size:14px;


}

#block-quicktabs-2 .views-field-body{
	display:block;
	clear:both;
	padding-bottom: 10px;

}


h1.classified-title{
background:url("images/heading.png") no-repeat scroll right top transparent;
border-bottom:1 solid #CCCCCC;
border-left:1 solid #CCCCCC;
color:White;
display:block;
font-family:'ColaborateThin';
font-size:17px;
font-style:normal;
font-variant:normal;
font-weight:normal;
height:28px;
letter-spacing:normal;
line-height:normal;
margin-bottom:2px;
margin-left:5px;
margin-top:1px;
padding-bottom:4px;
padding-left:5px;
padding-top:1px;
text-align:left;
float: left;
width: 200px;
}




h1.classified-title2{
  background: #8c8989 none repeat scroll 0px 0px;
   
     box-shadow:1px 1px 3px #000000;
    color: #FFF;
    display:block;
font-family:'ColaborateThin';
font-size:17px;
font-style:normal;
font-variant:normal;
font-weight:normal;
height:20px;
letter-spacing:normal;
line-height:normal;
margin-bottom:2px;
margin-left:5px;
margin-top:5px;
padding-bottom:1px;
padding-left:5px;
padding-top:1px;
text-align:left;
float: left;
width: 200px;
}

h1.classified-title span {
color:White;
margin-bottom:2px;
margin-left:2px;
margin-top:2px;
padding-left:8px;
padding-top:3px;
padding-bottom: 6px;
float: left;
display: block;
width: 200px;
text-align: center;
 text-shadow: 1px 1px #4b4949;
}

h1.classified-title2 span {
color:White;
margin-bottom:2px;
margin-left:1px;
margin-top:0px;
padding-left:1px;
padding-top:1px;
padding-bottom: 3px;
float: left;
display: block;
width: 200px;
text-align: center;
 text-shadow: 1px 1px #4b4949;
}



div.field-field-classified-expiry{
	padding-left: 4px;
}



h1.classified-title a,
h1.classified-title2 a{
color: White;

margin-bottom:10px;
margin-top:0px;
padding-top: 0px;


float: left;
display: block;
width: 200px;
}



#block-quicktabs-2 div.item-list ul li {
list-style-type:none;
margin:0;
padding-left:3px;
}

#block-quicktabs-2 div.item-list ul li.print_html{
margin:5px;
padding-right:20px;
text-align: left;
}

#block-quicktabs-2 li.views-row  {
background: transparent url('images/classified-line.gif') no-repeat bottom left;

}

div.ctop{
	display: block;
	width: 100%;
	height: 30px;
	float: left;
	margin-bottom: 17px;
	padding-bottom: 17px;
	
}


.ctop-left{
	display: inline;
	float: left;
	width: 65%;
	clear: none;
}

.ctop-right{
	display: inline;
	float: right;
	width: 30%;
	clear: none;
	margin-left: 20px;
	padding-left: 20px;
}

#block-views-current-issue-block-block-1 div.content{
	background:transparent;
display: block;
padding-left:0;
padding-top:0px;
margin-left: -8px;
margin-right: 5px;

}


#block-views-current-issue-block-block-1 div.views-field-image-attach-images{
	background:transparent url(images/current_small_back3.png) no-repeat top left;
	display: block;
	margin: 0 auto;
display: block;
padding-left:15px;;
padding-right:0px;
padding-top:0;
width: 222px;
height: 283px;
}



#block-views-current-issue-block-block-1 img.image-preview{
	background:transparent;
	padding-top: 17px;
	padding-left: 1px;
	padding-right: 0px;
	padding-bottom: 5px;
	width: 189px;
	height: 250px;
	display: block;
	margin: 0 auto;
}

#block-views-current-issue-block-block-1 .views-field-title{
	color: #336699;
	padding-left: 12px;
	margin-top: -3px;
}


 .block {
margin:0;
 overflow: visible;
padding:0;
}

#block-block-1{
	margin-top: 10px;
}



ul.follow{
	clear:both;
float:left;
list-style:none outside none;
margin:0;
	padding-bottom: 8px;
	padding-top: 4px;
}




ul.follow li{
float: left;
 list-style:none outside none;
margin-top:13px;
  display: block;
	margin: 0 auto;
}

ul.follow-us li a{
	background:transparent url(images/line_icon.png) no-repeat bottom left;
	padding-left: 30px;
	padding-bottom: 8px;
	padding-top: 7px;
	vertical-align:text-top;
	display: block;
	margin: 0 auto;
}

li.follow-facebook{
	background:transparent url(images/facebook_icon.png) no-repeat top left;
margin:0;
  padding:0;
}

li.follow-twitter{
	background:transparent url(images/twitter_icon.png) no-repeat top left;
margin:0;
  padding:0;
}

li.follow-linkedin{
	background:transparent url(images/linkedin_icon.png) no-repeat top left;
margin:0;
  padding:0;
}

li.follow-alerts{
	background:transparent url(images/email_icon.png) no-repeat top left;
margin:0;
  padding:0;
}

li.follow-rss{
	background:transparent url(images/rss_icon.png) no-repeat top left;
margin:0;
  padding:0;
}








span.archive-link {
	float: right;
	margin-right: -10px;
	margin-bottom: 25px;
}

span.archive-link a{
	
	text-decoration: underline;
}
	
	
.view-id-cme-view	.views-accordion-item .accordion-header, h3.accordion-header {
background:#ffffff url(images/read-more.gif) no-repeat top right;
border-bottom:1px solid #DDDDDD;
border-top:0px solid #DDDDDD;
}

.view-id-cme-view .views-accordion-item .accordion-header-active, h3.accordion-header-active {
	background:#ffffff url(images/close.gif) no-repeat top right;
border-bottom:0px solid #EEEEEE;
font-weight:bold;
}


.view-id-cme-view  h3.accordion-header {
margin-bottom:0;
color:#336699;
font-size: 15px;
}

.view-id-cme-view small {
margin-top:-3px;
color:#000000;
font-size: 11px;
}


.view-id-cme-view .accordion-active {
border:0px solid #DDDDDD;
margin-bottom:1em;
}

#article-middle span.summary {

font-size:16px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin-bottom:15px;
margin-top:15px;
}


#article-middle span.back-top{
	
	float: right;
}





#article-middle .back-top a.back-button {

background:transparent url(images/grey_back_button.png) no-repeat top left;
color: #ffffff;
width: 65px;
height: 41px;
padding-left: 18px;
padding-right: 18px;
padding-top: 15px;
padding-bottom: 10px;
}


.article-notice {
    color: Red;
    font-weight: bold;
font-size: 1.2em;
}

#article-info{
	

	padding-bottom: 10px;
	padding-right: 1px;
	margin-top: 1px;
	overflow: display;
}


	

.references  ul {
border-bottom:0px solid #D7D7D7;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-bottom:15px;
}


.references li {
border-top:0px solid #D7D7D7;
margin-bottom:10px;
padding-top:10px;
}
.references ul, li {
border:0 none;
margin:0;
padding:0;
}


.cme-manual {
	margin-bottom: 5px;
	margin-top: 20px;
	padding-top: 20px;
}


.view-blog-view-manual {
	margin-bottom: 5px;
	margin-top: 20px;
	padding-top: 20px;
}


html.js .cme-manual fieldset  {
background:#ffffff;
padding:0 0 0 0;
border:0;
}

html.js .cme-manual fieldset.collapsed  {
background:#ffffff url(images/classified-line.gif) no-repeat bottom left;
padding:0 0 0 0;
border:0;
}

html.js .view-blog-view-manual fieldset  {
background:#ffffff;
padding:0 0 0 0;
border:0;
}

html.js .view-blog-view-manual fieldset.collapsed  {
background:#ffffff url(images/classified-line.gif) no-repeat bottom left;
padding:0 0 0 0;
border:0;
}




.cme-manual	fieldset .fieldset-wrapper {
display:block;
margin:0;
padding:5px;
}


.view-blog-view-manual	fieldset .fieldset-wrapper {
display:block;
margin:0;
padding:5px;
}

.cme-manual html.js fieldset.collapsed legend {
margin-left:0;
}

.view-blog-view-manual html.js fieldset.collapsed legend {
margin-left:0;
}


html.js .cme-manual fieldset.collapsible legend a {
background:transparent;
padding:4px;
text-decoration: underline;
}


html.js .view-blog-view-manual fieldset.collapsible legend a {
background:transparent;
padding:4px;
text-decoration: underline;
}

.cme-manual fieldset.collapsible:not(.collapsed), fieldset:not(.collapsible) {
-moz-border-radius-bottomleft:0.5em;
-moz-border-radius-bottomright:0.5em;
-moz-border-radius-topleft:0.5em;
-moz-border-radius-topright:0.5em;
background:#FFFFFF;
border:0px solid #CDCDCD;
}





html.js .cme-manual fieldset.collapsible legend {
margin-left:660px;
margin-top: -50px;
}

html.js .view-blog-view-manual fieldset.collapsible legend {
margin-left:660px;
margin-top: -50px;
}


.cme-manual fieldset legend {
font-size:1em;
font-weight:bold;
}

.view-blog-view-manual fieldset legend {
font-size:1em;
font-weight:bold;
}


.cme-manual h3{
	color: #336699;
	font-size: 15px;
	margin-left: 7px;
	font-weight: bold;
}

.cme-manual h3 small{
	color: #000000;
	font-size: 13px;
	line-height:95%;
	font-weight: normal;
}

.view-blog-view-manual h3{
	color: #336699;
	font-size: 15px;
	margin-left: 7px;
	font-weight: bold;
}

.view-blog-view-manual h3 small{
	color: #000000;
	font-size: 13px;
	line-height:95%;
	font-weight: normal;
}



.view-blog-view-manual div.views-field-path {
float:left;
margin-top:10px;
width:170px;
}

.view-blog-view-manual div.views-field-comments-link {
clear:right;
float:left;
margin-top:10px;
}

div.field-field-blog-author{
	padding-left: 5px;
}



#popup-form {
	background: #ffffff;
text-align: left;
margin-top:12px;
margin-left:12px;
padding: 10px;
width: 620px;

}



#popup-form .resizable-textarea ,#popup-form textarea{
width:320px;

}




#contact-mail .resizable-textarea .grippie {
background:#EEEEEE url(../../misc/grippie.png) no-repeat scroll center 2px;
border-color:#DDDDDD;
border-style:solid;
border-width:0 1px 1px;
cursor:s-resize;
height:9px;
overflow:hidden;
width:330px;
margin-left: 170px;
}


#popup-form .form-item {
margin-bottom:1px;
margin-top:1px;
padding:5px;
display:block;
float: left;
clear: both;
width:99%;
}




#popup-form .form-item label {
display:block;
float: left;
font-weight:bold;
width:200px;
text-align: left;
margin-top:1px;
margin-bottom: 3px;
}




#popup-form .form-text{
display:block;
float: left;
color:#333333;
width:300px;
text-align: left;
padding-left: 1px;
margin-top:1px;
margin-bottom: 3px;
}


#popup-form .form-submit {
background:transparent url(images/button.png) no-repeat scroll center top;
border:0 none;
color:#FFFFFF;
cursor:pointer;
height:36px;
margin:0;
overflow:hidden;
padding-left:15px;
padding-right:15px;
}

#popup-form #contact-mail-page .form-submit {
background:transparent url(images/button.png) no-repeat scroll center top;
border:0 none;
color:#FFFFFF;
cursor:pointer;
height:36px;
margin:0;
overflow:hidden;
padding-left:15px;
padding-right:15px;
float: left;
clear: both;
}


#popup-form .form-item a {
display:block;
float: left;
width:300px;

}


#popup-form .form-submit{
	display:block;
float: left;
}



.captcha .fieldset-wrapper {
display:block;
margin:0;
padding:4px;
}

fieldset.captcha legend {
padding-left: 3px;
}


fieldset.captcha  {
margin-top:5px;
margin-bottom:1px;
display:block;
float: left;
clear: both;
width: 99%;
}

#comment-form fieldset.captcha  {
margin-top:15px;
margin-bottom:1px;
display:block;
float: left;
clear: both;
width: 99%;
}


#node-7291  fieldset.captcha  .fieldset-wrapper{
margin-top:5px;
margin-bottom:1px;
display:block;
float: left;
clear: both;
width: 99%;
}




#node-7291 fieldset.captcha #edit-captcha-response-wrapper  {

width: 100%;
float: left;
padding-left: 3px;
}


#comment-form fieldset.captcha .form-text {
color:#333333;
width:15%;
}

#comment-form fieldset.captcha .form-item label {
font-size:1.1em;
font-weight:bold;
display: block;
width: 100%;
float: left;
padding-left: 3px;
}






fieldset.captcha div.description {
padding-left: 2px;
display:block;
float: left;
clear: both;
width: 500px;
}


fieldset.captcha span.field-prefix {
padding-left: 2px;
display:block;
float: left;
}

fieldset.captcha #edit-captcha-response {
padding-left: 2px;
display:block;
float: left;
}


#popup-form #edit-captcha-response-wrapper .form-text {
display:block;
float: left;
color:#333333;
width:150px;
text-align: left;
padding-left: 1px;
margin-top:1px;
margin-bottom: 3px;

}


#contact-mail #edit-captcha-response-wrapper .form-text {
display:block;
float: left;
color:#333333;
width:150px;
text-align: left;
padding-left: 1px;
margin-top:1px;
margin-bottom: 3px;

}




#popup-form #edit-captcha-response-wrapper div.description {
padding-left: 2px;
display:block;
float: left;
clear: both;
width: 510px;
}


#contact-mail #edit-captcha-response-wrapper div.description {
padding-left: 2px;
display:block;
float: left;
clear: both;
width: 100%;
}





html.js #popup-form fieldset.collapsible  {
display:block;
float: left;
clear: both;
width: 100%;
}


html.js #contact-mail-page fieldset.collapsible {
display:block;
float: left;
clear: both;
width: 100%;
}



div.preview{
	margin-top: 20px;
}



ul.resourcesList li{
	
	list-style-type:none;
}

ul.resourcesList li a{
	padding-top: 9px;
	padding-left: 20px;
}

#article-right .icon-pdf{
background:transparent url(images/icon_pdf.png) no-repeat top left;
border:0 none;
height:21px;
margin:0;
padding:0;
	list-style-type:none;
}

#article-right .icon-print{
background:transparent url(images/icon_print.png) no-repeat top left;
border:0 none;
height:21px;
margin:0;
padding:0;
	list-style-type:none;
}


#article-right .icon-cite{
background:transparent url(images/icon_cite.png) no-repeat top left;
border:0 none;
height:21px;
margin:0;
padding:0;
	list-style-type:none;
}


#article-right .icon-perm{
background:transparent url(images/icon_perm.png) no-repeat top left;
border:0 none;
height:21px;
margin:0;
padding:0;
	list-style-type:none;
}



.discussionList li{
	background:transparent url(images/comment_button.png) no-repeat top left;
	list-style-type:none;
	color: #ffffff;
	width: 137px;
	height: 34px;
}

.discussionList li a{
	color: #ffffff;
	padding-left: 19px;
	padding-top: 7px;
	display: block;
	padding-bottom:0;
}


ul.discussionList{
	margin-left: -4px;
	margin-top: 6px;
}


ul.responses{
	margin-bottom: 6px;
	display:block;
}




ul.responses li{
background:transparent url(images/icon-responses.gif) no-repeat scroll left top;
border:0 none;
list-style-type:none;
margin-top: 5px;
padding:0;
display:block;
line-height:98%;
}



ul.responses li a{
padding-left:20px;

margin-top: 5px;
}



ul.shareList {
border:0;
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding-top:0;
}




.shareList li{
	display:block;
float:left;
font-size:1em;
font-weight:bold;
list-style-image:none;
list-style-position:outside;
list-style-type:none;

}

.shareList li a{

}

.border-bottom{
	border-bottom: 1px solid #cccccc;
	
}

#comment-wrapper a {
border:0 none;
color:#336699;
display:block;
font-family:arial bold;
font-size:9pt;
font-weight:bold;
letter-spacing:normal;
margin:0;
padding-left:0;
padding-right:5px;
text-align:left;
text-transform:uppercase;
}

#comment-wrapper .comment_reply a {
border:0 none;
font-family:arial bold;
font-size:9pt;
font-weight:bold;
letter-spacing:normal;
margin:0;
padding-left:0;
padding-right:5px;
text-align:right;

}

#comment-wrapper .comment_reply,
#comment-wrapper .comment_delete,
#comment-wrapper .comment_edit{
display:inline;
}

#comment-wrapper .comment_reply a,
#comment-wrapper .comment_delete a,
#comment-wrapper .comment_edit a{
display:inline;
}


#comment-wrapper legend a.more {
border:0 none;
color:#336699;
display:block;
font-family:arial bold;
font-size:12px;
font-weight:bold;
letter-spacing:normal;
margin:0;
padding-left:20px;
text-align:left;
text-transform:none;
}

#comment-wrapper legend a.more  span.comment-small{

font-size: 11px;
}

html.js fieldset.collapsed legend a.more  span.comment-small{
display:inline;

}

#comment-wrapper fieldset.collapsible:not(.collapsed), #comment-wrapper fieldset:not(.collapsible){
-moz-border-radius-bottomleft:0.5em;
-moz-border-radius-bottomright:0.5em;
-moz-border-radius-topleft:0.5em;
-moz-border-radius-topright:0.5em;
background:#FFFFFF;
border:0px solid #CDCDCD;
}

.comment-click{
	float: left;
	font-size: 12px;
	margin-bottom: 8px;
	background: #eeeeee;
	width: 100%;
}

.comment-click p{
	margin-left: 5px;
}



.filefield-element .widget-preview {
border:0;
border-style:solid;
border-width:0 0px 0 0;
float:left;
margin:0 10px 0 0;
max-width:30%;
padding:0 10px 0 0;
}


#cover-left{
	float: left;
	width: 40%;
}

#cover-right{
	float: left;
	width: 60%;
	
}


#cover-left div.all-attached-images {
background:transparent url(images/current_issue_back.png) no-repeat scroll left top;
display:block;
height:378px;
margin:0 auto;
padding-left:15px;
padding-right:0;
padding-top:0;
width:308px;
}


#cover-left p.cover-volume{
	text-align: center;
	color: #666666;
	font-size: 14px;
	width: 80%;
	margin-top:0;
}


.node #cover-left .image-attach-body {
float:left;
margin-left:0;
padding-left:16px;
padding-top: 30px;
}



#cover-right h3{
background:#CC0000 none repeat scroll 0 0;
border:1px solid #CCCCCC;
color:White;
display:inline;
font-family:'ColaborateThin';
font-size:1.7em;
font-style:normal;
font-variant:normal;
font-weight:normal;
height:25px;
letter-spacing:normal;
line-height:normal;
margin-bottom:13px;
margin-left:13px;
margin-top:5px;
padding:6px 15px 3px 18px;
}

#cover-right .item-list{
	display: block;
	margin-top: 20px;
}

#cover-right .item-list ul{

	margin-top: 10px;
}

#cover-right .view-content{
	display: block;
	margin-top: 20px;
}


.bottom-links ul {
border:medium none;
clear:both;
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding-top:0;
}

.bottom-links li {
background:transparent;
border:medium none;
color:#336699;
display:block;
float:left;
font-size:1em;
font-weight:bold;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-top:13px;
padding:5px 12px 1px 10px;
}



.bottom-links .icon-print {
background:transparent url(images/icon_print.png) no-repeat scroll left top;
border:0 none;
height:21px;
list-style-type:none;
margin:0;
padding:0;
}

.bottom-links .icon-pdf {
background:transparent url(images/icon_pdf.png) no-repeat scroll left top;
border:0 none;
height:21px;
list-style-type:none;
margin:0;
padding:0;
}

.bottom-links .icon-mail {
background:transparent url(images/mail_icon.gif) no-repeat scroll left top;
border:0 none;
height:16px;
list-style-type:none;
margin:0;
padding:0;
}




div.contemplate-scroller {
border:1px solid #666666;
height:150px;
max-width:750px;
min-width:200px;
overflow:auto;
padding:0 1em;
}



.view-Opinion-View  td.col-1{
	width: 49%;
	border-left: 0;
	border-bottom: 0;
	border-top: 0;
	padding: 14px;
	text-align: left;
	border-right: 1px solid #cccccc;
	
}

.view-Opinion-View  td.col-2{
	width: 49%;
	border: 0;
	padding: 12px;
	text-align: left;
	
}



.view-Opinion-View  tr{
	
	border: 0;
}

.view-Opinion-View  table{
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	
}



.view-Student-View  td.col-1,
.view-Student-BLogs td.col-1,
.view-Prize-Student-View td.col-1,
.view-Student-Blogs td.col-1{
	width: 49%;
	border-left: 0;
	border-bottom: 0;
	border-top: 0;
	padding: 14px;
	text-align: left;
	border-right: 1px solid #cccccc;
	
}

.view-Student-View  td.col-2,
.view-Student-BLogs td.col-2,
.view-Prize-Student-View td.col-2,
.view-Student-Blogs td.col-2{
	width: 49%;
	border: 0;
	padding: 12px;
	text-align: left;
	
}



.view-Student-View  tr,
.view-Student-BLogs tr,
.view-Prize-Student-View tr,
.view-Student-Blogs tr{
	
	border: 0;
}

.view-Student-View  table,
.view-Student-BLogs table,
.view-Prize-Student-View table,
.view-Student-Blogs table{
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	
}

#your-practice .pane-custom  table{
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	
}


#people .pane-custom  table{
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	
}


#people .pane-custom  table.author-grid{
	width: 100%;
	
}

.pane-opinion-view{
	background:transparent url(images/topnav_bar.png) repeat-x left bottom;
	border: 0;
	padding-bottom: 10px;
	overflow: visible;
	
}

.pane-prize-student-view{
	background:transparent url(images/topnav_bar.png) repeat-x left bottom;
	border: 0;
	padding-bottom: 10px;
	overflow: visible;
	
}

.pane-student-blogs{
	background:transparent url(images/topnav_bar.png) repeat-x left bottom;
	border: 0;
	padding-bottom: 10px;
	overflow: visible;
	
}

.pane-student-view{
	background:transparent url(images/topnav_bar.png) repeat-x left bottom;
	border: 0;
	padding-bottom: 10px;
	overflow: visible;
	
}


#your-practice .pane-custom{
	background:transparent url(images/topnav_bar.png) repeat-x left bottom;
	border: 0;
	padding-bottom: 10px;
	overflow: visible;
	
}


#people .pane-custom{
	background:transparent url(images/topnav_bar.png) repeat-x left bottom;
	border: 0;
	padding-bottom: 10px;
	overflow: visible;
	
}


.view-Opinion-View div.views-field-view-node{
	float: left;
	width: 50px;
	margin-top: 1px;

}

.health-note-landing-td div.views-field-view-node{
	float: left;
	width: 50px;
	margin-top: 1px;

}


#health-notes-landing div.views-field-view-node{
	float: left;
	width: 50px;
	margin-top: 1px;

}

.view-Opinion-View div.views-field-comments-link{
	float: left;
	clear: right;
	margin-top: 1px;

}


.view-Student-View div.views-field-comments-link,
.view-Student-BLogs div.views-field-comments-link,
.view-Prize-Student-View div.views-field-comments-link,
.view-Student-Blogs div.views-field-comments-link{
	float: left;
	clear: right;
	margin-top: 1px;

}

.view-Student-View div.views-field-view-node,
.view-Student-BLogs div.views-field-view-node,
.view-Prize-Student-View div.views-field-view-node,
.view-Student-Blogs div.views-field-view-node{
		float: left;
	width: 50px;
	margin-top: 1px;
}





.health-note-landing-td div.views-field-comments-link{
	float: left;
	clear: right;
	margin-top: 1px;

}


#health-notes-landing div.views-field-comments-link{
	float: left;
	clear: right;
	margin-top: 1px;

}

.type-list{
	padding-top: 20px;
}



#page-node-413 .tab-wrapper,
#page-node-1950 .tab-wrapper,
#page-node-1181 .tab-wrapper,
#page-node-2147 .tab-wrapper,
#page-node-5843 .tab-wrapper,
#page-node-5844 .tab-wrapper,
#page-opinions-type-editorial .tab-wrapper {
border-bottom:1px solid #DDDDDD;
margin-top:30px;
width: 100%;
display: block;
float: left;
}





.landing-top {
display:block;
float:left;
width: 100%;
}



#page-node-413 .landing-top {

}



.landing-tabs {
display:block;
float:right;
width: 590px;
margin-top: 14px;
margin-right: 1px;
padding-right:0;
}






.landing-title {
display:block;
float:left;
width: 250px;
}


#page-node-1950 .landing-title,
#page-node-413 .landing-title,
#page-node-1181 .landing-title,
#page-node-2147 .landing-title,
.people-type .landing-title,
.practice-type .landing-title,
.opinions-type .landing-title {
padding-top: 11px;
padding-left: 20px;
}

#page-node-5843 .landing-title,
#page-node-5844 .landing-title{
padding-top: 14px;
padding-left: 20px;
width: 370px;
}



.student-type .landing-title{
padding-top: 13px;
padding-left: 20px;
width: 370px;
}






ul.tabs {
display:block;
float:right;
margin-left:20px;
margin-right:0;
margin-top:0;
padding-left:30px;
text-align:right;
width:550px;
}


#page-node-1181 ul.tabs,
.people-type ul.tabs {
padding-left:50px;
width:540px;
margin-top:8px;
margin-left:18px;
}

#page-node-2147 ul.tabs,
#page-node-1950 ul.tabs,
.practice-type ul.tabs {
padding-left:20px;
width:568px;
margin-top:8px;
margin-left:11px;
}

#page-node-413 ul.tabs,
.opinions-type ul.tabs {
padding-left:50px;
width:460px;
margin-top:8px;
margin-left:18px;
}


#node-1950 .content{
	padding-left: 20px;
}


.student-type .landing-tabs {
display:block;
float:right;
width: 480px;
margin-top: 14px;
margin-right: 1px;
padding-right:0;
}

#page-node-5843 .landing-tabs,
#page-node-5844 .landing-tabs {
display:block;
float:right;
width: 480px;
margin-top: 14px;
margin-right: 1px;
padding-right:0;
}


.student-type ul.tabs{
padding-left:150px;
width:470px;
margin-top:8px;
margin-left:18px;
}


#page-node-5843 ul.tabs,
#page-node-5844 ul.tabs{
padding-left:150px;
width:470px;
margin-top:8px;
margin-left:18px;
}



ul.tabs li {
float:left;
font-weight:normal;
height:2.65em;
list-style:none outside none;
margin:0;
min-height:2.95em;
padding:0;
display:inline;
}

ul.tabs li.active a, ul.tabs li.active a:visited{
background:none repeat scroll 0 0 #FFFFFF;
border-bottom:2px solid #FFFFFF;
border-left:1px solid #EEEEEE;
border-right:1px solid #EEEEEE;
color: black;
font-size:1em;
font-weight:bold;
height:2.6em;
line-height:2.95em;
min-height:2.95em;
padding:0 10px;
position:relative;
text-decoration:none;
top:0.8em;
}


ul.tabs li a, ul.tabs li a:visited {
background:none repeat scroll 0 0 transparent;
border-right:0 solid #EEEEEE;
border-top:0 solid #EEEEEE;
color:#336699;
display:block;
float:left;
font-size:1em;
font-weight:bold;
height:2.65em;
line-height:2.95em;
min-height:2.95em;
padding:0 10px;
position:relative;
text-decoration:none;
top:0.8em;
}



#opinions h2.pane-title,
#your-practice h2.pane-title,
#people h2.pane-title,
#students h2.pane-title,
h2.type-title {
background:transparent url(images/heading_all.png) no-repeat right top;
border-left:0px solid #CCCCCC;
border-bottom:0px solid #CCCCCC;
color:White;
display:block;
font-family:'ColaborateThin';
font-size:15px;
font-style:normal;
font-variant:normal;
font-weight:normal;
height:31px;
letter-spacing:normal;
line-height:normal;
margin-bottom:2px;
margin-left:10px;
margin-top:5px;
padding-top:7px;
padding-left: 4px;
padding-bottom: 4px;
width: 242px;
text-align: left;
}




#health-notes-landing h2.pane-title {
background:transparent url(images/heading.png) no-repeat right top;
border-left:0px solid #CCCCCC;
border-bottom:0px solid #CCCCCC;
color:White;
display:block;
font-family:'ColaborateThin';
font-size:15px;
font-style:normal;
font-variant:normal;
font-weight:normal;
height:31px;
letter-spacing:normal;
line-height:normal;
margin-bottom:2px;
margin-left:10px;
margin-top:5px;
padding-top:7px;
padding-left: 4px;
padding-bottom: 4px;
width: 200px;
text-align: left;
}


#health-notes-landing h2.pane-title span{
	padding-left: 11px;
}


.type-list h2.type-title {
background:transparent url(images/heading.png) no-repeat right top;
border-left:0px solid #CCCCCC;
border-bottom:0px solid #CCCCCC;
color:White;
display:block;
font-family:'ColaborateThin';
font-size:15px;
font-style:normal;
font-variant:normal;
font-weight:normal;
height:29px;
letter-spacing:normal;
line-height:normal;
margin-bottom:0px;
margin-left:20px;
margin-top:70px;
padding-top:7px;
padding-left: 0px;
padding-bottom: 0px;
width: 195px;
text-align: left;
}

#page-student-type-JH-Macdermot-prize-winners .type-list h2.type-title {
background:transparent url(images/heading2.jpg) repeat-x right top;
border-left:0px solid #CCCCCC;
border-bottom:0px solid #CCCCCC;
color:White;
display:block;
font-family:'ColaborateThin';
font-size:15px;
font-style:normal;
font-variant:normal;
font-weight:normal;
height:29px;
letter-spacing:normal;
line-height:normal;
margin-bottom:0px;
margin-left:20px;
margin-top:70px;
padding-top:7px;
padding-left: 0px;
padding-bottom: 0px;
width: 265px;
text-align: left;
}

#page-student-type-articles .type-list h2.type-title {
background:transparent url(images/heading2.jpg) repeat-x right top;
border-left:0px solid #CCCCCC;
border-bottom:0px solid #CCCCCC;
color:White;
display:block;
font-family:'ColaborateThin';
font-size:15px;
font-style:normal;
font-variant:normal;
font-weight:normal;
height:29px;
letter-spacing:normal;
line-height:normal;
margin-bottom:0px;
margin-left:20px;
margin-top:70px;
padding-top:7px;
padding-left: 0px;
padding-bottom: 0px;
width: 210px;
text-align: left;
}


#page-node-1950 .type-list h2.type-title {
background:transparent url(images/heading.png) no-repeat right top;
border-left:0px solid #CCCCCC;
border-bottom:0px solid #CCCCCC;
color:White;
display:block;
font-family:'ColaborateThin';
font-size:15px;
font-style:normal;
font-variant:normal;
font-weight:normal;
height:29px;
letter-spacing:normal;
line-height:normal;
margin-bottom:0px;
margin-left:2px;
margin-top:0px;
padding-top:7px;
padding-left: 0px;
padding-bottom: 0px;
width: 195px;
text-align: left;
}

.type-list h5.small-title {
font-size:10px;
font-weight:bold;
padding-left: 21px;
padding-bottom: 15px;
margin:0;
}



.type-list h2.type-title span {
color:White;
text-transform: uppercase;
font-size:15px;
display:block;
width: 195px;
height:35px;
padding-left: 11px;
padding-right: 10px;
padding-bottom: 10px;
padding-top: 1px;
text-align: left;
margin-bottom:4px;
}

#page-student-type-JH-Macdermot-prize-winners .type-list h2.type-title span {
color:White;
text-transform: uppercase;
font-size:15px;
display:block;
width: 265px;
height:35px;
padding-left: 11px;
padding-right: 10px;
padding-bottom: 10px;
padding-top: 1px;
text-align: left;
margin-bottom:4px;
}

#page-student-type-articles  .type-list h2.type-title span {
color:White;
text-transform: uppercase;
font-size:15px;
display:block;
width: 205px;
height:35px;
padding-left: 11px;
padding-right: 10px;
padding-bottom: 10px;
padding-top: 1px;
text-align: left;
margin-bottom:4px;
}

.type-list div.item-list ul {
margin-left: 0px;
}


.type-list div.item-list h3 {
margin-left: 0px;

}

#opinions h2.pane-title a,
#your-practice h2.pane-title a,
#people h2.pane-title a,
#students h2.pane-title a,
#health-note-landing h2.pane-title {
color:White;
font-size:16px;
display:block;
width: 242px;
height:35px;
padding-left: 12px;
padding-right: 10px;
padding-bottom: 10px;
padding-top: 1px;
text-align: left;
margin-bottom:4px;
}

#opinions .views-field-field-article-teaser-value,
#your-practice .views-field-field-article-teaser-value,
#people .views-field-field-article-teaser-value,
#students .views-field-field-blog-teaser-value,
#health-note-landing .views-field-field-article-teaser-value{
	background:transparent url(images/line_landing.png) no-repeat left bottom;
	display: block;
	width: 99%;
}

#opinions .views-field-field-article-teaser-value .field-content,
#your-practice .views-field-field-article-teaser-value .field-content,
#people .views-field-field-article-teaser-value .field-content,
#students .views-field-field-blog-teaser-value .field-content,
#health-note-landing .views-field-field-article-teaser-value .field-content{
	padding-bottom: 17px;
}


#node-1184{
	display: block;
	float: left;
	width: 100%;
}

#node-1184 #practice{
	
}




#node-1184 .pane-opinion-view .pane-content{


}


#node-1184 .pane-opinion-view .pane-content .view-Opinion-View{


}

#node-1184 .pane-opinion-view .pane-content .view-Opinion-View .view-content{


}




.view-Opinion-View  td.col-1 .views-field-field-article-teaser-value{

	
	
}




.view-Opinion-View  td.col-1 div.views-field-title,
.view-Opinion-View  td.col-2 div.views-field-title{
color:#336699;
font-size:15px;
font-weight:bold;
margin-left:0px;
	display: block;
	width: 99%;
	
}

#students td.col-1 div.views-field-title,
#students td.col-2 div.views-field-title{
color:#336699;
font-size:15px;
font-weight:bold;
margin-left:0px;
	display: block;
	width: 99%;
	
}



.view-article-all-view,
.view-people-all-view,
.view-practice-all-view,
.view-student-all-view,
.view-mdstobe-all-view,
.view-Prize-all-view,
.view-student-blog-view{
	padding-left: 16px;
	
}



.view-article-all-view  .item-list ul li.views-row,
.view-people-all-view  .item-list ul li.views-row,
.view-practice-all-view  .item-list ul li.views-row,
.view-student-all-view .item-list ul li.views-row,
.view-mdstobe-all-view .item-list ul li.views-row,
.view-Prize-all-view .item-list ul li.views-row,
.view-student-blog-view  .item-list ul li.views-row{
		display: block;
	float: left;
	clear: both;
	width: 100%;

}


.view-article-all-view   .views-row,
.view-people-all-view  .views-row,
.view-student-all-view  .views-row,
.view-mdstobe-all-view  .views-row,
.view-student-blog-view  .views-row,
.view-Prize-all-view  .views-row,
.view-practice-all-view  .views-row  {
		display: block;
	float: left;
	clear: both;
	width: 100%;

}


.view-article-all-view h3,
.view-people-all-view h3,
.view-student-all-view h3,
.view-mdstobe-all-view h3,
.view-student-blog-view h3,
.view-Prize-all-view h3,
.view-practice-all-view h3{
	font-size: 14px;
	
}

.view-article-all-view .views-field-teaser,
.view-people-all-view .views-field-teaser,
.view-student-all-view .views-field-teaser,
.view-mdstobe-all-view .views-field-teaser,
.view-student-blog-view .views-field-teaser,
.view-Prize-all-view .views-field-teaser,
.view-practice-all-view .views-field-teaser{
	background:transparent url(images/long-line.gif) no-repeat left bottom;
	display: block;
	float: left;
	width: 100%;
}




.view-article-all-view .views-field-teaser .field-content,
.view-people-all-view .views-field-teaser .field-content,
.view-student-all-view .views-field-teaser .field-content,
.view-mdstobe-all-view .views-field-teaser .field-content,
.view-student-blog-view .views-field-teaser .field-content,
.view-Prize-all-view .views-field-teaser .field-content,
.view-practice-all-view .views-field-teaser .field-content{
	display: block;
	float: left;
	clear: both;
	width: 100%;
	padding: 5px;
}


.view-article-all-view .views-field-teaser .field-content .teaser-content,
.view-people-all-view .views-field-teaser .field-content .teaser-content,
.view-student-all-view .views-field-teaser .field-content .teaser-content,
.view-mdstobe-all-view .views-field-teaser .field-content .teaser-content,
.view-student-blog-view .views-field-teaser .field-content .teaser-content,
.view-Prize-all-view .views-field-teaser .field-content .teaser-content,
.view-practice-all-view .views-field-teaser .field-content .teaser-content{
	display: block;
	float: left;
	clear: both;
	width: 100%;
	padding-bottom: 7px;
}

.view-article-all-view .views-field-teaser .field-content p,
.view-people-all-view .views-field-teaser .field-content p,
.view-student-all-view .views-field-teaser .field-content p,
.view-mdstobe-all-view .views-field-teaser .field-content p,
.view-student-blog-view .views-field-teaser .field-content p,
.view-Prize-all-view .views-field-teaser .field-content p,
.view-practice-all-view .views-field-teaser .field-content p{
	display: block;
	float: left;
	clear: both;
	margin-bottom: 0px;
	padding-left: 1px;
	padding-top: 1px;
	padding-bottom: 20px;
	width: 100%;
}

.view-article-all-view .views-field-title,
.view-people-all-view .views-field-title,
.view-student-all-view .views-field-title,
.view-mdstobe-all-view .views-field-title,
.view-student-blog-view .views-field-title,
.view-Prize-all-view .views-field-title,
.view-practice-all-view .views-field-title{
	display: block;
	margin-bottom: 0px;
	padding-left: 4px;
	padding-top: 5px;
	padding-bottom: 1px;
	width: 100%;
}


.view-article-all-view .views-field-title .field-content,
.view-people-all-view .views-field-title .field-content,
.view-student-all-view .views-field-title .field-content,
.view-mdstobe-all-view .views-field-title .field-content,
.view-student-blog-view .views-field-title .field-content,
.view-Prize-all-view .views-field-title .field-content,
.view-practice-all-view .views-field-title .field-content{
	display: block;
	width: 100%;
	
}

.view-article-all-view .views-field-title .field-content a,
.view-people-all-view .views-field-title .field-content a,
.view-student-all-view .views-field-title .field-content a,
.view-mdstobe-all-view .views-field-title .field-content a,
.view-student-blog-view .views-field-title .field-content a,
.view-Prize-all-view .views-field-title .field-content a,
.view-practice-all-view .views-field-title .field-content a{
display: block;
	width: 100%;
	font-size: 14px;
}

.view-article-all-view .views-field-field-author-bio-nid,
.view-people-all-view .views-field-field-author-bio-nid,
.view-student-all-view .views-field-field-author-bio-nid,
.view-mdstobe-all-view .views-field-field-author-bio-nid,
.view-student-blog-view .views-field-field-author-bio-nid,
.view-prize-list .views-field-field-author-bio-nid,
.view-Prize-all-view .views-field-field-author-bio-nid,
.view-practice-all-view .views-field-field-author-bio-nid{
	display: block;
width: 100%;
float: left;
}

.view-article-all-view .views-field-field-author-bio-nid .field-content,
.view-people-all-view .views-field-field-author-bio-nid .field-content,
.view-student-all-view .views-field-field-author-bio-nid .field-content,
.view-mdstobe-all-view .views-field-field-author-bio-nid .field-content,
.view-student-blog-view .views-field-field-author-bio-nid .field-content,
.view-prize-list .views-field-field-author-bio-nid .field-content,
.view-Prize-all-view .views-field-field-author-bio-nid .field-content,
.view-practice-all-view .views-field-field-author-bio-nid .field-content{
	display: block;
float: left;

}

.view-article-all-view .views-field-field-author-bio-nid .field-content .field-item,
.view-people-all-view .views-field-field-author-bio-nid .field-content .field-item,
.view-student-all-view .views-field-field-author-bio-nid .field-content .field-item,
.view-mdstobe-all-view .views-field-field-author-bio-nid .field-content .field-item,
.view-student-blog-view .views-field-field-author-bio-nid .field-content .field-item,
.view-prize-list .views-field-field-author-bio-nid .field-content .field-item,
.view-Prize-all-view .views-field-field-author-bio-nid .field-content .field-item,
.view-practice-all-view .views-field-field-author-bio-nid .field-content .field-item{
	display: inline;
float: left;
clear: none;
padding-right: 5px;
}

.view-article-all-view .views-field-field-author-bio-nid .field-content .field-item-1,
.view-people-all-view .views-field-field-author-bio-nid .field-content .field-item-1,
.view-student-all-view .views-field-field-author-bio-nid .field-content .field-item-1,
.view-mdstobe-all-view .views-field-field-author-bio-nid .field-content .field-item-1,
.view-student-blog-view .views-field-field-author-bio-nid .field-content .field-item-1,
.view-prize-list  .views-field-field-author-bio-nid .field-content .field-item-1,
.view-Prize-all-view  .views-field-field-author-bio-nid .field-content .field-item-1,
.view-practice-all-view .views-field-field-author-bio-nid .field-content .field-item-1{
border-left: 1px solid #336699;
padding-left: 4px;
}

.view-article-all-view .views-field-field-author-bio-nid .field-content .field-item-2,
.view-people-all-view .views-field-field-author-bio-nid .field-content .field-item-2,
.view-student-all-view .views-field-field-author-bio-nid .field-content .field-item-2,
.view-mdstobe-all-view .views-field-field-author-bio-nid .field-content .field-item-2,
.view-student-blog-view .views-field-field-author-bio-nid .field-content .field-item-2,
.view-prize-list  .views-field-field-author-bio-nid .field-content .field-item-2,
.view-Prize-all-view  .views-field-field-author-bio-nid .field-content .field-item-2,
.view-practice-all-view .views-field-field-author-bio-nid .field-content .field-item-2{
border-left: 1px solid #336699;
padding-left: 4px;
}

.view-article-all-view .views-field-field-author-bio-nid .field-content .field-item-3,
.view-people-all-view .views-field-field-author-bio-nid .field-content .field-item-3,
.view-student-all-view .views-field-field-author-bio-nid .field-content .field-item-3,
.view-mdstobe-all-view .views-field-field-author-bio-nid .field-content .field-item-3,
.view-student-blog-view .views-field-field-author-bio-nid .field-content .field-item-3,
.view-prize-list .views-field-field-author-bio-nid .field-content .field-item-3,
.view-Prize-all-view  .views-field-field-author-bio-nid .field-content .field-item-3,
.view-practice-all-view .views-field-field-author-bio-nid .field-content .field-item-3{
border-left: 1px solid #336699;
padding-left: 4px;
}

.view-article-all-view .views-field-field-author-bio-nid .field-content .field-item-4,
.view-people-all-view .views-field-field-author-bio-nid .field-content .field-item-4,
.view-student-all-view .views-field-field-author-bio-nid .field-content .field-item-4,
.view-mdstobe-all-view .views-field-field-author-bio-nid .field-content .field-item-4,
.view-student-blog-view .views-field-field-author-bio-nid .field-content .field-item-4,
.view-prize-list  .views-field-field-author-bio-nid .field-content .field-item-4,
.view-Prize-all-view  .views-field-field-author-bio-nid .field-content .field-item-4,
.view-practice-all-view .views-field-field-author-bio-nid .field-content .field-item-4{
border-left: 1px solid #336699;
padding-left: 4px;
}

.view-article-all-view .views-field-field-author-bio-nid .field-content .field-item-5,
.view-people-all-view .views-field-field-author-bio-nid .field-content .field-item-5,
.view-student-all-view .views-field-field-author-bio-nid .field-content .field-item-5,
.view-mdstobe-all-view .views-field-field-author-bio-nid .field-content .field-item-5,
.view-student-blog-view .views-field-field-author-bio-nid .field-content .field-item-5,
.view-prize-list .views-field-field-author-bio-nid .field-content .field-item-5,
.view-Prize-all-view  .views-field-field-author-bio-nid .field-content .field-item-5,
.view-practice-all-view .views-field-field-author-bio-nid .field-content .field-item-5{
border-left: 1px solid #336699;
padding-left: 4px;
}

.view-article-all-view .views-field-field-author-bio-nid .field-content .field-item-6,
.view-people-all-view .views-field-field-author-bio-nid .field-content .field-item-6,
.view-student-all-view .views-field-field-author-bio-nid .field-content .field-item-6,
.view-mdstobe-all-view .views-field-field-author-bio-nid .field-content .field-item-6,
.view-student-blog-view .views-field-field-author-bio-nid .field-content .field-item-6,
.view-prize-list .views-field-field-author-bio-nid .field-content .field-item-6,
.view-Prize-all-view  .views-field-field-author-bio-nid .field-content .field-item-6,
.view-practice-all-view .views-field-field-author-bio-nid .field-content .field-item-6{
border-left: 1px solid #336699;
padding-left: 4px;
}

.view-article-all-view .views-field-field-author-bio-nid .field-content a,
.view-people-all-view .views-field-field-author-bio-nid .field-content a,
.view-student-all-view .views-field-field-author-bio-nid .field-content a,
.view-mdstobe-all-view .views-field-field-author-bio-nid .field-content a,
.view-student-blog-view .views-field-field-author-bio-nid .field-content a,
.view-prize-list  .views-field-field-author-bio-nid .field-content a,
.view-Prize-all-view  .views-field-field-author-bio-nid .field-content a,
.view-practice-all-view .views-field-field-author-bio-nid .field-content a{
	
	margin-bottom: 0px;
	padding-left: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 11px;
}




.view-author-profile div.node-author{
	background:transparent url(images/classified-line.gif) no-repeat left bottom;
	display: block;
	
}

.view-author-profile div.content{
	padding-top: 0px;
}


#author-left .author-image-back{
	background:url("images/author_back2.png") no-repeat scroll left top transparent;
display:block;
height:154px;
margin:0 auto;
padding-left:12px;
padding-right:0;
padding-top:0;
width:119px;
}

#author-left .author-image-back .author-image{
float: left;
margin:0 auto;
display:block;
height:100px;
width: 73px;
padding-top: 21px;
padding-left: 7px;
}




#main-front .node .content {
clear:both;
padding:0;
}

#home  .title {
color:#666666;
font-family:'ColaborateThin';
font-size:26pt;
margin-bottom:0px;
font-weight: normal;
}


#home td, #blocks td.block {
border-bottom:0px solid #DDDDDD;
border-right:0px solid #DDDDDD;
padding:0.25em 0.5em;
vertical-align:top;
}



#home .pane-block-2{
	background-color:White;
	
}

#home .center-wrapper1 {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	background:transparent url(images/topnav_bar.png) repeat-x left bottom;
}

#home .center-wrapper1 .panel-col-first{
	padding: 5px;
	margin-left: 5px;
}

#home .center-wrapper1 .panel-col-last{
	padding: 5px;
	margin-right: 5px;
	margin-left: 5px;
}



#home .center-wrapper2 {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	
}


#home .center-wrapper2 p {
	margin:0;
	
}

#home .center-wrapper2 .panel-col-first{
	padding: 5px;
	margin-left: 5px;
	width: 45%;
}

#home .center-wrapper2 .panel-col-last{
	padding: 5px;
	margin-right: 5px;
	margin-left: 5px;
	width: 45%;
}


#home .panel-col-middle{
	display: block;
	float: left;
	clear: both;
	width: 100%;
	background:transparent url(images/topnav_bar.png) repeat-x left bottom;
}


#home .panel-col-middle .inside {
display: block;
	float: left;
	clear: both;
	width: 100%;
	padding-bottom: 20px;
}



#home #top-related {


}

#home .center-wrapper1 .panel-col-first {
float:left;
width: 590px;

}


#home .center-wrapper1 .panel-col-first .inside {
display: block;
	float: left;
	clear: both;
	width: 100%;
	padding-bottom: 15px;
}

#home .center-wrapper1 .panel-col-last .inside {
display: block;
	float: left;
	clear: both;
	width: 100%;
	padding-bottom: 15px;
}


#home .center-wrapper1 .panel-col-last {
float:left;
width:240px;
padding-left: 10px;
background:transparent url(images/top-sep.png) no-repeat left top;
}

#home .center-wrapper1 #top-related {

}





#home h2.pane-title{
	background: white url("images/heading.png") no-repeat scroll left top;
font-family:'ColaborateThin';
font-size:17px;
font-style:normal;
font-variant:normal;
font-weight:normal;
letter-spacing:normal;
line-height:normal;
margin-bottom:2px;
margin-left:11px;
margin-top:1px;
padding-bottom:5px;
padding-left:0px;
padding-top:5px;
text-align:left;
width:200px;
	height: 25px;
}


#home .center-wrapper2 h2.pane-title{
	background:url("images/heading.png") no-repeat scroll left top;
font-family:'ColaborateThin';
font-size:17px;
font-style:normal;
font-variant:normal;
font-weight:normal;
letter-spacing:normal;
line-height:normal;
margin-bottom:2px;
margin-left:5px;
margin-top:1px;
padding-bottom:5px;
padding-left:0px;
padding-top:5px;
text-align:left;
width:200px;
	height: 25px;
}

#home h2.pane-title span{
color:White;
margin-bottom:2px;
margin-left:2px;
padding-left:5px;
padding-top:10px;

}

#home #top-related h2.pane-title{
	background:#ffffff;;
color: #000000;
font-family:Arial;
font-size:16px;
font-style:normal;
font-variant:normal;
font-weight:bold;
letter-spacing:normal;
line-height:normal;
margin-bottom:2px;
margin-left:5px;
margin-top:1px;
padding-bottom:5px;
padding-left:0px;
padding-top:5px;
text-align:left;
width:150px;
	height: 20px;
}


 p.underline,
 span.underline{
	background:url("images/line_landing2.png") no-repeat left bottom;
	padding-bottom: 15px;
	margin-bottom: 7px;
	display: block;
	width: auto;
	
}


#home p.underline,
#home span.underline{
	background:url("images/line_landing2.png") no-repeat left bottom;
	padding-bottom: 15px;
	margin-bottom: 7px;
	display: block;
	width: auto;
	
}


#home .view-blog-view-frontpage .views-row{
	background:url("images/line_landing2.png") no-repeat left bottom;
	padding-bottom: 15px;
	margin-bottom: 7px;
	display: block;
	width: auto;
	
}



#home .read-links{
		position: relative;
		top: -10px;
		
		padding-bottom: 1px;
	margin-bottom: 5px;
	
}

#home .view-blog-view-frontpage {

		padding-left: 6px;

}


#home .view-blog-view-frontpage p.read-links{
		position: relative;
		top: -1px;
		padding-left: 1px;
		padding-bottom: 1px;
	margin-bottom: 0px;	
}

#home .view-blog-view-frontpage .more-link span.icon {
    background: url("images/sprites-bcmj.png") no-repeat scroll 0 -1023px transparent;
    float: left;
    height: 16px;
    margin-left: 3px;
    width: 16px;
}


#home .view-blog-view-frontpage .more-link a {
    color: #888888;
    float: left;
    padding-right: 1.5em;
}


#home .view-blog-view-frontpage .more-link {
    text-align: left;
}



.blue-title-front{
color:#336699;
font-size: 14px;
font-weight: normal;
font-family: arial;

}


.tbl_midfront .blue-title-front{
	width: auto;
}

.tbl_midfront{
	width: 100%;
	text-align: left;
}

.tbl_midfront td{
	
	vertical-align: top;
}

html.js .article-list fieldset.collapsed {

}





html.js .article-list fieldset.collapsible,
html.js .view-author-archive-list fieldset.collapsible,
html.js .view-tag-list fieldset.collapsible {
border-bottom:1px solid #cccccc;
border-right:0px solid #cccccc;
border-left:0px solid #cccccc;
padding-bottom: 2px;



}

html.js .article-list fieldset.collapsed,
html.js .view-author-archive-list fieldset.collapsed,
html.js .view-tag-list fieldset.collapsed {

 display: block;
    height: 25px;


}


html.js .article-list fieldset.collapsible div.fieldset-wrapper,
html.js .view-author-archive-list fieldset.collapsible div.fieldset-wrapper,
html.js .view-tag-list fieldset.collapsible div.fieldset-wrapper{
padding:0;

}

html.js .article-list fieldset.collapsible legend  {

}



html.js .article-list fieldset.collapsible legend a,
html.js .view-author-archive-list fieldset.collapsible legend a,
html.js .view-tag-list fieldset.collapsible legend a  {
background-position:0% 0%;

}




.article-list fieldset.collapsible:not(.collapsed), fieldset:not(.collapsible),
.view-author-archive-list fieldset.collapsible:not(.collapsed), fieldset:not(.collapsible),
.view-tag-list fieldset.collapsible:not(.collapsed), fieldset:not(.collapsible) {
background:transparent;
border-right:0;
border-left:0;
width:auto;
}

html.js .article-list legend,
html.js .view-author-archive-list legend,
html.js .view-tag-list legend {
width: 100%;
}

html.js .article-list fieldset.collapsible legend a.more,
html.js .view-author-archive-list fieldset.collapsible legend a.more,
html.js .view-tag-list fieldset.collapsible legend a.more{
background:url("images/button-minus.png") no-repeat top left;
display: block;
float: left;
width: 100%;
}

html.js .article-list fieldset.collapsed legend a.more,
html.js .view-author-archive-list fieldset.collapsed legend a.more,
html.js .view-tag-list fieldset.collapsed legend a.more{
background:url("images/button-plus.png") no-repeat top left;
display: block;
float: left;
width: 100%;
}

html.js .article-list fieldset.collapsed legend a.more,
html.js .view-author-archive-list fieldset.collapsed legend a.more,
html.js .view-tag-list fieldset.collapsed legend a.more
 {
background-position:0% 0%;

}



html.js .article-list legend span.list-cat,
html.js .view-author-archive-list legend span.list-cat,
html.js .view-tag-list legend span.list-cat {
width: 80%;
display: block;
float: left;
padding-left: 20px;
text-transform: uppercase;
color: Black;
font-size: 14px;


}


html.js .view-author-archive-list legend  {
   
}



html.js .article-list legend span.list-count,
html.js .view-author-archive-list legend span.list-count,
html.js .view-tag-list legend span.list-count {
width: 10%;
display: block;
float: right;
color: Gray;
}


.view-tag-list ul{
	list-style: none;
  list-style-position: outside;
}

.view-tag-list .views-row li{
	   list-style: none;
  list-style-image: none;
}


#tabs-primary ul li.active {
background:url("images/bg-shade-dark.png") repeat-x scroll 0 100% #858585;
color:#FFFFFF;
}


div.archive-buttons{
margin-top:10px;	
margin-bottom:10px;
outline:0 none;
padding-top:15px;
text-decoration:none;

	
}


div.cover-archive-link{
	float: right;
	margin-top: -25px;
	padding-right: 300px;
}

div.archive-buttons span.black{
	background:url("images/filter_button_black.jpg") no-repeat scroll right top transparent;
color:#FFFFFF;
font-family:'ColaborateThin';
width: 65px;
height: 30px;
	padding-left: 10px;
	padding-bottom: 5px;
		padding-right: 10px;
	padding-top: 5px;
}


div.archive-buttons span.black a{
	color:#FFFFFF;
	font-family:'ColaborateThin';
	padding-left: 5px;
	padding-bottom: 4px;
	padding-right: 5px;
	padding-top: 3px;
}




div.archive-buttons span.red{
	background:url("images/filter_button_red.jpg") no-repeat scroll right top transparent;
	color:White;
	font-family:'ColaborateThin';
	color:#FFFFFF;
	width: 65px;
	height: 30px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-top: 5px;
}

div.archive-buttons span.red a{
	color:#FFFFFF;
	font-family:'ColaborateThin';
	padding-left: 5px;
	padding-bottom: 4px;
	padding-right: 5px;
	padding-top: 3px;
}



div.list-node-info{
	width: 99%;
	padding: 5px;
display: block;
float: left;
	background:url("images/classified-line.gif") no-repeat top left;
}

span.list-node {
	width: 72%;
display: block;
float: left;
padding-left: 5px;
padding-top: 15px;
	padding-bottom: 5px;
}

span.list-info {
	padding-top: 15px;
	width: 25%;
display: block;
float: right;
font-size: 11px;
padding-bottom: 5px;
text-align: right;
	
}




div.count{
	display: block;
	position: relative;
	top: -60px;
	right: -770px;
}


html.js fieldset.collapsed div.count {
display:block;
}



table.editorial-table{
	cellpadding: 2px;
	cellspacing: 2px;
	width: 100%;
	text-align: left;
}


table.editorial-table h5 {
color:#cccccc;
font-size:12px;
font-weight:bold;
margin-top:0;
margin-left: 5px;
}

table.editorial-table h4 {
color:#336699;
font-size:15px;
font-weight:bold;

}

table.editorial-table td{
	border: 0;
	
}

table.editorial-table tr{
	border: 0;
	background:url("images/classified-line.gif") no-repeat bottom left;
}

td.editorial-board{
	padding-top: 15px;
	padding-left: 25px;
	padding-right: 25px;
}

td.editorial-pic{
	
	width:192px;
	height:246px;
	
}

div.editorial-pic-back{
	background:url("images/editorial_back2.png") no-repeat top left;
	width:192px;
	height:246px;
	display: block;
	padding-bottom: 10px;
}

div.editorial-pic-back img{
	padding-left: 14px;
	padding-top: 16px;
	padding-bottom: 5px;
	
}



.health-note-body {
	color: #3d484e;
	background: #ffffff;
}

.health-note-body blockquote, cite {
background:#ffffff;
clear:both;
color:#3d484e;
display:block;
font-style:normal;
padding-top: 7px;
padding-bottom:8px;
padding-right:5px;
}


#health-note-back{
width: 100%;
margin: 0 auto;
background: url("images/healthnotes-back.jpg") repeat-x;
height: 192px;
}

#health-note-logo{
margin: 0 auto;
background: url("images/healthnotes-logo.jpg") no-repeat ;
text-align: center;
height: 192px;
width: 830px;
}





.health-note{
width: 90%;
margin: 0 auto;
padding: 20px;

}


#health-notes-landing table.views-view-grid {
margin-bottom:20px;
margin-left:10px;
margin-top:10px;
}


.health-note-landing-td{
	padding-left: 14px;
}




.health-note-content{
color:#000000;
font-family:Helvetica Neue,Arial;
font-size:15px;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.4em;
padding: 5px;
margin-bottom: 10px;
}


.health-note h1 {
-x-system-font:none;
color:#363636;
font-family:Helvetica Neue,Georgia;
font-size:30px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.3em;
margin-bottom:15px;
}

.health-note p{
padding-top: 7px;
padding-bottom:8px;
padding-right:5px;
}


.health-note-small{
font-size: 10px;
}

.health-note-footer{
width: 90%;
margin: 0 auto;
padding-top: 10px;
font-size: 13px;
font-family:Helvetica Neue,Arial;
border-top: 1px solid #d2232a;
clear: both;
display: block;
}

.health-note tbody td {
border:0;
vertical-align: top;
}

.health-note blockquote {
padding-left:25px;
}

.health-note ul {
padding-left:25px;
}

.health-note-footer table, .health-note-footer td, .health-note-footer tbody td, .health-note-footer tbody,
.health-note-content tbody td, .health-note-content  tbody {

border: 0;

}

td.beige{
background-color: #ebede0;
}

td.gray{
background-color: #d6dee2;
}

.clear-health{
clear: both;
padding: 20px;
}


#block-simplenews-1{
	margin-top:7px;
}

#block-simplenews-1 .issues-link,
#block-simplenews-1 .feed-icon{
	display: none;
}


#block-block-8  {
margin-top:7px;

}


#block-block-8 div.item-list {
margin:0;
padding:2px 1px;
}


#block-block-8 div.item-list ul {
list-style:disc outside none;
margin:3px 1px;
padding:0;
}


#webform-client-form-7291 fieldset a{
	font-size: 18px;
}


#webform-client-form-7291 .form-item .description {
    font-size: 1.1em;
    font-weight: bold;
    
}


.webform-confirmation{
	margin-top: 40px;
}

#webform-client-form-7291 .form-submit{
	margin-top:10px;
}

.webform-confirmation fieldset .fieldset-wrapper{
	padding:0;
}

.webform-confirmation h2.webform-page{
	display: none;
}

.webform-submission h2.webform-page{
	display: none;
}

.webform-submission #webform-component-extend-ad .fieldset-wrapper,
.webform-confirmation #webform-component-extend-ad .fieldset-wrapper{
	padding-left:0;
}


.print-content .webform-page{
	display: none;
}

.webform-confirmation #edit-submitted-your-email-address-confirm-wrapper{
	display: none;
}

.webform-confirmation .form-item {
    padding: 0px;
    margin: .5em 0px 1.5em;
    width: auto;
}