@import url("general.css");


/* PRIMARY */
/* -------------------------------------------------------------------------------- */

#content #primary{
	font-size: 1.3em;
	line-height:1.5em;
}


/* WHAT WE DO */
/* -------------------------------------------------------------------------------- */

#whatwedo{
	padding:60px 20px 40px 40px;
	background-color: #FFFFFF;
}


#whatwedo img#lnywBadge{
	position: absolute;
	top:15px;
	left:310px;
}

#whatwedo h2{
	position: relative;
	width:241px;
	height:29px;
	background-image: url('/images/general/title_what_we_do.png');
	text-indent: -4000px;
	margin:0 0 23px 0;
}

#whatwedo p{
	color: #656564;
	margin:1em 0;
}

#whatwedo blockquote{
	position: relative;
	left:-40px;
	width: 220px;
	padding: 15px 15px 15px 55px;
	background: #191E1F url('/images/general/speechBubbleArrow_mask.png') no-repeat 0 0;
	color:#DDDCD6;
	text-align: center;
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: normal;
	font-style: italic;
	margin:20px 0;
}

#whatwedo div#weLike{
	float:right;
	width: 175px;
	padding: 25px 15px 25px 25px;
	background-color: #69A4B9;
	margin:0 0 10px 20px;
	color:#FFFFFF;
}

#whatwedo #weLike h3{
	font-size: 1.6em;
	font-family: Verdana;
	margin: 5px 0 15px 0;
	font-weight: normal;
}

#whatwedo #weLike ul li{
	line-height: 1.6em;
	list-style:square inside url("/images/general/icon_heart.png");
}



/* WHO WE ARE */
/* -------------------------------------------------------------------------------- */

#whoweare{
	position: relative;
	margin-top: 15px;
	padding:36px 20px 40px 40px;
	background-color: #FFFFFF;
}

#whoweare h2{
	position: relative;
	width:242px;
	height:29px;
	background-image: url('/images/general/title_who_we_are.png');
	text-indent: -4000px;
	margin:0 0 30px 0;
}

#whoweare ul li{
	background-color: #DDDCD6;
	margin-top: 20px;
	padding:15px 30px;
	margin-left: -20px;
	line-height: 1.5em;
}

#whoweare ul li h3{
	color:#191E1F;
}

#whoweare ul li p{
	font-style: italic;
	color:#333333;
}

#whoweare ul li p a{
	color:#191E1F;
	font-weight: bold;
	text-decoration: underline;
}



/* SECONDARY */
/* -------------------------------------------------------------------------------- */


#content #secondary{
	background-color: #69A4B9;
	font-family: Verdana;
	line-height: 1.5em;
}


/* WORKING WITH YOU */
/* -------------------------------------------------------------------------------- */

#secondary h2{
	background:#191E1F;
	color:#FFFFFF;
	font-size: 1.5em;
	font-weight: normal;
	padding:10px 20px;
	position:relative;
	display:block;
	float:left;
}

#secondary ol{
	position:relative;
	clear:both;
}

#secondary ol li{
	line-height: 1.5em;
	font-size: 1.1em;
	position:relative;
	padding:50px 30px 20px 30px;
	background:#FFFFFF url('/images/general/joiner.gif') no-repeat;
}

#secondary ol li.listening{
	background-image: none;
	padding-top: 20px;
}
#secondary ol li.listening img.badge{
	top:105px;
	left:230px;
}

#secondary ol li.planning{
	background-position: -70px 0;
}
#secondary ol li.planning p{
	width:200px;
}
#secondary ol li.planning img.badge{
	top:55px;
	left:235px;
}

#secondary ol li.thinking{
	background-position: -200px 0;
}
#secondary ol li.thinking h3{
	position: relative;
	left:120px
}
#secondary ol li.thinking p{
	position: relative;
	width:180px;
	left:120px
}
#secondary ol li.thinking img.tennis{
	top:15px;
	left:40px;
}
#secondary ol li.thinking img.sumo{
	top:110px;
	left:20px;
}

#secondary ol li.doing{
	background-position: -20px 0;
}

#secondary ol li.measuring{
	background-position: -200px 0;
}
#secondary ol li.measuring h3{
	position: relative;
	left:110px
}
#secondary ol li.measuring p{
	position: relative;
	width:170px;
	left:110px
}
#secondary ol li.measuring img.seo{
	top:15px;
	left:35px;
}
#secondary ol li.measuring img.marshall{
	top:110px;
	left:15px;
}


#secondary ol li.winning{
	background-position: -50px 0;
}
#secondary ol li.winning p{
	width:220px;
}
#secondary ol li.winning img.badge{
	top:10px;
	left:230px;
}

#secondary ol li.thanking{
	background-position: -200px 0;
}

#secondary ol li h3{
	font-weight: bold;
	font-size: 1.1em;
	margin:0 0 3px 0;
	color: #333333;
}

#secondary ol li p{
	color: #515151;
}

#secondary ol li img.badge{
	position: absolute;
	z-index:1000;
}



