
/* 
northcliffe logo colour = colours rgb(126,0,0);
northcliffe menu colour = colours rgb(165,0,34);
165,0,34
200,0,34
206,0,34
*/

#container {
    background-color: white;
}

#header {
    background-color: white; /*rgb(165,0,34);*/
    text-align: center;
    padding: 0px;
}


#body {
    background-color: rgb(165,0,34);
    /*background-image: url(images/bg-logo.jpg);*/
    font-family: Verdana, Arial, Helvetica;
}



.results_link { padding: 2px; }


.contentTable {
    background-color: white;
    border-width: 1px;
    border-style: none;
    border-color: black;
}
.contentTD {
    background-color: white;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    padding: 4px;
}

.homeCatagoryIcon {
    text-align: left;
}

.homeCatagoryImage {
    text-align: center;
}

.divider {
    border-bottom: 1px solid white;
    padding: 4px;
}

.divider-line {
    border-top: 1px solid black;
    padding-right: 4px;
    padding-left: 4px;
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: white;
}
.box {
    border-style: solid;
    border-color: black;
    border-width: 1px;
    padding-right: 4px;
    padding-left: 4px;
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: white;
}

.small-link {
    text-align: left;
    font-size: 0.80em; /* 9pt; */
    font-weight: bold;
    color: black;
    padding: 0px;
}

.small-link a {
    text-align: left;
    font-size: 0.80em; /* 9pt; */
    font-weight: bold;
    padding: 0px;
}

.small-text {
    text-align: left;
    font-size: 0.80em; /* 9pt; */
    font-style: normal;
    color: black;
    padding-bottom: 4px;
}

.small-text a {
    text-align: left;
    font-size: 0.80em; /* 9pt; */
    font-weight: normal;
    padding-bottom: 4px;
}


.link-menu {
    text-align: left;
    font-size: 8pt;
    font-style: normal;
    color: blue;
    padding: 4px;
}
.link-menu a {
    text-align: left;
    font-size: 8pt;
    font-style: normal;
    color: blue;
    padding: 4px;
}


.address { 
    font-size: 8pt; font-weight: normal;
    color: black;
    background-color: white;
    padding-bottom: 4px;
}
.address a { 
    font-size: 8pt;
    font-weight: bold;
    color: black;
    background-color: white;
    padding-bottom: 4px;
}


.heading { 
    font-size: 14pt;
    font-style: italic;
    font-weight: normal;
    color: black;
    background-color: white;
    padding-bottom: 4px;
}

.heading a { 
    font-size: 14pt;
    font-style: italic;
    font-weight: bold;
    color: blue;
    background-color: white;
    padding-bottom: 4px;
}

.footer { 
    background-color: rgb(165,0,34);
    text-align: left;
    font-size: 0.80em; /* 9pt; */
    font-weight: normal;
    color: white;
    padding: 6px; }

.bread-crumb-box {
    text-align: center;
    width: 250px;
    background-color: white;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 8px;
    padding-right: 8px;
}
.bread-crumb {
    font-size: 8pt;
    font-weight: bold;
    color: red;
    padding: 0;
}
.bread-crumb a {
    font-size: 8pt;
    font-weight: bold;
    color: red;
    padding: 0;
}


.context-sub-heading {
    text-align: left;
    font-size: 0.90em; /* 10pt; */
    font-weight: bold;
    color: white;
    background-color: rgb(165,0,34);
    border-color: black;
    border-width: 1px;
    padding-top: 2px;
    padding-bottom: 6px;
    padding-left: 4px;
    padding-right: 2px;
}

.context-sub-heading a {
    padding: 5px;
    color: white;

}
.context-sub-heading a:hover{
    padding: 5px;
    color: rgb(165,0,34);
    background-color: white;
}

.context-text {
    text-align: left;
    font-size: 0.85em; /* 10pt; */
    font-weight: normal;
    color: black;
    background-color: white;
    border-color: white;
}
.context-text p {
    padding: 10px;
}

.context-text a {
    text-align: left;
    font-size: 0.85em; /* 10pt; */
    font-weight: bold;
    color: white;
    color: black;
    background-color: white;

}

.copyright { 
    font-family: Verdana, Courier, Times;
    font-size: 8pt; font-weight: normal;
    color: #999999;
    background-color: white;
}
