/* $Id: zen.css,v 1.14.2.1 2009/02/13 07:46:04 johnalbin Exp $ */

/*
 * ZEN STYLES
 *
 * This is an example stylesheet. Sub-themes should NOT include the zen/zen.css
 * file, but instead copy this CSS to their own stylesheets.
 *
 * In this stylesheet, we have included all of the classes and IDs from this
 * theme's tpl.php files. We have also included many of the useful Drupal core
 * styles to make it easier for theme developers to see them.
 *
 * Many of these styles are over-riding Drupal's core stylesheets, so if you
 * remove a declaration from here, the styles may still not be what you want
 * since Drupal's core stylesheets are still styling the element. See the
 * drupal6-reference.css file for a list of all Drupal 5.x core styles.
 *
 * In addition to the style declarations in this file, other Drupal styles that
 * you might want to override or augment are those for:
 *
 *   Book Navigation  See line 74  of Zen's drupal6-reference.css file
 *   Forum            See line 197 of Zen's drupal6-reference.css file
 *   Menus            See line 667 of Zen's drupal6-reference.css file
 *   News Aggregator  See line 20  of Zen's drupal6-reference.css file
 *   Polls            See line 287 of Zen's drupal6-reference.css file
 *   Search           See line 320 of Zen's drupal6-reference.css file
 *   User Profiles    See line 945 of Zen's drupal6-reference.css file
 */


/** body **/
  body
  {
    margin: 0;
    padding: 0;
  }

  #page
  {
	width: 950px;
	margin: 30px auto 0 auto;
  }

  #page-inner
  {
  }

  #header
  {
	background-image: url(../images/header-bg.jpg);
	background-repeat: repeat-x;
  }

  #header-inner
  {
  }

  #logo-title /* Wrapper for logo, website name, and slogan */
  {
	background: #FFFFFF;
	height: 143px;
	overflow: visible;
	position: absolute;
	width: 217px;
	z-index: 999;
  }

  #logo /* Wrapper for logo */
  {
    margin: 0;
    padding: 0;
	height: 207px;
    width: 207px;
  }

  #logo_back
  {
    display: none;
  }

  .logo-image /* The actual logo image */
  {
  }

  h1#site-name, div#site-name /* The name of the website */
  {
    margin: 0;
    font-size: 2em;
    line-height: 1.3em;
  }

  #site-name a:link,
  #site-name a:visited
  {
    color: #000;
    text-decoration: none;
  }

  #site-name a:hover
  {
    text-decoration: underline;
  }

  #site-slogan
  {
  }

  #header-blocks
  {
    float: right;
	background-image: url(../images/header-top.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	margin-top: 8px;
  }
  
  #block-block-4
  {
	padding-top: 92px;
	font-size: 14px;
	font-weight: bold;
	color: #DE9F02;
	text-align: right;
  }

  #main
  {
    position: relative;
	min-height: 415px;
  }

  #main-inner
  {
  }

a,
a:visited
{
	color: #DE9F02;
	text-decoration: none;
}
  #content
  {
    float: left;
    width: 100%;
	font-size: 14px;
	color: #494949;
    margin-left: 0;
    margin-right: -100%; /* Negative value of #content's width + left margin. */
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #content-inner. */
  }
  
  #content-header .title
  {
	font-size: 22px;
	color: #DE9F02;
	display: none;
  }
  .page-isf-102-importer-security-filing #content-header .title
  {
	display: block;
	padding-bottom: 20px;
  }

  #content-inner
  {
	padding-left: 24px;
    margin: 0;
  }
  
  .node-type-homepage .view-id-slideshow
  {
	margin-top: -49px;
  }
  .node-type-homepage #content
  {
	color: #6b6b6b;
	font-style: italic;
	font-size: 16px;
  }

  .sidebar-left #content-inner
  {
    padding-left: 200px; /* The width + left margin of #sidebar-left. */
    padding-right: 0;
  }

  .sidebar-right #content-inner
  {
    padding-left: 0;
    padding-right: 200px; /* The width + right margin of #sidebar-right. */
  }

  
  #mission /* The mission statement of the site (displayed on homepage) */
  {
  }

  #content-top /* Wrapper for any blocks placed in the "content top" region */
  {
  }

  #content-header /* Wrapper for breadcrumb, title, messages, tabs, and help */
  {
  } 
  
  #content-area /* Wrapper for the actual page content */
  {
	
  }
  #content-area table
  {
	margin: 0;
  }
  
  #footer
  {
	padding: 12px 12px 0 12px;
	border-top: solid 1px #e1a100;
	border-left: solid 1px #e1a100;
	border-right: solid 1px #e1a100;
	width: 926px;
  }

  #footer-inner
  {
	width: 926px;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: repeat-x;
	height: 135px;
  }

  #footer-message /* Wrapper for the footer message from Drupal's "Site information"
                     and for any blocks placed in the footer region */
  {
	display: none;
  }

  #closure-blocks /* Wrapper for any blocks placed in the closure region */
  {
  }

  #content-bottom /* Wrapper for any blocks placed in the "content bottom" region */
  {
  }

  #navigation-top,
  #navigation
  {
    position: absolute; /* Take the named anchors out of the doc flow    */
    left: -10000px;     /* and prevent any anchor styles from appearing. */
  }
  
  #navbar
  {
    float: left;
    width: 300px;
	overflow: hidden;
    margin: 0;
    padding: 0 0 0 192px;
    height: 200px;
  }

  #navbar-inner
  {
  }
  
  #navbar ul /* Primary and secondary links */
  {
    margin: 0;
    text-align: left;
	padding: 8px 0 0 25px;
  }

  #navbar li /* A simple method to get navbar links to appear in one line. */
  {
    padding: 0px 20px;
	text-transform: uppercase;
	background-image: url(../images/bullet.jpg);
	background-repeat: no-repeat;
	display: block !important;
	background-position: 0px 4px;
	border-top: solid 1px #FFF;
  }
  #block-menu-menu-forms-news-updates li,
  #block-menu-menu-tracking-resources-links li,
  #block-menu-menu-services li
  {
    padding: 0px 0px 0px 15px;
	background-image: url(../images/bullet.jpg);
	background-repeat: no-repeat;
	display: block !important;
	background-position: 0px 4px;
	border-top: solid 1px #FFF;
	font-weight: bold;
  }
  #block-menu-menu-forms-news-updates li ul li,
  #block-menu-menu-tracking-resources-links li ul li,
  #block-menu-menu-services li ul li
  {
	font-size: 12px;
  }
  #block-menu-menu-forms-news-updates li.active-trail a,
  #block-menu-menu-tracking-resources-links li.active-trail a,
  #block-menu-menu-services li.active-trail a
  {
	color: #E3AB22 !important;
  }
  #block-menu-menu-forms-news-updates li.active-trail ul a,
  #block-menu-menu-tracking-resources-links li.active-trail ul a,
  #block-menu-menu-services li.active-trail ul a
  {
	color: #000 !important;
  }
  #block-menu-menu-forms-news-updates a,
  #block-menu-menu-tracking-resources-links a,
  #block-menu-menu-services a,
  #block-menu-menu-forms-news-updates a:visited,
  #block-menu-menu-tracking-resources-links a:visited,
  #block-menu-menu-services a:visited
  {
	color: #000 !important;
  }
  #block-menu-menu-forms-news-updates li.active-trail ul a.active,
  #block-menu-menu-tracking-resources-links li.active-trail ul a.active,
  #block-menu-menu-services li.active-trail ul a.active
  {
	color: #E3AB22 !important;
  }
  #block-menu-menu-forms-news-updates ul,
  #block-menu-menu-tracking-resources-links ul,
  #block-menu-menu-services ul
  {
    padding-left: 0;
	padd
  }
  
  #navbar li a,
  #navbar li a:visited
  {
	text-decoration: none;
	color: #494949;
	font-size: 12px;
  }
  
  #navbar li a.active,
  #navbar li a.active:visited
  {
	font-weight: bold;
	color: #E3AB22;
  }
  #navbar li ul li a.active,
  #navbar li ul li a.active:visited
  {
	color: #E3AB22 !important;
  }

  /* There are many methods to get navbar links to appear in one line.
   * Here's an alternate method: */
  /*
  #navbar li
  {
    display: inline;
    padding: 0 10px 0 0;
  }
  */

  #search-box /* Wrapper for the search form */
  {
    width: 200px;
    margin-right: -200px; /* Negative value of #search-box's width. */
    float: left;
  }

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

  #primary /* Primary links */
  {
  }

  #secondary /* Secondary links */
  {
  }

  #sidebar-left
  {
    float: left;
    width: 200px;
    margin-left: 0;
    margin-right: -200px; /* Negative value of #sidebar-left's width + left margin. */
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #sidebar-left-inner. */
  }

  #sidebar-left-inner
  {
    margin: 0 5px 0 0;
    padding: 0;
  }

  #sidebar-right
  {
    float: right;
    width: 200px;
    margin-left: -200px; /* Negative value of #sidebar-right's width + right margin. */
    margin-right: 0;
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #sidebar-right-inner. */
  }

  #sidebar-right-inner
  {
    margin: 0 0 0 20px;
    padding: 0;
  }

/** Prevent overflowing content **/
  #header,
  #content,
  #navbar,
  #sidebar-left,
  #sidebar-right,
  #footer,
  #closure-blocks
  {
    overflow: visible;
    word-wrap: break-word; /* A very nice CSS3 property */
  }

  /* If a div.clear-block doesn't have any content after it and its bottom edge
     touches the bottom of the viewport, Firefox and Safari will mistakenly
     place several pixels worth of space between the bottom of the div and the
     bottom of the viewport. Uncomment this CSS property to fix this.
     Note: with some over-large content, this property might cause scrollbars
     to appear on the #page div.
  */
  /*
  #page
  {
    overflow-y: hidden;
  }
  */

  .breadcrumb /* The path to the current page in the form of a list of links */
  {
    padding-bottom: 0; /* Undo system.css */
  }

  h1.title, /* The title of the page */
  h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
  h3.title /* Comment title */
  {
    margin: 0;
  }

  div.messages /* Important messages (status, warning, and error) for the user */
  {
  }

  div.status /* Normal priority messages */
  {
  }

  div.warning, tr.warning /* Medium priority messages */
  {
    /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
  }

  div.error, tr.error /* High priority messages. See also the .error declaration below. */
  {
  }

  div.tabs /* See also the tabs.css file. */
  {
  }

  .help /* Help text on a page */
  {
    margin: 1em 0;
  }

  .more-help-link /* Link to more help */
  {
    font-size: 0.85em;
    text-align: right;
  }

  .pager /* A list of page numbers when more than 1 page of content is available */
  {
    clear: both;
    margin: 1em 0;
    text-align: center;
  }

  .pager a, .pager strong.pager-current
  {
    padding: 0.5em;
  }

  .feed-icons /* The links to the RSS or Atom feeds for the current list of content */
  {
    margin: 1em 0;
  }
  
/** Drupal nodes **/
  .node /* Node wrapper */
  {
  }

  .node-inner /* Additional wrapper for node */
  {
  }

  .sticky /* A sticky node (displayed before others in a list) */
  {
  }

  .node-unpublished /* Unpublished nodes */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .node-unpublished div.unpublished, /* The word "Unpublished" displayed beneath the content. */
  .comment-unpublished div.unpublished
  {
    height: 0;
    overflow: visible;
    color: #d8d8d8;
    font-size: 75px;
    line-height: 1;
    font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    word-wrap: break-word; /* A very nice CSS3 property */
  }

  .node-mine /* A node created by the current user */
  {
  }

  .node-teaser /* A node displayed as teaser */
  {
  }

  /* All nodes are given a node-type-FOO class that describes the type of
   * content that it is. If you create a new content type called
   * "my-custom-type", it will receive a "node-type-my-custom-type" class.
   */
  .node-type-page /* Page content node */
  {
  }

  .node-type-story /* Story content node */
  {
  }

  .node h2.title /* Node title */
  {
  }

  .marker /* "New" or "Updated" marker for content that is new or updated for the current user */
  {
    color: #c00;
  }

  .node .picture /* The picture of the node author */
  {
  }

  .node.node-unpublished .picture,
  .comment.comment-unpublished .picture
  {
    position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
  }

  .node .meta /* Wrapper for submitted and terms data */
  {
  }

  .node .submitted /* The "posted by" information */
  {
  }

  .node .terms /* Node terms (taxonomy) */
  {
  }

  .node .content /* Node's content wrapper */
  {
  }

  .node div.links /* Wrapper for node links */
  {
    margin: 1em 0;
  }

  ul.links /* Taxonomy links, node links, comment links */
  {
    margin: 0;
    padding: 0;
  }

  ul.links.inline
  {
    display: inline;
  }

  ul.links li
  {
    display: inline;
    list-style-type: none;
    padding: 0 0.5em;
  }

  .preview .node /* Preview of the content before submitting new or updated content */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal comments **/
  #comments /* Wrapper for the list of comments and its title */
  {
    margin: 1em 0;
  }

  #comments-title /* Heading for the list of comments */
  {
  }

  .comment /* Wrapper for a single comment */
  {
  }

  .comment-inner /* Additional wrapper for a single comment */
  {
  }

  .comment-preview /* Preview of the comment before submitting new or updated comment */
  {
  }

  .comment.new /* A new comment since the user last viewed the page. */
  {
  }

  .comment.odd /* An odd-numbered comment in the list of comments */
  {
  }

  .comment.even /* An even-numbered comment in the list of comments */
  {
  }

  .comment.first /* The first comment in the list of comments */
  {
  }

  .comment.last /* The last comment in the list of comments */
  {
  }

  .comment-unpublished /* Unpublished comments */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .comment-unpublished div.unpublished /* The word "Unpublished" displayed beneath the content. See also the div.unpublished declaration in the node section above. */
  {
  }

  .comment-published /* Published comments */
  {
  }

  .comment-by-anon /* A comment created by an anonymous user */
  {
  }

  .comment-by-author /* A comment created by the node's author */
  {
  }

  .comment-mine /* A comment created by the current user */
  {
  }

  .comment h3.title /* Comment title */
  {
  }

  .new /* "New" marker for comments that are new for the current user */
  {
    color: #c00;
  }

  .comment .picture /* The picture of the comment author */
  {
  }

  .comment .submitted /* The "posted by" information */
  {
  }

  .comment .content /* Comment's content wrapper */
  {
  }

  .comment .user-signature /* The user's signature */
  {
  }

  .comment div.links /* Wrapper for comment links. See also the ul.links declaration in the node section above. */
  {
    margin: 1em 0;
  }

  .indented /* Nested comments are indented */
  {
    /* margin-left: 25px; */ /* Drupal core uses a 25px left margin */
  }

  .preview .comment /* Preview of the comment before submitting new or updated comment */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal blocks **/
  .block /* Block wrapper */
  {
  }

  .block.region-odd /* Zebra striping for each block in the region */
  {
  }

  .block.region-even /* Zebra striping for each block in the region */
  {
  }

  .block.odd /* Zebra striping independent of each region */
  {
  }

  .block.even /* Zebra striping independent of each region */
  {
  }

  .region-count-1 /* Incremental count for each block in the region */
  {
  }

  .count-1 /* Incremental count independent of each region */
  {
  }

  .block-inner /* Additional wrapper for block */
  {
  }

  .block h2.title /* Block title */
  {
  }

  .block .content /* Block's content wrapper */
  {
  }

  #block-aggregator-category-1 /* Block for the latest news items in the first category */
  {
  }

  #block-aggregator-feed-1 /* Block for the latest news items in the first feed */
  {
  }

  #block-block-1 /* First administrator-defined block */
  {
  }

  #block-blog-0 /* "Recent blog posts" block */
  {
  }

  #block-book-0 /* "Book navigation" block for the current book's table of contents */
  {
  }

  #block-comments-0 /* "Recent comments" block */
  {
  }

  #block-forum-0 /* "Active forum topics" block */
  {
  }

  #block-forum-1 /* "New forum topics" block */
  {
  }

  #block-menu-2 /* "Primary links" block */
  {
  }

  #block-node-0 /* "Syndicate" block for primary RSS feed */
  {
  }

  #block-poll-0 /* "Most recent poll" block */
  {
  }

  #block-profile-0 /* "Author information" block for the profile of the page's author */
  {
  }

  #block-search-0 /* "Search form" block */
  {
  }

  #block-statistics-0 /* "Popular content" block */
  {
  }

  #block-user-0 /* "User login form" block */
  {
  }

  #block-user-1 /* "Navigation" block for Drupal navigation menu */
  {
  }

  #block-user-2 /* "Who's new" block for a list of the newest users */
  {
  }

  #block-user-3 /* "Who's online" block for a list of the online users */
  {
  }

/** Drupal boxes **/
  /* Wrapper for Comment form, Comment viewing options, Menu admin, and
   * Search results.
   */
  .box /* Wrapper for box */
  {
  }

  .box-inner /* Additional wrapper for box */
  {
  }

  .box h2.title /* Box title */
  {
  }

  .box .content /* Box's content wrapper */
  {
  }

/** Miscellaneous Drupal styles **/
  .error /* Errors that are separate from div.messages status messages (see above.) */
  {
    /* color: #e55; */ /* Drupal core uses a #e55 background */
  }

  .warning /* Warnings that are separate from div.messages status messages (see above.) */
  {
    /* color: #e09010; */ /* Drupal core uses a #e09010 background */
  }

  .more-link /* Aggregator, blog, and forum more link */
  {
    text-align: right;
  }

  #user-login-form /* Drupal's default login form */
  {
    text-align: left;
  }

  tr.even /* Some tables have rows marked even or odd. */
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }

  tr.odd
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }

  li a.active /* The active item in a Drupal menu */
  {
    color: #000;
  }


/** Drupal forms **/
  .form-item, /* Wrapper for a form element (or group of form elements) and its label */
  .form-checkboxes
  {
    margin: 1em 0;
  } 
  .form-radios
  {
    margin: 0 !important;
  }

  .form-item input.error, /* Highlight the form elements that caused a form submission error */
  .form-item textarea.error,
  .form-item select.error
  {
    border: 2px solid #c00;
  }

  .form-item label /* The label for a form element */
  {
    display: block;
    font-weight: bold;
  }

  .form-item label.option /* The label for a radio button or checkbox */
  {
    display: inline;
    font-weight: normal;
  }

  .form-required /* The part of the label that indicates a required field */
  {
    color: #c00;
  }

  .form-item .description /* The descriptive help text (separate from the label) */
  {
    font-size: 0.85em;
  }

  .form-checkboxes .form-item, /* Pack groups of checkboxes and radio buttons closer together */
  .form-radios .form-item
  {
    margin: 0.4em 0;
  }

  .form-submit /* The submit button */
  {
  }

  .container-inline div, .container-inline label /* Inline labels and form divs */
  {
    display: inline;
  }

  .tips /* Tips for Drupal's input formats */
  {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
  }

/** OpenID **/
  /* The default styling for the OpenID login link seems to assume Garland's
   * styling of list items.
   */
  #user-login-form ul /* OpenID creates a new ul above the login form's links. */
  {
    margin-bottom: 0; /* Position OpenID's ul next to the rest of the links. */
  }

  #user-login-form li.openid-link, /* The "Log in using OpenID" links. */
  #user-login li.openid-link
  {
    margin-top: 1em;
    margin-left: -20px; /* Un-do some of the padding on the ul list. */
  	padding-left: 20px;
  	background-position: left center;
  }

  #user-login-form li.user-link, /* The "Cancel OpenID login" links. */
  #user-login li.user-link
  {
    margin-top: 1em;
  	list-style-type: disc;
  	list-style-position: outside;
  }

  #user-login li.openid-link, /* The OpenID links on the /user form. */
  #user-login li.user-link
  {
    margin-left: -2em; /* Un-do all of the padding on the ul list. */
  }

/** Drupal admin tables **/
  /* We overrode these styles in html-elements.css, but restore them for the
   * forms on the site.
   */
  form tbody
  {
    border-top: 1px solid #ccc;
  }

  form th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

  form tbody th
  {
    border-bottom: 1px solid #ccc;
  }

  form thead th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }
#block-block-1
{
	float: right;
	padding-right: 10px;
}
#block-block-1 .social-top
{
	color: #DE9F02;
	font-size: 14px;
	text-transform: uppercase;
	height: 55px;
}
#block-block-1 .social-top a,
#block-block-1 .social-top a:visited
{
	color: #DE9F02;
	text-decoration: none;
	font-weight: bold;
}
#block-block-1 .social-bottom
{
	color: #494949;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	height: 38px;
}
#block-block-1 .social-icons a
{
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	margin-right: 5px;
	background-repeat: no-repeat;
}
#block-block-1 .social-icons a.mail
{
	background-image: url(../images/mail.png);
}
#block-block-1 .social-icons a.share
{
	background-image: url(../images/sharethis.png);
}
#block-block-1 .social-icons span
{
	float: left;
	display: block;
	width: 32px;
	height: 32px;
}
#block-block-1 .social-icons a.linkedin
{
	background-image: url(../images/linkedin.png);
}
#block-block-1 .social-icons a.facebook
{
	background-image: url(../images/facebook.png);
}
#block-block-2
{
	color: #FFF;
	font-size: 14px;
	padding: 9px 9px 9px 15px;
	width: 700px;
	float: left;
}
#block-block-2 a
{
	color: #FFF;
}
#block-block-3
{
	height: 101px;
	padding-left: 15px;
	width: 715px;
	float: left;
}
#block-block-3 a,
#block-block-3 a:visited
{
	color: #494949;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	float: left;
	background-repeat: no-repeat;
	height: 21px;
	padding-top: 80px;
	display: block;
	border: none;
	outline: 0;
}
#block-block-3 a.ctpat
{
	background-image: url(../images/ctpat.jpg);
	width: 127px;
	margin-right: 51px;
}
#block-block-3 a.wwpc
{
	background-image: url(../images/wwpc.jpg);
	width: 68px;
	margin-right: 51px;
}
#block-block-3 a.nagc
{
	background-image: url(../images/nagc.png);
	width: 85px;
	background-position: 0px 10px;
	padding-left: 33px;
	margin-right: 51px;
}
#block-block-3 div.iata
{
	background-image: url(../images/iata.jpg);
	width: 77px;
	height: 21px;
	padding-top: 80px;
	color: #494949;
	text-decoration: none;
	text-transform: uppercase;
	background-repeat: no-repeat;
	float: left;
	font-size: 11px;
	font-weight: bold;
	margin-right: 51px;
	padding-left: 26px;
}
#block-block-3 div.wosb
{
	background-image: url(../images/wosb.jpg);
	background-position: 0px 10px;
	width: 92px;
	height: 21px;
	padding-top: 80px;
	color: #494949;
	text-decoration: none;
	text-transform: uppercase;
	background-repeat: no-repeat;
	float: left;
	font-size: 11px;
	font-weight: bold;
	padding-left: 20px;
	margin-right: 51px;
}
#block-block-3 div.dhl
{
	background-image: url(../images/dhl.png);
	background-position: 0px 13px;
	width: 91px;
	height: 21px;
	padding-top: 80px;
	color: #494949;
	text-decoration: none;
	text-transform: uppercase;
	background-repeat: no-repeat;
	float: left;
	font-size: 11px;
	font-weight: bold;
	padding-left: 32px;
	margin-right: 51px;
}
#block-block-3 a.fnc
{
	background-image: url(../images/fnc.png);
	width: 86px;
	background-position: 0px 10px;
	padding-left: 36px;
	margin-right: 51px;
}
.node-type-employment #page-inner
{
	background-image: url(../images/people.jpg);
	background-repeat: no-repeat;
	background-position: 150px 300px;
}
.node-type-employment .field-field-top-paragraph
{
	margin-left: 330px;
	color: #494949;
}
.node-type-employment .field-field-bottom-paragraph
{
	margin-left: 400px;
	color: #494949;
	margin-top: 20px;
}
#block-block-5
{
	color: #aeaeae;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: -50px;
	margin-bottom: 50px;
	margin-left: 203px;
}
.view-services .views-field-title
{
	float: left;
	color: #DE9F02;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	width: 193px;
	padding-right: 10px;
}
.view-services .views-field-field-section-description-value
{
	margin-left: 203px;
}
.view-services .views-field-field-section-yellow-value
{
	margin-left: 203px;
	color: #DE9F02;
	border-bottom: solid 1px #aeaeae;
}
.field-field-section-yellow
{
	color: #DE9F02;
}
.view-services .views-row-last .views-field-field-section-yellow-value
{
	border-bottom: none;
}
/*
.page-employment-opportunities #content-header .title,
.node-type-webform #content-header .title,
.page-forms-documents #content-header .title,
.page-services #content-header .title
{
	display: block;
	margin-top: -20px;
	margin-left: 200px;
}
*/
.node-type-services #content a,
.node-type-services #content a:visited
{
	text-decoration: none;
}
h3, h2
{
	color: #DE9F02;
	font-size: 18px;
}
.page-resources-links #content-inner,
.node-type-webform #content-inner,
.page-forms-documents #content-inner,
.node-type-services #content-inner,
.node-type-page #content-inner
{
	padding-left: 200px;
}
.node-type-webform #content
{
	padding-bottom: 30px;
}
.page-incoterms #content-inner
{
	padding-left: 0;
}
.page-services table
{
	margin: 0;
}
.page-services .views-row
{
	padding-bottom: 10px;
}
#webform-client-form-12,
#webform-client-form-19,
#webform-client-form-36
{
	padding-bottom: 10px;
}
#webform-client-form-12 .form-radios .form-item
{
	float: left;
	width: 114px;
}
#webform-client-form-12 #webform-component-shipment-information--shipping-preferences .form-radios .form-item
{
	width: 75px;
}
#webform-client-form-12 #webform-component-shipment-information--method-of-shipment .form-radios .form-item
{
	width: 165px;
}
#webform-client-form-12 .form-radios #edit-submitted-shipment-information-shipping-preferences-1-wrapper,
#webform-client-form-12 .form-radios #edit-submitted-shipment-information-method-of-shipment-1-wrapper,
#webform-client-form-12 .form-radios #edit-submitted-shipment-information-method-of-shipment-2-wrapper,
#webform-client-form-12 .form-radios #edit-submitted-shipment-information-insurance-required-1-wrapper,
#webform-client-form-12 .form-radios #edit-submitted-shipment-information-insurance-required-2-wrapper
{
	width: 60px !important;
}
#webform-client-form-12 #edit-submitted-shipment-information-method-of-shipment-4-wrapper,
#webform-client-form-12 #edit-submitted-shipment-information-method-of-shipment-5-wrapper
{
	width: 100px !important;
}
#webform-client-form-12 #edit-submitted-shipment-information-shipping-preferences-5-wrapper
{
	width: 124px !important;
}
#webform-client-form-12 #edit-submitted-shipment-information-shipping-preferences-3-wrapper
{
	width: 122px !important;
}
#webform-client-form-12 #edit-submitted-shipment-information-method-of-shipment-3-wrapper
{
	width: 122px !important;
}
#webform-client-form-12 #edit-submitted-shipment-information-shipment-type-2-wrapper,
#webform-client-form-12 #edit-submitted-shipment-information-shipping-preferences-5-wrapper,
#webform-client-form-12 #edit-submitted-shipment-information-overall-dimensions-weight-unit-2-wrapper,
#webform-client-form-12 #edit-submitted-shipment-information-overall-dimensions-unit-2-wrapper,
#webform-client-form-12 #edit-submitted-shipment-information-payment-2-wrapper,
#webform-client-form-12 #edit-submitted-shipment-information-insurance-required-2-wrapper
{
	width: 342px;
}
#webform-client-form-12 #edit-submitted-shipment-information-method-of-shipment-5-wrapper
{
	width: 215px;
	height: 21px;
}
#webform-client-form-12 #edit-submitted-shipment-information-method-of-shipment-7-wrapper
{
	width: 70px !important;
}
#webform-client-form-12 #edit-submitted-contact-information-preferred-method-of-contact-3-wrapper
{
	width: 244px;
}
#webform-client-form-12 #webform-component-contact-information
{
	padding-bottom: 20px;
	margin-right: 10px;
	float: left;
	width: 245px;
}
#webform-client-form-12 #webform-component-shipment-information
{
	padding-bottom: 0;
	float: left;
	width: 458px;
}
#webform-client-form-12 .description br,
#webform-client-form-19 .description br
{
	display: none;
}
#webform-client-form-12 input.form-text,
#webform-client-form-19 input.form-text
{
	background-image: url(../images/input.jpg);
	background-repeat: repeat-x;
	border: solid 1px #8a8a8a;
	height: 17px;
	width: 233px;
	padding: 3px;
}
#webform-client-form-19
{
	width: 510px;
}
#webform-client-form-19 input#edit-submitted-subject
{
	width: 500px;
}
#webform-client-form-19 #webform-component-confirm-e-mail-address
{
	float: left;
}
#webform-client-form-19 #webform-component-e-mail-address
{
	float: left;
	margin-right: 25px;
}
#webform-client-form-36 input.form-text
{
	background-image: url(../images/input.jpg);
	background-repeat: repeat-x;
	border: solid 1px #8a8a8a;
	height: 17px;
	width: 350px;
	padding: 3px;
}
#webform-client-form-12 input#edit-submitted-shipment-information-other
{
	width: 213px !important;
}
#webform-client-form-12 input#edit-submitted-shipment-information-insurance-amount
{
	background-image: url(../images/insurance.jpg) !important;
	padding-left: 15px !important;
	background-repeat: no-repeat;
	width: 218px !important;
}
#webform-client-form-12 textarea
{
	width: 450px;
	height: 75px;
	border: solid 1px #8a8a8a;
	padding: 3px;
}
#webform-client-form-19 textarea
{
	border: solid 1px #8a8a8a;
	padding: 3px;
	width: 500px;
}
#webform-client-form-36 textarea
{
	border: solid 1px #8a8a8a;
	padding: 3px;
	width: 350px;
	height: 115px;
}
#webform-client-form-36 textarea#edit-submitted-importer-of-record
{
}
#webform-client-form-12 .form-submit,
#webform-client-form-19 .form-submit,
#webform-client-form-36 .form-submit
{
	text-transform: uppercase;
	color: #FFF;
	background-image: none;
	background-color: #DE9F02;
	height: 28px;
	width: 100px;
	cursor: pointer;
}
#webform-client-form-12 .form-submit
{
	margin-top: -100px;
	float: left;
}
#webform-client-form-12 input#edit-submitted-shipment-information-origin-country,
#webform-client-form-12 input#edit-submitted-shipment-information-destination-country,
#webform-client-form-12 #webform-component-shipment-information--overall-dimensions #edit-submitted-shipment-information-overall-dimensions-length,
#webform-client-form-12 #webform-component-shipment-information--overall-dimensions #edit-submitted-shipment-information-overall-dimensions-width,
#webform-client-form-12 #webform-component-shipment-information--overall-dimensions #edit-submitted-shipment-information-overall-dimensions-height,
#webform-client-form-12 #webform-component-shipment-information--overall-dimensions #edit-submitted-shipment-information-overall-dimensions-weight
{
	width: 100px !important;
}
#webform-client-form-12 input#edit-submitted-shipment-information-origin-state,
#webform-client-form-12 input#edit-submitted-shipment-information-origin-zip,
#webform-client-form-12 input#edit-submitted-shipment-information-destination-state,
#webform-client-form-12 input#edit-submitted-shipment-information-destination-zip
{
	width: 50px !important;
}
#webform-client-form-12 input#edit-submitted-shipment-information-origin-city,
#webform-client-form-12 input#edit-submitted-shipment-information-destination-city
{
	width: 200px !important;
}
#webform-client-form-12 #webform-component-shipment-information--overall-dimensions #edit-submitted-shipment-information-overall-dimensions-number-of-items
{
	width: 210px !important;
}
#webform-client-form-12 #webform-component-shipment-information--origin--state,
#webform-client-form-12 #webform-component-shipment-information--origin--zip,
#webform-client-form-12 #webform-component-shipment-information--destination--state,
#webform-client-form-12 #webform-component-shipment-information--destination--zip
{
	float: left;
	width: 60px;
	overflow: hidden;
}

#webform-client-form-12 #webform-component-shipment-information--destination--city,
#webform-client-form-12 #webform-component-shipment-information--origin--city
{
	float: left;
	width: 210px;
	overflow: hidden;
}
#webform-client-form-12 #webform-component-shipment-information--origin--country,
#webform-client-form-12 #webform-component-shipment-information--overall-dimensions--length,
#webform-client-form-12 #webform-component-shipment-information--overall-dimensions--width,
#webform-client-form-12 #webform-component-shipment-information--overall-dimensions--height,
#webform-client-form-12 #webform-component-shipment-information--overall-dimensions--unit,
#webform-client-form-12 #webform-component-shipment-information--overall-dimensions--weight,
#webform-client-form-12 #webform-component-shipment-information--destination--country
{
	float: left;
	width: 110px;
	overflow: hidden;
}
#webform-client-form-12 #webform-component-shipment-information--overall-dimensions--number-of-items
{
	float: left;
	width: 221px;
	overflow: hidden;
}
#webform-client-form-12 #edit-submitted-shipment-information-overall-dimensions-unit-1-wrapper,
#webform-client-form-12 #edit-submitted-shipment-information-overall-dimensions-unit-2-wrapper,
#webform-client-form-12 #edit-submitted-shipment-information-overall-dimensions-weight-unit-1-wrapper,
#webform-client-form-12 #edit-submitted-shipment-information-overall-dimensions-weight-unit-2-wrapper
{
	width: 50px !important;
}
#webform-client-form-12 #webform-component-shipment-information--other label
{
	display: none;
}
h4,
h4 a,
h4 a:visited
{
	color: #BB7820;
}
#webform-client-form-12 input#edit-submitted-shipment-information-commodity--product-description
{
	width: 449px !important;
}
fieldset#webform-component-shipment-information--overall-dimensions,
fieldset#webform-component-shipment-information--origin,
fieldset#webform-component-shipment-information--destination
{
	padding: 0px 7px;
}
legend
{
	font-weight: bold;
}
#webform-component-shipment-information--ship-date,
#webform-component-shipment-information--insurance-required
{
	float: left;
	width: 215px;
}
#webform-component-shipment-information--ship-date .form-item,
#webform-component-shipment-information--insurance-required .form-item,
#webform-component-shipment-information--transit-time-required .form-item,
#webform-component-shipment-information--payment .form-item,
#webform-component-shipment-information--insurance-required .form-item,
#webform-component-shipment-information--insurance-amount .form-item
{
	margin: 5px 0 !important;
}
#webform-component-shipment-information--transit-time-required,
#webform-component-shipment-information--additional-information-and-special-instructions,
#webform-component-shipment-information--payment,
#webform-component-shipment-information--insurance-amount
{
	float: left;
}
#webform-client-form-36 #webform-component-vessel_name,
#webform-client-form-36 #webform-component-voyage_,
#webform-client-form-36 #webform-component-etd,
#webform-client-form-36 #webform-component-obl_,
#webform-client-form-36 #webform-component-container_,
#webform-client-form-36 #webform-component-ama_manifest_,
#webform-client-form-36 #webform-component-ams_house_bill_,
#webform-client-form-36 #webform-component-sub_house_bill_,
#webform-client-form-36 #webform-component-manufacturer__supplier,
#webform-client-form-36 #webform-component-buyer,
#webform-client-form-36 #webform-component-seller,
#webform-client-form-36 #webform-component-ship_to,
#webform-client-form-36 #webform-component-container_stuffing_location,
#webform-client-form-36 #webform-component-importer_of_record,
#webform-client-form-36 #webform-component-ein_importer_of_record,
#webform-client-form-36 #webform-component-consolidator_name,
#webform-client-form-36 #webform-component-consolidator_name,
#webform-client-form-36 #webform-component-ein_consignee,
#webform-client-form-36 #webform-component-exporting_forwarder,
#webform-client-form-36 #webform-component-country_of_origin,
#webform-client-form-36 #webform-component-commodity__hts_number,
#webform-client-form-36 #webform-component-type,
#webform-client-form-36 #webform-component-size,
#webform-client-form-36 #webform-component-submitted_by,
#webform-client-form-36 #webform-component-e_mail_address,
#webform-client-form-36 #webform-component-confirm_e_mail_address
{
	float: left;
	width: 375px;
}
#webform-client-form-36 #webform-component-vessel_name label,
#webform-client-form-36 #webform-component-voyage_ label,
#webform-client-form-36 #webform-component-etd label,
#webform-client-form-36 #webform-component-obl_ label,
#webform-client-form-36 #webform-component-container_ label,
#webform-client-form-36 #webform-component-ama_manifest_ label,
#webform-client-form-36 #webform-component-ams_house_bill_ label,
#webform-client-form-36 #webform-component-sub_house_bill_ label,
#webform-client-form-36 #webform-component-size label,
#webform-client-form-36 #webform-component-ein_consignee label,
#webform-client-form-36 #webform-component-ein_importer_of_record label
{
	float: left;
}
#webform-client-form-36 #webform-component-type label
{
}
#webform-client-form-36 #webform-component-vessel_name input,
#webform-client-form-36 #webform-component-voyage_ input,
#webform-client-form-36 #webform-component-etd input,
#webform-client-form-36 #webform-component-obl_ input,
#webform-client-form-36 #webform-component-container_ input,
#webform-client-form-36 #webform-component-ama_manifest_ input,
#webform-client-form-36 #webform-component-ams_house_bill_ input,
#webform-client-form-36 #webform-component-sub_house_bill_ input,
#webform-client-form-36 #webform-component-ein_consignee input,
#webform-client-form-36 #webform-component-ein_importer_of_record input
{
	float: right;
	width: 200px;
	margin-right: 17px;
}
#webform-client-form-36 #webform-component-e_mail_address,
#webform-client-form-36 #webform-component-confirm_e_mail_address,
#webform-client-form-36 #webform-component-size,
#webform-client-form-36 #webform-component-type
{
	width: 187px;
	overflow: hidden;
}
#webform-client-form-36 #webform-component-type label
{
	display: none;
}
#webform-client-form-36 #webform-component-e_mail_address input,
#webform-client-form-36 #webform-component-confirm_e_mail_address input,
#webform-client-form-36 #webform-component-size input
{
	width: 163px;
}
#webform-client-form-36 .form-checkboxes #edit-submitted-type-Container-wrapper,
#webform-client-form-36 .form-checkboxes #edit-submitted-type-LCL-wrapper
{
	float: left;
	width: 90px;
}
#webform-client-form-36 .form-checkboxes #edit-submitted-type-Container-wrapper label,
#webform-client-form-36 .form-checkboxes #edit-submitted-type-LCL-wrapper label
{
	display: block;
}
#webform-client-form-36 .form-checkboxes
{
	padding-top: 10px;
}
#webform-client-form-36
{
	width: 750px;
	padding-top: 20px;
}
#webform-client-form-36 .form-item
{
	margin: 2px 0 !important;
}
#webform-client-form-36 #webform-component-ein_importer_of_record,
#webform-client-form-36 #webform-component-ein_consignee
{
	margin-left: 375px;
}
#webform-client-form-36  .form-submit
{
	float: left;
	margin-bottom: 20px;
	margin-top: 20px;
}
#block-block-7
{
	position: absolute;
	bottom: 0;
	left: 0;
}
.node-type-forms-news-updates #menu-287 a,
.node-type-tracking-resources-links #menu-603 a,
.node-type-services #menu-285 a
{
	font-weight: bold;
	color: #E3AB22 !important;
}
#block-menu-menu-owner
{
	padding-top: 20px;
}
.node-type-tracking-resources-links .tracking_column
{
	float: left;
	width: 250px;
}
.node-type-tracking-resources-links .tracking_link
{
	padding: 4px 0;
}
.node-type-tracking-resources-links.page-tracking-links-resources-tracking-awb-prefix .tracking_column
{
	width: 80px;
}
.node-type-forms-news-updates #awards_slideshow
{
	height: 479px;
	margin: 0 auto;
	width: 440px;
}
.node-type-forms-news-updates #awards_slideshow > div
{
	width: 440px !important;
}
.node-type-forms-news-updates #awards_slideshow .awards_img
{
	display: block;
	margin: 0 auto;
}
.node-type-tracking-resources-links .air-container-info td, .node-type-tracking-resources-links .ocean-container-info td
{
	border-color: #000000;
	line-height: 24px;
	padding: 5px;
}
.node-type-tracking-resources-links .air-container-info td img
{
	display: block;
	margin-bottom: 20px;
	max-width: 340px;
}
.node-type-tracking-resources-links .ocean-container-info thead td
{
	background-color: #f2efef;
	font-weight: bold;
	line-height: 20px;
}
.node-type-tracking-resources-links .ocean-container-info td img
{
	margin-top: 5px;
	max-width: 200px;
}
