html, body {
	margin: 0;
	padding: 0;
}

body {
	color: #505623;
	font-size: 62.5%;
	font-family: Georgia, arial, sans-serif;
	text-align: center;
	background: #f6f7ed;
}

p {
	margin: 0 10px 10px 10px;
}

a {
	text-decoration: none;
}

a:link, a:visited {
	color: #778135;
	background: inherit;
	text-decoration: none;
	border-bottom: 1px solid #B7C175;
}

a:hover, a:active {
	color: #9FAC46;
	background: inherit;
	text-decoration: none;
	border-bottom: 1px solid #B7C175;
}

/* FORM STYLES */

.search_button {
	font-weight: bold;
	color: #f6f7ed;
	border: 2px solid #778135;
	background: #9fac46;
}
.search_field {
	padding: 2px;
	color: #b7c175;
	background: #fff;
	border: 1px solid #b7c175;
}
.search_field:hover {
	color: #778135;
	background: #fff;
	border-color: #778135;
}

.button {
	font-weight: bold;
	color: #000;
	background: inherit;
}
.input {
	color: #505623;
	background: #f6f7ed;
}


/* DIVS */

div#container {
	color: #505623;
	background: #fff;
	font-size: 1.3em;
	width: 760px;
	margin: 0 auto;
	padding: 5px;
	text-align: left;
}


div#header {
	color: #505623;
	background: #e7ead1 no-repeat left bottom;
	font-size: 1em;
	font-family: Georgia, times, serif;
	border-bottom: 2px solid #9fac46;
	height: 115px;
}
#slogan {
	color: #006600;
	text-align: center;
	float: right;
}


div#header h1 {
	color: #505623;
	background: inherit;
	font-size: 3em;
	font-family: Georgia, times, serif;
	margin: 0;
	padding: 1em 0 0.3em 0.3em;
}
#header .strapline {
	font-size: 1.4em;
	color: #505623;
	background-color: transparent;
	float: right;
	margin-right: 2em;
	margin-top: 4em;
}
#header .logo {
	float:left;
	margin-left: 1.5em;
	margin-top: 0.5em;
}		

div#navigation {
	width: 100%;
	background: #778135;
	color: #fff;
}
div#navigation p {
	margin: 0;
	padding: 5px 10px;
}
div#navigation ul {
	list-style: none;
	padding: 5px 5px;
	margin: 0;
}
div#navigation li {
	display: inline;
	margin: 0;
}
div#navigation a:link, div#navigation a:visited {
	padding: 5px;
	color: #fff;
	background: inherit;
}
div#navigation a:hover, div#navigation a:active {
	color: #505623;
	background: #f6f7ed;
	border-bottom-width: 3px;
}


div#latest {
	color: #505623;
	float: left;
	width: 275px;
	margin: 10px 2px 10px 2px;
	padding: 2px;
	border: 1px solid #e7ead1;
	background: #f6f7ed;
}
div#latest h2 {
	padding-left: 5px;
	margin: 0;
	font-size: 1.3em;
	color: #778135;
	background: inherit;
}
div#latest p {
	padding: 0;
	margin-bottom: 0.2em;
}
div#picblock {
	color: #505623;
	float: left;
	width: 750px;
	margin: 10px 2px 10px 2px;
	padding: 2px;
	border: 1px solid #e7ead1;
	background: #f6f7ed;
}

div#extra {
	color: #505623;
	float: right;
	width: 390px;
	margin: 10px 2px 10px 2px;
	padding: 1.6em 0.5em;
	background: #e7ead1;
}

div#extra label {
	margin: 0 1em 0 0.2em;
	font-weight: bold;
}


div#content {
	color: #505623;
	clear: both;
	margin: 10px 0;
	padding: 1em;
	background: inherit;
}
div#content h2 {
	padding-left: 5px;
	margin: 2em 0 0.3em 0;
	font-size: 1.6em;
	color: #778135;
	background: inherit;
}
div#content p {
	font-size: 1em;
	line-height: 1.7em;
}
#formlist li {
	line-height: 2em;
}


/*div#content p:hover a:link, div#content p:hover a:visited {
	border-bottom: 1px dotted #E7EAD1;
}

div#content p:hover a:hover, div#content p:hover a:active {
	border-bottom: 1px solid #9FAC46;
}*/

div#content p.date {
	text-align: right;
	font-size: 0.8em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", arial, sans-serif;
	letter-spacing: 0.1em;
	color: #808080;
	background-color: inherit;
}


div#footer {
	width: 100%;
	margin-top: 3em;
	font: 0.8em arial, sans-serif;
	border-top: 2px solid #9fac46;
	background: #e7ead1;
	color: #87923c;
}
div#footer p {
	margin: 0;
	padding: 5px 10px;
}
div#footer a:link, div#footer a:visited {
	color: #9fac46;
	border-bottom: 1px dotted #9fac46;
	background: inherit;
}
div#footer a:hover, div#footer a:active {
	color: #505623;
	border-color: #e7ead1;
	background: inherit;
}
#rsapic {
	margin-top: -40px;
}
/*#bushfire a:link, #bushire a:visited {
	text-decoration: none;
	border: none;

}*/
#bushfire img {
	border: 0px;
}
table tr td a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
table tr td a:link, table tr td a:visited, table tr td a:hover, table tr td a:active {
	text-decoration: none;
	border-bottom: 0px;
}
