body {
text-align: center; 
width: 100%; 
height: 100%; 
background-image: url(/graphics/background.jpg); 
background-repeat: repeat-y;
position: absolute;
top: 0px;
left: 0px;
padding-top: 0px;
margin-top: 0px;
 }


div#bodyright {
text-align: center; 
width: 250px; 
height: 750px; 
background-image: url(/graphics/bodyrightbg.jpg);
background-repeat: no-repeat;
z-index: -4;
position: absolute;
top: 0px;
right: 0px;
float: right;
}




#tools {

position: absolute;
top: 120px;
left: 50px;
width: 200px;
size: 12px;
z-index: -4;

}


 
#header { 

background-image: url(/graphics/header.gif);
background-repeat: no-repeat; 
margin: 0 auto; 
width: 750px;
height: 100px;
z-index: 4;
font-family: arial; 
font-size: 12px; 
padding-top: 0px;

}


#navigation {
position: relative; 
top: 20px; 
float: left; 
width: 150px; 
height: 400px; 
background-color: ; 
font-size: 11px; 
font-face: arial; 
padding: 5px; 
text-align:left; 
color: #000066;
z-index: 3;
margin-bottom: 500px;

}


#navigation_spacer {

position: relative; 
top: 20px; 
width: 150px; 
height: 100px; 
background-color: green; 
font-size: 11px; 
font-face: arial; 
padding: 5px; 
text-align:left; 
color: #000066;
z-index: 3;
margin-bottom: 300px;
padding-bottom: 300px;

}


#container {
text-align: left; 
width: 740px; 
margin: 0 auto;
font-family: arial; 
font-size 12px; 
padding: 5px;
padding-bottom: 20px; 
padding-top: 0px;
padding-right: 5px;
z-index: 1; 
background-image: url(/graphics/containerbg.gif); 
background-repeat: repeat-y;


}

#quote {
width: 150px; 
height:;
font-family: arial; 
color: red; 
font-size: 14px;
background-image: ;
background-repeat: repeat-y;
}

#footer {
margin-top: 50px; 
padding-top: 10px; 
font-size: 
10px; 
clear: both; 
width: 740px;
padding: 5px; 
height: 50px; 
background-color: ; 
margin: 0 auto; 
background-image: url(/graphics/footerbg.gif);
background-repeat: no-repeat;
text-align: left;
z-index: 4;

}

#rightmargin {
position: relative; 
top: 20px; 
float: right; 
width: 160px; 
height:; 
background-color: ;  
margin-left: 10px; 
padding: 5px; 
border-left: ; 
font-size: 14px; 
font-face: arial; 
padding: 5px; 
padding-top: 10px;
padding-right: 100px;
z-index: 2;
background-image: url(/graphics/rightbg.jpg); 
background-repeat: no-repeat;


}


#textarea {
border-left: ; 
margin-left: 60px; 
margin-right: 50px; 
padding-left: 5px; 
padding-top: 10px;
color: #000066; 
z-index: 1; 
position: relative; 
top: 20px;
line-height: 140%;
word-spacing: 3px;
font-size: 12px;
min-height: 500px;

}



#leaflets {
height: 300px; 
width: 150px;
margin-top: 10px;
font: 10px arial;
z-index:2;

}

.titletext {
font: 16px arial bold; 
position: relative; 
left: -70px;}

#listMenuTitles {

 width: 150px;
 height: 50px;

}



/* HYPERLINK STYLES */

a, a:link {

text-decoration: none;
color: #3300CC;

}

a:hover {

text-decoration: underline;
color: #CC3366 ;


}

a:active {
background-color: white;

}

#leaflets a {

color: black;

}


#leaflets a:hover {

background-color: #a2bdd4;
text-decoration: underline;
font-color: white;
width: 120px;

}

/* MENU */

/* MENU LAYOUT - colours =#8dcff4, #0069b3 background : #AABBCC;
 border: 1px dashed #6699CC;
}
background-image: url(http://www.cicd.org.au/graphics/menugraphics/leftbarbackground.gif);
*/


/* All <ul> tags in the menu including the first level   */
.menulist, .menulist ul {
 position: relative;
 margin-left: 0px;
 align: left;
 top: 0px;
 left: 0px;
 margin: 0;
 padding:;
 width:150px;
 overflow: visible;
 font-size: 12px;
 list-style: none;
 padding-top:;
 padding-bottom: ;
 padding-left: 0px;
 z-index: 4;
 background-color:;

 
}

/* Submenus (<ul> tags) are hidden and absolutely positioned across from their parent background: #8dcff4; border:1px solid #0069b3  */
.menulist ul {
 visibility: hidden;
 width: 150px;
 position: absolute;
 top: 5px;
 left: 150px;
 background-color: #a2bdd4;
 border-bottom: 1px solid black;
 border-right: 1px solid black;
 border-top: 1px solid white;
 border-left: 1px solid white;
 padding-top:0px; 
 padding-bottom:;
 font-size: 12px; 
 z-index: 4;
overflow: visible;



}





/* All menu items (<li> tags) are relatively positioned (to correctly offset submenus). */
.menulist li {
 position: relative;
 z-index: 4;
}

/* Links inside the menu */
.menulist a {
 display: block;
 padding: 3px 4px 3px 30px;
 background-color: ;
 color: black;
 text-decoration: none;
 border: 1px solid transparent;
 z-index: 4;

}
/* IE fix because it doesn't support transparent borders */
* html .menulist a {
 border: none;
 margin: 1px;
}

/*
 Lit items: hover/focus = the current item. 'highlighted' = parent items to visible menus.
 Here, active items are given a border, and a padding tweak to 'elevate' the text within.
 Feel free to use background-image:url(file.gif) instead of background-color:#nnn here... color: #0069b3; background-color:#8dcff4;
*/
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: black;
 background-color: #F0F8FF;
 padding: 2px 5px 4px 29px;
 border-bottom: 1px solid black;
 border-right: 1px solid white;
 border-top: 1px solid white;
 border-left: 1px solid black;
 margin: 0;
 font-size: 12px;
 text-decoration: none;
 z-index: 4;
}

.menulist a.highlighted {
 color: black;
 background-color: #F0F8FF;
 border-bottom: 1px solid black;
 border-right: 1px solid white;
 border-top: 1px solid white;
 border-left: 1px solid black;
 margin: 0; 
 font-size: 12px;
}

.current {
 color: white;
}

#listMenuTitles {

  z-index: 4;

}


/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/


/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.menulist a .subind {
 float: right;
}

/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist li {
 float: left;
 height: 1%;
}
* html .menulist a {
 height: 1%;
}
/* End Hack */




/* UPCOMING EVENTS */

.eventtitle {

 font-weight: bold;


}

.date {

 font-weight: bold;
 font-face: arial;

}

.eventsubtitle {



}

/* CONTACT FORM */


.forminput {

width: 300px;
background-color: ;
border: 1px solid #a2bdd4;

}

.forminput:hover {

border: 1px solid red;

}

.forminput:active, .forminput:focus {

background-color: #a2bdd4;
border: 1px solid red;
}

textarea {

height: 200px;

}
