/** 
 * Murray Darling Basin Authority | Home page (Main) theme style
 */

@import "misc/mdba/styleCommon.css";

h1, h2, h3, h4, h5, h6 {
	font-family: arial, san-serif;
	font-weight: normal;
	margin: 0px;
	color: #00A48D;
}

div#content_right_column a {
	text-decoration: none;
 	color: #00A48D;
}

td#sidebar-right a, td#sidebar-right h1, td#sidebar-right h2, td#sidebar-right h3 {
	text-decoration: none;
 	color: #00A48D;
}
.item-list .title {
  	font-size: 1em;
  	color: #00A48D;
}

div#footer_column a {
	color: #00A48D;
	text-decoration: none;
}

#navlist {
	margin-bottom: 72px;
	font-size: 12px;
	color: #00A48D;
}

#navlist a {
  	font-weight: normal;
 	color: #00A48D;
  	text-decoration: none;
}

#header_left_column {
	vertical-align:top;
	float: left;	
	text-align: center;
	background:url(logo_square.gif);
	width: 200px;
	height: 190px;
}

#header_right_column {
  	float: right;	
 	text-align: center;
  	background:url(header.jpg);
  	width: 790px;
  	height: 190px;
}
#homepage {
    margin: 0;
    padding: 0;
}

div#homepage div.node {
    border: 1px solid #dddddd;
    padding: 15px 15px 15px 15px;
    margin-top: 0px;
    background-color:#f6f6f6;
    position: relative;
    min-height: 128px;
    height: 128px
}

div#homepage div.node h1, div#homepage div.node p, div#homepage div.node div.links {
    margin-left:120px;
}

div#homepage div.node p {
    color:#000000;
}

div#homepage div.sticky {
    margin-top: 0px;
}

div#homepage h1 {
    font-size: 16px;
    font-weight: bold;
}

div#news_updates {
    background: url(news_updates.jpg) no-repeat;
    width: 548px;
    min-width:548px;
    height: 40px;
    min-height:40px;
    margin:0;
    padding:0;
}
div.image-attach-teaser {
    position: absolute;
    top: 20px;
    left:7px;
    margin-bottom: 5px;
}

html > body div#homepage div.node {
    height:auto;
}

#right-menu-block{
    background:url(right-menu-header.jpg);
    height: 25px;
    width:175px;
    margin-left:6px;
    margin-right:6px;
    margin-top:10px;
}
div#right-menu-block h3{
	font-size:12px;
	font-weight:bold;
	font-family:verdana;
    padding-left:10px;
    padding-top:3px;
    margin-bottom:2px;
    color:#fff;
}
#right-menu-block-items{
    background-color:#F6F6F6;
    width:169px;
    margin-left:6px;
    margin-right:5px;
    margin-bottom:5px;
    padding-left:4px;
    padding-top:4px;
    padding-bottom:2px;
    border: 1px solid #DDDDDD;	
}
.stdTextBox {
	width:400px;
}
.smallTextBox {
 width: 50px;
}


