/* se colours ----------------------------------------------------------------------------------------- 
se colours
mental health
#f2f2f2 base off white
#d9cccc light beige
#a6948a dark beige
#727366 light olive
#404235 dark olive

#a69165 light gold
*/
* {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
body {
	margin: 0;
	padding: 0;
	background-color: #f2f2f2; /* base off white */
	color: #404235; /* dark olive */
	font-size: 0.9em;
	line-height: 1.2em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	background-image: url(images/se_background_1280w.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
p {
	color: #404235; /* dark olive */
	font-size: 0.9em;
	line-height: 1.4em;
}
a:link, a:visited {
	color: #727366; /* light olive */
	text-decoration: none;
}
a:hover, a:active {
	color: #404235; /* dark olive */
	text-decoration: none;
}
ol, ul {
	list-style: none;
}
img, a img {
	border: none;
}
h1, h2, h3 {
	margin-top: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: lighter;
	line-height: 1.2em;
	color: #727366; /* light olive */
}
h1 {
	margin-top: 80px;
	font-size: 3.2em;
	color: #404235; /*dark olive */
}
h2 {
	font-size: 1.6em;
}
h3 {
	color: #d9cccc; /* light beige */
	margin-bottom: 6px;
	font-size: 1.2em;
}
/* classes ----------------------------------------------------------------------------------------- */
.title {
	font-style: italic;
}
.caption, #content .caption {
	font-size: 0.8em;
}
.no_space_above, #content .no_space_above {
	margin-top: 0px;
}
.client {
	color: #d9cccc; /* light beige */
}
/* table styles ----------------------------------------------------------------------------------------- */
table {
	border-collapse: collapse;
}
th {
	padding-bottom: 2px;
	border-bottom: 2px solid #727366; /* light olive */
	text-align: left;
}
td {
	padding: 1px 5px 2px 0px;
	border-bottom: 1px solid #727366; /* light olive */
	text-align: left;
	vertical-align: top;
}
tr.last_row {
	border-bottom: 2px solid #727366; /* light olive */
}
/* masthead ---------------------------------------------------------------------------------------------- */
#masthead {
	width: 940px;
	margin: 10px auto 10px auto;
	padding: 0px 0px 0px 0px;
}
/* content_frame ----------------------------------------------------------------------------------------- */
#content_frame {
	position: relative;
	width: 940px;
	margin: 10px auto 10px auto;
	padding: 0px 0px 0px 0px;
}
/* menu_column ---------------------------------------------------------------------------------------------- */
#menu_column {
	float: left;
	margin: 0px 10px 20px 0px;
	width: 220px;
	padding: 80px 0px 0px 0px;
	font-size: 1em;
	line-height: 1.6em;
	color: #a6948a; /* dark beige */
}
#menu_column ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
}
#menu_column li {
	display: block;
	width: 120px;
	line-height: 34px;
	padding: 0 10px;
	border-bottom: 1px solid #a6948a; /* dark beige */
	text-decoration: none;
	color: #a6948a; /* dark beige */
}
#menu_column li.last {
	border-bottom: none;
}
#menu_column a:link, #menu_column a:visited {
	color: #d9cccc; /* light beige */
}
#menu_column a:hover, #menu_column a:active {
	color: #a6948a; /* dark beige */
}
#menu_column p.details {
	margin: 140px 0px 0px 10px;
	padding: 0px;
	font-size: 1.1em;
	line-height: 1.3em;
}
#menu_column p.credit {
	margin: 20px 0px 0px 10px;
	padding: 0px;
	font-size: 0.8em;
	line-height: 1.2em;
}
#menu_column p.details a:link, #menu_column p.details a:visited, #menu_column p.credit a:link, #menu_column p.credit a:visited {
	color: #404235; /* dark olive */
}
#menu_column p.details a:hover, #menu_column p.details a:active, #menu_column p.credit a:hover, #menu_column p.credit a:active {
	color: #727366; /* light olive */
}
/* content ----------------------------------------------------------------------------------------- */
#content {
	float: left;
	margin: 0px 10px 20px 10px;
	padding: 0px 0px 0px 0px;
	width: 460px;
	z-index: 500;
}
#content p {
	margin-top: 1.2em;
	font-size: 1em;
	line-height: 1.5em;
	color: #404235; /* dark olive */
}
#content p.blurb {
	margin-top: 1.2em;
	font-size: 1.2em;
	line-height: 1.6em;
}
#content a:link, #content a:visited {
	color: #727366; /* light olive */
	text-decoration: none;
}
#content a:hover, #content a:active {
	color: #404235; /* dark olive */
	text-decoration: none;
}
#content h3 a:link, #content h3 a:visited {
	color: #d9cccc; /* light beige */
	text-decoration: none;
}
#content h3 a:hover, #content h3 a:active {
	color: #727366; /* light olive */
	text-decoration: none;
}
#content p.error {
	margin-bottom: 1.8em;
	font-size: 1.1em;
	line-height: 1.2em;
}
#content ul.bullet {
	list-style: square;
	margin-left: 1.2em;
}
/* right_column ---------------------------------------------------------------------------------------------- */
#right_column {
	float: left;
	margin: 0px 0px 20px 10px;
	width: 220px;
	padding: 80px 0px 0px 0px;
	font-size: 1em;
	line-height: 1.6em;
	color: #a6948a; /* dark beige */
}
/* contact form ----------------------------------------------------------------------------------------- */
form {
	padding: 10px 0px 0px 0px;
}
input.txt {
	margin: 0px;
	border: 1px solid #727366; /* light olive */
	background-color: #f2f2f2; /* base off white */
	color: #404235; /* dark olive */
	width: 432px;
	padding: 3px;
	font-size: 1em;
}
input.btn {
	color: #f2f2f2; /* base off white */
	background-color: #727366; /* light olive */
	border: none;
	margin: 0px 10px 0px 0px;
	padding: 3px;
	font-size: 0.9em;
	font-weight: bold;
}
form p {
	clear: left;
	margin: 0px;
	padding: 0px;
}
form p label {
	float: left;
	font-weight: bold;
}
fieldset {
	border: 1px solid #727366; /* light olive */
	padding: 0px 10px 10px 10px;
	background-color: #d9cccc; /* light beige */
}
/* ----------------------------------------------------------------------------------------- */
