/**
    darren beale
    siftware.co.uk
*/

/* set some defaults */    
div,a,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,fieldset,input,select,textarea { 
    margin: 0;
    padding: 0;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

img {
    border: 0;
}

html {
    overflow-y: scroll;
}

body {
    font-size: 12px; 
}

#canvas {
    /* min-width: 775px; */
    min-width: 1024px;
}

#bannerAdvert {
  text-align: center;
  margin-top:20px;
  
}

/*170px high*/
#bannerWrapper {
    padding-left: 61px;
    height: 120px;
    background: url('/images/v3/banner_right.png') 632px 0px no-repeat #000034;
}
    #bannerWrapper img {
        float: left;
        display: inline;
    }

#topNav {
    margin-left: 205px;
    padding-left: 255px;
    background: url('/images/v3/top_nav_bg.png') top left no-repeat;
    height: 17px;
    white-space: nowrap;
}
    #topNav img {
        float: left;
        display: inline;
        margin: 0;
        padding: 0;
    }

#loginArea {
    margin-left: 230px;
    font-weight: bold;
    width: 794px;
}
  .loginSpacer {
    height: 29px;
  }
  #loginArea.hiddenLogin {
    display: none;
  }
    #loginArea form {
        display: inline;
    }
        #loginArea label,
        #loginArea input {
            display: inline;
        }
        #loginArea label {
            color: #000000;
        }
        #loginArea input {
            width: 120px;
            height: 18px;
            border: solid 1px #cccccc;
            margin-left: 7px;
        }
            #loginArea input.formButton {
                position: relative;
                top: 6px;
                width: auto;
                height: auto;
                border: none;
            }
            #loginArea input#butGo {
                width: 55px;
                height: 21px;
            }
            #loginArea input#butKeywordSearch {
                width: 55px;
                height: 21px;
            }

    #loginArea a {
        color: #000080;
    }
        #loginArea a#resetPassword {
            margin-left: 10px;
        }
        #loginArea a#registerButton {
            margin-left: 20px;
            position: relative;
            top: 6px;
        }
        #loginArea #keywordSearchArea {
          float: left;
          display: inline;
          width: 668px;
          /* margin-left: -40px; */
          padding-right: 40px;
        }
          #loginArea #keywordBorder {
            margin: 5px 0 0 0;
            padding-bottom: 7px;
            border: solid 1px #3366ff;
            width: 300px;
            text-align: center;
          }
        #loginArea #logoutButton {
            float: left;
            display: inline;
            width: 55px;
            margin: 6px 20px 0 0;
            text-align: right;
        }

#midSectionWrapper {
  display: block;
  width: 1024px;
}

/*210px wide*/
#navWrapper {
/*
    position: absolute;
    left: 0;
    top: 175px;
*/
  float: left;
  display: inline;
  width: 210px;
}
    #navWrapper ul {
        float: left;
        display: inline;
        list-style: none outside;
        margin: 0;
        padding: 0;
    }
        #navWrapper ul li {
            clear: both;
            text-align: right;
            text-transform: uppercase;
            margin: 0;
            padding: 0;
        }
            #navWrapper ul li h3 a {
                float: left;
                display: inline;
                width: 206px;
                height: 23px;
            }
            #navWrapper ul li h3.hover1 a {
                background-color: #ffffff;
                color: #3366ff;
            }
                #navWrapper ul li h3.hover1 a:hover {
                    background: url('/images/v3/dark-over.gif') top left repeat-y #3366ff;
                    color: #ffffff;
                }
            #navWrapper ul li h3.hover2 a {
                background-color: #3366ff;
                color: #ffffff;
            }
                #navWrapper ul li h3.hover2 a:hover {
                    background: url('/images/v3/light-over.png') top left repeat-y #ffffff;
                    color: #3366ff;
                }

            #navWrapper ul li h3.hover3 a {
                background-color: #ffffff;
                color: #3366ff;
            }
                #navWrapper ul li h3.hover3 a:hover {
                    background: url('/images/v3/light-over.png') top left repeat-y #ffffff;
                    color: #3366ff;
                }
            #navWrapper ul li h3.hover3 a.highlightBackground {
              background-color: #ffe21f;
            }
            #navWrapper ul li h3.hover3 a.highlightBackground:hover {
              background-color: #ffe21f;
            }

            #navWrapper ul li h3.hover4 a {
                background-color: #3366ff;
                color: #ffffff;
            }
                #navWrapper ul li h3.hover4 a:hover {
                    background: url('/images/v3/dark-over.gif') top left repeat-y #3366ff;
                    color: #ffffff;
                }

                #navWrapper ul ul {
                }
                #navWrapper ul ul li.subItems {
                    font-weight: bold;
                    font-family: 'Trebuchet MS', Helvetica, sans-serif;
                    text-transform: none;
                    text-align: left;
                }
                    #navWrapper ul ul li.subItems a {
                        display: block;
                        background: url('/images/v3/menu_sub_item_divider.png') bottom left no-repeat #efefef;
                        color: #003399;
                        width: 183px;
                        height: auto;
                        padding: 2px 7px 2px 15px;
                        font-size: 11px;
                    }
                        #navWrapper ul ul li.subItems a:hover {
                            
                        }

.menuImage {
  float: left;
  display: inline;
}

    #rawNewsMenuHeadlines {
        padding: 0;
        margin: 0;
        border: none;
        background: none;
    }

#contentWrapper {
    float: left;
    display: inline;
    margin: 3px 0 0 10px; /* margin-left: 220px; */
    width: 600px;
    padding: 5px 10px;
    min-height: 300px;
}
    #contentWrapper a {
        color: #3366ff;
    }
    #contentWrapper.home {
        padding-left: 30px;
        min-height: 300px;
        /* width: 773px; */
        width: 763px;
        font-size: 14px;
    }
    #contentWrapper p {
        margin-bottom: 0.5em;
    }

    #contentWrapper.home #images {
        float: left;
        display: inline;
        border-bottom: dotted 1px #000000;
        margin: 0px 11px 0 46px;
        padding-bottom: 4px;
    }
        #contentWrapper.home #strapLine {
            float: left;
            display: inline;
            margin-top: 25px;
        }
        #contentWrapper.home #blackberry {
            float: right;
            display: inline;
            margin-right: 9px;
        }
    #contentWrapper.home #copyText {
        float: left;
        display: inline;
        margin: 25px 0 0 60px;
        width: 303px;
        line-height: 1.5em;

    }
    #contentWrapper.home #infoText {
        float: right;
        display: inline;
        margin: 25px 30px 0 0;
        width: 325px;
    }
        #contentWrapper.home #infoText a {
            text-decoration: underline;
        }

    #contentWrapper .pageTitle {
        display: block;
        padding-bottom: 5px;
        font-size: 24px;
        border-bottom: 1px dotted #000000;
    }

    table.contactPage
    {
      width: 594px;
    }
      table.contactPage td {
        font-size: 12px;
      }
      table.contactPage blockquote {
        margin-left: 0;
        padding-left: 1em;
        margin-right: 0;
        padding-right: 0;
      }

    #contentWrapper p.error {
      font-size: 14px;
    }

  .subscribeBorder {
    border: solid 1px #3366ff;
    padding: 2px;
    margin-top: 6px;
  }
  .subscribeMessage {
    font-size: 14px;
  }

  #pageArticle.page {
    padding-top: 6px !important;
  }
  .copyrightNotice {
    display: block;
    padding: 2px 10px;
    border: solid 1px #cccccc;
    background-color: #ffffff;
    color: #3366ff;
    text-align: left;
  }

  #pageForgotPassword,
  #pageForgotPassword td {
    font-size: 14px;
  }

#skyscraperAdvert {
  float: left;
  display: inline;
  margin: 14px 0 0 20px;
  width: 160px;
}

/* -- logged in homepage styles -- */
.homepageDate {
  font-size: 10px;
}
.homepageContentLink {
  font-size: 14px;
}
  .home .homepageContentLink a {
    color: #000034 !important;
  }
.home .sectionTitle
{
  text-transform: none !important;
  color: #000080;
}

/* -- artical styles -- */
.articalTitle {
  font-weight: bold;
  font-size: 20px;
  color: #000080;
}
.niAndFeatContentLink a {
  font-size: 14px;
  color: #000034 !important;
}

    #footer {
        margin-top: 30px;
        text-align: center;
        font-size: 11px;
        line-height: 1.5em;
        color: #000000;
    }
        #footer img#TDLogo {
            margin-top: 10px;
        }
        #footer a {
            color: #3366ff;
        }
            #footer a:hover {
                text-decoration: underline;
            }
        #footer ul {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }
            #footer ul li {
/*                float: left; */
                display: inline;
/*
                margin-left: 0.5em;
                padding-left: 0.5em;
                border-left: solid 1px #000000;
                line-height: 1em; */
            }
                #footer ul li.first {
                    margin-left: 0;
                    padding-left: 0;
                    border-left: none;
                }
                
                
#contentWrapper .pagination span {
  border: solid 1px #ccc;
  margin: 4px;
  padding: 0;
}
  #contentWrapper .pagination span.ellipsis {
    border: none;
  }
#contentWrapper .pagination span.currentPage {
  background-color: #555;
}
  #contentWrapper .pagination span.addPadding {
    padding: 0 2px;
  }
  #contentWrapper .pagination span a {
    padding: 2px;
  }
  #contentWrapper .pagination span.currentPage a {
    color: #eee;
  }
  #contentWrapper .pagination span.singleDigitPadding a {
    padding-left: 5px;
    padding-right: 5px;
  }
               
/** utility */

.clear {
    clear: both;
}
.hidden {
  display: none !important;
}
