@charset "utf-8";
/* CSS Document */

/* to accomodate the changing banner - each page has it's own header indicated below.  Header 1 = the Home page, 2: At a glance, 3: Who we are, 4:Resources etc. */

/* the 'credit' codes relate to colour coded area under each image containing copyright etc... */

#header1{
max-height: 110px;
background-image:url(header/swirl1.jpg);
background-repeat:no-repeat;
background-color:#a60531;
margin-bottom: 10px;
margin-top: 10px;
}

#credit1 {
max-height: 30px;
background-color:#a60531;
margin-bottom: 0px;
margin-top: 0px;
padding-left: 2px; 
padding-right: 2px;
padding-bottom: 2px;
color:#fff;
font-weight:normal;
}

#header2{
max-height: 110px;
background-image:url(header/swirl2.jpg);
background-repeat:no-repeat;
background-color:#c68f10;
margin-bottom: 10px;
margin-top: 10px;
}

#credit2 {
max-height: 30px;
background-color:#c68f10;
margin-bottom: 0px;
margin-top: 0px;
padding-left: 2px; 
padding-right: 2px;
padding-bottom: 2px;
color:#fff;
font-weight:normal;
}

#header3{
max-height: 110px;
background-image:url(header/swirl3.jpg);
background-repeat:no-repeat;
background-color:#9bb288;
margin-bottom: 10px;
margin-top: 10px;
}

#credit3 {
max-height: 30px;
background-color:#9bb288;
margin-bottom: 0px;
margin-top: 0px;
padding-left: 2px; 
padding-right: 2px;
padding-bottom: 2px;
color:#fff;
font-weight:normal;
}

#header4{
max-height: 110px;
background-image:url(header/swirl4.jpg);
background-repeat:no-repeat;
background-color:#4c2a43;
margin-bottom: 10px;
margin-top: 10px;
}

#credit4 {
max-height: 30px;
background-color:#4c2a43;
margin-bottom: 0px;
margin-top: 0px;
padding-left: 2px; 
padding-right: 2px;
padding-bottom: 2px;
color:#fff;
font-weight:normal;
}

#header5{
max-height: 110px;
background-image:url(header/swirl5.jpg);
background-repeat:no-repeat;
background-color:#64932d;
margin-bottom: 10px;
margin-top: 10px;
}

#credit5 {
max-height: 30px;
background-color:#64932d;
margin-bottom: 0px;
margin-top: 0px;
padding-left: 2px; 
padding-right: 2px;
padding-bottom: 2px;
color:#fff;
font-weight:normal;
}

#header6{
max-height: 110px;
background-image:url(header/swirl6.jpg);
background-repeat:no-repeat;
background-color:#00aac1;
margin-bottom: 10px;
margin-top: 10px;
}

#credit6 {
max-height: 30px;
background-color:#00aac1;
margin-bottom: 0px;
margin-top: 0px;
padding-left: 2px; 
padding-right: 2px;
padding-bottom: 2px;
color:#fff;
font-weight:normal;
}