@charset "ISO-8859-1";
/* CSS Document */
* { margin:0; padding:0; }
a img,:link img,:visited img { border:none }
:link,:visited { text-decoration:none }
ul,ol { list-style:none }

a, a:link, a:visited
{
	color:#274e5f;
	font-weight:bold;
}
a:hover, a:active
{
	text-decoration:underline;
}

div { text-align: left; position:relative; }

body
{    
	background-image:url(images/header-bg.gif);
	background-repeat:repeat-x;
	background-position:0% 0%;
	width:100%;
    color: #444444;    
	background-color:#eaeae4;
    text-align:center;
	line-height:120%;
	font: 11px Arial, sans-serif;	
	z-index: 1;
} 

input { vertical-align:middle; }

input.text
{
	border: 1px solid #336666;
	font-size:1em;
	padding:3px;
	margin:0 0 5px 0;
	width:200px;
}

textarea.text
{
	border: 1px solid #336666;
	font-size:1em;
	padding:3px;
	margin:0 0 5px 0;
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
}

#bottomline
{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:2px;
	background-image:url(images/bottomline-bg.gif);
	background-repeat:repeat-x;
}

#wrapper
{
	background-color:#eaeae4;
	width:1000px;
	margin:0 auto;
	min-height:660px;
	height:auto !important;
	height:660px;
}

#footerwrapper
{
	background:#f7f7f7 url('images/footer-bg.png') repeat-x;
	background-position:bottom left;
	width:100%;
	padding-bottom:15px;
	overflow:hidden;
	position:relative;
	height:175px;
}

#footer
{
	width:1000px;	
	overflow:hidden;
	/*margin-left:390px;*/
	margin:0 auto;
}

#footer ul 
{
	float:left;
	/*margin:25px 0px 25px 100px;*/
	margin:25px 80px 25px 0px;
}

#footer ul li
{
	line-height:200%;
}

#footer a
{
	color:#274e5f;
	font-weight:bold;
}

#header
{
	width:100%;
	background:#274e5f url(images/header-bg.gif);
}

#header img
{
	margin-left:25px;
	display:block;
}

#body
{
	background-image:url(images/bg-main.gif);
	background-repeat:no-repeat;
	background-position:0% 0%;
	position:relative;
	overflow:hidden;
	width:100%;
	margin-bottom:25px;
}

#searchWrapper
{
	position:absolute;
	top:25px;
	right:25px;
	height:75px;
	width:275px;
	background-image:url(images/search-bg.png);
}

#searchWrapper div
{
	margin:33px 15px 18px 15px;
}

#sSearch
{
	width:200px;
	padding-top:2px;
	padding-bottom:2px;
	margin-right:8px;
}

#middleWrapper
{
	margin:125px 15px 0px 15px;
}

#middleWrapper_top
{
	overflow:visible;
}

#leftNav
{
	background:#335767 url(images/leftnav-bg.gif) repeat;
	width:215px;
	height:395px;
	float:left;
}

#leftNav li
{
	padding:15px 15px 0px 15px;
	position:relative;	
}

#leftNav li li
{
	padding:0px 0px 0px 15px;
}

#leftNav .subnav
{	
	position:absolute;
	height:0px;
	overflow:hidden;
	top:30px;
	left:15px;
}

#middleWrapper_top_center
{
	float:left;
	margin-left:27px;
	width:415px;
	height:395px;
}


#flash_center
{
	height:275px;
	background:#ffffff;
}


#flash_center_caption
{
	background:#ffffff;
	padding:15px;
	overflow:hidden;
	height:90px;
}

#middleWrapper_top_right
{
    float: left;
	margin-left:27px;
	height:395px;
	width:275px;
}

#middleWrapper_top_rightTop
{
	height:175px;
}

#middleWrapper_top_rightBottom
{
	background-color:#ffffff;
	padding:15px;
	height:165px;
	overflow:hidden;
	margin-top:25px;
}

#middleWrapper_bottom
{
	clear:left;
	padding-top:25px;
}

#whitepaper
{
	background:#2e2e2e url(images/whitepaper-bg.png) no-repeat;
	height:75px;
	width:215px;
	overflow:hidden;
	float:left;
	cursor:pointer;
}

#seework
{
	background:#2e2e2e url(images/seeWork-bg.png) no-repeat;
	height:75px;
	width:215px;
	overflow:hidden;
	float:left;
}

#seework p
{
	text-align:right;
	margin:10px;
	color:#ffffff;
}

#seework a
{
	display:block;
	text-align:right;
	margin:15px 10px 10px 0px;
}

#whitepaper2
{
	height:75px;
	width:215px;
	overflow:hidden;
	float:left;
}

#whitepaper p
{
	text-align:right;
	margin:10px;
	color:#ffffff;
}

#whitepaper a
{
	display:block;
	text-align:right;
	margin:15px 10px 10px 0px;
}

#middleWrapper_bottom_right
{
	background-color:#ffffff;
	padding:15px;
	width:690px;
	margin-left:25px;
	overflow:hidden;
	float:left;
}

#testimonial
{
	background-color:#eff3f3;
	width:180px;
	float:left;
}

#testimonial_name
{
	background-color:#ebf1f0;
	border-top:dotted 1px #d4d6d6;
	border-bottom:dotted 1px #d4d6d6;
	width:170px;
	padding:5px;	
}

#testimonial_name p
{
	margin-top:2px;
	margin-bottom:2px;	
}

#testimonial .testimonial_quote
{
	margin:5px 5px 10px 5px;
}

#blurb
{	
	float:left;
	margin-left:20px;
	padding-bottom:15px;	
	width:485px;
}

#blurb p
{
	margin-bottom:2em;
}


#copyright
{
	position:absolute;
	right:15px;
	bottom:10px;
}

#copyright span
{
	color:#274e5f;
}
img.imgTitle
{
	display:block;
	margin-bottom:5px;
}

img.imgTitleCentered
{
	display:block;	
	margin: 0px auto 5px auto;
}

a.btn
{
	display:block;
	width:175px;
	height:22px;
	cursor:hand;
	position:absolute;
	right:15px;
	bottom:15px;
}

a.btntop
{
	display:block;
	width:175px;
	height:22px;
	cursor:hand;
	position:absolute;
	right:15px;
	bottom:38px;
	border-bottom:1px dotted #ffffff;	
}

a.btn:link,a.btn:visited,a.btntop:link,a.btntop:visited
{
	background:#82a938 url(images/green-btn.png) no-repeat;	
}

a.btn:hover,a.btn:active,a.btntop:hover,a.btntop:active
{
	background:#a7cf50 url(images/green-btn.png) no-repeat;
}


img.btnText
{
	display:block;
}

/* ie hack */
* html a.btn, *html a.btntop
{
	background-image:none;
	background-color:#82a938;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/green-btn.png", sizingMethod="crop");
}

* html a.btn:link, * html a.btn:visited, * html a.btntop:link, * html a.btntop:visited
{
	background-image:none;
	background-color:#82a938;	
}


* html a.btn:hover, * html a.btn:active,* html a.btntop:hover,* html a.btntop:active
{
	background-image:none;
	background-color:#a7cf50;	
}

.extraBtn
{
	padding-bottom:40px ! important;
}

#feature {	
	position: absolute;
	top: 117px;
	left: 167px;
	z-index: 100;
	width: 320px;
	height: 240px;	
	margin:0;
	visibility: visible;
	outline:none;
}

#feature:active {
	outline:none;	
}

#feature:focus {
	outline:none;	
}

#fuzzysearch
{
	position:absolute;
	top: 25px;
	left: 0px;
	width:240px;
    padding: 0px;	
	background-color:#ffffff;
	border: 1px solid #D0D0D0;
	z-index: 999;
	overflow: visible;
}

.closeSearch {
	text-align: right;
    padding: 0px;
	margin-right: 5px;
}

.search {
	clear: both;
}

.hidden {
	display: none; 
	z-index: 999;	
}

.visible {
	display: block;
	z-index: 999;
}

#txt_search
{
	margin:5px 5px 0px 10px;
	width: 128px;
}

.tooltip {
   	    background-color:#444F49;
		color:#ffffff;
		padding: 5px;
	    font-family:Arial, Helvetica, sans-serif;	
    	font-size:11px;		
      }
	  
.blog_title
{
	color:#9AC201;
	font-weight:bold;
}

.blog_other
{
	color:#9AC201;
}

p.blog
{
	margin-top:15px;
}

.blog_vid_img
{
	float:left;
	margin-top:15px;
	margin-right:10px;
}

.footah {
	width:100%;
	margin-left:260px;
}

.footah ul {
	padding-right:35px;
}

.fullOn {
	width:715px;
	padding:0;
	margin:0;
	background-color:#ffffff;
	float:left;
	margin-left:27px;	
}

.halfFullOn {
	width:415px;
	padding:0;
	margin:0;
	background-color:#ffffff;
	float:left;
	margin-left:27px;	
}

/* client page */

.clientBox {
	border-right: solid 1px #CCC;
	width:119px;
	height:120px;
	padding:0 10px 0 0;
	margin:0 0px 20px 10px;
	float:left;
}

.clientBox img {
	display:block;
	margin:auto;
	width:120px;
	height:120px;
	outline:none;
	border: none;
}

#clientMatrix {
	width:715px;
	padding:0;
	margin:0 0 0 0px;
	clear:left;
}

.aClient {
	margin: 0 20px 20px 20px;
	float:left;
}

.bClient {
	margin: 0 0px 20px 0;
	float:left;
}

.featuredLogo {
	background: no-repeat top left url(images/clients/featuredBg.png);
	float:left;
	width:120px;
	height:120px;
}

.featuredCopy {
	float: left;
	margin: 0 0 0 20px;
	width:190px;
}

.featuredTitle {
	height:11px;
	padding:0;
	margin:0;
}

.featuredBody {
	height: 78px;
	padding:10px 0 0 0;
	margin:0;
}

a.featuredLink {
	width:190px;
	height:21px;
	padding:0;
	margin:0;
	outline:none;
}

a.featuredLink img {
	background: url(images/clients/link.png) top left no-repeat;
	width:190px;
	height:21px;
	padding:0;
	margin:0;	
	outline:none;	
}

a.featuredLink:hover img {
	background: url(images/clients/linkOver.png) top left no-repeat;
	width:190px;
	height:21px;	
	padding:0;
	margin:0;	
	outline:none;	
}

object {
	outline: none;	
}

object:active, div:active {
	outline: none;
}

object:focus, div:focus {
	-moz-outline-style: none;
}

#socialBox {
	width:215px;
	height:75px;
	background: #ffffff;
	float:left;
	overflow:hidden;
}

#facebookButt {
	margin: 11px 0 0 17px;
	float:left;
}

#twitterButt {
	margin: 11px 0 0 2px;
	float:left;	
}

#facebookButt2 {
	margin: 9px 0 0 17px;
	float:left;
}

#twitterButt2 {
	margin: 9px 0 0 0px;
	float:left;	
}

#facebookButt3 {
	margin: 25px 0 0 17px;
	float:left;
}

#twitterButt3 {
	margin: 25px 0 0 2px;
	float:left;	
}

#nespressoThumbs {
	width:295px;
	width:788px;
	height:385px;	
	height:250px;
	float:left;
	clear:both;
	padding:0 0 25px 160px;
}

#nespressoReel {
	width:640px;
	height:385px;
	float:left;
	clear:both;
	margin: 0 0 0 25px;
	margin: 0 0 0 0px;
	padding:0 160px 0 160px;	
}

.micrositeThumb  {
	width:310px;
	height:205px;
	background:white;
	margin:25px 0 0 25px;
	padding:5px;
}

.ad_680x90 {
	width: 680px;
	height: 90px;
	background: black;
	margin: 25px 0 0 25px;
}

.ad_728x90 {
	width: 728px;
	height: 90px;
	background: black;
	margin: 25px 0 0 25px;	
}

.ad_160x600 {
	width: 160px;
	height: 600px;
	background: black;	
	margin: 25px 0 0 0;		
}

.ad_125x300 {
	width: 125px;
	height: 300px;
	background: black;
	margin: 25px 0 0 25px;		
}

.ad_400x500 {
	width: 400px;
	height: 500px;
	background: black;
	margin: 25px 0 0 25px;		
}

.ad_300x250 {
	width: 300px;
	height: 250px;
	background: black;
	margin: 25px 0 0 25px;		
}

.ad_250x250 {
	width: 250px;
	height: 250px;
	background: black;
	margin: 25px 0 0 25px;		
}

.ad_120x600 {
	width: 120px;
	height: 600px;
	background: black;
	margin: 25px 0 0 0;		
}

.ad_400x500 {
	width: 400px;
	height: 500px;
	background: black;
	margin: 25px 0 0 25px;		
}

.ad_125x300 {
	width: 125px;
	height: 300px;
	background: black;
	margin: 25px 0 0 25px;		
}

.ad_700x100 {
	width: 700px;
	height: 100px;
	background: black;
	margin: 25px 0 0 25px;		
}

.floatLeft {
	float:left;
}

.clearBoth {
	clear: both;
}