/**
 * Generic elements
 */
ul, quote, code, fieldset {
  margin: .5em 0;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #5294c1;
}

ul {
  margin: 0.5em 0 1em;
  padding: 0;
}

ol {
  margin: 0.75em 0 1.25em;
  padding: 0;
}

ol li, ul li {
  margin: 0.4em 0 0.4em .5em; /* LTR */
}

li a.active {
  color:#015588;
}

ul.menu, .item-list ul {
  margin: 0; /* LTR */
  padding: 0;
}

ul.menu ul, .item-list ul ul {
  margin-left: 0em; /* LTR */
}

ol li, ul li, ul.menu li, .item-list ul li, li.leaf {
  margin: 0.15em 0 0.15em .5em; /* LTR */
}

ul li, ul.menu li, .item-list ul li, li.leaf {
  padding: 0 0 .2em 1.5em;
  list-style-type: none;
  list-style-image: none;
  /*background: transparent url(/themes/garland/images/menu-leaf.gif) no-repeat 1px .35em; /* LTR */*/
}

ol li {
  padding: 0 0 .3em;
  margin-left: 2em; /* LTR */
}

ul li.expanded {
  background: transparent url(/themes/garland/images/menu-expanded.gif) no-repeat 1px .35em; /* LTR */
}

ul li.collapsed {
  background: transparent url(/themes/garland/images/menu-collapsed.gif) no-repeat 0px .35em; /* LTR */
}

ul li.leaf a, ul li.expanded a, ul li.collapsed a {
  display: block;
}

ul.inline li {
  background: none;
  margin: 0;
  padding: 0 1em 0 0; /* LTR */
}

ol.task-list {
  margin-left: 0; /* LTR */
  list-style-type: none;
  list-style-image: none;
}
ol.task-list li {
  padding: 0.5em 1em 0.5em 2em; /* LTR */
}
ol.task-list li.active {
  background: transparent url(/themes/garland/images/task-list.png) no-repeat 3px 50%; /* LTR */
}
ol.task-list li.done {
  color: #393;
  background: transparent url(../../misc/watchdog-ok.png) no-repeat 0px 50%; /* LTR */
}
ol.task-list li.active {
  margin-right: 1em; /* LTR */
}

fieldset ul.clear-block li {
  margin: 0;
  padding: 0;
  background-image: none;
}

dl {
  margin: 0.5em 0 1em 1.5em; /* LTR */
}

dl dt {
}

dl dd {
  margin: 0 0 .5em 1.5em; /* LTR */
}

img, a img {
  border: none;
}

table {
  margin: 1em 0;
  width: 100%;
}

thead th {
  border-bottom: 2px solid #d3e7f4;
  color: #494949;
  font-weight: bold;
}

td, th {
  padding: .3em .5em;
}

tr.even, tr.odd, tbody th {
  border: solid #d3e7f4;
  border-width: 1px 0;
}

tr.odd, tr.info {
  background-color: #edf5fa;
}

tr.even {
  background-color: #fff;
}

tr.drag {
  background-color: #fffff0;
}

tr.drag-previous {
  background-color: #ffd;
}

tr.odd td.active {
  background-color: #ddecf5;
}

tr.even td.active {
  background-color: #e6f1f7;
}

td.region, td.module, td.container, td.category {
  border-top: 1.5em solid #fff;
  border-bottom: 1px solid #ff6000;
  background-color: #d4e7f3;
  color: #455067;
  font-weight: bold;
}

tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category {
  border-top-width: 0;
}

span.form-required {
  color: #ffae00;
}

span.submitted {
  display:none;
}

.description {
  font-size: 90%;
  color: #898989;
  display: block;
  margin-bottom: 10px;
}

.description {
  line-height: 150%;
  margin-bottom: 0.75em;
  color: #898989;
}

.messages, .preview {
  margin: .75em 0 .75em;
  padding: .5em 1em;
}

.messages ul {
  margin: 0;
}

.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
  margin: 0.25em 0;
}

.form-button, .form-submit {
  margin: 10px 10px 10px 0px; /* LTR */
  padding: 2px 5px;
  color:#388dde;
}

#dblog-form-overview .form-submit,
.confirmation .form-submit,
.search-form .form-submit,
.poll .form-submit,
fieldset .form-button, fieldset .form-submit,
.sidebar .form-button, .sidebar .form-submit,
table .form-button, table .form-submit {
  margin: 0;
}

.box {
  margin-bottom: 2.5em;
}

/**
 * Layout
 */
#header-region {
  min-height: 1em;
  background: #d2e6f3 url(/themes/garland/images/bg-navigation.png) repeat-x 50% 100%;
}

#header-region .block {
  display: block;
  margin: 0 1em;
}

#header-region .block-region {
  display: block;
  margin: 0 0.5em 1em;
  padding: 0.5em;
  position: relative;
  top: 0.5em;
}

#header-region * {
  display: inline;
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 0;
}

/* Prevent the previous directive from showing the content of script elements in Mozilla browsers. */
#header-region script {
  display: none;
}

#header-region p, #header-region img {
  margin-top: 0.5em;
}

#header-region h2 {
  margin: 0 1em 0 0; /* LTR */
}

#header-region h3, #header-region label, #header-region li {
  margin: 0 1em;
  padding: 0;
  background: none;
}

#wrapper {
  background: #edf5fa url(/themes/garland/images/body.png) repeat-x 50% 0;
}

#wrapper #container {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1270px;
}

#wrapper #container #header {
  height: 80px;
}

#wrapper #container #header #logo-floater {
  position: absolute;
}

#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  line-height: 120px;
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

#wrapper #container #header h1 span {
  font-weight: bold;
}

#wrapper #container #header h1 img {
  padding-top: 16px;
  padding-right: 20px; /* LTR */
  float: left; /* LTR */
}

#wrapper #container .sidebar .block {
  margin: 0 0 1.5em 0;
}

#sidebar-left .block {
  padding: 0 15px 0 0px;
}

#sidebar-right .block {
  padding: 0 0px 0 15px;
}

#sidebar-left .block-region {
  margin: 0 15px 0 0px; /* LTR */
}

#sidebar-right .block-region {
  margin: 0 0px 0 15px; /* LTR */
}

.block-region {
  padding: 1em;
  background: transparent;
  border: 2px dashed #ff6000;
  text-align: center;
  display: block;
  clear: both;
}

/* Now we add the backgrounds for the main content shading */
#wrapper #container #center #squeeze {
  background: #fff url(/themes/garland/images/bg-content.png) repeat-x 50% 0;
  position: relative;
}

#wrapper #container #center .right-corner {
  background: transparent url(/themes/garland/images/bg-content-right.png) no-repeat 100% 0;
  position: relative;
  left: 10px;
}

#wrapper #container #center .right-corner .left-corner {
  padding: 60px 25px 5em 35px;
  background: transparent url(/themes/garland/images/bg-content-left.png) no-repeat 0 0;
  margin-left: -10px;
  position: relative;
  left: -10px;
}

#wrapper #container #footer {
  float: none;
  clear: both;
  text-align: center;
  margin: 4em 0 -3em;
  color: #898989;
}

#wrapper #container .breadcrumb {
  position: absolute;
  top: 15px;
  left: 35px; /* LTR */
  z-index: 3;
}

body.sidebar-left #footer {
  margin-left: -210px;
}

body.sidebar-right #footer {
  margin-right: -210px;
}

body.sidebars #footer {
  margin: 0 -210px;
}

/**
 * Header
 */
#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  color: #fff;
  font-weight: normal;
  text-shadow: #1659ac 0px 1px 3px;
}

#wrapper #container #header h1 a:hover {
  text-decoration: none;
}

#mission {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #e0e5fb;
  margin-bottom: 2em;
}

/**
 * Primary navigation
 */
ul.primary-links {
  margin: 0;
  padding: 0;
  float: right; /* LTR */
  position: relative;
  z-index: 4;
}

ul.primary-links li {
  margin: 0;
  padding: 0;
  float: left; /* LTR */
  background-image: none;
}

ul.primary-links li a, ul.primary-links li a:link, ul.primary-links li a:visited {
  display: block;
  margin: 0 1em;
  padding: .75em 0 0;
  color: #fff;
  background: transparent url(/themes/garland/images/bg-navigation-item.png) no-repeat 50% 0;
}

ul.primary-links li a:hover, ul.primary-links li a.active {
  color: #fff;
  background: transparent url(/themes/garland/images/bg-navigation-item-hover.png) no-repeat 50% 0;
}

/**
 * Secondary navigation
 */
ul.secondary-links {
  margin: 0;
  padding: 18px 0 0;
  float: right; /* LTR */
  clear: right; /* LTR */
  position: relative;
  z-index: 4;
}

ul.secondary-links li {
  margin: 0;
  padding: 0;
  float: left; /* LTR */
  background-image: none;
}

ul.secondary-links li a, ul.secondary-links li a:link, ul.secondary-links li a:visited {
  display: block;
  margin: 0 1em;
  padding: .75em 0 0;
  color: #cde3f1;
  background: transparent;
}

ul.secondary-links li a:hover, ul.secondary-links li a.active {
  color: #cde3f1;
  background: transparent;
}

/**
 * Local tasks
 */
ul.primary, ul.primary li, ul.secondary, ul.secondary li {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
}

#tabs-wrapper {
  position: relative;
}

ul.primary {
  padding: 0.15em 0 7px;
  float: left; /* LTR */
}

ul.secondary {
  clear: both;
  text-align: left; /* LTR */
  border-bottom: 1px solid #e9eff3;
  margin: -0.2em -26px 1em;
  padding: 0 26px 0.6em;
}

h2.with-tabs {
  float: left; /* LTR */
  margin-right: 2em; /* LTR */
  padding: 0;
}

ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited,
ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited {
  border: 0;
  background: transparent;
  padding: 4px 1em;
  margin: 0 0 0 1px; /* LTR */
  height: auto;
  text-decoration: none;
  position: relative;
  top: -1px;
}
ul.primary li.active a, ul.primary li.active a:link, ul.primary li.active a:visited, ul.primary li a:hover,
ul.secondary li.active a, ul.secondary li.active a:link, ul.secondary li.active a:visited, ul.secondary li a:hover {
  background: url('../images/bg-tab.png') repeat-x 0 50%;
  color: inherit;
}
ul.primary li.active a,
ul.secondary li.active a {
  font-weight: bold;
}

/**
 * Nodes & comments
 */
ul.links li, ul.inline li {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0; /* LTR */
  padding-right: 1em; /* LTR */
  background-image: none;
}

.node .links, .comment .links {
  text-align: left; /* LTR */
}

.node .links ul.links li, .comment .links ul.links li {}
.terms ul.links li {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 1em;
}

.picture, .comment .submitted {
  float: right; /* LTR */
  clear: right; /* LTR */
  padding-left: 1em; /* LTR */
}

.new {
  color: #ffae00;
  font-size: 90%;
  font-weight: bold;
  float: right; /* LTR */
}

.terms {
  float: right; /* LTR */
}

.preview .node, .preview .comment, .sticky {
  margin: 0;
  padding: 0.5em 0;
  border: 0;
  background: 0;
}

.sticky {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #e0e5fb;
  margin-bottom: 2em;
}

#comments {
  position: relative;
  top: -1px;
  border-bottom: 1px solid #e9eff3;
  margin: -1.5em -25px 0;
  padding: 0 25px;
}

#comments h2.comments {
  margin: 0 -25px;
  padding: .5em 25px;
  background: transparent url('../images/gradient-inner.png') repeat-x 0 0;
}

.comment {
  margin: 0 -25px;
  padding: 1.5em 25px 1.5em;
  border-top: 1px solid #e9eff3;
}

.indented {
  margin-left: 25px; /* LTR */
}

.comment h3 a.active {
  color: #494949;
}

/**
 * Aggregator.module
 */
#aggregator {
  margin-top: 1em;
}
#aggregator .feed-item-title {
  font-size: 160%;
  line-height: 130%;
}
#aggregator .feed-item {
  border-bottom: 1px solid #e9eff3;
  margin: -1.5em -31px 1.75em;
  padding: 1.5em 31px;
}
#aggregator .feed-item-categories {
  font-size: 90%;
}
#aggregator .feed-item-meta {
  font-size: 90%;
  color: #898989;
}

/**
 * Color.module
 */
#palette .form-item {
  border: 1px solid #fff;
}
#palette .item-selected {
  background: transparent url('../images/gradient-inner.png') repeat-x 0 0;
  border: 1px solid #a0a0a0;
}

/**
 * Menu.module
 */
tr.menu-disabled {
  opacity: 0.5;
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
  filter:alpha(opacity=50);
}
tr.odd td.menu-disabled {
  background-color: #edf5fa;
}
tr.even td.menu-disabled {
  background-color: #fff;
}

/**
 * Poll.module
 */
.poll .bar {
  background: #fff url(/themes/garland/images/bg-bar-white.png) repeat-x 0 0;
  border: solid #f0f0f0;
  border-width: 0 1px 1px;
}

.poll .bar .foreground {
  background: #71a7cc url(/themes/garland/images/bg-bar.png) repeat-x 0 100%;
}

.poll .percent {
  font-size: 90%;
}

/**
 * Autocomplete.
 */
#autocomplete li {
  cursor: default;
  padding: 2px;
  margin: 0;
}

/**
 * Collapsible fieldsets
 */
fieldset {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #a0a0a0;
  background: transparent url('../images/gradient-inner.png') repeat-x 0 0;
}

/* Targets IE 7. Fixes background image in field sets. */
*:first-child+html fieldset {
  padding: 0 1em 1em;
  background-position: 0 .75em;
  background-color: transparent;
}

*:first-child+html fieldset > .description, *:first-child+html fieldset .fieldset-wrapper .description {
  padding-top: 1em;
}

fieldset legend {
  /* Fix disappearing legend in FFox */
  display:block;
  color:#000000;
  font-weight: bold;
  /*padding:3px 10px;*/
  /*border:1px dotted #a0a0a0;*/
  /*background: #fff;*/
}

*:first-child+html fieldset legend, *:first-child+html fieldset.collapsed legend {
  display: inline;
}

html.js fieldset.collapsed {
  background: transparent;
  padding-top: 0;
  padding-bottom: .6em;
}

html.js fieldset.collapsible legend a {
  padding-left: 2em; /* LTR */
  background: url(/themes/garland/images/menu-expanded.gif) no-repeat 0% 50%; /* LTR */
}

html.js fieldset.collapsed legend a {
  background: url(/themes/garland/images/menu-collapsed.gif) no-repeat 0% 50%; /* LTR */
}

/**
 * Syndication icons and block
 */
#block-node-0 h2 {
  float: left; /* LTR */
  padding-right: 20px; /* LTR */
}

#block-node-0 img, .feed-icon {
  float: right; /* LTR */
  padding-top: 4px;
}

#block-node-0 .content {
  clear: right; /* LTR */
}

/**
 * Login Block
 */
#user-login-form {
  text-align: center;
}
#user-login-form ul {
  text-align: left; /* LTR */
}

/**
 * User profiles.
 */
.profile {
  margin-top: 1.5em;
}
.profile h3 {
  border-bottom: 0;
  margin-bottom: 1em;
}
.profile dl {
  margin: 0;
}
.profile dt {
  font-weight: normal;
  color: #898989;
  font-size: 90%;
  line-height: 1.3em;
  margin-top: 1.4em;
  margin-bottom: 0.45em;
}
.profile dd {
  margin-bottom: 1.6em;
}

/**
 * Admin Styles
 */
div.admin-panel,
div.admin-panel .description,
div.admin-panel .body,
div.admin,
div.admin .left,
div.admin .right,
div.admin .expert-link,
div.item-list,
.menu {
  margin: 0;
  padding: 0;
}

div.admin .left {
  float: left; /* LTR */
  width: 48%;
}
div.admin .right {
  float: right; /* LTR */
  width: 48%;
}

div.admin-panel {
  background: transparent url('../images/gradient-inner.png') repeat-x 0 0;
  padding: 1em 1em 1.5em;
}
div.admin-panel .description {
  margin-bottom: 1.5em;
}
div.admin-panel dl {
  margin: 0;
}
div.admin-panel dd {
  color: #898989;
  font-size: 90%;
  line-height: 1.3em;
  margin-top: -.2em;
  margin-bottom: .65em;
}

table.system-status-report th {
  border-color: #d3e7f4;
}

#autocomplete li.selected, tr.selected td, tr.selected td.active {
  background: #027ac6;
  color: #fff;
}

tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
  color: #d3e7f4;
}

tr.taxonomy-term-preview {
  opacity: 0.5;
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
  filter:alpha(opacity=50);
}

tr.taxonomy-term-divider-top {
  border-bottom: none;
}

tr.taxonomy-term-divider-bottom {
  border-top: 1px dotted #CCC;
}

/**
 * CSS support
 */

/*******************************************************************
 * Color Module: Don't touch                                       *
 *******************************************************************/

/**
 * Generic elements.
 */
.messages {
  background-color: #fff;
  border: 1px solid #b8d3e5;
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
  filter:alpha(opacity=70);
}

.preview {
  background-color: #fcfce8;
  border: 1px solid #e5e58f;
}

div.status {
  color: #33a333;
  border-color: #c7f2c8;
}

div.error, tr.error {
  color: #a30000;
  background-color: #FFCCCC;
}

.form-item input.error, .form-item textarea.error {
  border: 1px solid #c52020;
  color: #363636;
}

/**
 * dblog.module
 */
tr.dblog-user {
  background-color: #fcf9e5;
}

tr.dblog-user td.active {
  background-color: #fbf5cf;
}

tr.dblog-content {
  background-color: #fefefe;
}

tr.dblog-content td.active {
  background-color: #f5f5f5;
}

tr.dblog-warning {
  background-color: #fdf5e6;
}

tr.dblog-warning td.active {
  background-color: #fdf2de;
}

tr.dblog-error {
  background-color: #fbe4e4;
}

tr.dblog-error td.active {
  background-color: #fbdbdb;
}
tr.dblog-page-not-found, tr.dblog-access-denied {
  background: #d7ffd7;
}
tr.dblog-page-not-found td.active, tr.dblog-access-denied td.active {
  background: #c7eec7;
}

/**
 * Status report colors.
 */
table.system-status-report tr.error, table.system-status-report tr.error th {
  background-color: #fcc;
  border-color: #ebb;
  color: #200;
}
table.system-status-report tr.warning, table.system-status-report tr.warning th {
  background-color: #ffd;
  border-color: #eeb;
}
table.system-status-report tr.ok, table.system-status-report tr.ok th {
  background-color: #dfd;
  border-color: #beb;
}

/*
 * Styles for the website
 */
body {
  margin:0px;
  background:#ffffff;
  color:#666666;
  font-size:12px;
}

body.not-front .node .content, body.not-front .view {
  margin-bottom:30px;
  /*min-height: 400px;*/
}

.node-type-promo .submitted {
  display:none;
}

ul li {
  list-style-type:none;
  list-style-image:none;
}

a, a:link, a:visited {
  color:#083f6d;
  text-decoration:none;
}

a:hover {
  color:#0062A0;
  text-decoration:underline;
}

a.active {
  color:#5895be;
}

#container {
  display:block;
  background:transparent url('../images/bg.jpg') repeat-x top left;
  margin:0px;
  padding:0px;
}

body.not-front #container {
  background:transparent url('../images/bg-inner.jpg') repeat-x top left;
}

#center {
  margin:0px auto;
  display:block;
  width:964px;
}

#region-header {
  background:transparent url('../images/shadow-header.png') no-repeat bottom center;
  clear:both;
  display:block;
  width:100%;
  height:99px;
  z-index:50;
  position:relative;
}

#region-header div.header-wrapper {
  background:transparent url('../images/world.png') no-repeat 762px 66px;
  *background:transparent url('../images/world.png') no-repeat 757px 66px;
  clear:both;
  display:block;
  width:100%;
  float:left;
}

body.lang-hebrew #region-header div.header-wrapper {
  background:transparent url('../images/world.png') no-repeat 203px 66px;
  *background:transparent url('../images/world.png') no-repeat 197px 66px;
  clear:both;
  display:block;
  width:100%;
  float:left;
}

#region-header #block-block-1 {
  float:left;
  margin:0px 50px 0px 13px;
  padding:5px 0px;
}

body.lang-hebrew #region-header #block-block-1 {
  float: right;
  margin:0px 20px 0px 13px;
  padding:5px 0px;
}

#region-header #block-block-1 * {
  display:inline;
}

#region-header .block-menu_block {
  position:relative;
  float:left;
}

/* RTL */
body.lang-hebrew #region-header .block-menu_block {
  position: absolute;
  float: right;
  right: 180px;
  *right: 210px;
  *width: 600px;
}


#region-header .block-menu_block h2 {
  display:none;
}

#region-header .block-menu_block ul {
  position:relative;
  float:left;
}

#region-header .block-menu_block ul li {
  background:none;
  position:relative;
  padding:0px;
  margin:0px;
  float:left;
}

body.lang-hebrew #region-header .block-menu_block ul li {
  float: right;
}

#region-header .block-menu_block ul li .link-wrapper {
  padding: 38px 26px 38px 20px;
  margin:0px;
  position:relative;
  left:6px;
}

body.lang-french #region-header .block-menu_block ul li .link-wrapper {
  padding: 38px 20px 38px 20px;
  margin:0px;
  position:relative;
  left:6px;
}

#region-header .block-menu_block ul li.last {
  border-right:0px;
}

#region-header .block-menu_block ul li.active-trail {
  background:transparent url('../images/shadow-menu-item.png') repeat-y left top;
  
}

#region-header .block-menu_block ul li.active-trail .link-wrapper {
  background:transparent url('../images/shadow-menu-item.png') repeat-y right top;

}

#region-header .block-menu_block ul li.active-trail .menu-wrapper,
#region-header .block-menu_block ul li.active-trail .menu-wrapper .link-wrapper {
  background:none;
}

#region-header .block-menu_block ul li a {
  display:block;
}

#region-header .block-menu_block ul li a:hover {
  text-decoration: none;
}

#region-header .block-menu_block .menu-wrapper {
  display:none;
  position:relative;
}

#region-header .block-menu_block .menu-wrapper ul {
  opacity: 0.92;
  -moz-opacity: 0.92;
  -webkit-opacity: 0.92;
  filter:alpha(opacity=92);
  position:absolute;
  left:6px;
  /*border:solid 1px #b3cbe5;*/
  background:#ecf3fb;
  padding:5px;
  width:200px;
  z-index: 100;

}

body.lang-hebrew #region-header .block-menu_block .menu-wrapper ul {
  opacity: 0.92;
  -moz-opacity: 0.92;
  -webkit-opacity: 0.92;
  filter:alpha(opacity=92);
  position:absolute;
  right: 0px;
  /*border:solid 1px #b3cbe5;*/
  background:#ecf3fb;
  padding:5px;
  /*width:125px;*/
  width: 160px;
  z-index: 100;
}

#region-header .block-menu_block .menu-wrapper ul li {
  background:none;
  padding:0px;
  margin:0px;
  float:none;
  width:auto;
  display:block;
  clear:both;
  padding:3px 10px;
  margin:0px;
}

body.lang-hebrew #region-header .block-menu_block .menu-wrapper ul li {
  *width: 160px;
  
}

#region-header .block-menu_block .menu-wrapper ul li .link-wrapper {
  padding: 0px !important;
  margin:0px !important;
}

#region-header .block-menu_block .menu-wrapper ul li:hover,
#region-header .block-menu_block .menu-wrapper ul li.hover {
  background: #FFF;
 
}


body.lang-hebrew #region-header .block-menu_block .menu-wrapper ul li.hover {
  background: #FFF;  
  width: 85%;
  
 
}





#region-header .block-menu_block .menu-wrapper ul li .link-wrapper a:hover {
    font-weight: normal;
 
    
}




#region-header #block-locale-0 {
  float:right;
  position:relative;
  margin:65px 13px 0px 0px;
  z-index:10;
}

body.lang-hebrew #region-header #block-locale-0 {
  float:right;
  margin:65px 0px 0px 0px;
  position: absolute;
  left: 205px;
  z-index:10;
}

#region-header #block-locale-0 h2 {
  display:none;
}

#region-header #block-locale-0 ul {
  background:#ffffff url('../images/language.gif') no-repeat left top;
  position:absolute;
  top:0px;
  right:16px;
  *right: 22px;
  width:120px;
  margin:0px;
  padding:0px 5px;
  border:solid 1px #c1d1e4;
}

#region-header #block-locale-0 ul.over {
  background:#ffffff;
}

#region-header #block-locale-0 ul li {
  background:none;
  position:relative;
  margin:0px;
  padding:2px 0px;
  width:100%;
  height:15px;
  display:none;
}

body.lang-hebrew #region-header #block-locale-0 ul li {
  text-align: left;
}

#region-header #block-locale-0 ul li.active {
  background:transparent url('../images/language.gif') no-repeat right top;
  display:block;
  font-weight:bold;
}

#region-header #block-locale-0 ul li.active.over {
  background:none;
}

#region-header #block-locale-0 ul li a,
#region-header #block-locale-0 ul li a:visited,
#region-header #block-locale-0 ul li a:hover {
  display:block;
  width:100%;
  color:#7c98b0;
  font-size:85%;
  text-decoration:none;

}

#region-header #block-search-0 {
  float:right;
  position:relative;
  display:block;
  width:180px;
  height:19px;
  /*margin:36px -4px 0px 0px; (works when have other block */
  margin:36px 12px 0px 0px;
  *margin:33px 22px 0px 0px;
}

body.lang-hebrew #region-header #block-search-0 {
  display:block;
  float:right;
  height:19px;
  margin:36px 0 0 0;
  position: absolute;
  left: 60px;
  *left: 50px;
  width:180px;
}

#region-header #block-search-0 h2,
#region-header #block-search-0 label {
  display:none;
}

#region-header #block-search-0 .form-item {
  padding:0px;
  margin:0px;
}

#region-header #block-search-0 input.form-text,
#region-header #block-search-0 input.form-submit {
  border:0px;
  background:#ffffff url('../images/search.gif') no-repeat left top;
  width:158px;
  height:19px;
  padding:0px;
  margin:0px;
  display:block;
  float:left;
}

#region-header #block-search-0 input.form-text {
  padding:2px 3px 0px 3px;
  height:17px;
}

#region-header #block-search-0 input.form-submit {
  background:transparent url('../images/search.gif') no-repeat right top;
  width:16px;
  padding-top:20px;
  float:right;
  cursor: pointer;
  cursor: hand;
}

#region-content {
  width:auto;
  position:relative;
}

body.front.lang-hebrew #region-content{
  width:auto;
 * position:static;
}



#region-content div.flashnode {
  background:transparent url('../images/shadow-homepage.png') no-repeat top center;
  clear:both;
  display:block;
  width:100%;
  text-align:center;
  padding:6px 0px;
  z-index:20;
}

body.front #region-content .content-wrapper h2 {
 color:#083F6D;
font-size:14px;
margin:10px 0;
position:relative;
top:8px;
}

body.front p
{
  padding: 0;
}


body.front .node-type-article {
  float:left;
  margin-top:10px;
}

body.front .node-type-article .content {
  width:223px;
  font-size:85%;
  text-align:justify;
  /*margin-bottom:20px;*/
}

body.front .node-type-article.node-counter-0, .view-upper-titles .views-row-1 {
  background:transparent url('../images/promotions.png') scroll no-repeat 0px 0px;
  width:243px;
  margin-left:6px;
}

body.front .node-type-article.node-counter-1, .view-upper-titles .views-row-2 {
  background:transparent url('../images/promotions.png') scroll no-repeat -243px 0px;
  width:243px;
}

body.front .node-type-article.node-counter-2, .view-upper-titles .views-row-3 {
  background:transparent url('../images/promotions.png') scroll no-repeat -486px 0px;
  width:243px;
}

body.front .node-type-article.node-counter-3, .view-upper-titles .views-row-4 {
  background:transparent url('../images/promotions.png') scroll no-repeat -729px 0px;
  width:223px;
}

.view-upper-titles .views-row-1, .view-upper-titles .views-row-2, .view-upper-titles .views-row-3, .view-upper-titles .views-row-4 {
  float: left;
  position: relative;
  bottom: 20px;
  *bottom: 0px;
}

#block-views-upper_titles-block_1 {
  width: 970px;
  display: inline-block !important;
  *display: inline !important;
  *padding-top: 10px;
  position: relative;
}

.view-upper-titles span.field-content {
  position: relative;
  top: 5px;
  font-size: 15px;
}

#region-footer {
  clear:both;
  display:block;
  width:auto;
  border-top:solid 4px #d0d0d0;
  margin:0px 6px 5px 6px;
  padding-top:5px;
  font-size:85%;
}

#region-footer h2 {
  display:none;
}

#region-footer .footer-wrapper, #region-footer h2, #region-footer p {
  margin:0px;
  padding:0px;
}

#region-footer .block {
  float:right;
}

#region-footer #block-menu-secondary-links {
  float:left;
  display:inline;
  width:auto;
}

#region-footer #block-menu-secondary-links ul {
  margin:0px;
}

#region-footer #block-menu-secondary-links ul li {
  background:none;
  position:relative;
  padding: 0px 15px;
  border-right:solid 1px #d0d0d0;
  margin:0px;
  float:left;
}


body.front.lang-hebrew #region-footer #block-menu-secondary-links ul li {
 
  padding: 0px;
  
}

body.front.lang-hebrew #region-footer .footer-wrapper #block-block-2 .content span{
 direction:ltr;
 text-align:left;
}


#region-footer #block-menu-secondary-links ul li.first {
  padding-left:0px;
}

#region-footer #block-menu-secondary-links ul li.last {
  border:0px;
}


body.lang-hebrew #powered-by-comrax {
  border:1px solid #FFF;
  direction: ltr;
}

body.lang-hebrew #region-footer p {
  border:1px solid #FFF;
  direction: ltr;
}



body.not-front #region-content {
  margin:-20px 0px 10px 0px;
  *margin: -10px 0px 10px 0px;
}



body.not-front #region-content .content-wrapper {
  margin: 3px 5px;
  float:left;
  min-height: 400px;
}

body.lang-hebrew #region-content .content-wrapper {
 float: right;
 
}

.page-glossary #region-content .content-wrapper{*width:720px}

body.front.lang-hebrew #region-content .content-wrapper {
 
 float: left;
 padding-left: 2px;

}

.breadcrumb {
  display:none;
}

body.no-sidebars #region-left {
  display:none;
}

#region-left {
  float:left;
  width:215px;
  position:relative;
  margin:0px 0px 0px 5px;
  *margin: 11px 0px 0px 5px;
}

body.lang-hebrew #region-left {
  float:right;
  width:215px;
  position:relative;
  margin:0px 0px 0px 0px;
  padding: 0 7px 0 0;
 
}
body.lang-hebrew #region-left h2{
    float:right;
}

#region-left ul li {
  background:none;
  /*position:relative;*/
  border-bottom:solid 1px #025486;
  margin:0px;
  padding:0px;
}

#region-left ul li.hover {
  background:#ffffff;
}

#region-left ul li.active, #region-left ul li.hover.active {
  background:#83c2fe;
}

#region-left ul li.last {
  border-bottom:0px;
}

#region-left ul li a,
#region-left ul li a:visited,
#region-left ul li a:hover {
  color:#404040;
  text-decoration:none;
  display:block;
  height:100%;
  padding:4px 3px 4px 10px;
}

body.sidebar-left #region-content {
  float:left;
  padding:0px 14px;
  width:715px;
}




/**Menu Title H2*/

h2 {
  color:#5ab0fd;  
  margin-bottom:20px;
  

}

/*Content Spacing After H2*/

p,
div  ul,
.webform-component-markup,
div table
{
  padding-top: 12px;
}



/*IE Hebrew Fix for H2*/
body.lang-hebrew .view-content h2 {
  width:700px;
  float:right;
}

body.lang-hebrew  .menu
{
  clear: right;
}


body.lang-hebrew #region-content .content-wrapper h2 {  
  top:0px;
  margin-top:8px;
  *margin-top:16px;
  *margin-bottom:4px;
    
}

body.lang-hebrew #region-content .content-wrapper #node-810 h2{margin-top:0px;}
/*Line Up Front Page Squares*/
body.front.lang-hebrew #region-content .content-wrapper h2 {
  margin-right: 22px;
 
}

/*Line up square on the right*/
body.front.lang-hebrew #region-content .content-wrapper #node-810  h2 {
  margin-top: 8px;
  *margin-top:16px;
  margin-right: 0px;
 }



body.front.lang-hebrew #region-content .content-wrapper .clear-block p {
  margin-right: 22px;
   font-size: 12px;
 
}

body.front.lang-hebrew #region-content .content-wrapper .clear-block p + p {
  
   display:none;
}


body.front.lang-hebrew #region-content .content-wrapper #node-810 .clear-block p {  
  margin-right: 0px;
 }
 
body.front.lang-hebrew .readmore{
  float: left;
  position: absolute;
  bottom: 5px;
  right: 26px;
}


body.front.lang-hebrew #region-content .content-wrapper #node-810  .readmore {  
  right: 6px;
 }


/*body.front.lang-hebrew .readmore a{*/
/*  float: left;*/
/*  position: absolute;*/
/*  top: 305px;*/
/*  left: 40px;*/
/*}*/


#region-content .content-wrapper h2 {
  font-size: 18px;
  color: #b1d3ee;
  margin: 10px 0px 15px 0px;
  position:relative;
  top:8px;
    
}
/*
div table

{
  border: 1px solid red;
}
*/


.content clear-block 
{
  border: 1px solid red;
  
}

/**End Menu Title H2*/


body.not-front #free-quote {
  background:transparent url(/static/design/images/free-quote.png) no-repeat scroll 0% 0%;
  _background: transparent url(/static/design/images/free-quote.gif) no-repeat scroll 0% 0%;
  /*border: 1px solid red;*/
  font-family:"Calibri";
  font-size:14px;
  height:19px;
  padding:16px 0px;
  position: absolute;
  top: 300px;
  width:212px;
  text-align: center;
  /*z-index:12;*/
}


/*Quote Link Hebrew*/
body.not-front.lang-hebrew  #free-quote {
 /* border: 1px solid red;*/
  font-family:"Arial";
  }


/**
 * Styles for all webforms
 */
/*.node-type-webform div.legend-form-intro,*/
/*.node-type-webform span.mailto,*/
/*.node-type-webform #free-quote {*/
/*  display:none;*/
/*}*/

#webform-component-form_intro legend
{
  display:none;
}

.node-type-webform table {
  margin:0px;
}

.node-type-webform fieldset#webform-component-form_intro {
  background:transparent;
  border:0px; 
  color:#000000;
  padding:10px 0px 5px 0px;
}

.node-type-webform fieldset#webform-component-form_intro p {
  padding:0px;
  margin:0px;
}

/*.node-type-webform #region-content .content-wrapper h2 {*/
/*  display:block;*/
/*  color:#023f88;*/
/*  font-size:100%;*/
/*  font-weight:bold;*/
/*}*/

.node-type-webform div.legend {
  font-weight:bold;
  margin:15px 0px 5px 0px;
  color:#000000;
}

.node-type-webform div.legend-inside {
  display:none;
}

.node-type-webform fieldset {
  background:#f7f7f7 none;
  border:solid 1px #dfdfdf;
  border-top:solid 3px #dfdfdf;
  border-bottom:solid 3px #dfdfdf;
  margin:0px;
  width:930px;
}

.node-type-webform .webform-client-form fieldset {
  width: 693px;
}

.node-type-webform .form-item {
  margin:5px 0px;
  padding:0px;
}

.node-type-webform fieldset div textarea,
.node-type-webform fieldset div select,
.node-type-webform fieldset div input {
  width: 290px;
}

/**
 * Begin Styles for webform: שאלון למתרגמים
 */


/* Right column */

.node-type-webform fieldset div#webform-component-heb_first_name,
/*.node-type-webform fieldset div#webform-component-heb_country_of_birth,*/
.node-type-webform fieldset div#webform-component-heb_e_mail,
.node-type-webform fieldset div#webform-component-heb_fax_number,
.node-type-webform fieldset div#webform-component-heb_company,
.node-type-webform fieldset div#webform-component-heb_address,
.node-type-webform fieldset div#webform-component-heb_country,
#webform-component-heb_mother_tongue.webform-component-textfield,
#webform-component-heb_wpd.webform-component-textfield,
.node-type-webform fieldset div#webform-component-heb_zip_code,
div#webform-component-heb_source_languages.webform-component-select
{
  /* border: 1px solid blue;*/
  float:right;
  width:50%;
}



.node-type-webform fieldset div#webform-component-heb_country_of_birth
{
  float: right;
  width:100%;
}




/* Left column */
.node-type-webform fieldset div#webform-component-heb_last_name,
.node-type-webform fieldset div#webform-component-heb_phone,
.node-type-webform fieldset div#webform-component-heb_additional_phone,
.node-type-webform fieldset div#webform-component-heb_mobile,

{
  /* border: 1px solid red;  */
  float:left;
  width:50%;
}




/**/
.node-type-webform fieldset div#webform-component-heb_address,
.node-type-webform fieldset div#webform-component-heb_zip_code,
.node-type-webform fieldset div#webform-component-heb_country
{
  clear: both;
}



/* רקע אקדמי  */
.node-type-webform fieldset div#webform-component-heb_institute_1,
.node-type-webform fieldset div#webform-component-heb_field_of_studies_1,
.node-type-webform fieldset div#webform-component-heb_degree_1,

.node-type-webform fieldset div#webform-component-heb_institute_2,
.node-type-webform fieldset div#webform-component-heb_field_of_studies_2,
.node-type-webform fieldset div#webform-component-heb_degree_2,

.node-type-webform fieldset div#webform-component-heb_institute_3,
.node-type-webform fieldset div#webform-component-heb_field_of_studies_3,
.node-type-webform fieldset div#webform-component-heb_degree_3,

.node-type-webform fieldset div#webform-component-heb_institute_4,
.node-type-webform fieldset div#webform-component-heb_field_of_studies_4,
.node-type-webform fieldset div#webform-component-heb_degree_4

{

   float:right;
   width:30%;
   clear:none;
   height:50px;
   margin-left: 15px;
  
 
}





/* רקע אקדמי : Input and Selector*/


body #webform-component-heb_academy input,
body #webform-component-heb_academy select
{
    
  width:100%;
  
}

/* MARIA FIX */
#webform-component-heb-general-information--heb-first-name
{
  float: right;
  width:100%;
}

#webform-client-form-838 .webform-component {width:50% !important}

#webform-client-form-847 .webform-component {width:50% !important}
#webform-client-form-847 #webform-component-heb-general-information--heb-last-name,
#webform-client-form-847 #webform-component-heb-general-information--heb-mother-tongue,
#webform-client-form-847 #webform-component-heb-general-information--heb-e-mail,
#webform-client-form-847 #webform-component-heb-general-information--heb-fax-number,
#webform-client-form-847 #webform-component-heb-general-information--heb-address,
#webform-client-form-847 #webform-component-heb-general-information--heb-zip-code,
#webform-client-form-847 #webform-component-professional-experience--heb-wpd,
#webform-client-form-847 #webform-component-heb-academy--heb-institute-1,
#webform-client-form-847 #webform-component-heb-academy--heb-institute-2,
#webform-client-form-847 #webform-component-heb-academy--heb-institute-3,
#webform-client-form-847 #webform-component-heb-academy--heb-institute-4
{float:right !important}

#webform-client-form-847 #webform-component-heb-general-information--heb-first-name,
#webform-client-form-847 #webform-component-heb-general-information--heb-phone,
#webform-client-form-847 #webform-component-heb-general-information--heb-mobile,
#webform-client-form-847 #webform-component-heb-general-information--heb-additional-phone
{float:left !important}

#webform-client-form-848 .webform-component {width:50% !important}

#webform-client-form-848 #webform-component-heb-personal--heb-first-name,
#webform-client-form-848 #webform-component-heb-personal--heb-phone,
#webform-client-form-848 #webform-component-heb-personal--heb-company,
#webform-client-form-848 #webform-component-heb-details--subject,
{float:left}

#webform-client-form-848 #webform-component-heb-personal--heb-last-name,
#webform-client-form-848 #webform-component-heb-personal--heb-e-mail,
#webform-client-form-848 #webform-component-heb-personal--heb-mobile
{float:right}


#webform-client-form-841 .webform-component {width:50% !important}

#webform-client-form-841 #webform-component-personal-information--heb-first-name,
#webform-client-form-841 #webform-component-personal-information--heb-phone,
#webform-client-form-841 #webform-component-personal-information--heb-company,
#webform-client-form-841 #webform-component-request--subject
{float:left}

#webform-client-form-841 #webform-component-personal-information--heb-last-name,
#webform-client-form-841 #webform-component-personal-information--heb-e-mail,
#webform-client-form-841 #webform-component-personal-information--heb-mobile
{float:right}



/* END MARIA FIX */




/**
 * End Styles for webform: שאלון למתרגמים
 */


/**
 * Styles for webform: Ask US
 */
 
.node-type-webform fieldset div#webform-component-ask_us_content,
.node-type-webform fieldset div#webform-component-the_content
{
  clear:left;
 
}

/**
 * End Styles for webform: Ask US
 */

/**
 * Styles for webform: Questionaire for Translator- English
 */
body.title-questionaire-for-translator .content-wrapper {
  background:transparent url('/static/design/images/bg-webform-title.gif') no-repeat;
  background-position:205px 20px;
}

.node-type-webform fieldset div select.form-select-multiple {
  height:100px;
}

.node-type-webform fieldset div#webform-component-birthday *,
.node-type-webform fieldset div input.form-radio,
.node-type-webform fieldset div input.form-checkbox {
  width:auto;
}

/* Left column */
.node-type-webform fieldset div#webform-component-first_name,
.node-type-webform fieldset div#webform-component-birth_country,
.node-type-webform fieldset div#webform-component-phone,
.node-type-webform fieldset div#webform-component-cellular_phone,
.node-type-webform fieldset div#webform-component-extra_phone,
.node-type-webform fieldset div#webform-component-country,
.node-type-webform fieldset div#webform-component-zip_code,
.node-type-webform select div#webform-component-source_languages,
.node-type-webform fieldset div#webform-component-experience_years,
.node-type-webform fieldset div#webform-component-extra_job,
#webform-component-source_languages.webform-component-select
{
  float:left;
  width:48%;
}

#webform-component-translation_speed_wordsday.webform-component-textfield
{
  float:left;
  width:48%;
 
 }
  
  

.node-type-webform fieldset div#edit-submitted-sollicitation-entrez-votre-question-wrapper
{
  clear:left;
 
}

/* Right column */
.node-type-webform fieldset div#webform-component-last_name,
.node-type-webform fieldset div#webform-component-mother_tongue,
.node-type-webform fieldset div#webform-component-email,
.node-type-webform fieldset div#webform-component-e_mail,
.node-type-webform fieldset div#webform-component-company,
.node-type-webform fieldset div#webform-component-address,
.node-type-webform fieldset div#webform-component-fax,
.node-type-webform fieldset div#webform-component-target_languages,
.node-type-webform fieldset div#webform-component-translation_speed,
.node-type-webform fieldset div#webform-component-working_hours
{
  float:left;
  width:48%;
}

.node-type-webform fieldset div#webform-component-address,
.node-type-webform fieldset div#webform-component-zip_code,
.node-type-webform fieldset div#webform-component-country
{
  clear: both;
}

.webform-component-textfield {
  float:left;
  width:48%;
}

/* Yes/No controls */
.node-type-webform fieldset div#webform-component-extra_job div {
  position:relative;
  display:inline;
  width:auto;
}

.node-type-webform fieldset div#webform-component-extra_job label {
  margin-right:10px;
}

/* Education */
.node-type-webform fieldset div#webform-component-institute_1,
.node-type-webform fieldset div#webform-component-institute_2,
.node-type-webform fieldset div#webform-component-institute_3,
.node-type-webform fieldset div#webform-component-institute_4,
.node-type-webform fieldset div#webform-component-institute_5,
.node-type-webform fieldset div#webform-component-academic_background_1,
.node-type-webform fieldset div#webform-component-academic_background_2,
.node-type-webform fieldset div#webform-component-academic_background_3,
.node-type-webform fieldset div#webform-component-academic_background_4,
.node-type-webform fieldset div#webform-component-academic_background_5,
.node-type-webform fieldset div#webform-component-field_of_studies_1,
.node-type-webform fieldset div#webform-component-field_of_studies_2,
.node-type-webform fieldset div#webform-component-field_of_studies_3,
.node-type-webform fieldset div#webform-component-field_of_studies_4,
.node-type-webform fieldset div#webform-component-field_of_studies_5,
.node-type-webform fieldset div#webform-component-degree_1,
.node-type-webform fieldset div#webform-component-degree_2,
.node-type-webform fieldset div#webform-component-degree_3,
.node-type-webform fieldset div#webform-component-degree_4,
.node-type-webform fieldset div#webform-component-degree_5
{
  /*border: 1px solid blue;*/
  float:left;
  width:33%;
  
  
}


#webform-component-institute_1.webform-component-textfield{}

.node-type-webform fieldset#webform-component-education .break {
  display:block;
  clear:both;
  padding:0px;
  margin:0px;
  height:5px;
}

/* CAT */
.node-type-webform fieldset#webform-component-cat_list label {
  display:none;
}

.node-type-webform fieldset#webform-component-cat_list label.option {
  display:inline;
}

.node-type-webform fieldset#webform-component-cat_list div.form-checkboxes .form-item {
  clear:none;
  float:left;
  display:block;
  width:25%;
}

/* Additional tools */
.node-type-webform fieldset#webform-component-additional_tools label {
  display:none;
}

.node-type-webform fieldset#webform-component-additional_tools label.option {
  display:inline;
}

.node-type-webform fieldset#webform-component-additional_tools div.form-checkboxes .form-item {
  clear:none;
  float:left;
  display:block;
  width:25%;
}

/*Hebrew Subject -Float Right */

 body.lang-hebrew #webform-component-subject
{
 /* border: 1px solid red;*/
  float:right;
  width: 100%;
}

/* End Hebrew Subject -Float Right */


/**
 * Submit buttons.
 */
.node-type-webform form.webform-client-form {
  background:transparent url('/static/design/images/bg-webform-footer.gif') repeat-x scroll bottom;
  padding-bottom:15px;
  float:left;
}

.node-type-webform form.webform-client-form .form-submit,
.node-type-webform form.webform-client-form .form-reset,
body .node-type-webform form.webform-client-form .form-button,
.webform-client-form.form-submit #edit-submit
{
  margin: 10px 10px 10px 0px;
  padding:5px 10px;  
  position:relative;    
  top:13px;
  background:#5aafff;
  color:#ffffff;
  font-weight:bold;
  float:right;
  
  cursor:pointer;
  
}




/*Submit button Hebrew IE*/
  body.lang-hebrew #edit-submit 
{
  *margin:10px 0 0 0;
  *padding:2px 10px;
  *position:static;
}

/*Page TitleHebrew IE*/
  body.lang-hebrew h2
{
 /*border: 1px solid red;*/
  *float:right;
  *width: 100%;
}



.webform-client-form.form-submit #edit-submit{
  text-align: right;
  direction: rtl;
}



body.front #free-quote {
  background:transparent url('/static/design/images/free-quote.png') no-repeat scroll 0% 0%;
  _background: transparent url('/static/design/images/free-quote.gif') no-repeat scroll 0% 0%;
  font-family:"Calibri";
  font-size:14px;
  height:49px;
  padding:16px 74px;
  position:absolute;
  top: 60px;
  left: 720px;
  width:212px;
  z-index:12;
}



#region-header ul li.top-hover {
  background: transparent url(../images/shadow-menu-item.png) repeat-y scroll left top;
}

#region-header ul li .top-hover-wrap {
  background:transparent url(../images/shadow-menu-item.png) repeat-y scroll right top;
}

#region-header .menu-wrapper ul li.top-hover,
#region-header .menu-wrapper ul li .top-hover-wrap {
  background:none;
}

body.front .readmore {
  background: transparent url(/static/design/images/more-info.gif) no-repeat scroll 100% 70%;
  padding-right: 6px;
  font-size: 85%;
  float: right;
  position: absolute;
  right:15px;
  bottom:14px;
}

body.not-front #region-content .view-Glossary h3 {
  display: none;
}

body.page-glossary .views-glossary-title {
  padding-top: 10px;
  float: left;
  clear: both;
}

body.lang-hebrew #container .views-glossary-title {  
  float: right;
}

.pager {float:right;clear:both;width:80%}
.pager .page-wrap{float:left}
.pager .page-wrap b{font-size:14px;color:brown}

body.not-front.lang-hebrew #region-content {padding: 12px 0 0 0 ;}
body.not-front.lang-hebrew.page-services #region-content{padding-top:0px;*padding-top:10px;}
body.not-front.lang-hebrew.page-company #region-content{padding-top:0px;*padding-top:0px;}
body.not-front.lang-hebrew #region-content ul.glossary li{float:right; margin-right:-1px; margin-top:10px;}
body.not-front.lang-hebrew #region-content .view-Glossary .views-glossary-title{float: right;}
body.not-front.lang-hebrew #region-content ul.glossary {
 /* border: 1px solid red;*/
  float:right;
  position:relative;
  margin: 0px  0px 0px 0px;
  padding:0;
  width:720px;

}


body.not-front #region-content .view-Glossary .views-field-field-intro-value {
  float: left;
}

body.not-front #region-content .view-Glossary .clickme {
  cursor: pointer;
  width: 100%;
}

body.page-glossary  .closeme {
  background:red;
  cursor:pointer;
  float:left;
  font-size:12px;
  font-weight:bold;
  height:16px;
  margin-top:-10px;
  padding:0 5px 1px 6px;
  *padding: 0px 5px 2px 6px;
  width:10px;
  color: #FFF;
  }
.lang-hebrew #container .closeme {
  float:right;
  clear:both;
  display:block;
}
body.page-glossary .views-field-body {
  clear: both;
  float: left;
  width: 100%;
  display: none;
}

.lang-hebrew #container .views-field-body {
  clear: both;
  float: right;
  width: 100%;
  display: none;
  padding:0 0 20px 0
}



body.not-front #region-content ul.glossary {
  float:left;
  position:relative;
  margin: 15px  0px 5px -8px;
  padding:0;

}




body.not-front #region-content ul.glossary li {
  background:transparent none repeat scroll 0 0;
  float:left;
  margin:0;
  padding:0px 10px;
  position:relative;
  border-right: 1px solid;
}

/*Glossary Hebrew*/
body.not-front.lang-hebrew #eng{font-size:10px;}

body.not-front.lang-hebrew #region-content ul.glossary li {
  background:transparent none repeat scroll 0 0;
  padding:0px 9px;
}



/**
 * Styles for webform: Contact us
 */
body.title-contact-us #region-content .content-wrapper {
  background:transparent url('/static/design/images/bg-webform-title.gif') no-repeat;
  background-position:100px 20px;
}

/* Left column */
.node-type-webform.title-contact-us fieldset div#webform-component-company,
.node-type-webform.title-contact-us fieldset div#webform-component-first_name {
  float:left;
  width:48%;
}

/* Right column */
/*.node-type-webform.title-contact-us fieldset div#webform-component-phone {*/
/*  float:right;*/
/*  width:48%;*/
/*}*/

/* Middle column */
.node-type-webform.title-contact-us fieldset div#webform-component-content .resizable-textarea {
  width:100%;
}

/**
 * Styles for webform: Instant quote
 */
/*body.title-instant-quote #region-content .content-wrapper {*/
/*  background:transparent url('/static/design/images/bg-webform-title.gif') no-repeat;*/
/*  background-position:120px 20px;*/
/*}*/

/* Left column */
.node-type-webform.title-instant-quote fieldset div#webform-component-company,
.node-type-webform.title-instant-quote fieldset div#webform-component-source_languages,
.node-type-webform.title-instant-quote fieldset div#webform-component-first_name {
  float:left;
  width:48%;
}

/* Right column */
.node-type-webform.title-instant-quote fieldset div#webform-component-phone,
.node-type-webform.title-instant-quote fieldset div#webform-component-target_languages,
.node-type-webform.title-instant-quote fieldset div#webform-component-e_mail {
  float: left;
  width:48%;
}

/* Middle column */
.node-type-webform.title-instant-quote fieldset div#webform-component-notes .resizable-textarea {
  width:100%;
}


#webform-component-education input, #webform-component-education select {
  width: 208px;
}

#webform-component-notes .grippie, #webform-component-specialties .grippie {
  display: none;
}

body.front .node-type-article {
  position: relative;
  height: 316px;
}

body #webform-component-desc_french,
body #webform-component-desc_italian,
body #webform-component-desc_german,
body #webform-component-desc_spanish {
  display: none;
}

body.lang-french #webform-component-desc_english,
body.lang-french #webform-component-desc_italian,
body.lang-french #webform-component-desc_german,
body.lang-french #webform-component-desc_spanish {
  display: none;
}

.view-news h3 {
  font-size:15px;
  font-weight:bold;
  padding-bottom: 5px;
}

.view-news .readmore {
  float: right;
  margin-top: -30px;
}

/*News IE7 Fix*/
body.lang-hebrew .node-type-news{
    *clear:both;
}

.search-info {
  display: none;
}

#webform-client-form-416 {
  padding-top: 11px;
}

.node-type-article table {
  margin: 0px;
}

.legend-form-intro {
  display: none;
}

body.not-front #seperator {
  clear: both;
  background:transparent url('../images/promotions.png') scroll no-repeat 6px 0px;
  height: 20px;
}

/* RTL styling */
body.lang-hebrew .node-type-webform fieldset div#webform-component-first_name
{
  text-align: right;
}


/*FCKEDITOR HEBREW*/

label+ div
{
 
 *min-width: 400px;
}


/*Inner Pages Bullets*/
body.not-front #region-content table td li {background: transparent url(/themes/garland/images/menu-leaf.gif) no-repeat 1px .35em;}
body.not-front #region-content .content-wrapper .node-type-article li {background: transparent url(/themes/garland/images/menu-leaf.gif) no-repeat 1px .35em;}

body.not-front.lang-hebrew #region-content li,
body.not-front.lang-hebrew #region-content .content-wrapper .node-type-article li {
  padding-right: 20px;
   background: transparent url(/themes/garland/images/menu-leaf.gif) no-repeat 1px .35em;
   background-position: right;
}



/*yehuda's code*/
#node-410 .clear-block{display:inline-block}
.pager-current .thenext {color: black; font-family: Veradana; font-size: 11px;}

body.lang-hebrew .pager-current
{float: left;}
.thenext:hover {color: black;}

body.lang-hebrew #block-menu_block-2 {font-size: 14px;}

/*

  
*/

/* boazs code */
a.clickme { cursor: pointer;}
