/*------------------ DEFAULTS ------------------------*/

body, td, input {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	
}

body {
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*------------------ CONTAINERS ------------------------*/
#container {
	width: 770px;	
	margin: 0px auto;
	padding: 0px;
}
#header {
	width: 100%;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center top;
}
#navigation {
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 107px;
}
#homelink {
	width: 720px;
	text-align: right;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#imagebar {
	width: 100%;
	background-color: #b7d9f3;
	margin: 0px;
	padding: 0px;
	height: 137px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#colourbar {
	width: 100%;
	height: 14px;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
#maintcontentblock {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#leftcolumn {
	position: relative;
	float: left; 
	width: 165px;
	margin: 4px 0px 0px 0px;
	padding: 10px;
}
#rightcolumn {
	width: 538px;
	float: right;
	margin: 0px;
	padding: 10px 20px;
}
#footer {
	margin: 0px;
	padding: 10px;
	text-align: center;
}
/*------------------ NAVIGATION / LINK FORMATTING ------------------------*/

	/*------- Primary Nav ------*/
	
#navigation span {
	float:left;
	margin: 0px;
	padding: 16px;
	display: block;
}
#navigation h1{
	display: none;
}

#navigation .coaching {
	width: 108px;
	height: 11px;
	background-image: url(../images/navigation/life_coaching.jpg);
	background-repeat: no-repeat;
	background-position: center center;

}
#navigation .group {
	width: 97px;
	height: 11px;
	background-image: url(../images/navigation/projects.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#navigation .journey {
	width: 94px;
	height: 11px;
	background-image: url(../images/navigation/my_journey.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#navigation .contact {
	width: 66px;
	height: 11px;
	background-image: url(../images/navigation/contact.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}


	/*------- Footer Nav ------*/
	
#footer {
	color: #3B97BE;

}
	
#footer a {
	color: #3B97BE;
	text-decoration: none;
	margin: 7px;
}
#footer a:hover {
	color: #000000;
	text-decoration: underline;
}

	/*------- Content Links ------*/
	
#maintcontentblock a {
	color: #3B97BE;
}
#maintcontentblock a:hover {
	color: #000000;
}

	/*------- Left Hand Navigation------*/
	
#leftcolumn ul {
	list-style: none; 
	margin: 0px 0px 0px 8px;
	padding: 0px;
}
#leftcolumn ul li {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-style: solid;
	border-color: #3B97BE;
	margin: 8px 0px;
	padding: 0px 0px 0px 6px;
	line-height: 15px;
}
#leftcolumn ul li:hover {
	border-color: #000000;

}
	
	
	

/*------------------ MISC CSS ELEMENTS ------------------------*/

.clear {
	clear: both;
	float: none;
	position: relative;
}

/*------------------ Text Formatting ------------------------*/


#maintcontentblock h1 {
	color: #3c97be;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 24px;

}
#maintcontentblock h2 {
	color: #540704;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}
#maintcontentblock h3 {
	color: #3B97BE;
	font-weight: normal;
	font-size: 16px;
	text-decoration: underline;
}
#leftcolumn h2 {
	margin-bottom: 0px;
}
.smalltext {
	font-size: 11px; 
}
