body {
	margin: 0;
	padding: 0;
	background: #F7F7F7 url(../images/img01.jpg) repeat left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5A554E;
}

img {
    max-width: 100%;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 200%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

ul, ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
	text-decoration: underline;
	color: #516C00;
}

a:hover {
	text-decoration: none;
}

h2 a {
	text-decoration: none;
}

#wrapper {
	margin: 0px;
	padding: 0px;
	background: url(../images/img02.jpg) repeat-x left top;
}

/* Header */

#header {
	width: 1000px;
	height: 235px;
	margin: 0 auto;
	padding: 0px;
	background: url(../images/img03.jpg) no-repeat left top;
}

/* Logo */

#logo {
	float: left;
	margin: 0;
	padding: 80px 0px 0px 50px;
	color: #000000;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#logo h1 {
	letter-spacing: -1px;
	text-transform: none;
	font-size: 44px;
}

#logo h1 a {
	color: #FFFFFF;
}

#logo p {
	font: normal 19px Georgia, "Times New Roman", Times, serif;
	color: #C5E8FF;
	margin-top: -25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 26px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 2px;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #C5E8FF;
}

#banner {
	margin-bottom: 20px;
}

#banner img {
	margin: 0px;
	padding: 0px;
}

#slideShow {
	margin: 0px;
	padding: 0px;
	border: 12px solid #ececec;
}

/* Menu */

#menu {
	width: 1000px;
	height: 65px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/img04.jpg) no-repeat left top;
}

#menu ul {
	float: right;
	margin: 0;
	padding: 0px 25px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	width: 120px;
	height: 39px;
	margin-left: 10px;
	padding-top: 15px;
	background: url(../images/img05.jpg) repeat-x left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
}

#menu a:hover    {
	background-image: url(../images/img05_over.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

body.homepage #menu .menu-item-homepage a,
body.node-ber #menu .menu-item-ber a,
body.node-services #menu .menu-item-services a,
body.node-partl #menu .menu-item-partl a,
body.node-contact #menu .menu-item-contact a {
	background: url(../images/img06.jpg) no-repeat left top;
	padding-left: 0;
	color: #493E2B;
	text-decoration: none;
}

/* Page */

#page {
	width: 900px;
	margin: 0px auto;
	padding: 40px 50px 0px 50px;
	background: #FFFFFF;
}

/* Content */

#content {
	float: left;
	width: 570px;
	padding: 0px 0px 0px 0px;
}

.post {
	margin-bottom: 15px;
}

.post .title {
	margin-bottom: 15px;
	padding: 12px 0 0 0px;
	letter-spacing: -.5px;
	font-size: 36px;
	color: #493E2B;
}

.post .title a {
	color: #493E2B;
	border: none;
}

.post .entry h3 {
	color: #6e8d3d;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 20px;
	margin-top: 50px;
}

.post .entry h3:first-child {
	margin-top: 10px;
}

.post .meta {
	margin: 0;
	padding: 0px 0px 20px 0px;
	letter-spacing: -1px;
	font-size: 23px;
	font-weight: normal;
	color: #6E8D3D;
	font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 1.5;
}

.post .entry {
	background: url(../images/img08.jpg) no-repeat left top;
	padding: 50px 0px 0px 0px;
	text-align: justify;
}

.links {
	padding-top: 20px;
}

.post .entry #accreditation_box {
	padding-top: 20px;
}

.entry p {
    margin: 20px 0;
}

.entry p:first-child {
    margin: 0;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 273px;
	padding: 0px;
	color: #787878;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 20px;
}

#sidebar li li {
	line-height: 35px;
	margin: 0px;
	padding: 2px 0px;
	border-left: none;
}

#sidebar li li span {
	height: 19px;
	margin-right: 16px;
	padding: 4px 12px;
	background: #3D2A0B url(../images/img12.jpg) repeat-x left top;
	font-size: 12px;
	color: #FFFFFF;
}

#sidebar li li span a {
	color: #FFFFFF;
}

#sidebar h2 {
	height: 65px;
	background: url(../images/img09.jpg) no-repeat left bottom;
	letter-spacing: -.5px;
	font-size: 28px;
	color: #493E2B;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 0px 30px 0px;
	text-align: justify;
}

#sidebar p strong {
	color: #4A3E29;
}

#sidebar a {
	border: none;
}

/* Footer */

#footer-content {
	width: 900px;
	height: 255px;
	margin: 0 auto;
	padding: 60px 50px 0px 50px;
	background: url(../images/img15.jpg) no-repeat left top;
	font-size: 12px;
	color: #887450;
}

#footer-content .column1 {
	float: left;
	width: 570px;
}

#footer-content .column2 {
	float: right;
	width: 273px;
}

#footer-content h2 {
	padding-bottom: 10px;
	font-size: 22px;
	color: #E3D2B6;
}

#footer-content strong {
	color: #E3D2B6;
}

#footer-content a {
	color: #AA8B55;
}

#footer-content a:hover {
	color: #AA8B55;
}

.list li {
	margin-bottom: 6px;
}

#footer {
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 12px;
	text-align: center;
	color: #82A2B9;
}

#footer a {
	text-decoration: underline;
	color: #82A2B9;
}
#sidebar #sampleBerCert {
	margin-top: 20px;
}
.align_centre {
	text-align: center;
}

#sampleBerCert #sampleBerCertImg {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 20px;
}
#sampleBerCert p #sampleBerText {
	padding: 0px;
	margin-right: 11px;
	margin-left: 12px;
	display: block;
}

#footer-content .column2 #footer_images {
	width: 270px;
	margin-right: auto;
	margin-left: auto;
}

#contactDetailsTable {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 20px;
}

.list_box ul {
	list-style-type: disc;
	margin: 20px 0;
}

.list_box:first-child ul {
	margin-top: 0;
}

.list_box li {
	margin-left: 25px;
}

/* Sane CSS */

table.grants {
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
    width: 100%;
    margin: 40px auto;
}

.grants th {
    padding: 10px;
    border: 1px solid #888;
}

.grants td {
    padding: 10px;
    border: 1px solid #888;
}

.mobile {
    display: none;
}

@media screen and (max-width: 800px) {
    *, *:before, *:after {
        box-sizing: inherit;
    }

    html {
        box-sizing: border-box;
        -webkit-text-size-adjust: none;
                text-size-adjust: none;
    }

    body {
        background: none;
    }

    .mobile {
        display: block;
    }

    #sidebar, #footer, #footer-content {
        display: none;
    }

    #header, #menu, #page, #content {
        width: 100%;
    }

    #banner {
        display: none;
    }

    #page {
        padding: 40px 20px 0 20px;
    }

    #menu ul {
        display: none;
    }

    .mobile-menu {
        background: white;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
        padding-top: 30px;
    }

    .mobile-menu ul {
        display: block;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        padding: 0;
    }

    .mobile-menu ul ul {
        margin: 0;
    }

    .mobile-menu li {
        border-bottom: 1px solid;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .mobile-menu li:first-child {
        border-top: 1px solid;
    }

    .mobile-menu li li:last-child {
        border-bottom: none;
    }

    .mobile-menu a {
        display: block;
        padding: 15px 20px;
        border-bottom: none;
        text-decoration: none;
    }

    .mobile-menu li li a {
        padding-left: 30px;
    }

    .mobile-menu li li::before {
        content: none;
    }

    .mobile-menu li li a::before {
        content: "•\00a0\00a0\00a0";
    }

    #mobile-menu-label {
        display: inline-block;
        padding: 0 20px;
        height: 50px;
        border: 1px solid #ddd;
        cursor: pointer;
        line-height: 50px;
        color: #333;
        font-size: 20px;
        margin-top: 10px;
        position: relative;
    }

    #mobile-menu-label:hover, #menu-label:focus {
        border: 1px solid #888;
    }

    #mobile-menu-label .mobile-menu-icon {
        padding-right: 8px;
        width: 30px;
    }

    #mobile-menu-check {
        display: none;
    }

    #mobile-menu-check ~ label .mobile-close-icon {
        display: none;
    }

    #mobile-menu-check ~ label .mobile-open-icon {
        display: inline-block;
        position: relative;
        top: -1px;
    }

    #mobile-menu-check:checked ~ label .mobile-close-icon {
        display: inline-block;
    }

    #mobile-menu-check:checked ~ label .mobile-open-icon {
        display: none;
    }

    #mobile-menu-check ~ ul {
        display: none;
    }

    #mobile-menu-check:checked ~ ul {
        display: block;
        margin-top: 50px;
        margin-bottom: 0;
    }




}




