@charset "utf-8";
/* CSS Document */

/* Basic Setup */

body {
	font-family: "Myriad Condensed Web", "Myriad Web", "Myriad Pro", Arial, Verdana;
	padding: 0px;
	color: #3a3839;
	line-height: 120%;
	font-size: 90%;
	width: 975px;
	margin: 5px auto 10px;
	/*background-color: #D0E4E5;*/
}

a:link{
	color: #7E3A42;
	text-decoration: underline;
	font-weight: normal;
	}
a:active {
	color: #7E3A42;
	text-decoration: underline;
	font-weight: normal;
	}
a:visited {
	color: #B59CA0;
	text-decoration: underline;
	font-weight: normal;
	}
a:hover {
	color: #B8C343;
	text-decoration: underline;
	font-weight: normal;
	}


/* Layout */

#container {
	width: 975px;
	padding: 0;
	overflow: visible;
	visibility: visible;
	/*border-bottom: 2px solid #7E3A42;*/
	height: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	}

#footerbar {
	width: 975px;
	padding: 3 0;
	margin: 0;
	height: 2px;
	border-top: 2px solid #7e3a42;
}

#form {
	height: 600px;
}
#backgroundhome {
	background: url(graphics/background.gif) no-repeat;
	height: 800px;
	width: 975px;
}
#backgroundcounselling {
	background: url(graphics/counsellingbackground.gif) no-repeat;
	height: 800px;
	width: 975px;
}
#backgroundcoaching{
	background: url(graphics/backgroundcoaching.gif) no-repeat;
	height: 800px;
	width: 975px;
}

#backgroundcontact{
	background: url(homebackground.gif);
	height: 800px;
	width: 975px;
}
#header {
	width: 975px;
	height: 174px;
	background: no-repeat top;
	margin: 0px;
}

#content {
	margin: 0 0 15px;
	width: 975px;
		
}

#leftside {
	width: 160px;
	float: left;
	margin-top: 30px;
	margin-bottom: 0;
	}
#rightside {
	width: 793px;
	float: left;
	background: no-repeat right top;
	margin-left: 10px;
	}


#midcontent {
	width: auto;
	margin-top: 30px;
	margin-left: 5px;
}
#text1 {
	width: 513px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-right: 40px;

}
#form {
	width: 540px;
	height: auto;
}

#menu6 {
	width: 140px;
	margin: 10px;
	border: 1px solid #B8C343;
	display: block;
	font-weight: bold;
	}

/*form*/

/* menu */
#menu6 ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}
	
#menu6 li a {
	height: 32px;
	voice-family: "\"}\"";
	voice-family: inherit;
	text-decoration: none;
	}	
	
#menu6 li a:link, #menu6 li a:visited {
	color: #FFFFFF;
	display: block;
	background: #96AE0B;
	padding: 8px 0 0 10px;
	font-weight: bold;
	}
	
#menu6 li a:hover, #menu6 li #current {
	color: #FFF;
	background: #bae24f;
	padding: 8px 0 0 10px;
	display: block;
	}
#address {
	background: #96AE0B;
	width: 135px;
	margin-top: 30px;
	margin-right: 10px;
	margin-left: 10px;
	color: #FFFFFF;
	padding-left: 5px;
}
#address  a:link, #address a:visited {
	color: #FFFFFF;
	display: inline;
	padding: 8px 0 0 10px;
	font-weight: bold;
	list-style: url(none);
	}
#footer {
	text-align: right;
	width: 975px;
	margin: 0px auto;
}
#utilities {
	font-size: 85%;
}

/* styles */

h1 {
	color: #7E3A42;
	font-size: 110%;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

h2 {
	color: #7E3A42;
	font-size: 100%;
	margin-top: 2px;
	margin-bottom: 2px;
}

.clr {
		clear: both;
}
.utilities {
	color: #B59CA0;
}
.footer {
	font-size: 85%;
	color: #7E3A42;
	text-align: right;
}

.quote {
	color: #7E3A42;
}
#copyright {
	width: 400px;
}
#wide-eyed-design {
	width: auto;
}
.leftcopy {
	float: left;
}
html {
min-height: 100%;
margin-bottom: 1px;
/* For Firefox 3.5 or later */
overflow: -moz-scrollbars-vertical !important;
overflow-y: scroll;
} 

/* eliminate page shift */
html {
min-height: 100%;
margin-bottom: 1px;
overflow-y: scroll;
} 