/* border:nones are for NN4 *//* #648043 =background original green */
html, div {
  margin: 0px;
  padding: 0px;
}
/* +++++++++++++++++++++++++ body props starts here ++++++++++++++++++++++++++++++++++*/
body {
  margin: 0px;
  padding: 0px;
background: #e1e0cc  url(../_img/bkg2newer.png) no-repeat top center;  /* <----- green background*/

  font-family: Verdana, Arial, Helvetica, Sans-serif;
  font-size: 76%;   /*--76%--*/
  line-height: 1.1em;
  text-align: center;
  color: #5a5549; /*font colour*/
}
/* +++++++++++++++++++++++++page starts here ++++++++++++++++++++++++++++++++++*/
#container
{
margin:0px 0px 0px 0px;
border-right: 0px solid #778;
border-left: 0px solid #778;
width: 900px;
text-align:left;
}
/* ----------------- top menu here ----------------------*/
#sddm
{	margin: 0;
	padding: 0;
	z-index: 99999}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font:  bold 13px arial}

#sddm li a
{	display: block;
	margin: 0 0 0 0;
	padding: 5px 10px;
	width: 140px;
	 /* background: #7a9d53; ----------------- Top menu Colour here ----------------------*/
       color: #465d26;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #bcd29e;}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #648043}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 9px;
		width: 140px;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #EAEBD8;
		color: #5a5549;
		font: 11px arial}

	#sddm div a:hover
	{	background: #bcd29e;
		color: #000}

/* +++++++++++++++++++++++++page starts here ++++++++++++++++++++++++++++++++++*/
#container 
{
margin:0px auto 0px auto;
width: 1024px /*---------- content width*/
text-align:left;
z-index: 1;
}

div
{
margin: 0px;
padding: 0px;
}

p
{
padding: 0px;
margin: 1.5em 0em 0.0em 0em;
}

hr.hidden
{
clear: both;
} 
/* CSS HACK: only for NN4, so now use Caio hack to cleanse palette */
/*/*/ .hidden { display: none; } /* */
/* +++++++++++++++++++++++++border starts here ++++++++++++++++++++++++++++++++++*/
#page {
border-left: 0px solid #566544;
border-right: 0px solid #566544;


}
/* +++++++++++++++++++++++++header starts here ++++++++++++++++++++++++++++++++++*/
#header
{
margin: 0px;
padding: 0px 0px 0px;
border: none;

}



ul
{
display: block;
margin-top: 0.2em;
margin-bottom: 0.6em;
}
/* +++++++++++++++++++++++++links starts here ++++++++++++++++++++++++++++++++++*/
a
{
color: #ca8411;
text-decoration: none;
}

a:hover
{
text-decoration: underline;
}

a img
{
border: 0px;
}
/* +++++++++++++++++++++++++FONTS starts here ++++++++++++++++++++++++++++++++++*/
h1 {
font-size: 2.2em;
line-height: 2.4em;
margin: 0em 0em 0.2em 0em;
}

h3,
h6
{
color: #465d26;
font-family: Times, Serif;
margin: 1.0em 0em 0.2em 0em;
}

h4,
h5,
h7
{
color: #465d26;

margin: 1.1em 0em 0.4em 0em;
}

h3
{
font-size: 2.0em;
font-weight: normal;
line-height: 1.1em;
text-transform: uppercase;
}

h6 
{
font-size: 1.1em;
line-height: 1.2em;
font-weight: normal;
}

h4,
h5
{
font-size: 1.4em;
font-weight: normal;
line-height: 0.9em;
}
h7
{
font-size: 1.2em;
font-weight: normal;
line-height: 0.3em;
}


h3 a,
h4 a,
h5 a,
h6 a
{
color: #465d26;
}

#footer
{
clear: both;
border: none
text-align:center;
margin:0px 100px 0px 0px;
}
/* ====================================================================
COLUMNS LAYOUT
-------------------------------------------------------------------- */
.columns-float
{
clear:both;
float: right;
z-index: 1;

}

.column-one
{
float: left;
margin-left: 5px;
width: 500px;

z-index: 1;
line-height: 1.5em;
border-right: 0px solid #778;
border-left: 0px solid #778;
}


/* CSS HACK: Caio hide from NN4 since NN4's float model is all wrong */
/*/*/
.column-two
{
margin-top: 10px;
line-height: 1.4em;
z-index: 1;
margin-left: 505px;
width: 190px;
}

.column-three
{
margin-top: 40px;
margin-left: 10px;
line-height: 1.4em;
z-index: 1;
width: 190px;
background:   url(../_img/leftprimary.png)
}

/* */
.column-one-content,
.column-two-content,
.column-three-content
{

border: none;
}

.column-one-content
{
z-index: 10;
margin:  0px 5px 25px 0px;
padding: 0px 15px 6px 6px ;
}

.column-two-content
{
margin: 0px 5px 5px 0px;
padding: 5px 10px 6px  6px ;

z-index: 10;
}

.column-three-content
{
margin: 0px 5px 5px 0px;
padding: 15px 10px 6px 6px ;

z-index: 10;
}
}

/* VERTICAL PADDING ABOVE COLUMNS */
#header
{
margin-bottom: 0px;
}

/* CSS HACK:  position:relative needed by IE6 otherwise the header and col 2 don't show up on initial rendering - they're there but you have to minimise the window or switch to another app and back to see the full effect. But IE5(pc) doesn't like it. And nor does NN4.
NB. the use of pos:rel has to go way beyond skin-deep - any nested element that needs a background colour appears to require to be be relatively positioned */ 
/*/*/
#page,
.columns-float,
.column-one,
.column-two,
.column-three,
h2
{
position: relative;
}
/* */

/* ====================================================================
MISC
-------------------------------------------------------------------- */

.column-three
{
text-align:left;
font-family: Verdana, Arial, Helvetica, Sans-serif; 

}

.column-two
{
text-align:left;
font-family: Verdana, Arial, Helvetica, Sans-serif; 

}



blockquote
{
margin: 0px;
padding: 0px;
font-style: italic;
font-family: Times, Serif;
color: #465d26;
margin: 1em 0em 0.2em 0em;
}

p
{
font-family: Verdana, Arial, Helvetica, Sans-serif; 
}

p.title
{
font-size: 1.6em;
font-weight: normal;
color: #465d26;
}

p.news:before
{
font-style: italic;

}
blockquote p
{
font-size: 1.0em;
line-height: 1.0em;
padding-bottom: 0em;
}

p.credit
{
font-size: 1.0em;
line-height: 1.2em;
padding-bottom: 1em;
font-family: Times, Serif;
color: #465d26;
}

p.newsitem
{
font-size: 1.0em;
line-height: 1.2em;
padding-bottom: 1em;


}


p.norm
{
font-size: 1.0em;
line-height: 1.0em;
padding-bottom: 1em;

}

p.credit:before
{
font-style: italic;
content: "~";
}

ul.none,
ul.footnotes
{
list-style-type: none;
margin-left: 0em;
margin-right: 0em;
padding-left: 0em;
padding-right: 0em;
}

ul.footnotes {
margin-top: 2em;
border-top: 1px solid #c9d1bc;
}



img.left
{
float:left;
margin: 0.4em 12px 0em 0em;
}

.column-one p.credit
{
border-bottom: 1px solid #c9d1bc;
text-align: right;
}




address
{
font-style: normal;
}

ul.inline
{
display: inline;
list-style-type: none;
margin: 0px;
padding: 0px;
}

ul.inline li
{
display: inline;
margin-right: 0.9em;
}

.center
{
display:block;
margin: 0px auto;
text-align:middle;
}

img.float_2,
div.float_2
{
display: block;
width: 250px;
float: right;
margin: 0px 0px 5px 5px;
}

img.float_4,
div.float_4
{
display: block;
width: 200px;
float: right;
margin: 0px 0px 5px 5px;
}
small1 
{
	line-height: 0.8em;
font-family: Times, Serif;
font-size: 1.0em;
}

small2 
{
line-height: 0.8em;
font-size: 0.85em;
}
