/*
 Content-Type: text/css
 */ 

* {
    font-family: arial, helvetica, sans-serif;
}

body {
    margin: 0px;
    padding: 0;
    text-align: center;
    font-size: 12px;
    background: url(../img01/bg_gradient.jpg) repeat-x;
    color: #333;
}

img {
    border: 0;
}

a {
    color: #337;
    text-decoration: underline;
}

a:link {
    color: #337;
}

a:visited {
    color: #337;
}

a:active {
    color: #000;
}

a:hover {
    color: #000;
    text-decoration: none;
}

h1 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
}

h2 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-style: italic
}

p {
    margin: 12px 0 0 0;
}

#weather {
    background: url(../img01/top_weather.gif) no-repeat 0 0;
    padding: 28px 0 0 0;
}

.weatherbg {
    background: url(../img01/weatherbg.gif) no-repeat 0 0;
    height: 45px;
    padding: 5px 0 0 2px;
}

/*
 Containers / Images
 */
.home_midCol {
    background: url(../img01/mid1ColRepeat.gif) repeat-y;
    width: 600px;
    margin-bottom: 6px;
}

.home_midColbuttom {
    background: url(../img01/mid1ColBottom.gif) no-repeat;
    width: 600px;
    height: 16px;
}

.home_midColtop {
    background: url(../img01/mid1ColTop.gif) no-repeat;
    width: 580px;
    height: 14px;
    padding: 5px 10px 5px 10px;
    margin: 0;
    color: #fff;
    font-style: italic;
    font-weight: bold;
}

.home_midColtop a {
    color: #fff;
    text-decoration: none;
}

.home_midColtop a:hover {
    color: #000;
}

.main_text {
    padding: 8px 10px 3px 10px;
}

.column3 {
    float: left;
    display: inline;
    width: 192px;
    margin: 5px 12px 15px 0;
    background: url(../img01/mid3ColRepeat.gif) repeat-y right;
}

.column3header {
    background: url(../img01/mid3ColTop.gif) no-repeat;
    width: 172px;
    height: 24px;
    padding: 5px 10px 5px 10px;
    float: left;
    color: #fff;
    font-style: italic;
    font-weight: bold;
    overflow: hidden;
}

.smallCol {
    background: url(../img01/mid3ColBottom.gif) no-repeat;
    width: 192px;
    height: 11px;
    font-size: 1px;
}

.column3header a {
    color: #fff;
    text-decoration: none;
}

.column3header a:hover {
    color: #000;
}

.column3_text {
    padding: 8px 10px 3px 10px;
}

.noRightMargin {
    margin-right: 0;
}

.mid_img {
    float: left;
    padding-right: 10px;
}

#google_midCol {
    background: url(../img01/google_midColRepeat.gif) repeat-y;
    width: 600px;
}

#google_midColbuttom {
    background: url(../img01/google_midColButtom.gif) no-repeat;
    width: 600px;
    height: 16px;
}

#google_midColtop {
    background: url(../img01/mid1ColTop.gif) no-repeat;
    width: 580px;
    height: 24px;
    padding: 5px 10px 10px 10px;
    margin: 0;
    color: #fff;
    font-style: italic;
    font-weight: bold;
}

#container {
    position: relative;
    width: 1019px;
    margin: 0 auto;
    text-align: left;
    background: url(../img01/bg_content.jpg) repeat-y;
}

#content {
    float: left;
    width: 815px;
    height: 100%;
    padding: 0;
}

#header {
    position: relative;
    width: 815px;
    height: 130px;
    background: url(../img/header.jpg) no-repeat;
}

#page {
    position: relative;
    width: 100%;
}

#bgGLeft {
    position: relative;
    float: left;
    left: 2px;
    top: 0px;
    width: 13px;
    height: 533px;
    background: url(../img/bg_gradient_l.gif) no-repeat;
}

#bgLeft {
    position: relative;
    float: left;
    left: 0;
    top: 0px;
    width: 12px;
    height: 54px;
    background: url(../img01/bg_left.jpg) no-repeat;
}

#leftColumn {
    float: left;
    position: relative;
    left: 10px;
    width: 150px;
    height1: 640px;
    margin-right: 10px;
}

.forceColumnOpen {
    height: 1px;
}

#calendar {
    position: relative;
    left: 0;
    top: 0;
}

#middleColumn {
    float: left;
    position: relative;
    width: 600px;
    margin: 12px 0 0 15px;
}

#gallery {
    position: relative;
    left: 0;
    top: 0;
    width: 600px;
    height: 200px;
    z-index: 1;
    margin-bottom: 12px;
}

#blocker {
    background-color: #333;
    width: 100%;
    height: 400px;
    z-index: 99;
    display: none;
}

#popup {
    position: absolute;
    left: 40px;
    top: 60px;
    width: 360px;
    height: 180px;
    z-index: 100;
    background-color: #FFF;
    display: none;
    border: 2px solid #999;
    text-align: left
}

#popupHead {
    height: 25px;
    line-height: 25px;
    background-color: #777;
    padding-left: 10px;
    color: #FFF;
    font-weight: bold;
    border-bottom: 2px solid #999;
}

#popupHead a {
    float: right;
    display: block;
    width: 25px;
    height: 25px;
    color: #FFF;
    text-decoration: none;
    text-align: center
}

#popupHead a:hover {
    text-decoration: underline;
}

#popupBody {
    margin: 10px;
}

#popupBody ol {
    margin: 15px 0 0 0;
    padding: 0;
}

#popupBody ol li {
    margin: 0 0 10px 20px;
    padding: 0;
    font-weight: bold;
}

#popupBody ol li span {
    font-weight: normal;
}

#newsList {
    margin: 0;
    padding: 0;
}

#newsList li {
    margin: 0 0 10px 20px;
    color: #000;
}

#newsList li div {
    margin-left: -10px;
    color: #555;
}

.imgBorder {
    border: 1px solid #555;
}

.imgLeft {
    margin-right: 10px;
}

.hilite {
    color: #370;
}

#rightColumn {
    width: 204px;
    xpadding-left:20px;
    text-align: left;
    float: left;
    background: url(../img01/bg_topright.jpg) no-repeat;
}

.errorRightColumn {
    height: 400px;
}

#makeHome {
    position: relative;
    top: 18px;
    width: 180px;
    height: 60px;
    margin-bottom: 18px;
}

#makeHome a {
    position: absolute;
    left: 0;
    top: 0;
    width: 180px;
    height: 60px;
    background: url(../img01/makeHome.gif) no-repeat 0 -60px;
}

#makeHome a:hover {
    background-position: 0 0;
}

/*
 ul.sponsor                      { margin:0 0 15px 0; padding:0; }
 ul.sponsor li                   { margin-bottom:5px; list-style-type:none; width:160px; height:150px; }
 ul.sponsor li a                 { display:block; width:160px; height:150px; background-position:0 0; }
 ul.sponsor li a.item1           { background:url(../img/sponsors/st_george.png) no-repeat; }
 ul.sponsor li a.item2           { background:url(../img/sponsors/honda2.png) no-repeat; }
 ul.sponsor li a.item3           { background:url(../img/sponsors/bushfire2.png) no-repeat; }
 ul.sponsor li a.item4           { background:url(../img/sponsors/2xU.png) no-repeat; }
 ul.sponsor li a.item5           { background:url(../img/sponsors/sponsored.png) no-repeat; height:128px; }
 ul.sponsor li a.item5:hover     { background-position:0 -128px; }
 ul.sponsor li a:hover           { background-position:0 -150px; }
 */

#bottom {
    margin: 0 auto;
    height: 21px;
    background: url(../img01/bg_bottom.jpg) no-repeat;
    margin-bottom: 10px;
    width: 1019px;
}

#footBottom {
    position: relative;
    width: 959px;
    height: 8px;
    background: url(../img01/foot_bottom.gif) no-repeat;
}

/*
 General
 */
.clear {
    display: block;
    clear: both;
    width: 0;
    height: 0;
    border: 0px solid #FFF;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

.tableBorder {
    background-color: #7e8f31;
}

.tableContent th {
    background-color: #f8f4ce;
}

.tableContent td {
    background-color: #FFF;
}

/*
 
 Other
 
 */
.custombutton {
    width: 150px;
    height: 50px;
}

.custombutton a {
    display: block;
    width: 92px;
    height: 43px;
    background: url(../img01/btn_custom.png) no-repeat 0 0;
    padding: 7px 11px 0 47px;
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
}

.custombutton a:hover {
    background-position: 0 -50px;
    padding: 8px 12px 0 49px;
}

.footytippingbutton a {
    display: block;
    width: 150px;
    height: 66px;
    background-position: 0 0;
    background: url(../img/footybtn.gif) no-repeat;
}

.footytippingbutton a:hover {
    background-position: 0 -66px;
}

#footytips {
    float: left;
    position: relative;
    width: 776px;
    margin: 12px 0 0 5px;
}

#footytips .back2home {
    float: left;
}

#footytips .footyadv {
    float: left;
    width: 670px;
    height: 105px;
}

#footytips object {
    width: 100%;
    height: 100%;
}

#footytips .linespace {
    margin: 10px;
}

.otherLinks {
    width: 150px;
}

/*---------------------------------------------------------------------------*/
/*
 Primary Navigation
 */
.nav-container {
    position: absolute;
    left: 30px;
    top: 79px;
    width: 773px;
    height: 50px;
    padding-top: 1px;
    background: transparent;
    font-weight: bold;
}

.nav-container ul {
    margin: 0;
    padding: 0;
    float: right;
}

ul.tab-navs {
    position: relative;
    top: 21px;
    list-style: none;
    letter-spacing: 1px;
}

ul#tab-nav {
    bottom: 0;
}

#tab-nav li {
    float: left;
    margin-left: 1px;
}

#tab-nav a, #tab-nav a:visited, #tab-nav a:focus, #tab-nav a:active {
    color: #778;
    font-weight: bold;
    text-decoration: none;
}

#tab-nav a span {
    display: block;
    height: 20px;
    padding: 9px 10px 0 2px;
    background: url(../img01/tab-r-normal.gif) 100% 0 no-repeat;
}

#tab-nav a {
    position: relative;
    float: left;
    display: block;
    height: 20px;
    padding: 0 0 9px 10px;
    background: url(../img01/tab-l-normal.gif) 0 0 no-repeat;
    white-space: nowrap;
}

#tab-nav a:hover span, #tab-nav a:focus span, #tab-nav a:active span {
    background-position: 100% -84px;
}

#tab-nav a:hover, #tab-nav a:focus, #tab-nav a:active {
    background-position: 0 -84px;
    color: #334;
}

#tab-nav a:hover {
    cursor: pointer;
}

#tab-nav .selected a, #tab-nav .selected a:hover, #tab-nav .selected a:focus, #tab-nav .selected a:active {
    color: #556;
    cursor: default;
    background: url(../img01/tab-l-white.gif) 0 0 no-repeat;
}

#tab-nav .selected a span, #tab-nav .selected a:hover span, #tab-nav .selected a:focus span, #tab-nav .selected a:active span {
    background: url(../img01/tab-r-white.gif) 100% 0 no-repeat;
}

#tab-nav li.tabEnd {
    background: url(../img01/tab_end.gif) left bottom no-repeat;
    width: 10px;
    height: 29px;
    margin-left: 0;
}

#tab-nav a {
    width: 2em;
    padding-bottom: 0px;
}
 /* for IE 6 */
#tab-nav > li > a {
    width: auto;
    padding-bottom: 9px;
}
 /* for the rest */
/*
 Secondary Navigation
 */
.secondary {
    width: 150px;
    margin-top: 14px;
}

.secondary div {
}

.secondary ul {
    margin: 0;
    padding: 0;
    width: 150px;
    padding-left: 2px;
    font-size: 90%;
    border-top: 1px solid #BBB;
}

.secondary ul li {
    list-style-type: none;
    margin: 0 2px 0 0;
    border-bottom: 1px solid #BBB;
}

.secondary ul a span {
    display: block;
    height: auto;
    padding: 3px 7px 3px 4px;
}

.secondary ul a {
    position: relative;
    display: block;
    height: auto;
    padding: 3px 0 3px 5px;
    color: #666;
    text-decoration: none;
}

.secondary ul a:hover span, .secondary ul a:focus span, .secondary ul a:active span {
    color: #333;
}

.secondary ul a:hover, .secondary ul a:focus, .secondary ul a:active {
    color: #333;
}

.secondary ul a:hover {
    cursor: pointer;
    text-decoration: none;
    background-color: #DDD;
}

.secondary ul li.active a {
    background-color: #E4E4E4;
    color: #333;
    text-decoration: none;
}

.secondary ul li.subnavL {
}

.secondary li.active a, .secondary li.active a:hover, .secondary li.active a:focus, .secondary li.active a:active {
    color: #556;
    cursor: default;
}

.secondary li.active a span, .secondary li.active a:hover span, .secondary li.active a:focus span, .secondary li.active a:active span {
}

.secondary ul li.selected a {
    background-color: #E4E4E4;
    color: #333;
    text-decoration: none;
}

.secondary ul li.selected ul.tertiary li a {
    background: none;
}

.secondary li.selected a, .secondary li.selected a:hover, .secondary li.selected a:focus, .secondary li.selected a:active {
    color: #556;
    cursor: default;
}

.secondary ul ul {
    margin: 0 0 0 20px;
    padding: 0;
    width: 130px;
    height: auto;
    font-size: 100%;
    border: 0;
}

.secondary ul ul li {
    border-top: 1px solid #BBB;
    border-bottom: 0;
}

.secondary ul ul li a {
    color: #999;
}

/*--------------------------------------------------------------------------*/
#links_bottom {
    background: url(../img01/otherlinks_bottom.gif) no-repeat 0 1px;
    height: 34px;
}

#quicksearchHead {
    background: url(../img01/quicksearch.gif) no-repeat 0 0;
    height: 24px;
}

.smallfont {
    font-size: 8px;
    line-height: 20px;
    float: left;
    width: 20px;
    height: 20px;
}

#quicksearch {
    background: url(../img01/googlesearch.jpg) no-repeat 0 0;
    padding: 0;
    height: 61px;
    text-align: center
}

.inputSearch {
    margin-top: 10px;
    font-size: 10px;
    width: 130px;
}

.searchbtn {
    background: url(../img01/searchbtn.gif) no-repeat;
    margin: 5px 0 0 0;
    height: 16px;
    width: 40px;
    font-size: 9px;
}

.inputResults {
    font-size: 12px;
    width: 350px;
}

.resultsBtn {
    background: url(../img01/searchbtn.gif) no-repeat;
    margin: 2px 0 0 0;
    height: 16px;
    width: 40px;
    font-size: 9px;
}

#hotlinks {
    background: url(../img01/hotlinks.gif) no-repeat 0 0;
    padding: 24px 0 0 0;
}

ul.hotlink {
    margin: 0;
    padding: 0;
    background-color: red;
}

ul.hotlink li {
    list-style-type: none;
    width: 50px;
    height: 49px;
    display: inline;
}

ul.hotlink li a {
    display: block;
    height: 49px;
    float: left;
}

ul.hotlink li a.link1 {
    background: url(../img01/hot_links_sports.jpg) no-repeat;
    width: 51px;
}

ul.hotlink li a.link2 {
    background: url(../img01/hot_links_fuel.jpg) no-repeat;
    width: 50px;
}

ul.hotlink li a.link3 {
    background: url(../img01/hot_links_wiki.jpg) no-repeat;
    width: 49px;
}

ul.hotlink li a:hover {
    background-position: 100% -49px;
}

.sports {
    background: url(../img01/hot_links_sports.jpg) no-repeat 0 0;
    width: 49px;
    height: 49px;
    float: left;
    margin: 0 1px 0 0;
}

.sports:hover {
    background-position: 100% -49px;
}

.fuel {
    background: url(../img01/hot_links_fuel.jpg) no-repeat 0 0;
    width: 49px;
    height: 49px;
    float: left;
    margin: 0 1px 0 0;
}

.fuel:hover {
    background-position: 100% -49px;
}

.wiki {
    background: url(../img01/hot_links_wiki.jpg) no-repeat 0 0;
    width: 49px;
    height: 49px;
    float: left;
}

.wiki:hover {
    background-position: 100% -49px;
}

#hitsperday {
    background: url(../img01/hitsperday.gif) no-repeat 0 0px;
    height: 105px;
    padding: 24px 0 0 0;
}

.sponsors {
    display: none
}
