/* 
Colours Scheme
Dark Blue:#1f4d58;
Blue:#0ab0da;
Pale Green:#58be87;
Yellow Green:#aacd47;
Green:#74b84b;
Dark navy Green/brown:#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 {
	height:200px;
}

#header h1 {
	text-indent: -999em;
}

#logo {
	width: 347px;
	height:126px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	margin-left: 30px;
}

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

/* background gradient */

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

/* Positioning */

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

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

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

.content {
	float: left;
	width: 475px;
	margin-left: 0px;
	text-align: left;
	font-size: 0.9em;
	margin-top: -30px;
}

.two {
	margin-top: -10px;
	float: right;
	width: 315px;
}

.two p {
	margin: 0px;
}

.two h3 {
	margin-top: 5px;
}

.three {
	margin-left: 25px;
	margin-top: -26px;
}

.main {
	float: left;
	width: 645px;
	margin-right: 15px;
}

.side {
	float: right;
	width: 315px;
}

.side p {
	color:#dcc538;
}

/* headings */

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

h2 {
	color: #dcc538;
	font-size: 1.6em;
	margin-bottom: 10px;
	margin-top: 10px;
	letter-spacing: 0.3pt;
}

h3 {
	color: #58be87;
	font-size: 1.3em;
	margin-bottom: 5px;
	margin-top: 25px;
	letter-spacing: 0.3pt;
}

.side h3 {
	color: #0ab0da;
	font-size: 1.3em;
	margin-bottom: 5px;
	margin-top: 25px;
	letter-spacing: 0.3pt;
}

h4 {
	color: #74b84b;
	font-size: 1em;
	margin-bottom: 10px;
	margin-top: 10px;
}

.sIFR-alternate {
	width: 645px;
}

/* paragraphs */

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

strong {
	font-size: 1.2em;
	color: #74b84b;
	letter-spacing: 0.5pt;
	letter-spacing: 0.5pt;
}

em {
	font-style: italic;
	background-color: #74b84b;
	padding: 2px;
	letter-spacing: 0.2pt;
	word-spacing: 0.2pt;
}

blockquote {
	background-image: url(../img/blockquote.gif);
	background-repeat: no-repeat;
	height: 120px;
	width: 645px;
	position: relative;
	top: 10px;
}

blockquote p {
	margin-left: 155px;
	font-size: 1.5em;
	color: #dcc538;
	padding-top: 43px;
}

#quote {
	font-size: 1em;
	letter-spacing: 1pt;
	word-spacing: 1pt;
	margin-top: 0px;
	color: #dcc538;

}

.first {
	font-size: 1.3em;
	letter-spacing: 0.6pt;
	word-spacing: 0.6pt;
	line-height: 1.5em;
}

.first strong {
	font-size: 1.4em;
	letter-spacing: 1pt;
	word-spacing: 1pt;
}

.clare_profile {
	float: left;
}

.profile {
	margin-left: 235px;
}

/* lists */

ul {
	margin-left: 15px;
	font-size: 0.9em;
	list-style-image: url(../img/list_style.gif);
	color: #dcc538;
	
}

#front {
	font-size: 1.1em;
	margin-top: 10px;
}

#front li {
	float: left;
	margin-right: 15px;
	width: 300px;
	margin-bottom: 5px;
}

ol {
	margin-left: 0px;
	font-size: 0.7em;
	list-style:none;
}

ol li a:link {
	color: #8e8b3e;
	border-bottom: 1px dashed #8e8b3e;
	padding-bottom: 2px;
}

ol li a:visited {
	color: #8e8b3e;
	border-bottom: 1px dashed #8e8b3e;
	padding-bottom: 2px;
}

ol li a:hover {
	color: #dcc538;
	border-bottom: 1px solid #dcc538;
	text-decoration: none;
	padding-bottom: 2px;
}

/* navigation */

#nav {
	list-style: none;
	font-size: 1em;
	text-indent: -999em;
	float: right;
	width: 517px;
	margin-top: -10px;
}

#nav li {
	float: left;
	margin-right: 20px;
}

#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 {
	
}

/* nav image replacement */

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

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

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

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

#bio.selected a {
	background-position: -70px -35px;
}

#bio a:hover {
	background-position: -70px -35px;
}

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

#counselling.selected a {
	background-position: -190px -35px;
}

#counselling a:hover {
	background-position: -190px -35px;
}

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

#service.selected a {
	background-position: -310px -35px;
}

#service a:hover {
	background-position: -310px -35px;
}

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

#contact.selected a {
	background-position: -390px -35px;
}

#contact a:hover {
	background-position: -390px -35px;
}


/* main image */

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

.pics {
	height: 229px;  
    width: 975px;  
    padding: 0;  
    margin: 0; 
    overflow: hidden; 
}

.pics img {  
    width: 975px;
    height: 229px; 
    top:  0; 
    left: 0 
} 

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

/* 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;
}

.understood {
	color: #0ab0da;
}

.explore {
	color:#58be87;
}

.understand {
	color:#aacd47;
}

.forward {
	color:#dcc538;
}

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

/* More info */

#links {
	height: 250px;
	background-image: url(../img/links_bkg.gif);
	background-repeat: repeat;
	border-top: 1px solid #74b84b;
	margin-top: 5px;
}

#linkscontainer {
	text-align: center;
	margin: auto;
	width: 975px;
}

.align {
	float: left;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 225px;
	margin-right: 18px;
}

/* footer */

#footer {
	background-color:#74b84b;
	clear: left;
	height: 60px;
	background-image: url(../img/footer.gif);
	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: #74b84b;
	text-decoration: none;
	background-color: #ffffff;
	padding: 2px;
}

#creator a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

/* leaves on footer */

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

/* Google Maps */

#map {
	height: 323px;
	width: 475px;
}

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; }

