﻿/* Herefordshire Migrant Workers site -  base stylesheet */
html *{ /* global reset trick */
 padding: 0;
 margin: 0;
}
body {
 background: #FFFFFF;
 color: #000000;
 font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
 font-size: 1em;
 margin: 0px;
 min-width: 750px;
 padding-bottom: 0px;
 padding-left: 0px;
 padding-right: 0px;
 padding-top: 0px;
}
a {
 text-decoration: underline;
 color: #454545;
}
a:link{
 color: #454545;
}
a:visited{
 color: #454545;
}
a:hover{
 color: #59A2B2;
}
a:active{
 color: #59A2B2; 
}
a img {
 border: none;
}
abbr {
 border-bottom-style: none;
}
acronym {
 border-bottom-style: none;
}
fieldset {
}
form {
}
h1 {
}
h2 {
}
h3 {
}
input {
 font-size: 100%;
}
ul {
 list-style-type: none;
}
p {
}
select {
 font-size: 100%;
}
textarea {
 font-size: 100%;
}
table{
 margin: 6px 0px;
 width: 95%;
 border-collapse: collapse;
}
caption{
 border-top: 1px solid #D4E7EB;
 text-align: left;
 font-weight: bold;
 padding: 0.25em;
 font-size: 1.1em;
 color: #444;
}
th{
 color:#444;
 background-color: #D4E7EB;
 padding: 0.3em 0.5em;
 text-align: left;
 vertical-align: top;
 border: 1px solid #D4E7EB;
}
td{
 vertical-align: top;
 border: 1px solid #D4E7EB;
 padding: 0.3em 0.5em;
}
/* *** Page Structure ***************************** */
#pageEnvelope{
 width: 100%;
 background-color: #E4F0DC;
 padding-bottom: 2%;
}
#pageHeader {
 background: url(/images/bg_header.gif) #FFF no-repeat left top;
 border-top: #80CE00 6px solid;
 height: 87px;
}
#logo {
 position: absolute;
 top: 6px;
 left: 0px;
}
#logo img {
 display: block;
 border: none;
}
#serviceMenu {
 position: relative;
 z-index: 10;
}
#serviceMenu a {
 padding-bottom: 3px;
}
#serviceMenu a:link, #serviceMenu a:visited {
 color: #339966;
 text-decoration: none;
}
#serviceMenu a:hover, #serviceMenu a:active {
 background: #F6F9F0;
 color: #508127;
 text-decoration: underline;
}
#serviceMenu ul {
 background: url(/images/bg_serviceMenu.gif) no-repeat right top;
 float: right;
 margin-right: 8px;
}
#serviceMenu li {
 display: inline;
 list-style-type: none;
 background: url(/images/bg_serviceMenu.gif) no-repeat;
 float: left;
 font-size: 70%;
 font-weight: bold;
 padding-bottom: 10px;
 padding-left: 10px;
 padding-right: 10px;
 padding-top: 2px;
}
#serviceMenu li.selected strong {
 color: #339966;
 border-bottom: #B9D7A0 3px solid;
}
#pageWrapper {
 background: url(/images/bg_mainMenu.gif) #E4F0DB repeat-y;
 position: relative;
 width: 100%;
}
#languageBar {
 background: url(/images/bg_langBar.gif) #B9D7A0 no-repeat;
 border-bottom: #FFFFFF 1px solid;
 position: absolute;
 width: 100%;
 z-index: 20;
 color: #576767;
 font-size: 0.6em;
 height: 2.2em;
}
#languageBar ul {
 float: right;
 height: 1.55em;
 padding-left: 10px;
 padding-top: 0.25em;
 z-index: 10;
 border-left: 1px solid #FFF;
}
#languageBar li {
 display: inline;
 list-style-type: none;
 height: 2em;
 margin: 0px 12px 0px 2px;
 padding-left: 28px;
 z-index: 10;
 border-right: 1px solid #FFF;
}
#languageBar li#eng{
 background: url(/images/lang_eng.gif) no-repeat 0px 80%; 
}
#languageBar li#pol{
  background: url(/images/lang_pol.gif) no-repeat 0px 80%;
}
#languageBar li#rus{
  background: url(/images/lang_rus.gif) no-repeat 0px 80%;
}
#languageBar li#por{
  background: url(/images/lang_por.gif) no-repeat 0px 80%;
}
#languageBar a {
 padding-bottom: 1px;
 padding-left: 2px;
 padding-right: 12px;
 padding-top: 1px;
}
#languageBar a:link, #languageBar a:visited {
 color: #454545;
 text-decoration: none;
}
#languageBar a:hover, #languageBar a:active {
 color: #508127;
 text-decoration: underline;
}
#outerWrapper {
 background: url(/images/bg_Page.gif) no-repeat 197px 22px;
 min-height: 500px;
 padding-left: 197px;
}
#innerWrapper {
 width: 99%;
}
#mainMenu {
 width: 100%;
}
#menu {
 float: left;
 margin-left: -180px;
 padding-bottom: 50px;
 padding-left: 0px;
 padding-right: 0px;
 padding-top: 0.2em;
 position: relative;
 width: 180px;
}
#menu p.subHead{
 font-size: 0.8em;
 color: #FF9900;
 letter-spacing: 0.1em;
 padding-left: 14px;
 line-height: 3.5em;
 width: 166px;
 overflow: hidden;
}
#menu #search p.subHead{
 padding-left: 8px;
 line-height: 3em;
}
#menu ul {
 padding-top: 1px;
}
#menu li{
 display: inline;
}
#menu li a {
 width: 164px;
 overflow: hidden;
 font-size: 0.75em;
 text-decoration: none;
 border-top: #E0EED4 1px solid;
 display: block;
 line-height: 1.2em;
 padding: 9px 2px 9px 14px;
}
#menu li a:link {
 color: #454545;
 text-decoration: none;
}
#menu li a:visited {
 color: #454545;
 text-decoration: none;
}
#menu li a:hover {
 background-color:#E4F0DB;
 color: #090;
 text-decoration: underline;
}
#menu li a:active {
 background-color:#E4F0DB;
 color: #090;
 text-decoration: underline;
}
#menu li.selected a:link {
 background-color: #59A2B2;
 color: #fff! important;
}
#menu li.selected a:visited {
 background-color: #59A2B2;
 color: #fff! important;
}
#menu span {
 height: 1px! important;
 left: -6000px! important;
 position: absolute! important;
 top: -6000px! important;
 width: 1px! important;
}
#search {
 margin: 0px 0px 0px 6px;
 padding-bottom: 0.5em;
 padding-left: 0px;
 padding-right: 0px;
 padding-top: 18px;
}
#search input {
 vertical-align: middle;
}
#search input.searchField {
 border: #758484 1px solid;
 color: #758484;
 padding: 3px 3px 3px 5px;
 width: 136px;
 font-size: xx-small;
}
#search p {
 font-size: 0.8em;
 vertical-align: middle;
}
#search a{
 background: url(/images/ico_linkBlue.gif) no-repeat 4px 1.2em;
 font-size: 0.8em;
 padding-bottom: 0px! important;
 padding-left: 18px! important;
 padding-right: 0px! important;
 padding-top: 1em! important;
 color: #454545;
 font-family: Arial, Helvetica, sans-serif;
}
#search a:hover{
 color: #FF9900;
}
#content {
 float: left;
 margin-top: 15px;
 padding-top: 1.5em;
 position: relative;
 width: 100%;
}
#content .inner {
 position: relative;
 background-color: #FCFEFB;
 padding: 12px;
 margin: 10px 10px 20px 58px;
 min-height: 450px;
}
#content .inner {
 min-height: 100px! important;
 height: auto! important;
}
/* IE only */
* HTML #content .inner {
 height: 550px;
}
* HTML #content .inner {
 height: 1em! important;
}
#content .inner #contentBody{
 margin: 0.6em 1.2em;
}
#breadCrumb{
 font-size: 0.6em;
 color: #454545;
}
.col180right {
 margin-left: 185px;
}
.col180left {
 background: #FCFEFB;
 float: left;
 padding-bottom: 6px;
 padding-left: 0px;
 padding-right: 6px;
 padding-top: 0px;
 width: 180px;
}
.col225right {
 margin-left: 225px;
 padding-left: 5px;
}
.col225left {
 background-color: #FCFEFB;
 float: left;
 width: 225px;
 border-top: 16px solid #E4F0DC;
}
.col225left img{
  border-top: 4px solid #FFF;
}
/* fix for unknown IE bug */
* html .content2 .col225left{
 height: 1px;
 margin-top: -22px;
 border-top: none;
 border-bottom: 16px solid #E4F0DC;
}
/* end IE fix */
.home #contentSummary{
 background-color: #EEF5F7;
}
.home .col225left{
 background-color: #EEF5F7;
 border: none;
}
.home .col225left img{
 border: none;
}
.home .col225right{
 background-color: #FFF;
}
.home .col225right h1{
 background-color: #59A2B2;
 color: #FFF! important;
 padding-top: 42px;
 padding-left: 8px;
 line-height: 1.0em! important;
}
.home .col225right h2{
 background-color: #59A2B2;
 color: #FFF! important;
 font-size: 0.95em! important;
 font-weight: normal! important;
 letter-spacing: 0.2em;
 padding-left: 8px;
 padding-bottom: 12px;
 margin-bottom: 12px;
}
.home .col225right h3{
 color: #59A2B2;
 font-size: 0.8em! important;
 font-weight: normal! important;
 letter-spacing: 0.2em;
 padding-top: 0.9em;
}
.section #contentSummary{
 background-color: #EEF5F7;
}
.section .col225left{
 background-color: #EEF5F7;
 border: none;
}
.section .col225left img{
 border: none;
}
.section .col225right{
 background-color: #FFF;
}
.section .col225right h1{
 background-color: #59A2B2;
 color: #FFF! important;
 padding-top: 24px;
 padding-left: 8px;
 line-height: 1.0em! important;
}
.section .col225right p.txtSummary{
 background-color: #59A2B2;
 color: #FFF! important;
 font-size: 0.8em! important;
 font-weight: normal! important;
 letter-spacing: 0.1em;
 padding-left: 8px;
 padding-bottom: 8px;
 margin-bottom: 12px;
}
.section .item2ndNav{
 margin-left: 12px;
 border-bottom: 3px solid #EEF5F7;
 padding-bottom: 0.5em;
}
.section .col225right h2 a{
 color: #59A2B2;
 font-size: 0.95em;
 text-decoration: none;
}
.section .col225right h2 a:link, .section .col225right h2 a:visited{
 text-decoration: none;
}
.section .col225right h2 a:hover, .section .col225right h2 a:active{
 color: #454545;
 text-decoration: underline;
}
.section .col225right p{
 font-size: 0.7em;
}
.sitemap #contentItem ul{
}
.sitemap #contentItem li{
 list-style-type: none;
 height: 1.0em;
 font-size: 0.9em! important;
 padding-bottom: 0px! important;
 padding-left: 28px! important;
 padding-right: 0px! important;
 padding-top: 0.6em! important;
}
.sitemap #contentItem li a{
 font-weight: bold;
 padding-left: 16px;
}
.sitemap #contentItem li li a{
 background: url(/images/ico_pointerBlue.gif) no-repeat 4px left;
 font-weight: normal;
}
.sitemap #contentItem li li li a{
 background: url(/images/ico_pointerGreen.gif) no-repeat 4px left;
 font-weight: normal;
}

.searchPage table{
 margin: 12px 0px 12px 0px;
 width: 80%;
 font-size: 0.7em;
 border-collapse: collapse;
 border: 1px solid #FFF;
 border-top: 1px solid #B9D7A0;
 border-bottom: 1px solid #B9D7A0;
}
.searchPage caption{
 font-weight: bold;
 text-align: left;
 padding: 4px;
 color: #000;
 border: none;
}
.searchPage th{
 color:#444;
 background-color: #E0EED4;
 padding: 0.3em 0.5em;
 text-align: left;
 vertical-align: top;
 border-bottom: 1px solid #B9D7A0;
}
.searchPage td{
 vertical-align: top;
 border-bottom: 1px solid #B9D7A0;
 padding: 0.3em 0.5em;
}
.searchResult{
 border-bottom: 1px solid #B9D7A0;
 padding: 0.5em 0em;
}
.searchResult h3{
 color: #59A2B2;
 font-size: 0.7em;
 font-weight: bold;
}
.searchResult p{
 font-size: 0.6em;
 margin-top: 0.2em;
}
#searchResultsFooter{
 margin: 1.0em 0em;
 font-size: 0.7em;
}
#searchResultsFooter a{
 color: #F90;
 padding: 0px 2px;
}
#searchResultsFooter a:link, #searchResultsFooter a:visited{
 text-decoration: underline;
}
#searchResultsFooter a:hover, #searchResultsFooter a:active{
 text-decoration: underline;
 color: #444;
}
.subNav {
 background: #EEF5F7;
 margin-top: 0px;
}
.subNav li {
 background: url(/images/ico_linkBlue.gif) no-repeat 4px 0.95em;
 border-top: #FFFFFF 1px solid;
 font-size: 0.7em! important;
 padding-bottom: 0.3em! important;
 padding-left: 20px! important;
 padding-right: 0px! important;
 padding-top: 0.6em! important;
}
/* IE only */ 
* html .subNav li{
 padding-top: 0.3em! important;
}
.subNav li a:link, .subNav li a:visited {
 text-decoration: none;
}
.subNav li a:hover, .subNav li a:active {
 text-decoration: underline;
}
#pageLinks ul{
 margin-top: -20px;
 margin-left: 5em;
}
#pageLinks li a{
 height: 1.9em;
 background: url(/images/ico_linkBlue.gif) no-repeat 4px 0.95em;
 font-size: 0.7em! important;
 padding-bottom: 0px! important;
 padding-left: 18px! important;
 padding-right: 0px! important;
 padding-top: 0.6em! important;
}
/* IE only */ 
* html #pageLinks li a{
 display: list-item;
 height: 1em;
}
#pageLinks a:link, #pageLinks a:visited {
 text-decoration: none;
}
#pageLinks a:hover, #pageLinks a:active {
 text-decoration: underline;
}
#pageLinks li.printMe{
 paddin\g-top: 0.6em;
}
#pageLinks li.printMe a{
 background: url(/images/ico_printversion.gif) no-repeat left 0.55em;
}
#pageFooter {
 height: 1%;
 background: url() #59A2B2 repeat-y 8px 0px;
 color: #FFF;
 border-top: #FFF 1px solid;
 border-bottom: #FFF 1px solid;
}
#pageFooter a.external{
 background: url(/images/ico_externalWhite.gif) transparent no-repeat right top;
 padding-right: 11px;
}
#pageFooter a.external:link, #pageFooter a.external:visited, #pageFooter a.external:active  {
 color: #FFF;
 text-decoration: none;
}
#pageFooter a.external:hover{
 text-decoration: underline;
}
#pageFooter p {
 font-size: 0.7em;
 line-height: 1.2em;
 margin-left: 260px;
 padding-bottom:2px;
 padding-left: 0px;
 padding-right: 0px;
 padding-top: 12px;
}
#pageFooter #footerBar{
 margin-left: 260px;
 font-size: 0.6em;
 color: #454545;
 background-color: transparent;
 line-height: 0.9em;
 padding-top: 2px;
 padding-bottom: 12px;
}
#pageFooter #footerBar a:link, #pageFooter #footerBar a:visited, #pageFooter #footerBar a:active  {
 color: #454545;
 text-decoration: none;
}
#pageFooter #footerBar a:hover{
 color: #FFF;
 text-decoration: underline;
}
/* *** Content styles ****************************** */
#contentSummary{
 width: 100%;
}
#contentSummary h1{
 color: #59A2B2;
 font-size: 1.6em;
 font-weight: bold;
 line-height: 2.0em;
}
#contentSummary h2{
 font-size: 0.7em;
 color: #59A3B0;
}
.section #contentSummary h2{
 font-size: 100%;
 color: #59A3B0;
}

#summaryText{
 font-size: 0.9em;
 padding-bottom: 1.0em;
 padding-right: 0.2em;
}
.home #welcomeText{
 font-size: 0.95em;
 padding-bottom: 1.0em;
 padding-right: 0.2em;
}
.home #homeBody{
 padding: 0em 0.2em 1.0em 0em;
}
.home #homeBody p{
 font-size: 0.7em;
 padding: 0.5em 0em;
}
.contentItem {
 padding: 8px;
 font-size: 0.7em;
}
.contentItem p {
 padding-bottom: 1.0em;
}
.contentItem h2 {
 color: #3C8FA7;
 font-size: 1.15em;
 line-height: 1.2em;
 margin-bottom: 0.4em;
}
.contentItem h3 {
 color: #454545;
 font-size: 1.0em;
 font-weight: bold;
 line-height: 1.9em;
}
.contentItem ul{
 list-style-type: disc;
 margin-left: 10%;
 margin-bottom: 1em;
}
.contentItem ol{
 margin-left: 10%;
 margin-bottom: 1em;
}
.contentItem li{
 margin-bottom: 0.5em;
}
.imgLeft{
 width: 100%;
 display: block;
}
.imgCentre{
 width: 100%;
 text-align: center;
}
p.imgCaption{
 font-family: Arial, Helvetica, sans-serif;
 font-style: italic;
 font-size: x-small;
}
.boxWrapper{
 position: relative;
 margin-left: 58px;
 margin-bottom: 32px;
 margin-right: 10px;
}
#newsBox {
    width: 40%;
    float: right;
    margin: 0.5em;
    border: 1px solid #B9D7A0;
}
#newsBox H3 {
    margin: 0; padding: 0 0 0 1em;
    background-color: #B9D7A0;
    color: #444;
    font-weight: bold! important;
    font-size: 1em! important;
}
#newsBox P {padding-left: 1em; font-size:0.8em;}
#linksBox{
 background-color: #EDF5F7;
 width: 100%;
}
#linksBox H3{
 background-color: #59A2B1;
 padding-left: 120px;
 color: #FFF;
 font-size: 0.8em;
 font-weight: normal;
 letter-spacing: 0.2em;
 line-height: 2em;
}
#linksBox .rightCol{
 background-color: #FFF;
 margin-left: 120px;
 padding: 18px;
 font-size: 0.7em;
}
#linksBox p{
 margin-top: 2px;
 margin-bottom: 6px;
}
#linksBox li{
 line-height: 2em;
}
#linksBox li a{
 height: 1.0em;
 background: url(/images/ico_linkBlue.gif) no-repeat 4px 0.35em;
 padding-left: 18px! important;
}
#linksBox a:link {
 text-decoration: none;
}
#linksBox a:visited {
 text-decoration: none;
}
#linksBox a:hover {
 text-decoration: underline;
}
#linksBox a:active {
 text-decoration: underline;
}
/* *** Misc structure & content styles */
.clearFloat {
 clear: both;
 display: block;
 float: none;
 font-size: 1px;
 height: 1px;
 line-height: 1px;
 overflow: hidden;
}
.hidden {
 height: 1px! important;
 left: -6000px! important;
 position: absolute! important;
 top: -6000px! important;
 width: 1px! important;
}
#jumpMenu {
 left: -2000px;
 position: absolute;
 top: -2000px;
 width: 100%;
 z-index: 20;
}
#jumpMenu a {
 font-size: 70%;
 font-weight: bold;
 left: 0px;
 position: absolute;
 text-decoration: underline;
 top: 0px;
}
#jumpMenu a:active {
 background: #EFF6EA;
 color: #508127;
 left: 2068px;
 position: absolute;
 top: 2007px;
 width: 15em;
 z-index: 20;
}
.bulletLink{
 margin-bottom: 24px;
}
.bulletLink p{
 margin-bottom: 0.6em;
}
.bulletLink a{
 height: 1.0em;
 font-size: 0.7em;
 background: url(/images/ico_linkBlue.gif) no-repeat 14px 0.95em;
 padding-bottom: 0px! important;
 padding-left: 28px! important;
 padding-right: 0px! important;
 padding-top: 0.6em! important; 
}
.bulletLink a:visited {
 color: #000000;
}
.bulletLink a:hover{
 color: #2F4F4F;
}
.bulletLink a:active{
 color: #000000;
}
a.toTop{
 height: 1.0em;
 font-size: 90%;
 background: url(/images/ico_toTop.gif) no-repeat top right;
 padding-right: 11px;
}
ul.enquiry{
 margin-bottom: 1.5em;
}
ul.enquiry li{
 list-style-type: none;
 margin-left: -64px;
 padding: 0.25em 0em;
}
a.external{
 padding-right: 11px; 
 background: url(/images/ico_external.gif) transparent no-repeat right top;
}
a.External{
 padding-right: 11px; 
 background: url(/images/ico_external.gif) transparent no-repeat right top;
}
.getAcrobat{
  color:#666;
  margin-top: 12px;
  padding: 15px 0px;
  width: 80%;
}
.getAcrobat img {
   min-height: 31px;
   height: 31px;
   float: left; 
   border: none;
   padding: 0px 4px 4px 4px;
}
.editablebox {
 border: 1px dashed #ff0000;
 padding:2px;
}

/* That's all folks! */