@import url("menu.css");

/* ----- LAYOUT ----- */
body
{
	background-color: #004923;
	text-align: center;
	color: #4b4b4b;
	font-family: arial, sans-serif;
	font-size: 12px;
}
td
{
	color: #4b4b4b;
	font-family: arial, sans-serif;
	font-size: 12px;
}
#inner
{
	width: 992px;
	margin: 0 auto;
	text-align: left;


}
#banner
{
	height: 363px;
	width: 992px;
	background: url(images/banner.jpg) no-repeat;
}
#content_wrapper
{
	background-color:#8dc042;
}
#left_content
{
	width: 267px;
	float: left;
	background-image:url(images/menubkgd.jpg);
	background-repeat:repeat-x;
	background-color:#5fa800;

}
#menu_wrapper
{
	padding: 0 21px 0 21px;
}
#search_wrapper
{
	padding: 35px 0 0px 0;
}
#left_plant_wrapper
{
	padding: 22px 0 0 0;
}
#left_plant
{
	background: url(images/plant.gif) no-repeat;
	width: 243px;
	height: 203px;
}
#right_content
{
	width: 725px;
	background-color: #FFFFFF;
	float: left;
}
#riverina_slice
{
	height:29px;
	width: 725px;
	background: url(images/riverina_sliced.jpg) no-repeat;
}
.FlashPane
{

}
#right_content_inner
{
	padding: 48px 12px 0px 48px;
}
.ContentPane
{
	width: 320px;
	float: left;
}
.SubpageContentPane {
	width: 620px;
	float: left;
	padding-bottom:40px;
}
.subpagecontentpane td a {
/*width:200px;
word-wrap: break-word;*/
}
#pane_divider
{
	width: 40px;
	float: left;
}
.RightPane
{
	width: 305px;
	float: left;
	padding-bottom: 48px;
}
#basenav_wrapper
{

}
#basenav_left
{
	float: left;
	width: 267px;
	height: 47px;
	background: url(images/basenav_left.jpg);
}
#basenav_right
{
	float: left;
	width: 725px;
	height: 47px;
	background: url(images/basenav_right.jpg);
}
#links
{
	font-size: 11px;
	color: #ffffff;
	padding: 10px 0 0 48px;
}

/* ----- STYLES ----- */
h1
{
	color: #f37321;
	font-family: Calibri, arial, helvetica, sans-serif;
	font-size: 24px;
	margin: 0;
	padding: 0em 0em 0.5em 0em;
	text-transform:uppercase;
}
.h1blue
{
	color: #0397cc;
	
}
.h1smallblue
{
	color: #0397cc;
	font-size: 18px;
}
h2
{
font-size:18px;
padding:0.5em 0em 0.5em 0em;
margin:0;
}
h3 {
font-size:14px;
padding:0.5em 0em 0.5em 0em;
margin:0;
}
.strong_heading
{
	color: #4b4b4b;
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 
}
p
{
	margin: 0;
	padding: 0 0 10px 0;
}
/* ---------------------indenting--------------*/
LI {
	padding:0.5em 0em;
}
LI LI{
	
}
LI LI LI{
	
}
UL {
	MARGIN: 0px 0px 0px 19px;
	padding:0px 0px 0px 10px;
}
OL {
	MARGIN: 0px 0px 0px 19px
}


#content_wrapper a:link, #content_wrapper a:active, #content_wrapper a:visited
{
	color: #0397cc;
	text-decoration: none;
}
#content_wrapper a:hover
{
	text-decoration: underline;
}
#links a:link, #links a:active, #links a:visited
{
	color: #ffffff;
	text-decoration: none;
}
#links a:hover
{
	text-decoration: underline;
}
#editorBody
{
    background: #FFFFFF;
    text-align: left;
    color: #000000;
}
table#contacttable td {
padding:10px 20px 10px 20px;
}

/*---------------------news articles-------------------------*/
.articleheadline h1 a, .articleheadline h1 {
font-size:16px;
}
#latestimage img {
float:left;
padding:3px;
border:1px solid #999999;
}

.commenttext {
clear:both;
font-size:11px;
font-style:italic;
}



#contacthotspot a, #contacthotspot a:link, #contacthotspot a:visited, #contacthotspot a:active {
width:30px;
height:30px;
float:right;
margin-top:45px;
margin-right:8px;
}
#contacthotspot a:hover {
width:30px;
height:30px;
float:right;
margin-top:45px;
margin-right:8px;
}
.searchres {
padding-bottom:10px;
}

.imageBox
{
float:left;
margin-right:10px;
}
/*---------------------------print styles---------------------------------------*/
@media print {
.dno {
display:none;
}

.SubpageContentPane {
	width: 90%;
	float: left;
	padding-bottom:0px;
}
}