/*
Site Name: Mind Balance
Version: 1.0
Author: Toby Kilroy (Imagine Design Associates)
*/

/* GENERAL STYLES **********************************************************************/

* {
	border: 0;
	padding: 0;
	text-decoration: none;
	margin: 0;
	list-style-type: none;
}

body {
	font-size: 18px;
	font-family: 'Arial', Helvetica, Sans-Serif;
	background: #FFFFFF;
	color: #666666;
	line-height: 23px;
}

a {
	color: #666666;
	text-decoration: underline;
}

a:hover {
	color: #9999cc;
}

h1 {
	font-size: 22px;
	margin: 0;
	font-weight: 600;
	color: #9999cc;
	margin-top: 27px;
	margin-bottom: 22px;
}

h2 {
	font-size: 18px;
	margin: 0;
	font-weight: 600;
	color: #9999cc;
	margin-top: 27px;
}

h3 {
	font-size: 14px;
	color: #666666;
	margin: 0;
}

h4 {
	font-size: 18px;
	color: #666666;
	margin: 0;
	font-weight: 600;
	display: inline;
}

li {
	font-size: 14px;
	line-height: 19px;
}

/* PAGE STYLES *************************************************************************/

#container {
	width: 924px;
	margin: auto;
	margin-top: 68px;
}

/* PAGE CLASSES ************************************************************************/

.cost_logo {
	margin-left: 72px;
}

/* HEADER STYLES ***********************************************************************/

#header {
	width: 100%;
}

#header h1 {
	float: right;
	margin:0;
	margin-top: 30px;
	color: #9999cc;
	font-size: 24px;
	font-weight: 500;
}

#header p {
	float: right;
	width: 318px;
	text-align: center;
	font-size: 20px;
	color: #9999cc;
	margin-top: 8px;
}

#header a {
	font-size: 20px;
	color: #9999cc;
	text-decoration: none;
}

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

#logo {
	float: left;
	margin-left: 19px;
}

#menu {
	clear: both;
	background-color: #9999cc;
	padding-left: 28px;
	height: 27px;
	width: 100%;
	line-height: 25px;
}

#menu li {
	display: inline;
	font-size: 16px;
	color: #FFFFFF;
}

#menu li.menu_separator {
	padding-left: 10px;
	padding-right: 10px;
}

#menu a {
	color: #FFFFFF;
	text-decoration: none;
}

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

/* HEADER CLASSES **********************************************************************/

.separator {
	height: 4px;
	width: 4px;
	margin-bottom: 6px;
}

.on {
	text-decoration: underline;
}

/* BODY STYLES *************************************************************************/

#mainbody {
	width: 896px;
	margin: 40px 28px 30px 28px;
}

#mainbody img{
	margin-bottom: 10px;
	margin-top: 5px;
}

#leftcol_home {
	float: left;
	width: 549px;
	margin-right: 14px;
}

#rightcol_home {
	float: right;
	width: 318px;
}

#leftcol {
	float: left;
	width: 400px;
	margin-right: 14px;
}

#rightcol {
	float: right;
	width: 470px;
}

#rightcol p {
	font-size: 14px;
}

#anchor_list {
	list-style: disc url(images/bullet.gif) inside;
}

#anchor_list li {
	line-height: 22px;
}

#anchor_list li a {
	font-size: 18px;
	color: #666666;
	text-decoration: none;
	font-weight: 600;
}

#anchor_list li a:hover {
	color: #9999cc;
}

.problems_list {
	margin-top: 20px;
	margin-bottom: 20px;
	list-style: disc url(images/bullet.gif) inside;
}

.problems_list li {
	line-height: 37px;
	font-size: 16px;
	color: #9999cc;
	font-weight: 600;
}

/* FOOTER STYLES ***********************************************************************/

#footer {
	float: left;
	width: 896px;
	height: 27px;
	background-color: #9999cc;
	color: #FFFFFF;
	padding-left: 28px;
	padding-right: 28px;
	line-height: 25px;
	margin-top: 16px;
	margin-bottom: 50px;
	font-size: 11px;
}

#footer span{
	float: right;
}

#footer a{
	color: #FFFFFF;
	text-decoration: none;
}

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