body {
  margin:0; padding:0;
}

@page {
  margin: 1cm;
}

#header,
.contents h1,
.aside, 
#main, 
.nav,
#footer,
.banner-wrapper,
#banner-wrapper,
#FCE-wide-4-col,
.peoplelinks
{ display:none; visibility: hidden; }

div[id*='video']
{ display:none; visibility: hidden; }


.hp_content {
  float:none;
}

ul, img {
  page-break-inside: avoid;
}

/*a[href^=http]:after {
  content:" <" attr(href) "> " !important;
}*/


/* Grid */

/* standard column widths */
.col-1 { width:160px; }
.col-1-wide { width:220px;  }
.col-2 { width:340px; }
.col-2-tab { width:300px; }
.col-2-accordion { width:245px; }
.col-3 { width:520px; }
.col-4 { width:700px; }
.col-4-tab { width:660px; }
.col-4-accordion { width:605px; }

/* container elements which wrap individual elements and cater for their margins */
.container.col-1 { width:180px; }
.container.col-2 { width:360px; }
.container.col-3 { width:540px; }
.container.col-4 { width:720px; }

/* custom widths to cater for the extra padding on text based form elements */
input[type="text"].col-1, textarea.col-1 { width:154px; }
input[type="text"].col-2, textarea.col-2 { width:334px; }
input[type="text"].col-3, textarea.col-3 { width:514px; }
input[type="text"].col-4, textarea.col-4 { width:694px; }

/* Placement */
  
.left {
  float:left;
  margin:0 20px 0 0; }

.right {
  float:right;
  margin:0 0 18px 0; }

.right-video {
  float: right;
  margin: 0 5px 18px 18px; }

#center-video{
  margin-left: auto;
  margin-right: auto;
}

.center_text{
  text-align:center; }
  
.container {
  margin:0; }
  
.container.left,
.container.right {
  margin:0; }

.container .margin-top {
  margin-top:18px; }

.container .margin-top-video {
  margin-top:50px; }
  
.container .margin-bottom {
  margin-bottom:18px; }
  
.last,
.last div {
  margin-right:0; }
  
.clear {
  clear:both; }

/* PEOPLE PAGES */
.body_people .clear {
    clear: both;
    font-size: 0.1px;
    height: 0;
    line-height: 0;
    overflow-x: hidden;
    overflow-y: hidden;
}

.body_people #article {
  float: left;
  width: 710px;
}
.body_people #article_padding {
  overflow-x: hidden;
  overflow-y: hidden;
  padding-bottom: 16px;
  padding-left: 0;
  padding-right: 5px;
  padding-top: 16px;
}

.body_people h4 {
  /* font-weight: bold; */
  margin-top: 12px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #719e12;
}

.body_people .sidebar_info {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #FDF7ED;
  background-image: url("../img/people/people_sidebar.gif");
  background-origin: padding-box;
  background-position: left top;
  background-repeat: repeat-x;
  background-size: auto auto;
  min-height: 273px;
}
.body_people .sidebar_underinfo {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: url("../img/people/people_sidebar_under.gif");
  background-origin: padding-box;
  background-position: left top;
  background-repeat: repeat-x;
  background-size: auto auto;
  min-height: 268px;
}

.body_people .spacer {
  margin-top: 8px; 
}

.profile_panel {
  background-attachment: scroll;
  background-clip: border-box;
  display: block;
  float: left;
  height: 190px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 158px;
  border-style: solid;
  border-width: 1px;
  border-color: #719e12;
  margin-right: 20px;
  margin-left: 0;
  margin-bottom: 16px;
}

.profile_panel.last {
  margin-right: 0;
}

.profile_panel img {
  display: block !important;
}
.profile_panel span a {
  background-color: #719e12;
  display: block;
  height: 38px;
  line-height: 120%;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  padding-bottom: 9px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 8px;
}
.profile_panel span a:hover {
  background-color: #719e12;
}
.profile_panel a, .profile_panel a:visited {
  -moz-text-blink: none;
  -moz-text-decoration-color: -moz-use-text-color;
  -moz-text-decoration-line: none;
  -moz-text-decoration-style: solid;
  color: #FFFFFF;
}
.profile_panel a:hover {
  -moz-text-blink: none;
  -moz-text-decoration-color: -moz-use-text-color;
  -moz-text-decoration-line: none;
  -moz-text-decoration-style: solid;
  color: #FFFFFF;
}
.profile_panel .profile_bg {
  background-color: #719e12;
  color: #FFFFFF;
  display: block;
  height: 28px;
  line-height: 110%;
  margin-bottom: 2px;
  /* margin-left: 5px;
  margin-right: 4px; */
  margin-top: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  padding-bottom: 9px;
  padding-left: 9px;
  padding-right: 9px;
  padding-top: 8px;
  /* text-transform: uppercase; */
}



/****************************** additional styles for FCEs **************/

#FCE-2-wide-cols-top { margin-top: -15px; }
#FCE-2-wide-cols-for-tabs { overflow: hidden; }
#FCE-2-wide-cols-1-full-width-col-under-tabs { overflow: hidden; }
#FCE-2-wide-cols-1-full-width-col-under-tabs p:first-of-type { margin-bottom:0 !important; }
.p-no-bm { margin-bottom: 0 !important; }