/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.9
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
article, aside, dialog, figure, footer, header, hgroup, nav, section, .heading {display:block;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
html {font-size:100.01%;}
body {font-size:12px;color:#222;background:#565550;font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:bold;color:#1BB1CC;text-transform: uppercase;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:0.7em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 .7em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000; outline: none;}
a {color:#009;text-decoration:underline; outline: none;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0;}
ul, ol {margin:0 1.5em 1.5em 0;padding-left:3.333em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#ecebe8;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
.right {float:right}
.left, #leftResult {float:left}
object, object:focus, object:hover { outline: none; }

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input[type=text], input[type=password], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #bbb;}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0.5em 0;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

/* grid.css */
.container {width:950px;margin:0 auto; background-color:#ffffff;}
.clear {clear:both;}

.header {
    background: transparent url('/images/bg-header.png') top left no-repeat;
    height: 117px
}

.header .right {
    float:left;
    margin-left:60px;
}

ul.headerNav
{
    top:72px;
    position: absolute;
}

ul.headerNav li{
    display:block;
    float:left;
    list-style-type: none;
}

ul.headerNav li a{
    text-indent: -99999px;
    height: 45px;
    display:block;
    background: transparent url('/images/top-nav.png') no-repeat;
}

ul.headerNav li a.active{
    background-image: url('/images/top-nav-active.png');
}

ul.headerNav a.findFrequency {
    width: 228px;
}

ul.headerNav a.aboutUs {
    background-position: -228px 0;
    width: 127px;
}

ul.headerNav a.contactUs {
    background-position: -355px 0;
    width: 142px;
}

ul.headerNav a:hover
{
  background-image: url('/images/top-nav-active.png');
}

.shortIntro {
    margin:30px 30px 0 30px;
}

.shortIntro p {
    margin-top: 5px;
}

.headerLogo {
    margin:15px 0 0 20px;
    display:block;
}

.finderSec {
    width: 921px;
    margin:auto;
}

.finderSec .left, .finderSec .right, .finderSec #leftResult {
    width: 445px;
    height: 601px;
}

.finderSec .left
{
  background: transparent url('/images/bg-finder-form.jpg') top left no-repeat;
  padding-right: 17px;
}

.finderPanel {
    margin-top: 20px;
}

.drowdownField  {
     width:274px;
     height:42px;
     padding: 0;
     background: transparent url('/images/dropdown-field.png') top left no-repeat;
}

.drowdownField .searchTxtBox
{
  width: 264px;
  height: 20px;
  margin-left: 1px;
  padding: 5px 3px 0 3px;
  border: none;
  background: none;
  font-weight: bold;
  font-size: 1.2em;
}

.finderDropdown .drowdownFieldList {
    background-color:#ffffff;
    padding:0;
    width:274px;
}
.finderDropdown .drowdownFieldList ul {
    list-style-type: none;
    padding:0;
    width:100%;
    margin:0;
}



.finderDropdown .drowdownFieldList ul li a{
    display:block;
    text-decoration:none;
    color:#000000;
    font-weight:bold;
    font-size:1.2em;
    border: 1px solid #979595;
    border-top:none;
    display:block;
    height:28px;
    padding:10px 0 0 15px;
}

.finderDropdown .drowdownFieldList ul li a:hover {
    background-color:#1bb1cc;
}

.finderDropdown{
    width: 327px;
}

.finderDropdown .drowdownField{
    float: left;
}

.finderDropdown .btnDrowdownArrow{
    float:right;
    width:45px;
    height:42px;
}

.finderDropdown .drowdownFieldList {
    position:absolute;
}

.dropdownSec {
    margin: 110px 0 0 70px;
}

.dropdownSec .finderTown {
  margin-top:77px;
  *margin-top: 75px;
}

.dropdownSec .finderStation {
  margin-top:77px;
  *margin-top: 75px;
}

.dropdownSec .finderFrequncy {
  margin-top:80px;
  *margin-top: 75px;
}



.btnFinderSubmit {
    display:block;
    margin:30px 0 0 44px;
}

.resultFor {
    margin-top:10px;
    background: transparent url('/images/title-resultfor.png') top left no-repeat;
    padding-left: 87px;
    height:11px;
    line-height: 11px;
    font-size: 14px;
    font-weight: bold;
    color:#1bb1cc;
    *padding-bottom: 5px;
    _padding-bottom: 5px;
}

.finderSec .tableArea,
.finderSec .tableAreaPDF
{
    margin-top: 10px;
}

.tableArea .frqCol1 {
    width: 100px;
}

.tableArea .frqCol2 {
    width: 75px;
}

.tableArea .frqCol3 {
    font-weight:bold;
    width: 90px;
}

.tableAreaPDF .frqCol1 {
    width: 200px;
}

.tableAreaPDF .frqCol2 {
    width: 75px;
}

.tableAreaPDF .frqCol3 {
    font-weight:bold;
    width: 90px;
}

.finderSec .tableButtons {
    margin-top: 17px;
}

.tableWrapper {
    height: 480px;
    overflow-y: scroll;
}

.tableWrapper table
{
  *width: 425px;
  _width: 425px;
}

.finderSec .tableButtons a {
    margin-right: 30px;
}

.footer {
    text-align:center;
    background:transparent url('/images/bg-footer.png') top left no-repeat;
    width:925px;
    height:56px;
    margin:50px auto 30px auto;
}


.footer .footerMenu ul{
    padding-top:20px;
}
.footer .footerMenu ul li{
    display: inline;
    list-style-type: none;
    padding-right: 10px;
    color:#ffffff;
    font-weight:bold;
    font-size:10px;
}

.footer .footerMenu ul li a {
    text-decoration:none;
    color:#ffffff;
}

#middleBar{ margin-left: 14px; }

body.printBody{ background: none; margin: 10px;}
#leftResult
{
  display: none;
}
#leftResult .tableWrapper {
    height: 180px;
    overflow: auto;
}

.btnDropDownImg
{ 
  margin-left: 8px;
  _float: right;
}

.btnDropDownImg:hover{ cursor: pointer; }

.noScroll { overflow-y: auto; }

#mapOverlay{
  position: relative;
  display: none;
  width: 450px;
  height: 490px;
  margin: 0;
  padding: 0;
  background: url('../images/bg-map.jpg') 2px -1px no-repeat;
  *background: url('../images/bg-map.jpg') -3px -2px no-repeat;
  _background: url('../images/bg-map.jpg') -3px -2px no-repeat;
  float: right;
  top: 0;
  right: -5px;
}

#mapOverlay #overlay
{
  position: relative;
  display: block;
  width: 450px;
  height: 490px;
  padding: 0;
  margin: 0;
  border: none;
  top: 0;
  left: 0;
}

#mapTownListWraper
{
  display: block;
  position: relative;
  width: 370px;
  padding: 0;
  margin: 0;
  background: url('../images/bg-map-town-list.jpg') top left no-repeat;
  float: right;
  top: -350px;
  right: 40px;
}

.mapFinderDropdown
{
  margin-top: -65px;
  margin-left: -45px;
}

a#mapBackBtn
{
  float: left;
  margin-top: 35px;
  margin-left: -24px;
  _margin-left: 0;
}

.main
{
  min-height: 300px;
}

.shadowBg
{
  display: block;
  position: absolute;
  width: 38px;
  top: 0;
  background-image: url("../images/bg_shadow.jpg");
  background-repeat: repeat-y;
}

#leftShadow
{
  float: left;
  margin-left: -38px;
  background-position: left top;
}

#rightShadow
{
  float: right;
  margin-left: 950px;
  background-position: right top;
}

#bottomShadow
{
  display: block;
  *display: none;
  _display: none;
  position: relative;
  width: 1026px;
  height: 80px;
  padding: 0;
  margin: 0;
  bottom: 0;
  background-image: url("../images/bg_shadow_bottom.jpg");
  margin-left: -36px;
  margin-bottom: 40px;
}

