@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END CSS RESET*/

a:link {
	color: #8D836D;
}
a:visited {
	color: #8D836D;
}
a:hover {
	color: #00A950;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #635C4C;
	font-size: 62.5%;
}

/* Body I.D.s for "You are here" effects on buttons */

body#about a#nav-1 {
	background-image: url(../_images/about.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

body#clients a#nav-2 {
	background-image: url(../_images/clients.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

body#sharing a#nav-3 {
	background-image: url(../_images/sharing.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

body#contact a#nav-4 {
	background-image: url(../_images/contact.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/* for Tesimonials pages. Highlight Clients in main Nav */
body#testimonials-1 a#nav-2, body#testimonials-2 a#nav-2  {
	background-image: url(../_images/clients.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/* END Body I.D.s */

#wrapper {
	height: 750px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #FFF;
}
#header {
	height: 200px;
	width: 900px;
	position: relative;
	background-color: #FFF;
	background-image: url(../_images/KFFPR_Header.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	color: #fff;
}
#mainContent {
	float: left;
	height: 550px;
	width: 545px;
	position: relative;
	background-color: #FFF;
	display: inline;
}

/* image classes for mainContent background images */

.mainHome {
	background: url(../_images/KFFPR_homeGraphic.jpg) no-repeat left top;
}
.mainAbout {
	background: url(../_images/KFFPR_aboutGraphic.jpg) no-repeat left top;
}
.mainClients {
	background: url(../_images/KFFPR_clientsGraphic.jpg) no-repeat left top;
}
.mainSharing {
	background: url(../_images/KFFPR_sharingGraphic.jpg) no-repeat left top;
}
.mainContact {
	background: url(../_images/KFFPR_contactGraphic.jpg) no-repeat left top;
}
.mainTestimonials {
	background: url(../_images/KFFPR_testimonialsGraphic.jpg) no-repeat left top;
}

/* Navigation Buttons */

ul#nav {
	float: right;
	height: 240px;
	margin-top: 90px;
	display: inline-block;
	position: relative;
	width: 355px;
}

#nav li {
	height: 60px;
	text-indent: -1900px;
	display: block;
}
#nav a {
	height: 60px;
	display: block;
}
.about {
	background-image: url(../_images/about.png);
	background-repeat: no-repeat;
	background-position: -355px 0px;
}

.about a:hover {
	background-image: url(../_images/about.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.clients {
	background-image: url(../_images/clients.png);
	background-repeat: no-repeat;
	background-position: -355px 0px;
}

.clients a:hover {
	background-image: url(../_images/clients.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.sharing {
	background-image: url(../_images/sharing.png);
	background-repeat: no-repeat;
	background-position: -355px 0px;
}

.sharing a:hover {
	background-image: url(../_images/sharing.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.contact {
	background-image: url(../_images/contact.png);
	background-repeat: no-repeat;
	background-position: -355px 0px;
}

.contact a:hover {
	background-image: url(../_images/contact.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/* Home Link */

#homeLink li {
	top: 40px;
	position: relative;
	float: left;
	display: block;
	font: bold 1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	left: 35px;
}
#homeLink a {
	display: block;
	text-decoration: none;
	color: #a6a7a8;
	text-transform: uppercase;
	letter-spacing: 1px;
	float: left;
}
#homeLink a:hover {
	color: #777;
}

/* Hide homeLink on index.html */

#homeLink .hide {
	visibility: hidden;
}

/* "Read More" link to testimonials.html */

#testimonialLink li {
	top: 250px;
	position: absolute;
	float: left;
	display: block;
	font: bold 1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	left: 340px;
	z-index: 1;
}

#testimonialLink a {
	display: block;
}

/* Page # & "you are here" highlighting on Testimonials pages */
#testimonialPages li {
	float: left;
	left: 460px;
	z-index: 1;
	position: relative;
	margin-right: 15px;
	display: block;
	top: 510px;
	font: bold 1.25em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#testimonialPages a {
	display: block;
	color: #b5aa90;
	text-decoration: none;
}
#testimonialPages a:hover {
	text-decoration: overline;
}
body#testimonials-1 a#tes-1 {
	color: #00a950;
}
body#testimonials-2 a#tes-2 {
	color: #00a950;
}

/* research, action, communication and evaluation */
#r_a_c_e {
	background-image: url(../_images/r_a_c_e.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
	height: 25px;
	width: 355px;
	margin-top: 40px;
	text-indent: -1900px;
}
.homeText {
	float: left;
	margin-top: 167px;
	margin-left: 180px;
	position: relative;
	padding-right: 35px;
	font: 2em/130% "Times New Roman", Times, Georgia, serif;
	display: inline;
}

.sharingText {
	float: left;
	margin-top: 85px;
	margin-left: 100px;
	position: relative;
	padding-right: 45px;
	font: 1.6em/130% "Times New Roman", Times, Georgia, serif;
	display: inline;
}

.contactText {
	float: left;
	margin-top:95px;
	margin-left:210px;
	position: relative;
	padding-right: 45px;
	font: 1.6em/125% "Times New Roman", Times, Georgia, serif;
	display: inline;
}

.clientsText {
	float: left;
	margin-top:110px;
	margin-left: 95px;
	position: relative;
	padding-right: 175px;
	font: 1.3em/125% "Times New Roman", Times, Georgia, serif;
	display: inline;
}

.testimonialText {
	float: left;
	margin-top: 85px;
	margin-left: 80px;
	position: relative;
	padding-right: 60px;
	display: inline;
}

.testimonialText p {
	font: 1.3em/125% "Times New Roman", Times, Georgia, serif;
	margin-bottom: 10px;
}
.testimonialText p.testimonialSig {
	padding-left: 20px;
	text-transform: uppercase;
	margin-bottom: 25px;
	font: .8em/150% "Lucida Grande", Lucida, Verdana, sans-serif;
}

.margin_rt {
	display: block;
	padding-right: 25px;
}

.KaySig {
	text-transform: uppercase;
	font: .7em "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: 2px;
	float: right;
	margin-top: 35px;
	padding-right: 10px;
}

.clientSig {
	text-transform: uppercase;
	float: left;
	margin-top: 10px;
	padding-left: 10px;
	font: .7em/150% "Lucida Grande", Lucida, Verdana, sans-serif;
}

.largerBold {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
}
#aboutScroll {
	position: relative;
	height: 260px;
	overflow: auto;
	xwidth: 365px;
	padding-left: 80px;
	padding-bottom: 0;
	margin-top: 0;
	padding-right: 10px;
}
#aboutScroll p {
	margin-bottom: 12px;
	font: 1.5em/135% "Times New Roman", Times, Georgia, serif;
}
#rio {
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	width: 100%;
	text-align: center;
	color: #a0967f;
	clear: both;
	height: 30px;
	float: left;
	bottom: -45px;
	display: inline;
	font: 1em "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", "sans serif";
	left: 0;
}

#rio a {
	color: #a0967f;
	text-decoration: none;
}
#rio a:hover {
	color: #a99f89;
	text-decoration: underline;
}
