/* 
Colours Scheme
Dark Blue:#1f4d58;
Blue:#0ab0da;
Pale Green:#58be87;
Yellow Green:#aacd47;
Green:#74b84b;
Dark navy Green:#405144;
Yellow:#dcc538;
 */
 
/* CSS Reset */ 
 
* {
	padding: 0;
	margin: 0;
	outline: none;
}

img {
	border:none;
}

/* links */

a:link {
	color:#74b84b;
	text-decoration:none;
}

a:visited {
	color:#58be87;
	text-decoration:none;
}

a:active {
	color:#aacd47;
	text-decoration:underline;
}

a:hover {
	color:#dcc538;
	text-decoration:underline;
}

/* header */

#header {
	background-image: url(../img/header_bkg.png);
	background-repeat: repeat-x;
	height: 200px;
}

#header h1 {
	display: none;
}

#logo {
	text-align: center;
	margin: auto;
	width: 347px;
	height:126px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	position: relative;
	z-index: 2;
}

#logo a {
	display: block;
	width: 347px;
	height:126px;
}

/* background gradient */

#background {
	background-image: url(../img/gradient_bkg.jpg);
	background-repeat: repeat-x;
	height: 390px;
	position: relative;
	z-index: -1;
	top: -30px;
}

/* Positioning */

body {
	margin: 0;
	padding: 0;
	font-size:1.2em;
	line-height: 1.5em;
	font-family:Helvetica, Arial, sans-serif;
	color: #ffffff;
	background-image: url(../img/bkg.gif);
	background-repeat: repeat;
}

#container {
	margin: auto;
	width: 975px;
	text-align: center;
	margin-top: -390px;
}

#sidebar {
	float: left;
	margin-top: -22px;
	width: 185px;
}

#content {
	float: right;
	width: 775px;
	margin-left: 15px;
	text-align: left;
	font-size: 0.9em;
	margin-top: -23px;
}

/* headings */

h1 {
	color: #74b84b;
	font-size: 2em;
}

h2 {
	color: #aacd47;
	font-size: 1.6em;
	margin-bottom: 10px;
}

h3 {
	color: #0ab0da;
	font-size: 1.3em;
	margin-bottom: 5px;
	margin-top: 25px;
}

h4 {
	color: #dcc538;
	font-size: 1em;
	margin-bottom: 5px;
	margin-top: 5px;
}

/* paragraphs */

p {
	color: #ffffff;
	font-size: 0.9em;
	margin-top: 8px;
	margin-bottom: 8px;
}

strong {
	font-size: 1.2em;
	color: #58be87;
}

em {
	font-style: italic;
	color: #58be87;
}

/* lists */

ul {
	margin-left: 15px;
	font-size: 0.9em;
}

ol {
	margin-left: 28px;
	font-size: 0.9em;
}

/* navigation */

#nav {
	list-style: none;
	width: 950px;
	font-size: 1em;
	margin: auto;
	text-align: center;
	margin-top: -10px;
}

#nav li {
	float: left;
	margin-right: 15px;
	width: 140px;
	margin-top: 5px;
}

#nav a:link {
	color:#74b84b;
	text-decoration: none;
}

#nav a:visited {
	color:#74b84b;
	text-decoration: none;
}

#nav a:active {
	color:#ffffff;
	text-decoration: none;
}

#nav a:hover {
	color:#ffffff;
	text-decoration: none;
}

#nav li.selected a {
	color:#ffffff;
	text-decoration: none;
}

#nav li span {
	display: none;
}

/* nav image replacement */

#home a {
	background-image: url(../img/nav.png);
	background-position: 0 0;
	height: 43px;
	width: 151px;
	display: block;
}

#home.selected a {
	background-position: 0 43px;
}

#home a:hover {
	background-position: 0 43px;
}

#bio a {
	background-image: url(../img/nav.png);
	background-position: 809px 0;
	height: 40px;
	width: 151px;
	display: block;
}

#bio.selected a {
	background-position: 809px 43px;
}

#bio a:hover {
	background-position: 809px 43px;
}

#counselling a {
	background-image: url(../img/nav.png);
	background-position: 644px 0;
	height: 43px;
	width: 158px;
	display: block;
}

#counselling.selected a {
	background-position: 644px 43px;
}

#counselling a:hover {
	background-position: 644px 43px;
}

#service a {
	background-image: url(../img/nav.png);
	background-position: 479px 0;
	height: 43px;
	width: 151px;
	display: block;
}

#service.selected a {
	background-position: 479px 43px;
}

#service a:hover {
	background-position: 479px 43px;
}

#links a {
	background-image: url(../img/nav.png);
	background-position: 314px 0;
	height: 43px;
	width: 151px;
	display: block;
}

#links.selected a {
	background-position: 314px 43px;
}

#links a:hover {
	background-position: 314px 43px;
}

#contact a {
	background-image: url(../img/nav.png);
	background-position: 149px 0;
	height: 43px;
	width: 151px;
	display: block;
}

#contact.selected a {
	background-position: 149px 43px;
}

#contact a:hover {
	background-position: 149px 43px;
}

/* main image */

#main_image {
	width: 975px;
	position: relative;
	z-index: -1;
	top: -30px;
}

#small_image {
	width: 975px;
	position: relative;
	z-index: -1;
	top: -30px;
}

#main_image span {
	display: none;
}

#main_image h2, #small_image h2 {
	top: 30px;
	position: absolute;
	z-index: 1;
	text-align: left;
	color:#aacd47;
	margin-left: 30px;
}

#main_image h3 {
	top: 60px;
	position: absolute;
	z-index: 1;
	text-align: left;
	color: #1f4d58;
	margin-left: 30px;
}

#main_image h4 {
	top: 110px;
	position: absolute;
	z-index: 1;
	text-align: left;
	color: #ffffff;
	margin-left: 420px;
	padding-right: 15px;
}

/* Keywords */

#keywords {
	list-style: none;
	width: 975px;
	float: left;
	margin-top: -20px;
	margin-left: -15px;
}

#keywords2 {
	list-style: none;
	width: 975px;
	float: left;
	margin-top: -20px;
	margin-left: -12px;
}

#keywords span, #keywords2 span {
	display: none;
}

#express {
	color:#74b84b;
	background-image: url(../img/express.jpg);
	width: 199px;
	height: 105px
}

#express2 {
	color:#74b84b;
	background-image: url(../img/express2.png);
	background-repeat: no-repeat;
	width: 185px;
	height: 105px;
	margin-left
}

#understood {
	color: #0ab0da;
	background-image: url(../img/understood.jpg);
	width: 199px;
	height: 105px
}

#understood2 {
	color: #0ab0da;
	background-image: url(../img/understood.jpg);
	background-repeat: no-repeat;
	width: 185px;
	height: 105px;
	margin-top: -10px;
}

#explore {
	color:#58be87;
	background-image: url(../img/explore.jpg);
	width: 199px;
	height: 105px;
}

#explore2 {
	color:#58be87;
	background-image: url(../img/explore.jpg);
	background-repeat: no-repeat;
	width: 185px;
	height: 105px;
}

#understand {
	color:#aacd47;
	background-image: url(../img/understand.jpg);
	width: 199px;
	height: 105px;	
}

#understand2 {
	color:#aacd47;
	background-image: url(../img/understand.jpg);
	background-repeat: no-repeat;
	width: 185px;
	height: 105px;	
}

#forward {
	color:#dcc538;
	background-image: url(../img/forward.jpg);
	width: 179px;
	height: 105px;
}

#forward2 {
	color:#dcc538;
	background-image: url(../img/forward.jpg);
	background-repeat: no-repeat;
	width: 185px;
	height: 105px;
}

/* Keywords horizontal */

.hor li {
	float: left;
}

/* Keywords vertical */

.ver {
	margin-left: 2px;
}

/* frontpage paragraphs */

.left {
	clear: left;
	float: left;
	width: 300px;
	font-size: 0.8em;
	text-align: justify;
	margin-top: 10px;
}

.center {
	float: left;
	width: 300px;
	font-size: 0.8em;
	margin-left: 35px;
	text-align: justify;
	margin-top: 10px;
}

.left2 {
	clear: left;
	width: 300px;
}

.center2 {
	float:left;
	margin-top:-145px;
	margin-left: 250px;
}

.no_points {
	list-style: none;
	margin-left: 0px;
}

.right {
	float: left;
	width: 300px;
	font-size: 0.8em;
	margin-left: 35px;
	text-align: justify;
	margin-top: 10px;
}

/* footer */

#footer {
	background-color:#74b84b;
	clear: left;
	height: 60px;
	background-image: url(../img/footer.jpg);
	background-repeat: repeat-x;
	position: relative;
	z-index: 1;
}

#footercontainer {
	width: 975px;
	margin: auto;
	text-align: center;
	color: #ffffff;
}

#copyright {
	font-size: 0.7em;
	float: left;
	margin-top: 25px;
}

#creator {
	font-size: 0.7em;
	float: right;
	margin-top: 25px;
	position: relative;
}

#creator a {
	color: #405144;
	text-decoration: none;
}

#creator a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
	height: 100px;
}

/* leaves on footer */

#leaves {
	background-image: url(../img/leaves.png);
	height: 161px;
	width: 207px;
	position: absolute;
	z-index: 0;
	margin-left: 730px;
	clear: both;
	margin-top: -105px;
}

/* Google Maps */

#map {
	color: black;
	font-size: 0.9em;
	line-height: 1.3em;
}

fieldset { border:0;margin:0;padding:0; }
	label { display:block; }
	input.text,textarea { width:300px;font:12px; color:#333;padding:3px;margin:1px 0;border:1px solid #ccc; }
	input.submit { padding:2px 5px;font:bold 12px/12px verdana,arial,sans-serif; }


