/* Colours:
#ACC800 - BKGD COLOUR
#334B14 -  DARK HEADER COLOUR
#E4EDAD - BOX COLOUR
#F3F7D9 - SUPER LIGHT BOX COLOUR
*/

body#contact { background-color: #ACC800; }

#contact a { color: #334B14; }

#contact h1, #contact h2, #contact h3, #contact h4 { color: #334B14; }

/* PAGE holds the whole thing together, including content, logo, nav */

#contact #page { background-color: #E4EDAD; }

/* HEADER */

#contact #header { background-color: #334B14; }
#contact #header h1 a { background-image:url(/static/images/logoGreen.gif); }
#contact #statement { border-left: 3px solid #ACC800; }

/* NAV main nav - outside of content area */

#contact #nav { color: #ACC800; }
#contact #nav a { color:#fff; }
#contact #nav a:hover { color: #E4EDAD; }
#contact .navon { color: #E4EDAD; }

/* PICTURE BANNER */

#contact #picture { border-bottom: solid 3px #ACC800; }
#contact #picture2 { border-top: solid 3px #ACC800; background-color:#ACC800; background-image:url(/static/images/banners/bGreen.jpg); }

/* BODYTEXT area */

#contact #bodytext { border-left: 3px solid #ACC800; }
#contact #bodytext2 { }

/* COLUMNS area */

#contact .col2 { border-top: 3px solid #ACC800; }
#contact .col3  { border-top: 3px solid #ACC800; }

/* RIGHT COL BLOCK */

#contact .colRightArea { border-top: 3px solid #ACC800; }
#contact .colRight { background: #F3F7D9; border-left: 3px solid #ACC800; }
#contact .colRight img { border-bottom: 3px solid #ACC800; }
#contact .colRight li { border-bottom: 1px solid #ACC800; }
