/* MASTER LAYOUT div settings*/

.divwrapper

    {

      margin:0 auto;

      padding:10px;

      position:relative;

      width:1050px;

    }

.top

    {

       position:absolute;

       left:1px;

       top:1px;

       width:1050px;

       padding:5px;

    }

.divbody

    {

       position:absolute; 

       left:200px; 

       width:870px;

       top: 130px;

    }

.divbanner

    {

       position:relative;

       float:left;

       width:870px;

    }

.divcontent

    {

       position:relative;

       float:left;

       width:655px;

    }

.divnavigation

    {

       position:relative; 

       clear:left;

       top: 150px;

       width:175px;

    }

 .divright

    {

       position:relative; 

       clear:right;

       float:right;

       width:180px;

    }
#divNurseryWrapper
	{
	width:894px;
	border: red thin solid;
	margin:0 auto;
	padding: 20px;
	background-color: #FFC;
	}
#divNurseryRightCol
	{
		width: 200px;
		float: right;
	}
#divNurseryLeftCol
	{
	width: 700px;
	margin: 0;
	}
BODY

  {
	padding-left: 10px;
	padding-right: 10px;
	background-color: #919F61;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;

  }

H1  

   {

   color: #232323;

   }

H2

   {

   font-family:arial;

   color: #232323;

   }

H3

   {

   font-family:"Trebuchet MS";

   color:#232323;

   }

H4  

   {

   font-family:"Trebuchet MS"; 

   font-variant:small-caps;

   font-weight:bold;

   color:#232323;

   }

P   

   {

   margin: 0cm -16.4pt 0pt -9pt;

   font-family: arial;

   padding-left: 15pt;

   padding-right: 15pt;

   padding-bottom: 15pt;

   }



p.first:first-letter

   {

    font-size:200%;

    font-family:"Georgia Bold Italic","Minion-Web","Trebuchet-MS",Arial;

    font-weight:bold;

    font-style:italic;

    padding-right: 5px;

    padding-left: 5px;

    float:left;

    width: 40px;

   }



li

   { font-family: arial;

   }

table

   {

      font-family:"Trebuchet MS",Arial,Helvetica;

      vertical-align:baseline;

      padding:7px; 

   }

a:link { font-family: arial; font-size: inherit; color: #ffe400;  }

a:visited { font-family: arial; font-size: inherit; color: #dec600; }

a:active { font-family: arial; font-size: inherit; color: #5676ed; } 

a:hover { font-family: arial; font-size: inherit; color: #ff0000; }

 #bushfooter

    { 

      border-top: 1px solid #42440a;

      float: none;

      text-align: center;

      width: 100%;

    }

 .navstyle

   {

      color: #000000; text-decoration: none; cursor:pointer;

   }

 .navstyleheading

   { 

      cursor:pointer; 

      border:thick solid #663300; 

      margin: 0px; 

      padding: 0px; 

      text-decoration: none; 

      font-size:80%; 

      color:black;

   }

 .navstyleheadingright

   { 

      cursor:pointer; 

      border:none; 

      margin: 0px; 

      padding: 0px; 

      text-decoration: none; 

      font-size:80%; 

      color: black;

   }

 /* the following is used in events and maybe later in news for other events*/

 .dblist

    {

       font-size: 80%;

    }

 .dblisthdr

    {

       font-size: 100%;

       font-variant: small-caps;

       font-weight: bold;

    }

.dblist2

    {

       font-size: 70%;

    }

 .dblisthdr2

    {

       font-size: 90%;

       font-variant: small-caps;

       font-weight: bold;

    }

    

/* the following sets various font classes */

.announce

    {

       font-size: 150%;

       font-family: "Comic Sans MS",Palatino;

       font-style: italic;

       color: yellow;

    }

.listem

    {

       font-weight: bold;

       font-style: italic;

    }

 .listemtxt

    {

       font-weight: normal;

       font-style: italic;

       color: #722b00;

    }

 .prizes

    {  

       font-size: 90%;

    }

 /* used in SLEX2008workshops */

 

 .colsh

    {

       background-color:#869455;

    }

 .colsh1

    {

       background-color:#717954;

       border-style:solid;

       border-width:thin;

    } 

/* for navigation panel invisible links until hover */

a.navinvisible, a.navinvisible:link, a.navinvisible:visited, a.navinvisible:active

   { 

      background:transparent;

      text-decoration:none;

      color:black;

   }

a.navinvisible:hover, a.navinvisible:focus

   {

      color:red;

      text-decoration:underline;

   }    

/* for right column navigation links */

a.navrinvisible, a.navrinvisible:link, a.navrinvisible:visited, a.navrinvisible:active

   { 

      background:transparent;

      text-decoration:none;

      color:transparent;

   }

a.navrinvisible:hover, a.navrinvisible:focus

   {

      color:red;

      text-decoration:underline;

   }    





/* for invisible links until hover */

a.invisible, a.invisible:link, a.invisible:visited, a.invisible:active

   { 

      background:transparent;

      text-decoration:none;

      color:#919f61;

   }

a.invisible:hover, a.invisible:focus

   {

      color:red;

      text-decoration:underline;

   }

 /*  CREEC NURSERY PLant Oder Form */
 .plantSelect
 	{

	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	border-left-style: none;
	color: #333;
	}
.plantSelect input
	  {
	margin:0px;
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-width:0px;
	  }
  #plantlist
  {
	  height:550px;
	  width:600px;
	  overflow:auto;
  }
  #handsImage 
  {
	  position:relative;
	  bottom:0px;
	  right:0px;
  }
	  
	  
