/*** Navigation **/

#primaryNav div a#navContact, #primaryNav div a#navContact:hover {
    background-color: #156159;
    background-image: url(/internet/imagefiles.nsf/Lookup/nav_arrow_down/$file/nav_arrow_down.gif);
    color: #ffffff;
}

#secondaryNav {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #156159;
    padding: 10px;
}

#secondaryNav p {
    font-size: 70%;
    margin: 0px;
    padding: 0px;
    color: #ffffff;
}

#secondaryNav p a {
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
    padding: 0px 5px;
}

#secondaryNav p a:hover {
	text-decoration: none !important;
}

#tertiaryNav {
    background-color: #ffffff;
    padding: 10px;
    width: 127px;
}

#tertiaryNav ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#tertiaryNav li {
    font-size: 75%;
    padding: 3px 0px;
}

#tertiaryNav li.selected {
    border-bottom: 1px solid #d3d4c0;
    background-image: url(/internet/imagefiles.nsf/Lookup/nav_arrow_contact/$file/nav_arrow_contact.gif);
    background-repeat: no-repeat;
    background-position: center right;
}

#tertiaryNav li a, #tertiaryNav li a:visited, #tertiaryNav li a:hover {
    text-decoration: none !important;
    font-weight: normal;
    color: #6e6f2e;
}

/*** landing page colours ***/


#landingCampaign {
	background-color: #156159;
}

#landingIntro h2 {
	border-bottom: 1px solid #156159;
	color: #156159 !important;
}

.mainSectionColour {
	color: #135F58;
}
.mainSectionBGColour {
	background-color: #135F58;
}
.subSectionBGColour {
	background-color: #99CCCC;
}
