@charset "utf-8";
/* CSS Document */
#primary 
{
	background-image:none;
	background-color:#CCFF99; 
}
body
{
	background-image:url(images/BG.gif);
	background-repeat:repeat-x;
	background-color:#c7c7c7;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Sans-serif;
}


#wrapper /*Contains elements into a big box like a container*/
{
	width:922px;
	height:auto;
	margin:0 auto;
}
#wrapper2 /*for primary school webpage*/
{
	width:922px;
	height:auto;
	margin:0 auto;
	padding:7px;
	color:	#333333;
	font-size:smaller;
	background-color:#CCFFCC;
}
.left /*Left column content*/
{
	width:596px;
	height:auto;
	padding-left:15px;
	float:left;
}
.right /*Right column content*/
{
	width:276px;
	height:auto;
	float:left;
	margin-left:15px;
}
#header
{
	height:189px;
	width:914px;
}
#header img
{
	border:none;
}
.subheadings
{
	padding: 10px 0 10px  10px;
	margin:30px 0 0 30px;
	border-top:dotted 1px;
	border-bottom: dotted 1px;
	color:#6666CC;
	width:150px;
}
.subheadings li
{
	list-style:none;
	padding-right:10px;
	color:#0099CC
}
.subheadings a 
{
	text-decoration:none;
	font-size:small; 
	color:#0099FF;
}
.subheadings a:hover
{
	color:#00CCCC;
}
/*Navigation Section*/
#nav
{
	margin-bottom:30px;
}
#nav ul
{
	list-style:none;
	margin-bottom:15px;
}
#nav ul li
{
	display:inline;
	margin:5px;
}
#nav ul li img
{
	border:none;
	padding-left:12px;
}
#psp
{
	padding-right:40px;
}
.content
{
	height:auto;
	width:566px;
	color:#FFFFFF;
	font-size:small;
	background:url(images/40.png) repeat;
	/*background-color:#353535;*/
	padding:15px 15px 50px 15px
}
.content ul
{
	list-style:square;
}
.top     /*brings user to the top of the page*/
{	
	font-size:x-small;
	color:#FFFF99;
	float:right;
}
#vision /*Vision statement*/
{
	background:url(images/40.png) repeat;
	/*background-color:#353535;*/
	width:566px;
	height:auto;
	padding:15px;
	margin-bottom:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:large;
	color:#FFFFFF;
	
}
.reach
{
	color:#ee2560;
}
.relate
{
	color:#f58233;
}
.equip
{
	color:#ffce34;
}
.motto
{
	font-size:small;
}
.wf
{
	color:#91c848;
}
#wwd /*What we do*/
{
	background:url(images/40.png) repeat;
	/*background-color:#353535;*/
	width:566px;
	padding:15px;	
	font-size:small;
	color:#FFFFFF;
}
#wwd a
{
	color:#ffe56b;
	font-size:smaller;
}

#promo /*Promo section*/
{
	background:url(images/20.png) repeat;
	/*background-color:#353535;*/
	width:250px;
	height:auto;
	padding:15px;
	margin-bottom:15px;
}
.relatedlinks
{
	padding:15px;
	background:url(images/20.png) repeat;
	/*background-color:#353535;*/
	width:246px;
	height:172px;
	font-size:small;
}
.relatedlinks a
{
	text-decoration:none;
	color:#FF3333;
	
}
.relatedlinks a:hover
{
	color:#FF6666;
}
.testimonies
{
	width:246px;
	height:auto;
	padding:15px;
	margin:15px 0 15px 0;
	background:url(images/20.png) repeat;
	font: Georgia, "Times New Roman", Times, serif;
	font-size:small;
	font-style:italic;
	color:#CCCCCC;
	/*background-color:#353535;*/
}
.testimonies blockquote p
{
	border:1px	#FFCC99 solid;
	padding:4px;
}
#poll
{
	padding:15px;
	width:250px;
	height:auto;
	background:url(images/20.png) repeat;
	/*background-color:#353535;*/
	overflow:hidden;
	font-size:small;
	color:#FFFFFF;
}
.clear
{
	clear:both;
	
}
/*table*/
#figures
{
	background:url(images/20.png);
	padding:7px;
}
#figures .odd
{
	background:url(images/20.png);
}
.subs
{
	list-style:none;
}
#footer
{
	background-color:#d78145;
	margin:15px 15px 0 15px;
	padding:15px;
	height:auto;
	font-size:small;
	color:#FFFFFF;
}
#footer p
{
	width:200px;
}
#footer ul
{
	float:right;
	margin:-80px 15px 0 0;	
}
#footer ul li
{
	display:inline-block;
	overflow:hidden;
	list-style:none;
	width:auto;
}
#email
{
	color:#FF9900;
}
.tel
{
color: #ffdd00;
}
#copyright
{
	background:url(images/Spark-2-Life-Final_40.gif) no-repeat;
	height:44px;
	margin:0 15px 0 15px;
	padding:15px;
	font-size:x-small;
	color:#999999;
}
