/*
  Running MySource Matrix
  Developed by Squiz - http://www.squiz.net
  MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 10 September 2010 07:44:19
*/


/* CSS Document */
/* CLEAR BROWSER DEFAULTS
********************************************************/
* {margin:0; padding: 0;}
body {
    font-size: 75%;
    line-height: 1.3;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background: #ffffff;
    }
a img, img {border: none}
a,a:visited {
    color: #0066CC;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
/* PAGE LAYOUT
********************************************************/
#container{
    width: 948px;
    margin: 40px auto 20px;
    border-bottom: 1px solid #ccc;
    background: url(http://nag.org.au/__data/assets/image/0018/70542/bg-container.gif) repeat-y;
}
/* HEADER
********************************************************/

ul#menu{
    background: #00436e;
    text-align: center;
    padding: 8px 0;
    color: #709ab1;
}
ul#menu li{
    display: inline;
    position: relative;
}
ul#menu li#id-70509 span{
    display: none;
}
ul#menu li a{
    color: #fff;
    font-weight: bold;
    padding: 0 7px 5px;
}
ul#menu ul{
    display: none;
    position: absolute;
    width: 200px;
    left: 5px;
    top: 18px !important;
    top: 28px;
    border: 2px solid #fff;
    border-bottom: 1px solid #fff;
    text-align: left;
}
*:first-child+html ul#menu ul{
     top: 28px !important;
}
ul#menu li:hover ul, ul#menu li.hover ul{
    display: block;
}
ul#menu ul li{
    display: block;
    float: left;
    background: #006699;
}
ul#menu ul li a{
    line-height: 16px;
    display: block;
    background: #006699;
    width: 190px;
    font-size: 0.9em;
    font-weight: normal;
    border-bottom: 1px solid #fff;
    padding: 2px 5px;
}
ul#menu ul li:hover{
    background: #ffffff;
}
ul#menu ul li a:hover{
    background: #ffffff;
    text-decoration: none;
    color: #006699;
}
#homepage-image-links{
    padding: 0 0 20px 30px;
}
#homepage-image-links #winner{
    margin-right: 110px;
}
#homepage-image-links #nvcb{
    margin-right: 50px;
}
#homepage-image-links #subscribe{
    margin-right: 5px;
}
#footer{
    border: 1px solid #ccc;
    margin-bottom: 20px;
    text-align: center;
    line-height: 30px;
    color: #999999;
}
#footer a{
    color: #999999;
    padding: 0 2px;
}
#footer span{
    color: #709ab1;
}