/*CSS Reset*/body, div, dl, dt, dd, li, pre,form, fieldset, input, textarea, p, blockquote, th, td, button { margin: 0; padding: 0; }h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-weight: normal; }address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }ol, ul { list-style: none; margin: 0; padding: 0; }table { border-collapse: collapse; border-spacing: 0; } caption, th { text-align: left; font-weight: normal; font-style: normal; }acronym, abbr, fieldset, img { border: 0;}:focus { outline: 0; }

.clear {
	clear: both;
}


/*Overall Typography ___________________________________________________*/
body {
	font-family: arial, helvetica, sans-serif;
}

p, ul, ol, td {
	font-size: .8em;
	line-height: 22px;
	margin-bottom: 25px;
	margin-left: 45px;
}

em {
	font-style: italic;
}

a:link, a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #cc3300;
	color: #cc3300;
}

a:hover, a:active {
	background-color: #cc3300;
	color: #fff;
	border-bottom: none;
}

h3 {
	background-color: #669cd0;
	color: #fff;
	border-left: 8px solid #ff9900;
	padding-left: 35px;
	margin-top: 35px;
	text-indent: -9999em;
	display: block;
	background-repeat: no-repeat;
	background-position: 35px 4px;
}

h4 {
	font-size: 19px;
	color: #cf3f0f;
	margin: 35px 0 15px 45px;
	text-indent: -9999em;
	background-repeat: no-repeat;
}


/*Center the Page _______________________________________________________*/
body {
	text-align: center;
	background-image: url(../images/bkgd_body.jpg);
	background-repeat: repeat-x;
}

#container {
	position: relative;
	width: 940px;
	margin: 0 auto;
	text-align: left;
}



/*Header and Stuff Within It ____________________________________________*/
#header {
	background-color: #669cd0;
	border-right: 6px solid #4491dd;
	margin: 40px 0;
	height: 84px;
}

h1#logo {
	text-indent: -9999em;
	position: absolute;
	top: -26px;
	left: 0;
	background-image: url(../images/logo.jpg);
	width: 248px;
	height: 132px;
}

ul#contactInfo {
	float: right;
	padding: 30px 65px 0 0;
}

ul#contactInfo li#phone {
	background-image: url(../images/phone.gif);
	background-repeat: no-repeat;
	width: 80px;
	height: 11px;
	padding-bottom: 5px;
}

ul#contactInfo li#phone span {
	display: none;
}

ul#contactInfo li#email {
	text-indent: -9999em;
	background-image: url(../images/email.gif);
	background-repeat: no-repeat;
	width: 116px;
	height: 15px;
}

ul#contactInfo li#email span {
	display: none;
}

ul#contactInfo li#email a:link {
	position: absolute;
	top: 44px;
	right: 70px;
	width: 116px;
	height: 15px;
	border-bottom: none;
}

ul#contactInfo li#email a:hover, ul#contactInfo li#email a:active {
	background-color: transparent;
}



/*The 2 Main Columns _____________________________________________________*/
#secondary, #primary {
	float: left;
}

#secondary {
	width: 300px;
	margin-right: 40px;
	clear: left;
}

#primary {
	width: 600px;
}




/*Secondary Column _____________________________________________________*/
#secondary p, #about h5 {
	margin: 15px 40px 0 43px;
}

#secondary p#controls {
	text-align: right;
	margin: 0;
	line-height: 0px;
}

#secondary img#next, #secondary img#previous {
	cursor: pointer;
}

#about h3 {
	background-image: url(../images/title_about.gif);
}

#about h4 {
	font-size: 18px;
	color: #06396C;
	margin-top: 15px;
	background-image: url(../images/title_rightwords.jpg);
	width: 183px;
	height: 39px;
}

#bio h3 {
	background-image: url(../images/title_claire.gif);
}

#bio img.photo {
	float: right;
	margin: 0 0 10px 10px;
}

h3.praise {
	background-image: url(../images/title_praise.gif);
	margin-bottom: 5px;
}

#praise blockquote {
	background-image: url(../images/quote_open.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	margin: 0;
}

#praise p.closeQuote {
	margin-top: -25px;
	margin-right: 0;
	background-image: url(../images/quote_closed.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 29px;
}

.cite {
	font-weight: bold;
	line-height: 16px;
}




/*Primary Column _______________________________________________________*/
#services h3 {
	background-image: url(../images/title_services.gif);
}

#portfolio, #partners {
	margin-top: 65px;
}

#portfolio h3 {
	background-image: url(../images/title_portfolio.gif);
}

#portfolio p {
	margin-top: 15px;
	margin-bottom: 10px;
	line-height: 18px;
}

#partners {
	padding-left: 45px;
}

#partners h3 {
	background-image: url(../images/title_partner.gif);
	margin-left: -45px;
}

#partners p {
	float: left;
	margin: 25px 55px 0 0;
	width: 125px;
}

#partners a:link, #partners a:visited, #partners a:hover, #partners a:active {
    border-bottom: 1px dotted #fff;
    background-color: transparent;
}

h4#writing {
	background-image: url(../images/title_writing.gif);
	width: 86px;
	height: 23px;
}

h4#editing {
	background-image: url(../images/title_editing.gif);
	width: 80px;
	height: 24px;
}

h4#training {
	background-image: url(../images/title_training.gif);
	width: 92px;
	height: 23px;
}

h4#assessments {
	background-image: url(../images/title_assessments.gif);
	width: 432px;
	height: 18px;
}

#moreInfo {
	margin-top: 65px;
}





/*Feature Area _________________________________________________________*/
#feature {
	display: block;
	height: 260px;
	border: 3px solid #669cd0;
	margin-top: 35px;
	background-image: url(../images/feature_billboard.jpg);
}

#feature h2 {
	text-indent: -9999em;
}



/*Footer ________________________________________________________________*/
#footer {
	clear: both;
	position: relative;
	height: 54px;
	margin-top: 155px;
	padding-top: 55px;
	border-bottom: 3px solid #7AA63A;
}

#footer img#grasses {
	position: absolute;
	top: -155px;
	left: -55px;
}

#footer img#clearday {
	position: absolute;
	right: 5px;
	top: 50px;
}

#footer img#myersBriggs {
	position: absolute;
	right: 125px;
	top: 30px;
}

#footer p {
	background-color: #fff;
	margin: 0 0 0 165px;
	line-height: 16px;
}





