/*
	Kings Camps StyleSheet
	Global
	Copyright The Kings Foundation Ltd
*/


#pagelayout {
	width: 1000px;
	margin: 0 auto;
	/* border: 1px solid blue; */
}


/* --------------- Page Header ------------------ */

#pageheader {
	display: block;
	width: 1000px;
	height: 120px;
}
#pageheader H1,
#pageheader #pageheadermid,
#pageheader A#mainlogo,
#pageheader A#maincta {
	display: block;
	float: left;
	background: url(/gfx/fp_topnav_bg.jpg) no-repeat 0 0;
}

#pageheader H1 {
	width: 140px;
	height: 120px;
}

#pageheader #pageheadermid {
	width: 700px;
	height: 120px;
	background-position: -140px 0;
}

#pageheader H2 {
	font-size: 42px;
	padding: 18px 13px;
	letter-spacing: -1px;
	text-shadow: 2px 6px 5px #004400;
	color: #FFFFCC;
}

#pageheader A#maincta {
	width: 160px;
	height: 120px;
	background-position: -840px 0;
}

#pageheader A#mainlogo {
	width: 140px;
	height: 120px;
}

#pageheader UL#navigation {
	color: white;
	display: block;
	height: 26px;
	padding: 14px 10px 10px 10px;
	font-size: 15px;
}

#pageheader UL#navigation LI {
	display: block;
	float: left;
	height: 25px;
}

#pageheader UL#navigation A {
	display: block;
	height: 16px;
	text-align: center;
	padding: 5px 0px;
	color: #E1E4C6;
	border-left: 1px solid #7F8B48;
	border-right: 1px solid #4A5817;
}

#pageheader UL#navigation A.home { width: 60px; border-left: none; }
#pageheader UL#navigation A.offers { width: 62px; }
#pageheader UL#navigation A.programmes { width: 110px; }
#pageheader UL#navigation A.venues { width: 126px; }
#pageheader UL#navigation A.about { width: 100px; }
#pageheader UL#navigation A.work { width: 102px; }
#pageheader UL#navigation A.contact { width: 98px; border-right: none; }



/* --------------- Page Footer ------------------ */

DIV#pagefooter {
	margin: 2em 0 2em 0;
	padding-top: 1em;
	border-top: 1px solid #999;
	font-size: 11px;
	clear: both;
}

DIV#pagefooter DIV {
	color: #999;
	margin: 0.2em 0;
	text-align: center;
}

DIV#pagefooter A {
	color: #08C;
}


/* --------------- Programme Panels ------------------ */

div#pagebody DIV.progpanel {
	width: 410px;
	height: 170px;
	padding: 46px 36px 34px 210px;
	background: url(/gfx/programme_panel_yellow.gif) no-repeat;
}

div#pagebody DIV.progpanel IMG {
	float: left;
	margin-left: -190px;
}

div#pagebody DIV.progpanel H4 {
	margin-top: 0.4em;
	margin-bottom: 0.3em;
}

div#pagebody DIV.progpanel P {
	margin-bottom: 0.2em;
	line-height: 1.4em;
}

div#pagebody DIV.progpanel  IMG.proglogo {
	float: right;
	margin: 0;
}


/* --------------- Rounded Box ------------------ */

DIV.roundedbox {
	background: #F0F0F0 url(/gfx/roundedbox-bottom.gif) bottom left no-repeat; 
	color: black; 
	width: 300px;
	padding-bottom: 10px;
	margin-bottom: 16px;
	margin-right: 0;
	margin-left: auto;
}
DIV.roundedbox .top {
	width: 300px; height: 9px; background: url(/gfx/roundedbox-top.gif);
}
DIV.roundedbox .content {
	font-size: 14px;
	padding: 6px 16px;
}

DIV.roundedbox H3 {
	margin-top: 0.5em;
	margin-bottom: 0.4em;
	font-size: 1.8em;
	color: #009EE0;
}

DIV.roundedbox .content H4 {
	font-weight: normal;
	font-size: 1.4em;
	padding: 0; 
	margin: 0;
	margin-bottom: 0.3em;
}
DIV.roundedbox .content P {
	padding: 0; 
	margin: 0;
}


