html {
	overflow-y: scroll;
}
body {
	padding: 0;
	margin: 0;
	color: #333;
	background: #a69e95 url(../images/background.png) repeat-x;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #e56b0f;
}
a:focus, a:hover, a:active {
	color: #90867b;
}
a img {
	border: none;
}
/* ids */
#wrapper {
	width: 960px;
	margin: 0 auto;
	background-color: white;
}
#header {
	height: 239px;
}
.dots1 {
	background: white url(../images/dots01.png) no-repeat top right;
}
.dots2 {
	background: white url(../images/dots02.png) no-repeat top right;
}
.dots3 {
	background: white url(../images/dots03.png) no-repeat top right;
}
.dots4 {
	background: white url(../images/dots04.png) no-repeat top right;
}
.dots5 {
	background: white url(../images/dots05.png) no-repeat top right;
}
#logo {
	float: left;
	margin: 0 0 0 30px;
	border-bottom: 1px solid #90867b;
}
#header h1 {
	font-size: 1.4em;
	line-height: 1;
	float: right;
	width: 660px;
	margin: 205px 30px 0 0;
	border-bottom: 1px solid #90867b;
	padding-bottom: 11px;
	color: #90867b;
}
#content {
	float: right;
	width: 630px;
	margin: 0 60px 30px 0;
	padding-top: 20px;
}
#col-left {
	float: left;
	width: 300px;
}
#col-right {
	float: right;
	width: 300px;
}
#menu {
	float: left;
	width: 215px;
	margin: 0 0 30px 30px;
	padding-top: 7px;
}
#menu ul {
	list-style-type: none;
	font-size: 0.9em;
	line-height: 1.2;
	margin: 0 0 7px 0;
	padding: 0;
	border-bottom: 1px solid #90867b;
}
#menu li {
	margin: 0 0 7px 0;
}
#menu a {
	text-decoration: none;
	font-weight: normal;
}
#menu a:link, #menu a:visited {
	color: #333;
}
#menu a:focus, #menu a:hover, #menu a:active {
	color: #90867b;
}
#menu .top a {
	text-decoration: none;
	font-weight: bold;
}
#menu .top a:link, #menu .top a:visited {
	color: #e56b0f;
}
#menu .top a:focus, #menu .top a:hover, #menu .top a:active {
	color: #90867b;
}
#menu li a.uberlink {
	color: #90867b !important;
	font-style: italic;
}
#menu .this a {
	text-decoration: none;
	font-style: italic;
}
#menu .this a:link, #menu .this a:visited {
	color: #90867b;
}
#menu .this a:focus, #menu .this a:hover, #menu .this a:active {
	color: #90867b;
}
#footer {
	clear: both;
	font-size: 0.7em;
	padding: 80px 30px 30px 30px;
	margin: 0;
}
/* tags */

h2 {
	font-size: 1.05em;
	line-height: 1.2;
	color: #90867b;
	margin-bottom: 0.25em;
}
h3 {
	font-size: 0.9em;
	line-height: 1.2;
	color: #e56b0f;
	margin-bottom: 0.25em;
}
p, dl {
	font-size: 0.9em;
	line-height: 1.35;
	margin: 0 0 1em 0;
}
ul {
	font-size: 0.9em;
	line-height: 1.35;
	margin-top: 0;
	margin-bottom: 1em;
	margin-left: 15px;
	padding-left: 0;
}
ul ul, ul ol, ol ul, dl p {
	font-size: 100%;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1em;
}
sup {
	font-size: smaller;
	vertical-align: text-top;
}
/* classes */
.large {
	font-size: 1.1em;
	color: #555;
}
.small {
	font-size: 0.7em;
}
.casestudy {
	width: 450px;
	margin-bottom: 1.5em;
}
.casestudy p {
	margin-bottom: 0.5em;
}
.coach {
	clear: both;
	margin-bottom: 1.5em;
}
.coach img {
	float: left;
	margin: 1px 10px 5px 0;
}
.coach h2 {
	font-size: 0.95em;
	line-height: 1;
	margin-bottom: 0;
	color: #e56b0f;
}
.coach p {
	font-size: 0.7em;
	line-height: 1.35;
	margin-bottom: 0;
}
a.button {
	font-weight: bold;
	padding: 1px 4px 2px 4px;
	min-width: 72px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align: center;
}
.coach a.button {
	display: inline-block;
	margin: 0 7px 0 0;
	padding: 1px 4px 0 4px;
}
.casestudy a.button {
	margin-right: 2px;
}
a.button:link, a.button:visited {
	color: white;
	background-color: #90867b;
}
a.button:focus, a.button:hover, a.button:active {
	color: white;
	background-color: #e56b0f;
}
.buttons {
	clear: both;
	font-size: 0.7em;
}
.pullquote {
	width: 300px;
	float: right;
	margin: 4px 0 4px 25px;
}
.floatr {
	float: right;
	margin: 5px 0 2px 10px;
}
.contactform {
	border-collapse: collapse;
	border-top: 1px solid #b9b3a8;
}
.contactform tr {
	vertical-align: top;
}
.contactform td {
	font-size: 0.8em;
	padding: 6px 15px 3px 0;
	border-bottom: 1px solid #b9b3a8;
}
.contactform input, .contactform textarea {
	margin-bottom: 3px;
}
.contactform input[type="checkbox"] {
	margin-bottom: 5px;
}
.para {
	font-size: 0.9em;
	line-height: 1.35;
	margin: 0 0 1em 0;
}
.nobreak {
	white-space: nowrap;
}