
body {
    border: none;
    padding: 0px;
    margin: 0px;
    background: url('../images/ANZSNM_background.png');
    background-repeat: repeat-y;
    background-position:center top;
    font-family: 'Helvetica';
    color: #6a6a6b;
    font-size: 12px;
}
#mainBody {
    margin-left:auto;
    margin-right:auto;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 964px;
}
#loginBar {
    background-color: #e0e0e0;
    background: url('../images/topBar.jpg');
    background-repeat: no-repeat;
    width: 964px;
    height: 38px;
}
#memberLoginTopButton {
    float: right;
    background: none;
    /*background-color: #ad2a97;
    */
    color: #ffffff;
    width: 95px;
    text-align:center;
    border: none;
    padding: 10px 0px 10px 0px;
    font-size: 12px;
    margin: 0px 2px 2px 2px;
}

#memberLoginTopButton a { 
    color: #ffffff;
    
}

#memberLoginTopButton div {
    height: 17px;
}
#memberLoginTopButton button  {
    height: 37px;
}
h1#mainTitle {
    font-weight: lighter;
    font-size: 28px;
    color: #327ac5;
    letter-spacing: 1px;
    padding: 50px 5px 50px 5px;
    margin: 0px;
}
h3#sectionTitle {
    font-weight: bold;
    font-size: 14px;
    color: #327ac5;
    letter-spacing: 0px;
    margin: 15px 5px 5px 5px;
    
}
#mainANZSNMlogo {
    float: right;
    margin: 12px 5px 12px 5px;
    background: url('../images/ANZSNM_logo.png');
    background-repeat: no-repeat;
    height: 100px;
    width: 100px;
}
#mainTitleBar {
    clear: both;
}

/* The main navigation. */

#level1menu {
    float: right; 
    list-style: none; 
    background-color: #e1e1e1;
    background: url('../images/level1MenuBackground.gif');    
    background-repeat: repeat-x;
    width: 964px;
    height: 35px;
    border: none;
    margin: 1px;
    padding: 0px;
}

#level1menu a {
    padding: 11px 16px;
    color: #6a6a6b;
    text-decoration: none;
}

#level1menu a:hover {
    color: #327ac5;
    text-decoration: none;
}

#level1menu .level1menuItem {
    float: left;
    text-transform: uppercase;
    border-top: none;
    border-bottom: none;
    border-left: none;
	margin: 11px 0;
	border-right: thin solid #DADADA;
}

#level1menu form fieldset {
	float: left;
	padding: 5px 16px;
	margin: 0;
	border: none;
}

#level1menu form fieldset input {
	color: #DEDEDE;
	width: 163px;
}

#level1menu form div.Actions {
	float: left;
	padding: 5px 16px 5px 0;
	margin: 0;
}

#level1menu form div.Actions input {
	width: 57px;
}

#level1menu form .message.required {
	display: none !important;
}

/* The main navigation child dropdown, and "hover" for the child child dropdown. */

#level1menu .level1menuItem .level1menuChildContainer {
	display: none;
	list-style: none;
	position: absolute;
	z-index: 900;
	background: #DEDEDE;
	min-width: 100px;
	padding: 0;
	margin-top: 8px;
}

#level1menu .level1menuItem.child-dropdown:hover a.child-first-dropdown-link, #level1menu .level1menuSubItem.child-dropdown:hover a.child-second-dropdown-link {
	color: #327AC5;
    text-decoration: underline;
}

#level1menu .level1menuItem:hover .level1menuChildContainer, #level1menu .level1menuSubItem:hover .level1menuChildSubContainer {
	display: block;
}

#level1menu .level1menuItem .level1menuChildContainer li a {
	display: block;
	padding: 0 11px 8px 16px;
	border-right: none;
}

#level1menu .level1menuItem .level1menuChildContainer .level1menuSubItem {
	height: 22px;
}

/* The main navigation child child dropdown. */

#level1menu .level1menuSubItem .level1menuChildSubContainer {
	display: none;
	list-style: none;
	position: absolute;
	z-index: 901;
	background: #DEDEDE;
	padding: 0;
	left: 100%;
	margin-top: -30px;
}

#level1menu .level1menuSubItem .level1menuChildSubContainer li a {
	display: block;
	padding: 0 11px 8px 11px;
	border-right: none;
	white-space: nowrap;
}

#level1menu .level1menuSubItem .level1menuChildSubContainer li a.first {
	padding-top: 8px;
}

/* The other navigation. */

#level2menu  {
    list-style: none; 
    color: #327ac5;    
    border: 0px;
    margin: 0px;
    padding-left: 5px;
}

#level2menu ul.sub {
    list-style: none; 
    border: 0px;
    margin: 0px;
}

#level2menu ul.roundWhite {
    list-style: disc; 
    border: 0px;
    margin: 0px;
    padding-left: 5px;
}

#Content {
    float: right;
    width: 490px;
    margin-bottom: 10px;
}
#level2menuBox  {
    width: 192px;
    padding: 0;
    margin: 10px 20px 10px 10px;
    border: none;
}


#level2menu a { 
    font-weight: normal ;
    color: #6a6a6b;
    text-decoration: none;        
}

#level2menu a:hover { 
    color: #ad259d;    
}

#level2menu a.current { 
    color: #ad259d;    
}

#level2menuItem {
    font-weight: bold;
    border: 0px;
    margin: 0px;
}

#breadcrumbs {
    clear: both;
    height: 12px;
    font-size: 12px;
    padding: 14px 1px 14px 1px;
    position:relative;
    left:0px;
    top:0px;
    z-index: 2;
}
#breadcrumbsTitle {
    color: #327ac5;   
}

#breadcrumbs a { 
    font-weight: normal ;
    color: #6a6a6b;
    text-decoration: none;        
}

#breadcrumbs a:hover { 
    color: #ad259d;    
}

#feature_banner {
    letter-spacing: -1px;
    position:relative;
    left:0px;
    top:-38px;
    height: 298px;
    width: 712px;
    z-index: 1;
}

#flavor_1 {
    height: 298px;
    width: 712px;    
}

#rightPanel {
    float: right;
    width: 240px;
}
#pageInformationPanel {
    height: 210 px;
    background-color: #ad259d;
    color: #ffffff;
    padding: 27px 20px 27px 20px;
}
#pageInformationEmphasised {
    font-size: 16px;
    padding-bottom: 16px;
    letter-spacing: 0px;
    font-weight: lighter;
    line-height: 20px;
}
#pageInformation {
    font-weight: lighter;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
    
}
#leftPromoPics {
    float: left;
    width: 192px;
    padding: 0;
    margin: 10px 20px 10px 10px;
    border: none;
    
}
#leftPromoPic {
    margin: 2px;    
}
#leftPromoPic1 {
    margin: 2px;    
    background: url('../images/promoPic1.png');
    background-repeat: no-repeat;
    height: 175px;
    width: 192px;
}
#leftPromoPic2 {
    margin: 2px;    
    background: url('../images/promoPic2.png');
    background-repeat: no-repeat;
    height: 111px;
    width: 192px;
}
#leftPromoPic3 {
    margin: 2px;    
    background: url('../images/promoPic3.png');
    background-repeat: no-repeat;
    height: 107px;
    width: 192px;
}
#joinNow {
    margin: 2px;    
    background: url('../images/joinNow.jpg');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 44px;
    width: 205px;
    border: none;
    padding: 0px;
}

#joinNow:hover {
    background-position: 0px -44px;
}



#contentPanel {
    background-color: #ffffff;
    width: 700px;
    border: thin solid #e0e0e0;
    padding-right: 10px;
    line-height: 18px;
}
#siteMap {
    clear: both;
    margin-left:auto;
    margin-right:auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 50px;
    padding-bottom: 50px;
    width: 1014px;
}
#siteMapLevel1 {
    width: 150px;
    float: left; 
    list-style: none; 
    margin: 0px;
    padding: 0px;
}
#siteMapLevel1Item {
    color: #327ac5;
    font-weight: bold;
    line-height: 28px;
}


#siteMapLevel1Item a { 
    color: #327ac5;        
    text-decoration: none;
}

#siteMapLevel1Item a:hover { 
    color: #ad259d;
    text-decoration: none;
}

#siteMapLevel2 {
    width: 150px;
    list-style: none; 
    margin: 0px;
    padding: 0px;
}
#siteMapLevel2Item {
    color: #6a6a6b;
    font-weight: normal;
    line-height: 18px;
}


#siteMapLevel2Item a { 
    color: #6a6a6b;
    text-decoration: none;
}

#siteMapLevel2Item a:hover { 
    color: #ad259d;
    text-decoration: none;
}

#footerPanel {
    clear: both;
    background-color: #1d7fbf;
    width: 100%;
    height: 14px;
    padding: 16px 0px 16px 0px;
    color: #ffffff;
}
#footerContent {
    width: 964px;
    margin-left:auto;
    margin-right:auto;
    margin-top: 0px;
    margin-bottom: 0px;
    
}
#footerContentRight {
    float: right;
    
}
#footerLink {
    margin-left: 8px;
    margin-right: 8px;
    color: #ffffff;
    text-decoration: none;
}



#tickerbox{
    background-image: url('../images/noticesTicker.gif');
    background-repeat: no-repeat;
    height: 68px;
    width:223px;
    color: white;
    margin-top: 14px;
    padding:9px 7px 14px 11px;
    border: none;
}

#tickerbox .titleText {
    height: 6px;
    letter-spacing: 1px; 
    padding: 0px 0px 0px 4px;
}
#tickerbox .rightText {
    padding: 0;
    float: right;
}
#tickerbox a {
    letter-spacing: 0px; 
    font-weight: lighter;
    color: #b4e8f3;
    text-decoration: none;
}

#tickerbox a:hover {
    text-decoration:underline;
    font-weight: lighter;
    color: #b4e8f3;
}

#listticker{
    height: 43px;
    width: 185px;
    overflow:hidden;
    border-top: solid 1px #368fc6;
    padding:1px 14px 14px 14px;;
}
#listticker li{
    border:0; margin:0; padding:0; list-style:none; float: left;
}

#listticker li{
    height:60px;
    padding:5px;
    list-style:none;
}
#listticker a {
    color: white;
    text-decoration: none;
}

#listticker a:hover {
    color: white;
    text-decoration:underline;
}

#listticker .news-title{
    display:block;
    font-weight:bold;
    #  margin-bottom:4px;
    font-size:12px;
    color:white;
}
#listticker .news-text{
    display:block;
    font-weight: lighter;
    font-size:12px;
    color:white;
}
#listticker img{
    float:left;
    margin-right:14px;
    padding:4px;
    border:solid 1px #DEDEDE;
}
#previousticker {
    position: relative;
    top: 30px;
    left: 0px;
    height: 0px;
    width: 0px;
    color: transparent;
}
#nextticker {
    position: relative;
    top: 30px;
    left: 210px;
    height: 0px;
    width:  0px;
    color: transparent;
}



#eventbox {
    overflow:hidden;
    background-image: url('../images/eventsTicker.gif');
    background-repeat: no-repeat;
    height: 78px;
    width:241px;
    margin-top: 14px;
    margin-bottom: 0px;
    padding: 0;
    padding:0px 0px 13px 0px;;
}
#eventbox .titleText {
    color:#ffffff;
    height: 20px;
    letter-spacing: 1px; 
    padding: 8px 6px 0px 10px;
}
#eventbox .rightText {
    padding: 0;
    float: right;
    letter-spacing: 0px; 
    font-weight: lighter;
    color: #ffffff;
}
#eventbox a {
    letter-spacing: 0px; 
    font-weight: lighter;
    color: white;
    text-decoration: none;
}

#eventbox a:hover {
    text-decoration:underline;
    font-weight: lighter;
    color: white;
}

#listevent .event-title{
    margin-top: 8px;
    margin-left: 8px;
    display:block;
    font-weight:bold;
    font-size:12px;
}
#listevent .event-text{
    display:block;
    font-weight: lighter;
    font-size:12px;
}
#listevent li{
    border:0;
    margin:0; 
    float: left;
    height:65px;
    width: 218px;
    padding:0px;
    list-style:none;
}
#listevent a {
    letter-spacing: 0px; 
    font-weight: lighter;
    color: #6a6a6b;
    text-decoration: none;
}

#listevent a:hover {
    text-decoration:underline;
    font-weight: lighter;
    color: #6a6a6b;
}
#listevent  {
    border:0;
    margin:0;
    padding:0;
    list-style:none; 
}

#nextevent {
    position: relative;
    top: 20px;
    left: 220px;
    height: 0px;
    width:  0px;
    color: transparent;
}
#calendarIcon {
    float: left;
    margin: 1px 8px 1px 8px;
    background: url('../images/calendarIcon.png');
    background-repeat: no-repeat;
    width: 54px;
    height: 60px; 
}


#quicklinksBox{
    background: url('../images/quicklinksBackground.gif');
    background-repeat: repeat-x;
 /*   background: #e0e0e0;*/
    width:222px;
    margin-top: 14px;
    padding:9px 6px 14px 10px;
    border-left: solid 1px #dee0e0;
    border-right: solid 1px #ced0d0;
}
#quicklinksBox .titleText {
    color: #1881ba;
    font-weight: bold;
    letter-spacing: 0px; 
    padding: 0px 0px 5px 4px;
    border-bottom: solid 1px #b0b0b0;
}
#quicklinksList li {
    color: #1881ba;
    margin: 0px;
    padding: 0px 0px 4px 0px;
}
#quicklinksList ul {
    margin: 0px;
    padding: 0px;
}
#quicklink {
    color: #6a6a6b;
}
#quicklinksList a {
    color: #6a6a6b;
    letter-spacing: 0px; 
    text-decoration: none;
}

#quicklinksList a:hover {
    color: #ad259d;
    letter-spacing: 0px; 
    text-decoration: none;
}


#MemberLoginForm_LoginForm_action_dologin {
    border: none;
    padding: 0px;
    margin: 0px 10px 0px 0px;
    color: white;
    background: url('../images/login.jpg');
    background-position: 0px 0px;
    width: 70px;
    height: 37px;
    float: left;
}



#MemberLoginForm_LoginForm_action_dologin:active {
    background-position: 0px -37px;
}


#MemberLogout {
    border: none;
    padding: 0px;
    margin: 0px 10px 10px 0px;
    color: white;
    background: url('../images/logout.jpg');
    background-position: 0px 0px;
    width: 77px;
    height: 36px;
    float: left;
}

#MemberLogout:active {
    background-position: 0px -36px;
}

#MemberLoginForm_LoginForm {
    background: #d0d0d0;
    font-family: 'Helvetica';
    font-size: 12px;
    color: #6a6a6b;
    padding: 5px 20px 0px 20px;
    margin: 0px;
    border: none;
    width: 240px;
}

#MemberLoginForm_LoginForm fieldset {
    margin: 0px;
    border: none;
    padding: 0px;
}

#MemberLoginForm_LoginForm_Email label {
    padding: 5px 0px 5px 0px;
}

#MemberLoginForm_LoginForm_Email input {
    width: 180px;
}
#ForgotPassword {
    border: none;
    height: 36px;
    padding: 10px 0px 0px 0px;    
}
#MemberLoginForm_LoginForm_Password label {
    padding: 5px 0px 5px 0px;
}

#MemberLoginForm_LoginForm_Password input {
    width: 180px;
}

#VideoContent {
    float: right;
    width: 500px;
    margin-bottom: 10px;
}

#VideoContent h2 { 
        font-weight: lighter;
        font-size: 22px;
        line-height: 26px;
        color: #1d7fbf;
        letter-spacing: 1px;
        margin: 10px 5px 4px 5px;
        padding: 0px;
    }

.document-search-results-listing td {
	padding: 4px;
}
