@charset "utf-8";
body {
	margin: 0px 0px 30px 0px;
	padding: 0px;
	background-color:#F0E5BC; /* #F0E5BC is the logo's gold colour*/
	background-image:url(images/backdrop-light2.jpg); 
	/* old gold coloured image is called  */
	/* greyscale image is called backdrop-grey-30.jpg */
	background-repeat:repeat;
	background-position: left bottom;
    /* background-attachment: fixed; */
}
#container {
	width:810px;
	padding:0px;
	margin: 15px auto 0px auto;
}
#header {
	width:800px;
	height:125px;
	padding:0px;
	margin:0px 0px 0px 12px;
}
#topMenu {
	width:790px;
	margin:0px 0px 0px 12px;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #025568; /*the middle blue colour*/
	text-align: center; 
	padding-top: 10px;
	padding-bottom: 10px;
	/*border-bottom: 7px solid #013240; the darkest blue colour*/
}

#homeMenu {
	text-align: center;
	margin: 3px 9px 0px 645px;
	padding: 3px 3px 3px 3px;
	/* background-color:#E0DFE3; this is a lightish grey colour */
	background-image:url(images/gold.gif);
	background-repeat:repeat; 
	clear:both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
}
#homeMenu a {
	color: #025568; /*the middle blue colour*/
	background-image:url(images/gold.gif);
	background-repeat:repeat; 
}

#homeMenu a:hover {
	color: #000000;
	background-image:url(images/gold.gif);
	background-repeat:repeat;
}

#top {
}
#content {
	width:790px;
	padding:0px;
	margin:0px 0px 0px 12px;
	clear:both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;

}

#content a {
	color: #025568; /*the middle blue colour*/
}

#content a:hover {
	color: #000000;
}
#footer {
	}
	
	
/*these rules control layout*/
#left {
	width:130px;
	padding:0px 20px;
	margin:0px;
	background-image:url(images/gold.gif);
	background-repeat:repeat;
/*	background-color:#FFFFCC light goldish colour*/
	}
#odd {
	background-image:url(images/gold.gif);
	background-repeat:repeat;
}

#left2 {
	width:130px;
	padding:0px 20px;
	margin:0px;
	background-color:#013240; /*the darkest blue colour*/
}
#right {
	width:570px;
	padding:0px 20px;
	margin:0px;
	background: #FFFFFF;
}
#right2 {
	color:#FFFFFF;
	width:570px;
	padding:10px 20px 10px 20px;
	margin:0px;
	background: #025568; /*the middle blue colour*/
}

#footeraddress a {
	color: white;
}
#topMenu a {
	text-decoration: none;
	padding: 9px 9px 9px 10px;
	background-color: #025568; /*the middle blue colour*/
	color: white;
}

#topMenu a:hover 
{
	text-decoration: none;
	padding: 9px 9px 9px 10px;
	background-color:white;  /* #15A1AF is the light BLUE colour*/
	color: black;
}

#new #m1,#collab #m2,#cbr #m3,#communicate #m4,#act #m5,#aboutus #m6,#resource #m7 
{
	text-decoration: none;
	padding: 9px 9px 9px 10px;
	background-color:white; /*#15A1AF is the light BLUE colour*/
	color: black;
}

#submenu {
	margin-top: 15px;
}
#submenu p {
	margin: 0px 0px 8px;
	padding: 0px;
}

#submenu a {
	text-decoration: none;
	color: #FFFFFF;
	background: #025568; /*the middle blue colour*/
	display: block;
	border-left: 15px solid #013240; /*the dark blue colour*/
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	width: 110px;
}
#submenu a:hover {
	text-decoration: none;
	color: #000000;
	background:white; /*#15A1AF is the light blue colour*/
	display: block;
	border-left: 15px solid #013240; /*the dark blue colour*/
	border-bottom: 1px solid #013240; /*the dark blue colour*/
	border-top: 1px solid #013240; /*the dark blue colour*/	
	border-right: 1px solid #013240; /*the dark blue colour*/
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
	width: 110px;
}

#qolchallenge #m8, #labour #m9, #food #m10, #housing #m11, #families #m12, #children #m13 
{
	text-decoration: none;
	color: #000000;
	background:white;
	border-bottom: 1px solid #013240; /*the dark blue colour*/
	border-top: 1px solid #013240; /*the dark blue colour*/	
	border-right: 1px solid #013240; /*the dark blue colour*/
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 4px;

}
#aboutsubmenu p {
	margin: 0px;
	padding: 0px;
	
}
#aboutsubmenu a {
	
	text-decoration: none;
	color: #FFFFFF;
	background: #025568; /*the middle blue colour*/
	border-bottom: 7px solid #013240; /*the dark blue colour*/
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 2px;
	padding-right:3px;
}

#aboutsubmenu a:hover {
	text-decoration: none;
	color: #000000;
	background:white; /*#15A1AF the light blue colour*/
	border-left: 1px solid #013240; /*the dark blue colour*/
	border-top: 1px solid #013240; /*the dark blue colour*/	
	border-right: 1px solid #013240; /*the dark blue colour*/	
	border-bottom: 8px solid #013240; /*the dark blue colour*/	
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 1px;
	padding-right:2px;
}

#testimonials {
	/* option 1 is...
	background: #025568; /*the middle blue colour 
	border-right: 15px solid #013240; /*the dark blue colour 
	padding-top: 8px;
	padding-bottom: 9px;
	padding-left: 25px;
	padding-right: 9px;
	*/
	
	/*option 2 is ... */
	border-right: 20px solid #013240; /*the dark blue colour */
	border-left: 2px solid #013240;
	border-top: 2px solid #013240;
	border-bottom: 2px solid #013240;
	padding-top: 10px;
	padding-bottom: 9px;
	padding-left: 20px;
	padding-right: 9px; 
}
#testimonials p {
	color: #013240;  /* option 1 is #FFFFFF */
	font-style: italic; 
	
}
span.quote {
	color: #013240;
	font-style:normal;
	font-size:14px;
}

p.cite {
	
	font-style:normal;
	text-align:right;
	font-size:9px;
}

#WKV #ASM1, #PRES #ASM2, #SUPP #ASM3, #SandB #ASM4, #VOL #ASM5, #MEM #ASM6 {
	text-decoration: none;
	color: #000000;
	background:white; /*#15A1AF the light blue colour*/
	border-left: 1px solid #013240; /*the dark blue colour*/
	border-top: 1px solid #013240; /*the dark blue colour*/	
	border-right: 1px solid #013240; /*the dark blue colour*/	
	border-bottom: 7px solid #013240; /*the dark blue colour*/	
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 2px;
	padding-right:4px;
}


#news 
{
	font-size:10px;
}

#trail 
{
	/*background-image:url(images/gold.gif);
	background-repeat:repeat;  #15A1AF is the light blue colour*/
	background:#013240; /*the darkest blue colour*/
	padding: 2px 2px 2px 22px;
	margin-right: 8px;
	margin-left: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: white; /*#013240 is the dark blue colour*/
}

.trailText 
{
	
	font-size: 10px;
	color: white;
}

#trail a 
{
	
	color: white; /*#025568 is the middle blue colour*/
	text-decoration: none;
	font-size:10px;
}

#trail a:hover {
	font: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	text-decoration: underline;
	font-size:10px;

}



h1 
{
	text-align: center;
	font-size:16px;
	color: #013240; /*the dark blue colour*/
	font-weight:bold;
	margin-top: 10px;
	margin-bottom: 5px;
}
h2 {
	color: #013240; /*the dark blue colour*/
	font-size:14px;
	text-align: center;
	font-weight:bold;
}
h3 {
	color: #013240; /*the dark blue colour*/
	font-weight:bold;
	text-align: center;
}

h4 {
	color: #013240; /*the dark blue colour*/
	font-weight:bold;
	text-align: left;
	font-size:13px;
}
	
ul 
{
	list-style-type:none;
	padding:0px;
	margin:0px;
	margin-left:2em;	
}

li
{
	padding-left:1em;
	list-style: none;
	background: url(images/arrow.gif) no-repeat 0px 2px;
}

