/*
	King's Camps CSS
	Copyright 2005-2006 The King's Foundation Ltd, UK
*/


/* ----- Global Font ----- */

BODY, TD, TH {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}


/* ----- PRINT OPTIONS ----- */

/* ----- Global Page Layout ----- */

DIV#layout-page {
	width: 900px;
	margin-right : auto;
	margin-left : auto;
}

DIV#layout-page-menu {
	float: left;
	width: 160px;
}

DIV#layout-page-content {
	float: left;
	width: 740px;
}

DIV#layout-header {
	
}

DIV#layout-content {
	float: left;
	clear: left;
	padding: 20px 20px;
	width: 500px;
}

DIV#layout-extra {
	float: left;
	width: 200px;
}

DIV#layout-footer {
	width: 720px;
	clear: left;
	float: left;
	padding-top: 10px;
	border-top: 1px solid #AEF;
	margin-top: 20px;
	margin-left: 10px;
}


/* ----- Page Menu Column ----- */

DIV#layout-page-menu,
DIV#layout-page-menu A {
	color: white;
	text-align: right;
	text-decoration: none;
}


/* ----- Site Menu ----- */

#site-menu {
	margin-top: 139px;
}

#site-menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: right;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
}

#site-menu li a {
	display: block;
	margin: 0;
	padding: 2px 5px;
	border: 1px solid white;
	border-color: #8DF #036 #036 #8DF;
	font-size: 10px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	width: 160px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 148px;
}

#site-menu a:link {
	margin: 0;
	color: #fff;
	text-decoration: none;
}

#site-menu a:visited {
	margin: 0;
	color: #fff;
	text-decoration: none;
}

#site-menu a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #06C;
}

#site-menu a:active {
	margin: 0;
	color: #fff;
	text-decoration: none;
}

#site-menu DIV.links {
	padding: 6px 6px;
	font-size: 0.9em;
	line-height: 1.5em;
}

#site-menu li.section-title {
	padding: 5px;
	padding-bottom: 3px;
	background: #004C99;
}


/* ----- Images ----- */

IMG {
	border: none; 
}

DIV.img-replace SPAN {
	display: none;
}

#img-jobs-link {
	margin-top: 6px;
	margin-left: 4px;
}

#img-book-now-button {
	margin-top: 20px; margin-bottom: 20px;
	text-align: center;
}

#img-partner-icons {
	margin-top: 20px;
}


/* ----- Photos ----- */

IMG.photo-inline {
	float: left;
	margin: 10px 16px 10px 0px;
	padding: 3px 3px 12px 3px;
	background: transparent url(/activity-camps/camp_photos/photo_frame.gif) no-repeat top left;
}

IMG.photo-inline-right {
	float: right;
	margin: 10px 0px 10px 16px;
	padding: 3px 3px 12px 3px;
	background: transparent url(/activity-camps/camp_photos/photo_frame.gif) no-repeat top left;
}

DIV.photo-line {
	width: 500px; height: 170px;	
}

DIV.photo-line IMG.photo-inline {
	margin: 0px 10px 0px 0px;
}


/* ----- Body Content ----- */

DIV#layout-content H2 {
	font-size: 1.75em;
	font-weight: normal;
	font-style: normal;
	margin: 0px;
	color: #004C99;

}

DIV#layout-content H3 {
	margin: 0px; margin-top: 20px;
	font-size: 12px;
	color: #004C99;
}

DIV#layout-content H4 {
	font-size: small;
	font-weight: normal;
	font-style: italic;
	margin: 0px;
}

DIV#layout-content P {
	margin-top: 6px;
	margin-bottom: 10px;
}

DIV.quote {
	margin-top: 20px; 
	margin-bottom: 20px;
}

.quote-text {
	color: #004C99; 
	font-size: 1.8em; 
	font-family: Times New Roman, serif; 
	font-style: italic; 
	padding: 0px 10px;
	text-align: center;
}

.quote-person {
	text-align: center;
	color: #6CF;
}

DIV.linespaced P {
	color: rgb(64,64,64);
	font-family: Arial,Verdana,sans-serif;
	line-height: 1.5em;
}

/* ----- Extra Content ----- */

DIV.extra-section {
	color: #666;
	font-size: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
}


/* ----- Rookie Table ----- */

TABLE.rookie-table {
	margin-top: 10px;
	margin-bottom: 20px;
}
TABLE.rookie-table TD {
	border-bottom: 1px solid #AEF;
}
TABLE.rookie-table TD.header {
	background: #09F;
	border: 1px solid #09F; 
	border-color: #6CF #039 #039 #6CF; 
	font-weight: bold;
	color: white;
}

/* ----- Print Override ----- */

@media print {

	BODY, HTML {
		margin: 0mm; padding: 0mm;
	}
	
	BODY, TD {
		font-size: 9pt;
	}
	
	DIV#layout-page {
		width: 100%;
		padding: 0mm;
		margin: 0mm;
	}
	
	DIV#layout-page-menu {
		display: none;
	}
	
	DIV#layout-page-content {
		width: 100%;
		padding: 0mm;
		margin: 0mm;
	}
	
	DIV#layout-header {
		width: 100%;
		overflow: hidden;
	}
	
	DIV#layout-content {
		padding: 0mm; margin: 0mm;
		width: 67%;
		overflow: hidden;
	}
	
	DIV#layout-extra {
		margin-left: 4mm;
		width: 28%;
		overflow: hidden;
	}
	
	DIV#layout-footer {
		width: 100%;
		padding: 0mm; margin: 0mm;
		padding-top: 1cm;
		border-top: 1px solid #AEF;
		margin-top: 1cm;
		margin-left: 1cm;
	}
	
}