@import "reset.css";
body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #3F4144;
}

.container {
    width: 1024px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
}

header {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

img {
    float: left;
    display: block;
    margin: 0;
    padding: 0;
}

nav {
    float: left;
    height: 456px;
    width: 257px;
    overflow: hidden;
    background: url(../images/nav-bkgrd.png) top left no-repeat;
}

#emergency {
    width: 170px;
    height: auto;
    background-color: #A0A61E;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 10px;
    margin: 150px 10px 10px 30px;
    float: left;
    color: #fff;
}

#emergency a:link,
#emergency a:visited,
#emergency a:active {
    color: #fff;
    text-decoration: none;
}

#emergency a:hover {
    color: #fff;
    text-decoration: none;
}

#emergency h2 {
    font: 1.5em/1.1em 'market_decoregular', Arial, Helvetica, sans-serif;
}

#postcode {
    width: 170px;
    height: auto;
    background-color: #663333;
    border-radius: 10px;
    padding: 10px;
    margin: 10px 10px 10px 30px;
    float: left;
    color: #fff;
}

#postcode-alt {
    width: 230px;
    height: 300px;
    border-radius: 10px;
    padding: 10px;
    margin: 10px 10px 10px 10px;
    float: left;
    color: #fff;
}

#postcode-alt {
    left: 120px;
    margin: 0 auto;
    position: absolute;
    top: 100px;
    width: 150px;
}

#postcode h2 {
    font: 1.5em/1.3em 'market_decoregular', Arial, Helvetica, sans-serif;
}

#postcode-alt h2 {
    font: 1.5em/1.3em 'market_decoregular', Arial, Helvetica, sans-serif;
    color: #333;
}

#postcode input,
#postcode-alt input {
    margin: 5px 0;
}

#map_box {
    width: 490px;
    height: 424px;
    float: left;
    position: relative;
    display: none;
}

#map_canvas {
    z-index: 999;
    width: 490px;
    height: 424px;
    position: relative;
}

#right_panel {
    float: left;
    height: 456px;
    width: 277px;
    overflow: hidden;
    background: url(../images/right-panel-bkgrd.png) top left no-repeat;
}

aside input {
    margin: 5px 0;
}

#content {
    background: url("../images/contentl-bkgrd.jpg") repeat-y scroll center top transparent;
    min-height: 300px;
    width: 100%;
    overflow: hidden;
}

#content_footer {
    width: 100%;
    height: 30px;
    background: url(../images/content-bottom-bkgrd.png) top center repeat-y;
}


/* Font Face */

@font-face {
    font-family: 'market_decoregular';
    src: url('../font/market_deco-webfont.eot');
    src: url('../font/market_deco-webfont.eot?#iefix') format('embedded-opentype'), url('../font/market_deco-webfont.woff') format('woff'), url('../font/market_deco-webfont.ttf') format('truetype'), url('../font/market_deco-webfont.svg#market_decoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* End */


/* Layout */

article {
    margin-left: 50px;
    width: 650px;
    height: auto;
    overflow: hidden;
}

article h3 {
    float: left;
    clear: both;
    font: 3.5em/1.1em 'market_decoregular', Arial, Helvetica, sans-serif;
    color: #3073AF;
    width: 100%;
}

article h4 {
    float: left;
    clear: both;
    font: 2em/1.1em 'market_decoregular', Arial, Helvetica, sans-serif;
    color: #3073AF;
    margin-bottom: 15px;
    width: 100%;
}

aside h2 {
    float: left;
    clear: both;
    font: 2em/1.1em 'market_decoregular', Arial, Helvetica, sans-serif;
    color: #3073AF;
}

aside h3 {
    float: left;
    clear: both;
    font: 2em/1em 'market_decoregular', Arial, Helvetica, sans-serif;
    color: #663333;
    margin-bottom: 10px;
}

aside p {
    clear: both;
    float: left;
    font: 1em/1.3em Arial, Helvetica, sans-serif;
    color: #333;
    width: 100%;
}

aside p.link {
    float: left;
    font: 1em/1.3em Arial, Helvetica, sans-serif;
    color: #333;
    margin-bottom: 15px;
}

aside p a:link,
aside p a:visited,
aside p a:active {
    padding: 5px;
    background-color: #A5AB27;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    font-weight: bold;
}

aside p a:hover {
    padding: 5px;
    background-color: #5198D2;
    color: #fff;
}

aside p.number {
    float: left;
    display: block;
    font: 1.75em/1.3em 'market_decoregular', Arial, Helvetica, sans-serif;
    color: #333;
    margin-bottom: 15px;
}

aside form {
    float: left;
    margin-bottom: 20px;
}

aside input[type="submit"],
input[type="button"] {
    margin-top: 10px;
    float: left;
}

article p {
    clear: both;
    font: 1em/1.3em Arial, Helvetica, sans-serif;
    color: #333;
    margin-bottom: 15px;
    width: 600px;
}

article img {
    border: none;
    margin-bottom: 15px;
}

article ul {
    clear: both;
    display: block;
    float: left;
    margin: 15px 0;
    width: 700px;
}

article ul li {
    padding: 5px;
    background-color: #FFF;
    font: 1em/1.2em Arial, Helvetica, sans-serif;
    color: #333;
    margin-bottom: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

article p.address {
    float: left;
    width: 250px;
    padding: 15px;
    background-color: #BAD6ED;
    font: 1em/1.2em Arial, Helvetica, sans-serif;
    color: #333;
    margin: 0 0 15px 0;
    border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

footer {
    height: 70px;
    width: 100%;
    margin: 0 auto;
    background: url(../images/footer-bkgrd.jpg) top center repeat-y;
}

footer a:link,
footer a:visited {
    text-decoration: none;
}

footer a:hover {
    text-decoration: none;
}

#copyright {
    float: left;
    margin: 0;
    margin-left: 50px;
    padding: 0;
    width: 350px;
    height: 50px;
    color: #fff;
    font-weight: bold;
}

#copyright a:link,
#copyright a:visited {
    color: #333;
    text-decoration: none;
}

#copyright a:hover {
    color: #666;
    text-decoration: none;
}

#designed {
    float: right;
    margin: 0;
    margin-right: 50px;
    padding: 0;
    width: 350px;
    height: 50px;
    text-align: right;
    font-weight: normal;
    color: #fff;
    font-size: .95em;
}

#designed a:link,
#designed a:visited {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

#designed a:hover {
    color: #fff;
    text-decoration: none;
}


/* Basic jQuery Slider essential styles */

#main-slider {
    float: left;
    width: 490px;
    height: 424px;
    position: relative;
    background: url(../images/slider/slider-background.jpg) top left no-repeat;
}

ul.bjqs {
    float: left;
    height: 424px;
    position: relative;
    width: 490px;
    display: none;
    list-style-type: none;
}

li.bjqs-slide {
    position: absolute;
    display: none;
}

ul.bjqs-controls {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 9999;
}

ul.bjqs-controls.v-centered li a {
    position: absolute;
}

ul.bjqs-controls.v-centered li.bjqs-next a {
    right: 0px;
    z-index: 999999;
    width: 91px;
    height: 103px;
    display: block;
    background: url(../images/slider/right-arrow.png) top left no-repeat;
    text-indent: 999px;
}

ul.bjqs-controls.v-centered li.bjqs-prev a {
    left: 0px;
    z-index: 999999;
    width: 91px;
    height: 103px;
    display: block;
    background: url(../images/slider/left-arrow.png) top left no-repeat;
    text-indent: 999px;
}

ol.bjqs-markers {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: none;
}

ol.bjqs-markers.h-centered {
    text-align: center;
}

ol.bjqs-markers li {
    display: inline;
}

ol.bjqs-markers li a {
    display: inline-block;
}

p.bjqs-caption {
    display: block;
    margin: 0;
    padding: 2%;
    position: absolute;
    top: 240px;
    left: 105px;
    right: 105px;
    bottom: 105px;
    z-index: 99;
    text-align: center;
    font: 1em/1.2em Arial, Helvetica, sans-serif;
    color: #333;
    font-weight: bold;
}

p.bjqs-caption span {
    font: 3.25em/.9em 'market_decoregular', Arial, Helvetica, sans-serif;
    color: #3073AF;
}

.address {
  color: #333;
  float: right;
  font: bold 1em/1.2em Arial,Helvetica,sans-serif;
  margin: 20px;
  width: 300px;
}

aside {
    /*	background-color:#E9E9E9;*/
    width: 260px;
    float: right;
    margin-right: 50px;
    height: auto;
}

#main-slider {
    position: relative;
    overflow: auto;
}

#main-slider li {
    list-style: none;
}

#main-slider ul li {
    float: left;
}

#main-slider ul li img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

#main-slider ul li p {
    position: absolute;
    top: 230px;
    left: 120px;
    width: 240px;
    z-index: 1;
    text-align: center;
    font: 1em/1.2em Arial, Helvetica, sans-serif;
    color: #333;
    font-weight: bold;
}

#main-slider ul li p span {
    font: 3.25em/.9em 'market_decoregular', Arial, Helvetica, sans-serif;
    color: #3073AF;
}

#main-slider ul {
    float: left;
    height: 424px;
    position: relative;
    width: 490px;
    list-style-type: none;
}

#main-slider li {
    position: relative;
    float: left;
    height: 424px;
    width: 490px;
}

#main-slider .next {
    right: 0px;
    z-index: 999999;
    width: 91px;
    height: 103px;
    display: block;
    background: url(../images/slider/right-arrow.png) top left no-repeat;
    text-indent: -9999px;
    top: 220px;
    position: absolute;
}

#main-slider .prev {
    left: 0px;
    z-index: 999999;
    width: 91px;
    height: 103px;
    display: block;
    background: url(../images/slider/left-arrow.png) top left no-repeat;
    text-indent: -9999px;
    top: 220px;
    position: absolute;
}

#hcf_logo {
    background-color: #fff;
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px;
    color: #8CABBD;
    font-weight: bold;
    float: right;
    height: auto;
    margin: 275px 70px 10px 0px;
    padding: 7px;
    width: auto;
    text-align: center;
}

#resultsbtn {
    margin-left: 10px;
}

.site-header {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #eee;
  float: left;
  height: auto;
  margin-bottom: 20px;
  overflow: hidden;
  width: 600px;
}

.logo {
    float: left;
    margin: 20px;
}

aside form p label {
    float: left;
    margin-bottom: 5px;
}

.end {
    background: url(../images/postcode-backgrd.png) top left no-repeat;
}


/* Download lists */

ul.audio-files li {
    list-style-type: none;
}

article ul.download-files li {
    display: block;
    line-height: 20px;
    margin-right: 20px;
    text-align: left;
    float: left;
    text-align: center;
}

ul.download-files li span {
    display: block;
    margin-right: 20px;
}

ul.download-files li img {
    width: 80px;
    height: 120px;
    margin-right: 15px;
}

/* End */

.cds-table {
  border: 1px solid #eee;
  margin-bottom: 15px;
  padding: 2px;
  width: 600px;
}

.cds-table tbody tr, .cds-table tbody td {
    border: 1px solid #eee;
    padding: 3px;
}

aside form p {
  margin-bottom: 10px;
}