/*-- Use this code to link to other sheets:
@import url(homepage.css);
--*/

/*--- CSS INFORMATION ------------------------------

BASIC Style Sheet

Author: Dale Skeates

Website: http://www.fusioncounselling.com

Fully functional in the following browsers:

	- Apple Safari version (v3)
	- Internet Explorer version (v5, v6 & v7)
	- Mozilla Firefox (v2)
	- Opera (version v9)
	- Netscape Navigator (v9)

--------------------------------------------------*/



/*---COLOURS USED---------------------------------

	#654F21 = Master Brown (RGB 101/79/33)
	#63501C = Darker Brown (RGB 99/80/28)
	
	#457722 = Master Green  (RGB 69/119/34)
	#3B6D36 = Darker Green (RGB 59/109/54)
	#BD9917 = Light Green (RGB 189/153/23

--------------------------------------------------*/



/*------------------------------------------------------------------------------------------------------------------------------------------------------------*/


/*--- STYLES --------------------------------------------------------------------------------------*/

/*--- 2-COLUMN LAYOUT + HEADER & FOOTER --------------------------------*/


/*--- MAIN WRAPPER - (centered using IE hack) ---*/

#home_wrapper {
		width: 800px;
		height: auto;
		position: relative;
		left: 50%;
		margin-left: -400px;
		background: white url(images/home_bg.jpg) no-repeat bottom center;
		background-color: none;
		margin-top: 0;
		margin-bottom: 50px;
		margin-right: 0;
		padding: 0px 0px 0px 0px;
		border: none;
}

#about_me_wrapper {
		width: 800px;
		height: auto;
		position: relative;
		left: 50%;
		margin-left: -400px;
		background: white url(images/about_me_bg.jpg) no-repeat bottom center;
		background-color: none;
		margin-top: 0;
		margin-bottom: 50px;
		margin-right: 0;
		padding: 0px 0px 0px 0px;
		border: none;
}


#counselling_wrapper {
		width: 800px;
		height: auto;
		position: relative;
		left: 50%;
		margin-left: -400px;
		background: white url(images/counselling_bg.jpg) no-repeat bottom center;
		background-color: none;
		margin-top: 0;
		margin-bottom: 50px;
		margin-right: 0;
		padding: 0px 0px 0px 0px;
		border: none;
}


#supervision_wrapper {
		width: 800px;
		height: auto;
		position: relative;
		left: 50%;
		margin-left: -400px;
		background: white url(images/supervision_bg.jpg) no-repeat bottom center;
		background-color: none;
		margin-top: 0;
		margin-bottom: 50px;
		margin-right: 0;
		padding: 0px 0px 0px 0px;
		border: none;
		}


#contact_wrapper {
		width: 800px;
		height: auto;
		position: relative;
		left: 50%;
		margin-left: -400px;
		background: white url(images/contact_bg.jpg) no-repeat bottom center;
		background-color: none;
		margin-top: 0;
		margin-bottom: 50px;
		margin-right: 0;
		padding: 0px 0px 0px 0px;
		border: none;
		}


#links_wrapper {
		width: 800px;
		height: auto;
		position: relative;
		left: 50%;
		margin-left: -400px;
		background: white url(images/links_bg.jpg) no-repeat bottom center;
		background-color: none;
		margin-top: 0;
		margin-bottom: 50px;
		margin-right: 0;
		padding: 0px 0px 0px 0px;
		border: none;
		}

/*--- HEADER ------------------------*/

#header {
		width: auto;
		height: 110px;
		clear: both;
		margin-bottom: 2px;
		padding-right: 15px;
		text-align: left;
		background-color: none;
		border: 0;
		}

/*		border: 1px solid #000000; */
				
				
.fusion_logo {
		float: left;
		width: 170px;
		height: 90px;
		padding: 8px;
		border: 0;
		}
		
.banner {
		float: right;
		height: 70px;
		width: 74%;
		margin-right: 0;
		border-bottom: 1px solid #457722;
		}

		
.navbar {
		float: right;
		height: 20px;
		width: 72%;
		text-align: right;
		margin-right: 0;
		padding-top: 6px;
		border: 0;

		}

.navbar a { font-size: 11pt; font-weight: bold; color: #654F21; }
.navbar a:link { text-decoration: none; }
.navbar a:visited { text-decoration: none; }
.navbar a:hover { text-decoration: underline; color: #457722; }
.navbar a:active { text-decoration: underline; }




/*--- LEFT COLUMN ----------------*/

#column-left {
		float: left;
		width: 375px;
		height: auto;
		padding-top: 0px;
		padding-left: 15px;
		padding-right: 0px;
		padding-bottom: 12px;
		background-color: none;
		border: 0;
		}



/*--- RIGHT COLUMN ----------------*/

#column-right {
		float: right;
		width: 375px;
		height: auto;
		padding-top: 0px;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 12px;
		background-color: none;
		border: 0;
		}



/*--- FOOTER ---------------------------*/

#footer { 
		clear: both;
		height: 35px;
		width: auto;
		text-align: center;
		margin-left: 15px;
		margin-right: 15px;
		padding: 0px 0px 0px 0px;
		background-color: none;
		border-top: 1px solid #457722;
}


.footer_contacts {
		text-align: left;
		margin-top: 0px;
		padding-top: 5px;
		padding-left: 0;
		font-size: 8pt;
		font-weight: bold;
}

.footer_contacts a { font-size: 8pt; color: #000000; }
.footer_contacts a:link { text-decoration: none; }
.footer_contacts a:visited { text-decoration: none; }
.footer_contacts a:hover { text-decoration: none; color: #654F21; }
.footer_contacts a:active { text-decoration: none; }

.footer_logos {
		float: left;
		padding-left: 20px;
		margin-top: 8px;

}



/*------------------------------------------------------------------------------------------------------------------------------------------------------------*/



/*--- STYLES --------------------------------------------------------------------------------------*/

/*--- BODY ----------------------------*/

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
}

.body_title {
		font-size: 11pt;
		font-weight: bold;
		color: #3B6D36;
		line-height: 160%;
		}
		
.body_subtitle {
		font-size: 10pt;
		font-weight: bold;
		color: #3B6D36;
		line-height: 100%;
		}

.body_bold {
		font-weight: bold;
		}


.links {
		text-align: left;
		font-weight:normal;
		}

.links a { font-size: 11pt; font-weight: bold; color: #63501C; }
.links a:link { text-decoration: none; }
.links a:visited { text-decoration: none; }
.links a:hover { text-decoration: none; color: #457722; }
.links a:active { text-decoration: none; }

.link_logos {
		margin-top: 15px;
		margin-bottom: 8px;
		border: 1px solid #457722;
		}

.links_body {
		text-align: left;
		}


		
/*--- PARAGRAPH ----------------------------*/

p {
	text-align: justify;
	line-height: 130%;
}



/*--- HEADINGS ----------------------------*/-


/*--- h1 : Title ---*/

h1 {
	font-size: 9pt;
	color: #000000;
	font-weight: normal;
	text-align: left;
}


h2 {
		font-size: 10pt;
		font-weight: bold;
		color: #3B6D36;
	}


/*--- h3 : Main (Arial Black) text style ---*/

h3 {
	font-size: 15pt;
	color: #000000;
}


/*--- h4 : Navigation bar text style ---*/

h4 {	font-size: 10pt;
	font-weight: bold;
	line-height: 50%;
}



/*--- h6 : Footer text style ---*/

h6 {
	font-size: 8pt;
	font-weight: lighter;
	color: #000000;
	letter-spacing: 0px;
}


/*--- BODY ANCHORS/HYPERLINKS
  Apply link styles in the following order:
  a:link - a:visited - a:hover - a:active ---*/
  
a {
	color: #457722;
	font-weight: bold;
}


a:link {
	text-decoration: none;
}


a:visited {
	text-decoration: none;
}


a:hover {
	text-decoration: none;
	color: #63501C;
}


a:active {
	text-decoration: none;
}



/*--- LIST ANCHORS/HYPERLINKS ---*/
  
li a {
	font-weight: bold;
	}

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


/* END */
