/* colors stylesheet #1 */



/* this is the big arc at the top of the page */
#arc {
	background-image: url('/images/template/header_arc2.gif');
}

/* main navigation bar */
#navbar {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #708b16;
	background-image:url('/images/template/bg_navbar_bluestripe.gif');  /* replace Background colour with your colour that matches the graphic */
}

/* color for bottom of banner only */
#banner {
	border-bottom: 4px solid #555;
}

/* second nav bar for home page */
#navbar2 {
background-color:#f5f5f5;
border-bottom:1px solid #ccc;
}

#navbar p a {font-weight:600;letter-spacing:1px;}

/* home page user-centric navigation bar */
#navbar2 ul li a:link {border:1px solid #ccc;}

#navbar2 ul li a:visited {border:1px solid #ccc;}

#navbar2 ul li a:hover {background-color:#f7f7d4;}

.mycolour { background-color: #708b16; } /* 708b16 = green from lower arc / 9fc51f this is a colour that matches your site *** make sure to make a header ARC image to match if changing it */
.brown { background-color: #674423; } /* must be applied to elements via class concatenation */
.mycolour2 { background-color: #555; } /* #674423 = dark brown 355994 = dark blue */
.mycolour3 { background-color: #f7f7ef; } /* h1 header color for rhmenus */
/* left hand navigation menu */

/* top row with menu title in it. */
.leftnav .header {
	border-bottom: 1px solid #bfbfbf;
	background:  url('/images/template/arc_left.gif') no-repeat;
}

.leftnav .mycolour .header {
	border-bottom: 1px solid #000000;
	background: #9fc51f url('/images/template/arc_left_mycolour.gif') top left no-repeat;
}

/* menu items (links) */
.menu a {	
	color: #000; 
	border-bottom: 1px dotted #666; 
	background: #f7f7ef url('/images/template/triangle_right.gif') no-repeat 12px 13px;
	font-weight:700;
}

.menu a:visited {font-weight:700;}

.row .header {
	border-top: 3px solid #555;
		background: #e5e5e5 url('/images/template/arc_right_main_green2.gif') no-repeat;
}

.wee {font-size:.8em;}
.update {
	text-align:right;
	font-size:.8em;
	padding-right:4px;
	} /* for page last updated */

/* REDO */
.contact {
font-size:.9em;
padding-left:20px;
}







