/*	Colours:
	Red: #840054
	Gold: #b59d57
	Silver: #dfe0e2
*/

* {
	margin: 0;
	padding: 0;
}

a {
	outline: none;
/* Gets rid of Firefox's dotted borders */
}

a img {
	border: none;
/* Gets rid of IE's blue borders */
}

body {
	background: #fff url(../page_assets/page_shadow_bg.gif) repeat-y 50%;
	font: 13px/18px Georgia, "Times New Roman", Times, serif;
    text-align: left;
    color: #6e6e6e;
}

ul {
	list-style: none;
}

div#uberContainer {
	background: transparent url(../page_assets/site_bg.png) repeat-x 50% top;
}

div#container {
	background: transparent url(../page_assets/page_bg.png) no-repeat 50% top;
}

div#masthead {
	height: 120px;
	width: 980px;
	margin: 0 auto 0;
	text-align: left;
	position: relative;
}

div#pageWrapper {
	width: 980px;
	margin: 0 auto;
	position: relative;
	overflow: auto;
	min-height: 580px;
	padding-top: 20px;
}

div#contentWrapper {
	width: 685px;
	float: left;
	overflow: auto;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#navWrapper {
	font: 12px/18px Arial, Helvetica, Geneva, sans-serif;
	width: 225px;
	float: left;
	margin-right: 20px;
}

#contentWrapper ul {
	margin-bottom: 10px;
}

#contentWrapper li {
	line-height: 1.5;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 35px;
	list-style-position: outside;
	list-style-image: url(../page_assets/bullet_text.gif);
}
.pic1colBorder {
	float: left;
	margin-right: 20px;
	margin-bottom: 4px;
	border: 1px solid #e1e1e1;
	padding: 5px;
	margin-top: 4px;
}

#flashHeader {
	width: 685px;
	height: 260px;
	float: left;
	margin-bottom: 20px;
}

/* @group Top Tab ++ TEMP VERSION ++ */

ul#topTab {
	width: 100px;
	height: 40px;
	position: relative;
	top: 0;
	left: 870px;
	background: url(../page_assets/toptab_bg.png) -155px;
}

ul#topTab li {
	float: left;
	list-style-type: none;
}

ul#topTab li a {
	height: 25px;
	display: block;
	position: absolute;
	top: 0;
	text-indent: -9999px;
	outline: none;
	margin-top: 5px;
}

li#stafflink a {
	width: 100px;
	background-image: url(../page_assets/staff_link.png);
	margin-left: 0;
	left: 0;
}

li#stafflink a:hover {
	background-position: 0 -25px;
}

li#donate a {
	width: 135px;
	background-image: url(../page_assets/donate_online.png);
	left: 110px;
}

li#donate a:hover {
	background-position: 0 -25px;
}

/* @end */

/* @group Top Tab */

/*	This version not to be used until online dontations is working

ul#topTab {
	background: url(../page_assets/toptab_bg.png);
	width: 255px;
	height: 40px;
	position: relative;
	top: 0;
	left: 725px;
}

ul#topTab li {
	float: left;
	list-style-type: none;
}

ul#topTab li a {
	height: 25px;
	display: block;
	position: absolute;
	top: 0;
	text-indent: -9999px;
	outline: none;
	margin-top: 5px;
}

li#stafflink a {
	width: 100px;
	background-image: url(../page_assets/staff_link.png);
	margin-left: 10px;
	left: 0;
}

li#stafflink a:hover {
	background-position: 0 -25px;
}

li#donate a {
	width: 135px;
	background-image: url(../page_assets/donate_online.png);
	left: 110px;
}

li#donate a:hover {
	background-position: 0 -25px;
}

*/

/* @end */

/* @group Main Navigation */

ul#mainNav {
	height: 210px;
}

#mainNav li {
	list-style: none;
	text-transform: uppercase;
}

#mainNav li a{
	padding-left:10px;
}

#mainNav li a:link,
#mainNav li a:visited {
	color: #b59d57;
	background: transparent;
	text-decoration: none;
}

#mainNav li a:hover{
	text-decoration:underline;
	background-repeat: no-repeat;
}

#mainNav li.active {
	background: transparent url(../page_assets/main_nav_marker.gif) no-repeat 0 4px;
}

/* @end */

/* @group Sub Navigation */

ul#subNav {
	
}

#subNav li {
	list-style: none;
}

#subNav li a{
	padding-left:10px;
}

#subNav li a:link,
#subNav li a:visited {
	color: #666;
	background: transparent;
	text-decoration: none;
}

#subNav li a:hover{
	text-decoration:underline;
}

ul#subNav li.active,
.events ul#subNav li.active li.active {
	background: transparent url(../page_assets/sub_nav_marker.gif) no-repeat 0 4px;
}

.events ul#subNav li.active {
	background: none;
}

ul#subNav li.active a {
	color: #222;
}

ul#subNav li.active li a {
	color: #666;
	}

ul#subNav li.active li.active,
ul#subNav li.active li  {
	padding-left: 10px;
	}

ul#subNav li.active li.active a {
	color: #222;
	}
	
ul#subNav li.no-bg { background: none; }

div.clearing {clear:both}


/* @end */

/* @group Style Switcher */

ul#styleSwitcher {
	margin-top: 20px;
	background: url(../page_assets/nav_wrapper_rule.png) no-repeat 10px 0;
	padding-top: 20px;
}

#styleSwitcher li {
	list-style: none;
}

#styleSwitcher li a{
	padding-left:10px;
}

#styleSwitcher li a:link,
#styleSwitcher li a:visited {
	color: #666;
	background: transparent;
	text-decoration: none;
}

#styleSwitcher li a:hover{
	text-decoration:underline;
}

ul#styleSwitcher li.active {
	background: transparent url(../page_assets/style_nav_marker.gif) no-repeat 0 4px;
}

/* @end */

/* @group Search */

#search_box {
    width: 215px;
    height: 30px;
    background: url(../page_assets/search_box_bg.gif);
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
}

#search_box #s {
    float: left;
    padding: 0;
    margin: 7px 0 0 10px;
    border: 0;
    width: 170px;
    background: none;
    outline:0 !important;
	color: #666;
}

#search_box #go {
    float: right;
}

/* @end */

/* @group Text */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 a {
	background: url(../page_assets/whitgift_logo.png) !important;
	display:block;
	text-indent:-9999px;
	width:235px;
	height:98px;
	position:absolute;
	left:0;
	top: 10px;
}

h2 {
	font-size: 21px;
	color: #840054;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	padding-bottom: 20px;
}

h2.flashHeader {
	display: none;
}

#flashHeader p {
	font-weight: bold;
	color: #b59d57;
}

p {
	margin-top: 2px;
	margin-bottom: 10px;
}

p SUP {
	line-height: 0.5em;
}

a:link {
	color: #6e6e6e;
	background: transparent;
	text-decoration: underline;
}

a:visited {
	color: #6e6e6e;
	background: transparent;
	text-decoration: underline;
}

a:hover {
	color: #6e6e6e;
	background: transparent;
	text-decoration: none;
}

a:active {
	color: #6e6e6e;
	background: transparent;
	text-decoration: underline;
}

h3 {
	font: bold 12px "Helvetica Neue",Arial, Helvetica, Geneva, sans-serif;
	color: #666;
	text-transform: uppercase;
	text-shadow:1px 1px 0 #fafafa;
	margin-left: 10px;
	margin-bottom: 10px;
}

h4 {
	font: 16px Arial, Helvetica, Geneva, sans-serif;
	border-bottom: 1px solid #e0e0e0;
	padding-top: 10px;
	padding-bottom: 6px;
	margin-bottom: 14px;
	color: #2b2b2b;
	background: url(../page_assets/down_arrow.gif) no-repeat right bottom;
}

h4 a:link {
	color: #2b2b2b;
	background: transparent;
	text-decoration: none;
	border-bottom: 1px dotted #e0e0e0;
}

h4 a:visited {
	color: #2b2b2b;
	background: transparent;
	text-decoration: none;
	border-bottom: 1px dotted #e0e0e0;
}

h4 a:hover {
	color: #2b2b2b;
	background: transparent;
	text-decoration: none;
	border-bottom: 1px solid #2b2b2b;
}

h4 a:active {
	color: #2b2b2b;
	background: transparent;
	text-decoration: none;
	border-bottom: 1px dotted #e0e0e0;
}

/* @end */

/* @group Footer */

div#footer {
	border-top: 1px solid #e0e0e0;
	padding-top: 10px;
	clear: both;
}

#footer p {
	font: 11px/12px Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 0;
}

#footer a:link,
#footer a:visited, #footer a:active {
	text-decoration: none;
	border-bottom: 1px dotted #e0e0e0;
}

#footer a:hover{
	text-decoration:none;
	border-bottom: 1px dotted #666;
}

/* @end */

/* @group Search Results */

.searchResults {
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 10px;
}

.page {
	float: right;
}

div#contentWrapper a.resultsWrapper {
	background-color: #fff;
	display: block;
	overflow: auto;
	text-decoration: none;
	padding: 4px 10px;
	margin-bottom: 10px;
	border: 1px solid #f1f1f1;
	clear: right;
}

div#contentWrapper a.resultsWrapper h4 {
	border-bottom: 1px solid #f1f1f1;
	background-image: none;
}

div#contentWrapper a.resultsWrapper.news h4 {
	margin-left: 120px;
}

div#contentWrapper a:hover.resultsWrapper {
	background: #f9f9f9;
	border: 1px solid #b59d57;
}

div#contentWrapper a:active.resultsWrapper {
	background: #e0e0e0;
	border: 1px solid #e0e0e0;
}

div#contentWrapper a:hover.resultsWrapper h4 {
	border-bottom: 1px solid #e0e0e0;
}

div#contentWrapper a:active.resultsWrapper h4 {
	border-bottom: 1px solid #c6c6c6;
}

.highlight1 {
	color: #000;
	font-weight: bold;
	padding-bottom: 1px;
	padding-right: 2px;
	padding-left: 2px;
	border-bottom: 2px solid yellow;
}

.highlight2 {
	color: #000;
	font-weight: bold;
	padding-bottom: 1px;
	padding-right: 2px;
	padding-left: 2px;
	border-bottom: 2px solid orange;
}

.highlight3 {
	color: #000;
	font-weight: bold;
	padding-bottom: 1px;
	padding-right: 2px;
	padding-left: 2px;
	border-bottom: 2px solid aqua;
}

.highlight4 {
	color: #000;
	font-weight: bold;
	padding-bottom: 1px;
	padding-right: 2px;
	padding-left: 2px;
	border-bottom: 2px solid fuchsia;
}

.highlight5 {
	color: #000;
	font-weight: bold;
	padding-bottom: 1px;
	padding-right: 2px;
	padding-left: 2px;
	border-bottom: 2px solid greenyellow;
}

/* @end */

/* @group News */

.thumbHolder {
	width: 100px;
	height: 100px;
	background-color: #f9f9f9;
	margin-right: 20px;
	margin-top: 6px;
	margin-bottom: 6px;
	float: left;
}

.thumbHolder img {
	float: right;
}

/* newsThumb not needed if we use version 2 of the news results page */

.newsThumb {
	margin-right: 20px;
	margin-top: 6px;
	margin-bottom: 6px;
	float: left;
}

.date {
	color: #b59d57;
	text-transform: uppercase;
	font: 11px Arial, Helvetica, Geneva, sans-serif;
}

.readMore {
	font-style: italic;
}

div#contentWrapper a:hover.resultsWrapper .readMore {
	color: #b59d57;
}

/* @end */

/* @group Images */

.imageLeft {
	float: left;
	margin-right: 20px;
	margin-bottom: 4px;
	border: 1px solid #e1e1e1;
	padding: 5px;
	margin-top: 4px;
}

.imageRight {
	float: right;
	margin-left: 20px;
	margin-bottom: 4px;
	border: 1px solid #e1e1e1;
	padding: 5px;
	margin-top: 4px;
}

/* @end */

.vcard {
	text-indent: 38px;
	line-height: 200%;
	background: url(../page_assets/vcard.gif) no-repeat 0 50%;
}

.feed {
	background: url(../page_assets/feed.gif) no-repeat;
	padding-left: 20px;
	float: left;
}

.title {
	text-transform: uppercase;
	font: bold 11px Arial, Helvetica, Geneva, sans-serif;
	color: #840054;
}

.date {
	color: #b59d57;
	text-transform: uppercase;
	font: 11px Arial, Helvetica, Geneva, sans-serif;
}

.readMore {
	font-style: italic;
}

div#contentWrapper a:hover.resultsWrapper .readMore {
	color: #b59d57;
}

.col1 {
	width: 215px;
	margin-right: 20px;
	float: left;
}

.col2 {
	width: 450px;
	float: left;
}

.noFloat {
	float: none;
}

/* @group Tables */

table {
	margin-bottom: 20px;
}

/* alt table striping */
table.striped tr.alt td {
	background: #f7eef4;
}

table.striped tr.over td {
	background: #e7cddd;
}

/* @end */

/* @group Google Map */

#map {
	width: 450px;
	height: 310px;
	margin-left: 20px;
	margin-bottom: 20px;
	float: right;
	margin-top: 10px;
}

div.markerTooltip, div.markerDetail {
	font: 15px Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	color: #000;
	background-color: #fff;
	white-space: nowrap;
	padding: 2px 4px;
	border: 1px solid #000;
	margin: 0 0 8px; /* Bottom margin to centre tooltip in relation to icon  */
}

/* @end */

/* @group Downloads */

.pdfDownload,
.wordDownload,
.zipDownload {


	padding: 8px 10px 10px 48px;
	border: 1px solid #e0e0e0;

	margin-bottom: 12px;
}

.pdfDownload {
	background : #f8f8f8 url(../page_assets/pdf_icon.gif) no-repeat 0 50%;
}

.wordDownload {
	background: #f8f8f8 url(../page_assets/word_icon.gif) no-repeat 0 50%;
}

.zipDownload {
	background: #f8f8f8 url(../page_assets/zip_icon.gif) no-repeat 0 50%;
}

.pdfDownload a,
.wordDownload a,
.zipDownload a {
	font: 12px/18px Arial, Helvetica, Geneva, sans-serif;
}

p.pdfDownload,
p.wordDownload,
p.zipDownload {
	font: italic 12px/18px Arial, Helvetica, Geneva, sans-serif;
}

.pdfDownload a:link,
.pdfDownload a:visited,
.pdfDownload a:active,
.wordDownload a:link,
.wordDownload a:visited,
.wordDownload a:active,
.zipDownload a:link,
.zipDownload a:visited,
.zipDownload a:active {
	text-decoration: none;
	border-bottom: 1px dotted #e0e0e0;
}

.pdfDownload a:hover,
.wordDownload a:hover,
.zipDownload a:hover {
	text-decoration: none;
	border-bottom: 1px solid #6e6e6e;
}

/* @end */

/* @group Events */

.eventRef {
	text-transform: uppercase;
	font: bold 11px Arial, Helvetica, Geneva, sans-serif;
}

.foundation {
	color: #840054;
}

.schools {
	color: #840054;
}

.careHomes {
	color: #b59d57;
}

.opjw {
	color: #014035;
}

.trinity {
	color: #0d357a;
}

.whitgiftSchool {
	color: #2c3264;
}

.limes {
	color: #93c802;
}

.wilhelmina {
	color: #b59d57;
}

.whitgiftHouse {
	color: #b59d57;
}

.cis {
	color: #e80f0f;
}

/* @end */

/* @group Footer Icons */

#footerIconWrapper {
	float: right;
}

#footerIconWrapper a {
	border-style: none !important;
}

.footerIcon {
	margin-left: 4px;
}

/* @end */

/* @group News Flash */

#newsFlash {
	overflow: auto;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	background: #dfe0e2 url(../page_assets/nf_bg.png) repeat-x 0 bottom;
    display: none;
}

#newsFlashContent {
	width: 916px; /* Width less 20px to allow for margins */
	margin: 15px auto 13px;
	color: black;
	border: 2px solid #cc0000;
	padding: 20px 20px 8px;
	background: #ed0000;
}

#newsFlashContent h1 {
	font: 24px/28px Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	text-transform: none;
	padding-bottom: 10px;
}

#newsFlashContent p {
	color: #fff;
}

.nfReadMore a {
	color: #fff;
	background: url(../page_assets/nf_arrow.gif) no-repeat;
	padding-left: 20px;
	font-weight: normal;
	font-style: normal;
}

/* @end */

/* @group Call Out */

#callOut {
	padding: 0 0 0 10px;
	margin-bottom: 12px;
	border-left: 10px solid #f1f1f1;
}

#callOut p {
	font: 12px/18px Arial, Helvetica, Geneva, sans-serif;
}

#callOut .title {
	color: #6e6e6e;
}


/* @end */