/* Logo Blue : #2568bc
** Logo Green : #3aa000
** Pale Blue: #a3c0e3
** Pale Green: #58782f
** Terracotta: #f0b7a3
** Dark Terracotta: #df8604
*/

/* Version - 2010/07/24 */

/* global reset */
* {
margin: 0;
padding: 0;
border: 0 none;
font-weight: normal;
font-style: normal;
text-decoration: none;
outline-style: none;
}
ul { list-style-type: none }
h1, h2, h3, h4, h5, h6 { font-family: "Myriad Web", Tahoma, sans-serif; letter-spacing: 1px }
em { font-style: italic }
strong { font-weight: bold }
body { 
font: 12px/1.8 Verdana, sans-serif;
color: #dbdddf;
background: #000;
position: relative;
}
button { cursor: pointer }

/* container bands: need these for stretchy widths */

#masthead_wrap {
	height: 127px;
	background: #2568bc url(../images/masthead-bground-blue.jpg) no-repeat 50% 0%;
}

#featured_wrap {
	height: 270px;
	background: #b7babf url(../images/featured-bground.jpg) repeat-y 50% 0%;
}

#primary_wrap {
	min-height: 20px;
	background: #171e0c url(../images/primary-bground.jpg) repeat-y 50% 0%;
	border-bottom: 2px dotted black;
}

#secondary_wrap {
	min-height: 210px;
	background: #000 url(../images/featured-bground.jpg) repeat-y 50% 0%;
	border-bottom: 1px solid black;
}

#footer_wrap {
	height: 100px;
	background: #000 url(../images/footer-bground.jpg) no-repeat 50% 0%;
	clear: right;
}

/* layout */

#masthead {
	position: relative;
	width: 890px;
	margin: 0 auto;
	padding-top: 17px;
	background: url(../images/shadow-top.png) no-repeat -5px 114px;	
}

#masthead h1 {
	margin-left: -7px;
	width: 258px;
	height: 110px;
	color: white;
   background: url(../images/next-step-associates-logo-cloud.png) no-repeat;
}

#masthead h1 a {
	width: inherit;
	height: inherit;
	display: block;
}

#masthead h1 a span {
	visibility: hidden;
}

ul#nav {
	width: 570px;
	position: absolute;
	top: 73px;
	right: 25px;
}

ul#nav li {
	float: left;
	margin-left: 30px;
	cursor: pointer;
}

ul#nav li.first {
	margin-left: 0;
}

ul#nav li a {
	display: block;
	text-indent: -9999px;
}

ul#nav a#about {
	background: url(../images/about-nav.png) no-repeat left top;
	height: 54px;
	width: 70px;
}

ul#nav a#services {
	background: url(../images/services-nav.png) no-repeat left top;
	height: 54px;
	width: 96px;
}

ul#nav a#clients {
	background: url(../images/clients-nav.png) no-repeat left top;
	height: 54px;
	width: 81px;
}

ul#nav a#products {
	background: url(../images/products-nav.png) no-repeat left top;
	height: 54px;
	width: 108px;
}

ul#nav a#contact {
	background: url(../images/contact-nav.png) no-repeat left top;
	height: 54px;
	width: 92px;
}

ul#nav a:hover#about, ul#nav a#about-selected {
	background: url(../images/about-nav.png) no-repeat left -54px;
	height: 54px;
	width: 70px;
}
			
ul#nav a:hover#services, ul#nav a#services-selected {
	background: url(../images/services-nav.png) no-repeat left -54px;
	height: 54px;
	width: 96px;
}

ul#nav a:hover#clients, ul#nav a#clients-selected {
	background: url(../images/clients-nav.png) no-repeat left -54px;
	height: 54px;
	width: 81px;
}

ul#nav a:hover#products, ul#nav a#products-selected {
	background: url(../images/products-nav.png) no-repeat left -54px;
	height: 54px;
	width: 108px;
}

ul#nav a:hover#contact, ul#nav a#contact-selected {
	background: url(../images/contact-nav.png) no-repeat left -54px;
	height: 54px;
	width: 92px;
}

#featured {
	position: relative;
	width: 890px;
	margin: 0 auto;
	z-index: 9;	
}

img#case_study {
	display: block;
	float: right;
	margin-top: 5px;
}

h5#blurb {
	width: 394px;
	height: 211px;
	font-size: 20px;
	padding-top: 28px;
	color: #4c535d;
}

h5#blurb strong {
	color: #6f963c; font-weight: normal;
}

h5#blurb a, h5#blurb a:hover {
	color: #df8604;
}

h5#blurb a:hover {
	border-bottom: 1px dotted;
}

#primary {
	width: 950px;
	margin: 0 auto;
	padding-top: 3em;
	padding-bottom: 2em;
	color: #eee;
	font-size: 1.2em;
	overflow: auto;
	background: url(../images/shadow.png) no-repeat;
}

#primary h3, #primary h3 a {
	font-size: 22px;
	color: #c5d5b1;
	margin-bottom: 22px;
	height: 30px;
}

#primary h3 a {
	font-weight: normal;
}

#primary a { 
	color: #f0b7a3; 
	border-bottom: none; 
	font-weight: bold;
	letter-spacing: 0.05em;
}

#primary a:hover, #primary h3 a:hover {
	border-bottom: 1px dotted;
}

#about-us {
	margin-left: 30px;
	width: 270px;
	float: left;
}

#about-us p {
	margin-top: 11px;
}

#our-services {
	margin-left: 40px;
	width: 270px;
	float: left;
}

#our-services dt {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px dotted;
}

#our-services dl > dt:first-child {
	margin-top: 0;
	padding-top: 0;	
	border-top: none;
}

.head {
	cursor: pointer;
}

#client-list {
	margin-left: 40px;
	width: 270px;
	float: left;
}

#client-list ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 1em;
}

#primary #client-list a {
	border-bottom: 0;
}

#primary #client-list a:hover {
	border-bottom: 1px dotted;
}

#secondary {
	position: relative;
	width: 950px;
	margin: 0 auto;
	color: #cfd1d3;
	padding-top: 30px;	
	min-height: 190px;
	z-index: 10; 
}

#client-quote {
	width: 300px;
	margin-left: 2em;
	float: right;
}

#client-quote h4 {
	color: white;
	font-size: 1.6em;
	line-height: 140%;
	padding: 0.5em;
}

#client-quote .byline1 {
	color: #444;
	font-size: 1.6em;;
	margin-left: 75px;
	margin-top: -15px;	
}

#client-quote .byline2 {
	color: #555;
	font-size: 1.3em;
	margin-left: 76px;
	margin-top: -10px;
	margin-bottom: 1em;
}

#general-quotes {
	width: 550px;
	padding-bottom: 25px;
}

#general-quotes h4 {
	margin-bottom: 1em;
	color: #444;
	font-size: 1.6em;
	font-weight: bold;
}

#general-quotes blockquote {
	border-left: 1em solid #f0b7a3;
	border-top: 1px solid #f0b7a3;
	padding-left: 1em;
	color: #444;
}

#general-quotes blockquote p:first-line {
	font-size: 1.4em;
}

#general-quotes p.attribute-to {
	margin-left: 2em;
	margin-bottom: 1.5em;
	color: black;
	font-weight: bold;
	text-transform: uppercase;
}

#footer {
	width: 890px;
	min-height: 130px;
	margin: 0 auto;
	color: #454c55;
	padding: 0.8em;
}

#footer ul {
	margin-top: 0.5em;
	padding-top: 0.8em;
}

#footer li {
	display: inline;
}

#footer a {
	color: #aaa;
}

#footer a:hover {
	color: white;
	border-bottom: 1px dotted;
}

#microformat-vcard {
	margin: 0.5em 0 0.5em 1em;
	padding: 0.8em 0 0.8em 0;
	float: right;
	color: #aaa;
}

#microformat-vcard img {
	float: right;
}

#microformat-vcard .org {
	font-weight: bold;
}

#microformat-vcard a {
	font-weight: bold;
	color: #f0b7a3;
}

#quotes { 
	width: 890px;
	margin-left: 30px;
}

.home_quotes {
	float: left;
	margin-right: 15px;
	width: 42px;
	height: 42px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* CSS Play Speech Bubble */

#container {background:#d8d8ee; width:600px; margin:15px; padding:20px;}
.xsnazzy h1, .xsnazzy h2, .xsnazzy p {margin:0 10px; letter-spacing:1px;}
.xsnazzy h1 {font-size:2.5em; color:#fc0;}
.xsnazzy h2 {font-size:2em; color:#234; border:0;}
.xsnazzy p {padding-bottom:0.5em; color:#eee;}
.xsnazzy h2 {padding-top:0.5em; padding-left:10px;}
.xsnazzy {background: transparent; margin:1em;}

.xsnazzy em {display:block; width:0; height:0; color:#d8d8ee; overflow:hidden; border-top:12px solid #fff; border-left:12px dotted transparent; border-right:12px dotted transparent; margin-left:50px;}
/* hack for IE5.5 */
* html .xsnazzy em {width:24px; height:12px; w\idth:0; hei\ght:0;}
.xsnazzy span {display:block; width:0; height:0; color:#fff; overflow:hidden; border-top:10px solid #58782f; border-left:10px dotted transparent; border-right:10px dotted transparent; margin-left:52px; margin-top:-15px;}
* html .xsnazzy span {width:20px; height:10px; w\idth:0; hei\ght:0;}

.xb1, .xb2, .xb3, .xb4, .xb5, .xb6, .xb7 {display:block; overflow:hidden; font-size:0;}
.xb1, .xb2, .xb3, .xb4, .xb5, .xb6 {height:1px;}
.xb4, .xb5, .xb6, .xb7 {background:#ccc; border-left:1px solid #fff; border-right:1px solid #fff;}

.xb1 {margin:0 8px; background:#fff;}
.xb2 {margin:0 6px; background:#fff;}
.xb3 {margin:0 4px; background:#fff;}
.xb4 {margin:0 3px; background:#58782f; border-width:0 5px;}

.xb5 {margin:0 2px; background:#58782f; border-width:0 4px;}
.xb6 {margin:0 2px; background:#58782f; border-width:0 3px;} 
.xb7 {margin:0 1px; background:#58782f; border-width:0 3px; height:2px;} 

.xboxcontent {display:block; background:#58782f; color: white; border:3px solid #fff; border-width:0 3px;}

/* Specific Styles */

#featured_wrap.sub-menu {
	height: 34px;
}

#primary_wrap.minor #primary {
	margin: 0 auto;	
	padding: 0;
}

#primary_wrap.minor h2 {
	font-weight: bold;
	margin: 0.5em 0 0.5em 30px;
	padding: 0;
}

#primary_wrap.minor p {
	margin: 0.5em 0 0.5em 30px;
	padding: 0;	
}

ul#secondary-nav {
	display: block;
	width: 100%;
}

ul#secondary-nav li {
	margin-top: 0.5px;
	float: left;
	cursor: pointer;
}

ul#secondary-nav li.first {	
	margin-left: 0;
}

ul#secondary-nav li a {
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	color: #444;
	font-size: 1.4em;
	font-weight: bold;
}

ul#secondary-nav li a:hover, ul#secondary-nav li a.selected-nav {
	color: #df8604;	
}

#content-area {
	margin: 0 2em 3em 2em;
	font-size: 1.2em;
	color: #222;
}

#content-area h2 {
	font-size: 1.6em;
	font-weight: bold;
}

#content-area h3 {
	font-size: 1.2em;
	font-weight: bold;
}

#content-area p {
	margin-bottom: 1em;
}

#content-area p strong {
	color: #6f963c;
}

#content-area a {
	color: #df8604;
	font-weight: bold;
}

#content-area a:hover {
	border-bottom: 1px dotted #df8604;
}

#content-area .product {
	border-top: 1px dotted #df8604;
	padding: 1em 0;
	clear: both;
}

#content-area .product a {
	font-weight: bold;
	color: #df8604;
}

#content-area img {
	margin: 0 1em 1em 0;
	float: left;
}

#content-area a.call-to-action {
	color: #58782f;
	font-weight: bold;
	font-size: 2em;
	background-color: white;
	border: 2px solid #58782f;
	padding: 0.2em 0.3em;
}

#content-area a.call-to-action:hover {
	color: #df8604;
	border: 2px solid #df8604;
}

#content-area blockquote {
	margin: 1em 2em 1em 0;
	padding-left: 1em;
	border-left: 1em solid #f0b7a3;
}

#content-area blockquote p {
	font-style: italic;
}

#content-area blockquote[cite]:after {
   content: "Courtesy: " attr(cite);
   border-top:1px dotted #999;
   padding-top:0.25em;
   display:block;
   color:#000;
}

#content-area p.reference {
	border-left: 1em solid #58782f;
	padding-left: 1em;
}

#content-area div.person-profile {
	border: 1px dotted #222;
	min-height: 150px;
	margin-bottom: 2em;
	clear: both;	
}

#content-area div.person-profile:hover {
	border: 1px solid #df8604;
	background-color: #f0b7a3;
}

#content-area div.person-profile p span.person {
	font-size: 1.2em;
	font-weight: bold;
	font-style: normal;
}

#content-area div.person-profile span.pseudo-link {
	color: #df8604;
	font-weight: bold;	
}

#content-area div.person-profile a:hover span.pseudo-link {
	border-bottom: 1px dotted #df8604;
}

#content-area div.person-profile p {
	width: 100%;
	height: 100%;
	margin: 0;
}

#content-area div.person-profile a {
	display: block;
	width: 100%;
	height: 150px;
	color: #222;
	font-weight: normal;
}

#content-area div.person-profile a:hover {
	color: #222;
	border: 0;
}

#content-area div.person-profile img {
	margin: 10px;
}

#content-area dl {
	margin-bottom: 2em;
	clear: both;
}

#content-area dl dt {
	font-weight: bold;
	float: left;
}

#content-area dl dd {
	margin-left: 30em;
}

#content-area ul, #content-area ol {
	margin-bottom: 1em;
}

#content-area ul li {
	list-style-type: disc;
	list-style-position: outside;
	position: relative;
	left: 1em;
}

#content-area ol li strong {
	color: #3aa000;
}

/* Google Checkout Styling */

.googlebox {
	margin: 0 0 1em 1em;
	padding: 1em;
	border: 2px solid #2568bc;
	float: right;
	background: white;
	text-align: center;
}

.googlebox div, .googlebox form {
	margin: 0 auto;
}
