/*  CSS 

---------- colors --------

blue:		#4da4c6
lt blue:	#d4e7ec
dk blue:	#3f7787
grey-blue:	#549eb1
red:		#f72937
lt red:		#fcdcd8
dk red:		#a45b54
yellow:		#fcff3b
lt grey:	#eee
md grey:	#ccc
dk grey:	#666
dkr grey:	#333

--------------------------*/

/*-------------------------------------------------- reset --------------------------------------------------*/

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;
}
body {
	line-height: 1;
	color: #666;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*-------------------------------------------------- globals --------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
}

h1, h2 {
	font: normal normal 3.0em/1.0em  Arial, 'Helvetica Neue', Helvetica, sans-serif;;
	color: #333;
	margin-bottom: 20px;
}

	#home h1 {
		font-size: 3.7em;
	}

h2 {
	font-size: 2.1em;
	line-height: 1.2em;
	margin: 20px 0;
}

p, dt, dd, h4, label, textarea, input, ul, ol, h5 {
	font: normal normal 1.2em/1.5em Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

h4, div.logonav dt, dl.recentthoughts dt {
	font-size: 1.5em;
	line-height: 1.2em;
	text-transform: capitalize;
}

.thoughtpages .article h1 {
    font-size: 2.5em;
}

.thoughtpages .article h2 {
    font-size: 1.5em;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}

.thoughtpages .thoughtTitle {
    font-family: "Gill Sans",Calibri,"Trebuchet MS",sans-serif;
    font-size: 3em;
    line-height: 1em;
    margin-bottom: 20px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
}

.thoughtpages .singleArticle h1 a {
    color: #333333;
}

.thoughtpages .singleArticle h1 a:hover {
    background-color: #333333;
    color: #FFFFFF;
}

.thoughtpages .article dl {
    margin-top: 0px;
}

div.article h4 {
	margin-bottom: 15px;
}

.thoughtpages .singleArticle {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E8E8E8;
}

.article div.last {
    border: none;
}

.sitemap ul,
.sitemap li {
	list-style: disc outside none;
	margin: auto;
	padding: 0;
	font-size: 14px;
}

.sitemap ul ul {
	padding-left: 30px;
}

p, label {
	color: #666;
	padding-bottom: 1.2em;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img { 
	border: none;
}

ul {
	list-style-image: none;
	list-style-type: none;
}

ul.about {
	list-style-image: none;
	list-style-type: square;
	margin-left: 18px;
	font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
}


div.results {
	display: block;
	width: 141px;
	float: right;
	margin-left: 20px;
	color: #666;
}

div.results ul {
	list-style: url(dot-grey.gif);
	padding-left: 16px;
}

div.results li {
	margin-bottom: 10px;
}

div.results h4 {
	color: #333;
	margin-bottom: 15px;
}

.inner, h4 span {
	width: 950px;
	margin: 0 auto;
	display: block;
}
	
/*---------- columns ----------*/

.maincol, .onecol, .twocol, .threecol, .fourcol {
	float:left;
	margin-right: 20px;
	display: block;
}

	.maincol {
		width: auto;
	}
	
	.onecol {
		width: 141px;
	}

	.twocol {
		width: 302px;
	}
	
	.threecol {
		width: 463px;
	}
	
	.fourcol {
		width: 626px;
	}
	
.box {
	background: #eee;
	color: #666;
	padding: 20px 10px;
	margin-top: 5px;
}

/*-------------------------------------------------- logonav --------------------------------------------------*/

div.logonav {
	position: relative;
	top: 30px;
	height: 190px;
	display: block;
	z-index: 100;
}

	#webcolorslogo {
		position: absolute;
	}
	
	div.logonav dl {
		width: 175px;
		text-align:right;
		padding-right:0px;
		margin-right:0px;
		margin-left: 20px;
		float: right;
		/* блок самого верхнего уровня в меню */
	}
		
		div.logonav dt {
			margin-bottom: 10px;
			vertical-align:middle;
			text-align:left;
			border:0px solid white;
			height:30px;
			width:138px;
			}

		div.logonav dd {
			line-height: 1.7em;
			text-align:left;
		}
		
		div.logonav dd a:link, div.logonav dd a:visited {
            width: 144px;
            display: block; 
            margin-top:0px;
			padding: 0 10px;
			background: none;
			text-align:left;
			
		}
		
		div.logonav dd a:hover {
			text-decoration: none;
			background: #eee;
		}
		
		
		
			div.logonav dd button {
            width: 144px;
            display: block; 
            margin-top:0px;
			padding: 0 10px;
			background: none;
			text-align:left;
			line-height: 1.7em;
			text-align:left;
			margin-left:0px;
			padding-left:10px;
			left:0px;

			
		}
		
		div.logonav dd button:hover {
			text-decoration: none;
			background: #eee;
		}

/*-------------------------------------------------- highlightbar --------------------------------------------------*/

div.highlightbar {
	position: relative;
	height: auto;
	min-height: 190px;
	border-bottom: 6px solid #ccc;
	margin: 30px 0 40px 0;
	overflow: visible;
}	
	
	div.highlightbar .inner {
		position: relative;
		padding: 31px 0 25px;
		display: block;
		overflow: visible;
	}

	div.casehome div.flat-image {
		padding-bottom: 35px;
	}
		
	div.highlightbar p {
		font-size: 1.4em;
		line-height: 1.5em;
		color: #fff;
		width: 585px;
		margin-bottom: 20px;
	}
	
	div.highlightbar.casehome .flat-image p {
		font-size: 1.7em;
	}

	div.highlightbar.casehome .flat-image p a.calltoaction {
		font-size: 1em;
	}
	
	.cont   {
		color: #336699;
		font-size:9pt; 
		font-weight:bold;
		text-decoration:none;
	}
	
	a.cont:link, a.cont:visited  {
		color: #336699;
		font-size:9pt; 
		font-weight:bold;
		text-decoration:none;
	}
	
	div.highlightbar .inner h4 {
		color: #333;
		margin-bottom: 15px;
	}

	div.highlightbar h1 a.caseteaser,
	div.highlightbar h1 a.caseteaser:visited,
	div.highlightbar h1.caseteaser,
	div.casehome .flat-image h1.caseteaser a,
	div.casehome .flat-image h1.caseteaser a:link,
	div.casehome .flat-image h1.caseteaser a:visited {
	    color: #000;
	}
	
	div.highlightbar h1 a.caseteaser:hover {
	    color:#000;
	    text-decoration:underline;
	    background:transparent;
	}

	div.casehome .flat-image h1.caseteaser {
		width: 570px;
		float: left;
	}
	
	div.highlightbar h4.titlebar {
		width: auto;
	}


	div.highlightbar img {
		position: absolute;
		right: 0;
		bottom: 0;
	}	
	
	div.highlightbar .flat-image img {
		border: 10px solid rgb(165, 222, 236);
		bottom: 0;
		-moz-box-shadow: 0 5px 10px #2B767F;
		-webkit-box-shadow: 0 5px 10px #2B767F;
		box-shadow: 0 5px 10px #2B767F;
		behavior: url(PIE.htc);
		float: right;
		position: relative;
	}	

	div.highlightbar img.singleCase {
	    bottom: 22px;
	}

	div.highlightbar .flat-image img.singleCase {
		margin: -60px 0 0;
	}
	
	div.highlightbar img.singleCase.short {
	    bottom: 4px;
	}
	
	a.calltoaction:link, a.calltoaction:visited {
		font: normal normal 1.5em/1.7em Arial, Helvetica Neue, Helvetica, sans-serif;
		color: #fff;
		padding: 3px 10px;
	}
	
	.bluegrad {
		background: url(highlight-blue.gif) repeat-x bottom #6ac8e0;
	}
	
		.bluegrad p a:link, .bluegrad p a:visited {
			color: #396c79;
		}
	
		.bluegrad a.calltoaction:link, .bluegrad a.calltoaction:visited {
			background: #3f7787;
		}
		
		.bluegrad a.calltoaction:hover {
			background: #d4e7ec;
		}
	
	.redgrad {
		background: url(highlight-red.gif) repeat-x bottom #fbbdaa;
	}
	
		.redgrad p a:link, .redgrad p a:visited {
			color: #834741;
		}
		
		.redgrad a.calltoaction:link, .redgrad a.calltoaction:visited {
			background: #a45b54;
		}
		
		.redgrad a.calltoaction:hover {
			background: #fcdcd8;
		}
	
/*-------------------------------------------------- content --------------------------------------------------*/

div.content {
	margin-bottom: 50px;
}
	
/*-------------------------------------------------- sidebar --------------------------------------------------*/

#sidebar {
	margin-right: 0;
}

	dl.recentthoughts {
		padding-top: 10px;
		margin-top: 50px;
		display: block;
	}

		dl.recentthoughts dt {
			margin-bottom: 12px;
		}
		
		dl.recentthoughts dd {
			font-size: 1.4em;
			text-transform: capitalize;
			background: url(arrow-grey.gif) no-repeat left;
			padding-left: 15px;
			margin-bottom: 10px;
		}
	
/*-------------------------------------------------- footer --------------------------------------------------*/

div.footer {
	background: #eeeeee url("") bottom center repeat-x;
	border-top: 5px solid #ccc;
	padding: 30px 0;
	
}

	div.footer p, div.footer ul, div.footer input, div.footer textarea { 
		font-size: 1.1em;
	}
	
	div.footer textarea { 
		height: 105px;
	}
	
	div.footer label {
		font-size: 1.0em;
	}
	
	div.footer p {
		margin-top: 20px;
	}
	
		div.footer p.onecol {
			margin-right: 0;
		}
	
	#webdesignmanhattan {
		margin-top: 35px;
	}
	
	#contactform ul.twocol {
		margin: 0;
	}
	
	#contactform li {
		margin-bottom: 10px;
	}
	
		#contactform textarea, #contactform input, div.thoughtsnav input {
			width: 290px;
			background: #fff;
			color: #666;
			border: 1px solid #ccc;
			padding: 5px;
		}
		
		#contactform input.submit {
			background: #666;
			color: #fff;
			width: 141px;
			margin-top: 10px;
			cursor: hand; cursor: pointer;
		}
		
		#contactform input.submit:hover {
			background: #999;
		}
	
	#footer_right {
	    margin-right: 0;
	}
	
	#membership_links {
	    margin-right: 0;
	}
		
	#servicelinks {
		margin-right: 0;
	}
	
		#servicelinks a:link, #servicelinks a:visited {
			font-size: 0.9em;
		}
		
		#servicelinks a:hover {
			padding: 0 1px;
			margin: 0 -1px;
		}
		
		#servicelinks ul {
			float: left;
			width: 141px;
			margin-right: 20px;
		}
		
		#servicelinks ul.last {
			margin-right: 0;
		}
		
		#servicelinks li {
			margin-bottom: 2px;
		}
		
		li.servicehead, li.serviceheadtop {
			font-weight: bold;
			font-size: 1.1em;
		}		
		
		li.servicehead {
			margin-top: 10px;
		}
		
	div.cplinks {
		clear: both;
		margin-top: 40px;
		display: block;
		border-top: 3px solid #ccc;
		padding-top: 10px;
	}
	
		div.cplinks p {
			margin: 0;
		}

		div.cplinks ul {
			float: right;
			/*width: 336px;*/
			width: auto;
		}
		
		div.cplinks li {
			display: inline;
			border-right: 1px solid #666;
			padding: 0 8px 0 6px;
		}
		
			div.cplinks li.last {
				border: none;
				padding-right: 0;
			}
		
		div.cplinks li a:link, div.cplinks li a:visited, div.cplinks p a {
			color: #666;
		}
		
		div.cplinks li a:hover, div.cplinks p a:hover {
			background: #666;
			color: #fff;
			padding: 0 3px;
			margin: 0 -3px;
			text-decoration: none;
		}
	

/*-------------------------------------------------- color coding --------------------------------------------------*/


.webdesign a:link, .webdesign a:visited, .nnews a:link, .nnews a:visited {
	color: #4da4c6;
}
	
.webdesign a:hover, div.selcase h5 a:hover, .nnews a:hover, div.selcase h5 a:hover {
		background: #4da4c6;
		color: #fff;
		text-decoration: none;
		padding: 0 3px;
		margin: 0 -3px;
	}
		
.webdesign a.featured_client:hover, .nnews a.featured_client:hover {
	    padding: 0px;
	    margin: 0px;
	}
		
.webdesign p a:hover,  .nnews p a:hover {
		background: none;
		color: #4da4c6;
		text-decoration: underline;
		padding: 0;
		margin: 0;
	}
	
	
    div.bluegrad p a:hover {
			background: #d4e7ec;
			text-decoration: none;
			padding: 0 1px;
			margin: 0 -1px;
		}
	
	div.logonav .webdesign dd a:hover, div.logonav .nnews dd a:hover {
		color: #4da4c6;
		margin: 0; 
		
	
	}
	
	.webdesign h4 a:link, .webdesign h4 a:visited, div.logonav .webdesign dt a:link, div.logonav .webdesign dt a:visited, .webdesign h4.titlebar, dl.recentthoughts dt, div.thoughtsnav h4, .nnews h4 a:link, .nnews h4 a:visited, div.logonav .nnews dt a:link, div.logonav .nnews dt a:visited, .nnews h4.titlebar {
		color: #fff;
		background: #4da4c6;
		width: 144px;
		height:25px;
		vertical-align:middle;
		padding: 2px 10px;
		display: block;
	}
	nnews
	div.logonav .nnews dt a:link,
	div.logonav .nnews dt a:visited {
			padding: 2px 10px;
	}
	
	.webdesign h4 a:hover, div.logonav .webdesign dt a:hover {
		color: #4da4c6;
		background: #eee;
		margin: 0;
	}
	
	div.footer .webdesign h4 a:hover, div.footer .webdesign h4 a:hover {
		background: #fff;
	}
	
	.webdesign a.morelink:link, .webdesign a.morelink:visited  {
		background: #4da4c6;
		color:#fff;
		padding: 0 3px;
		margin: 0;
	}
	
	.webdesign a.morelink:hover {
		background: #eee;
		color: #4da4c6;
		margin: 0;
		text-decoration: none;
	}
	
	.webdesign a.calltoaction:link, .webdesign a.calltoaction:visited {
		color: #fff;
	}
	
	.webdesign a.calltoaction:hover {
		color: #4da4c6;
		text-decoration: none;
		padding: 3px 10px;
		margin-left: 0;
		margin-right: 0;
	}
	
	.webdesign .box a:hover {
		text-decoration: underline;
		background: none;
		color: #4da4c6;
	}
	
	.webdesign div.results ul {
		list-style: url(dot-blue.gif);
	}
	
.webmarketing a:link, .webmarketing a:visited {
		color: #f72937;
	}
	
	.webmarketing a:hover, div.selcase .webmarketing a:hover {
		background: #f72937;
		color: #fff;
		text-decoration: none;
		padding: 0 3px;
		margin: 0 -3px;
	}
	
	.webmarketing p a:hover {
		background: none;
		color: #f72937;
		text-decoration: underline;
		padding: 0;
		margin: 0;
	}
	
		div.redgrad p a:hover {
			background: #fcdcd8;
			text-decoration: none;
			padding: 0 1px;
			margin: 0 -1px;
		}
	
	div.logonav .webmarketing dd a:hover {
		color: #f72937;
		margin: 0;
	}
	
	.webmarketing h4 a:link, .webmarketing h4 a:visited, div.logonav .webmarketing dt a:link, div.logonav .webmarketing dt a:visited, .webmarketing h4.titlebar {
		color: #fff;
		background: #f72937;
		width: 131px;
		padding: 3px 5px;
		display: block;
		 
	}
	
	div.logonav .webmarketing dt a:link, div.logonav .webmarketing dt a:visited {
		width: 134px;
		padding: 2px 10px;
		height:25px;
		vertical-align:middle;
		display: block;
		width: 144px;
	}
	
	.webmarketing h4 a:hover, div.logonav .webmarketing dt a:hover {
		color: #f72937;
		background: #eee;
		margin: 0;
	}
	
	div.footer .webmarketing h4 a:hover {
		background: #fff;
	}
	
	.webmarketing a.morelink:link, .webmarketing a.morelink:visited  {
		background: #f72937;
		color:#fff;
		padding: 0 3px;
		margin: 0;
	}
	
	.webmarketing a.morelink:hover {
		background: #eee;
		color: #f72937;
		margin: 0;
		text-decoration: none;
	}
	
	.webmarketing a.calltoaction:link, .webmarketing a.calltoaction:visited {
		color: #fff;
	}
	
	.webmarketing a.calltoaction:hover {
		color: #f72937;
		text-decoration: none;
		padding: 3px 10px;
		margin-left: 0;
		margin-right: 0;
	}
	
	.webmarketing .box a:hover {
		text-decoration: underline;
		background: none;
		color: #4da4c6;
	}
	
	.webmarketing div.results ul {
		list-style: url(dot-red.gif);
	}
	
.events h4, div.logonav .events dt {
	background: #fcff3b;
	color: #333;
	width: 144px;
	height:25px;
	vertical-align:middle;
	padding: 2px 10px;
	display: block;
	text-decoration:none;
}

div.logonav .events dt:hover {
	background: #eee;

}

	.events a:link, .events a:visited {
		color: #333;
		text-decoration:none;
	}
	
	.events a:hover {
		color: #333;
		text-decoration:none;
	}
	
	/*----- main nav current styles -----*/
		
	div.logonav dt a.current:link, div.logonav dt a.current:visited {
		background-image: url(arrow-white.gif);
		background-repeat: no-repeat;
		background-position: left;
	}
	
	div.logonav dd a.current:link, div.logonav dd a.current:visited {
		background-image: url(arrow-grey.gif);
		background-repeat: no-repeat;
		background-position: left;
	}

/*-------------------------------------------------- home page styles --------------------------------------------------*/

#home div.highlightbar {
	background: url(highlight-blue.gif) repeat-x bottom #fff;
	height: 259px;
}

	#home div.highlightbar .breakout {
		background: url(homebg.jpg) no-repeat bottom center;
		height: 500px;
		position: absolute;
		width: 100%;
		min-width: 950px;
		display: block;
		bottom: 0;
		overflow: visible;
	}
	
	#home div.highlightbar .inner {
		top: 262px;
	}
	
	#home div.highlightbar p {
		width: 635px;
	}

#home dl.recentthoughts {
	margin-top: 0;
}

	#home dl.recentthoughts dt {
		background: none;
		color: #333;
		padding: 0;
	}

/*-------------------------------------------------- case studies styles --------------------------------------------------*/
	
div.highlightbar div.results {
	background: #549eb1;
	float: right;
	position: relative;
	width: 453px;
	min-height: 150px;
	padding: 10px;
	margin: 0 0 -25px 20px;
	overflow: visible;
}

	div.highlightbar div.flat-image div.results {
		padding-top: 0;
		background: none;
	}

	.casehome div.flat-image div.results {
		width: auto;
		padding-left: 0;
	}

	div.highlightbar div.results ul {
		list-style: url(dot-grey.gif);
		color: #fff;
		float: none;
		margin: 0;
		width:120px;
		position:relative;
	}
	
	div.highlightbar div.results img { 
		right: 10px;
		float:right;
	}
	
	#casesmain div.highlightbar p {
		width: 443px;
	}
		
h4 span a.nextcase:link, h4 span a.nextcase:visited {
	float: right;
	font-size: 0.9em;
	line-height: 0.9em;
	padding-left: 10px;
	background:url(arrow-grey-b.gif) no-repeat 0px 3px;
	color: #fff;
	width: auto;
}

h4 span a.nextcase:hover{
	background-color: #eee;
	color: #4da4c6;
}

#casestudy img {
	float: left;
	margin: 0 20px 20px 0;
}

#casestudy dl, div.article dl {
	margin-top: 10px;
}

	#casestudy dt, #selectedcasesmain dt, div.article dt {
		color: #999;
		display: inline;
	}
	
	#casestudy dd, #selectedcasesmain dd, div.article dd {
		display: inline;
		margin-left: 5px;
	}

div.selcase {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 2px solid #ccc;
}

div.selcase a:link, div.selcase a:visited {
	background: none;
	padding: 0;
	margin: 0;
}

	div.selcase h5 {
		font-size: 1.7em;
		margin: -3px 0 10px 0;
	}
	
	div.selcase a:link img, div.selcase a:visited img {
		float: left;
		margin: 3px 20px 0 0;
		border: 1px solid #ccc;
	}
	
	div.selcase a:hover img {
		border-color: #4da4c6;
	}
	
	div.selcase div.results {
		padding-top: 3px;
	}
	
div.case h4 {
	margin: 3px 0 15px 0;
}

div.case blockquote {
	margin-left: 40px;
}

div.case blockquote p {
	font-style: italic;
}

#casesidebar {
	margin: 0;
}

#casesidebar h4 {
	border-bottom: 2px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 7px;
}

#casesidebar div.results {
	margin: 0;
}

div.casewebmarketing {
	margin-bottom: 60px;
}

	div.casewebmarketing li {
		margin-bottom: 10px;
	}

	div.casewebmarketing li a:hover {
		background: none;
		padding: 0;
		margin: 0;
		color: #f72937;
		text-decoration: underline;
	}

#casenav dt {
	font-size: 1.5em;
	line-height: 1.2em;
	margin-bottom: 6px;
	color: #4da4c6;
}

#casenav dd {
	margin-bottom: 20px;
}

#casenav ul {
	width: 131px;
	float: left;
}

#casenav ul.last {
	padding-left: 20px;
	margin: 0;
}

	#casenav li {
		width: 131px;
		padding-left: 10px;
		margin: 0 0 10px -10px;
		color: #4da4c6;
	}

	#casenav li a:link, #casenav li a:visited {
		font-size: 1.0em;
		line-height: 0.8em;
		width: 131px;
		padding-left: 10px;
		margin-left: -10px;
		color: inherit !important;
	}	
	
	#home #casenav dt.last, #home #casenav dd.last {
		display: none;
	}
	
#casenav h4.casenav_second {
    margin-top: 5px;
}

#allcases {
	padding: 10px;
}

#selectedcasesmain div.last {
	border: none;
	margin: 0;
	padding: 0;
}

/*----- case nav current style -----*/

#casenav li.current {
	background: url(arrow-white.gif) no-repeat 0px 3px #ddd;
	color: #333;
}

/*-------------------------------------------------- webmarketing styles --------------------------------------------------*/

div.servsection {
	padding-bottom: 20px;
	margin-bottom: 25px;
	border-bottom: 1px solid #ccc;
}

	div.servsection h5 {
		font-size: 1.7em;
		margin-bottom: 10px;
		 
		display: block;
	}
	
	div.servsection h2 {
		margin-bottom: 15px;
		margin-top:0px;
		display: block;
		color: #4DA4C6;
		font-weight:bold;
	}
	
	div.careers_index h5 {
		width: 100%;
		margin-bottom: 0;
	}
	
	div.servsection ul.last, div.servsection li.last {
		margin-right: 0;
	}
	
		div.servsection ul li a:link, div.servsection ul li a:visited {
			line-height: 2.3em;
		}
	
	div.servsection p.servcase {
		float: right;
		margin: 5px 0 0;
		padding: 0;
	}
	
	div.servsection p.twocol {
		margin-right: 0;
	}
	
		div.servsection p.servcase a:link, div.servsection p.servcase a:visited {
			background: url(arrow-grey.gif) no-repeat 0px 1px;
			color: #4da4c6;
			padding-left: 10px;
		}
		
		div.servsection p.servcase a:hover {
			padding: 0 0 0 10px;
			margin: 0;
		}

#webmarketingmain div.last {
	border: none;
	margin: 0;
	padding: 0;
}

/*-------------------------------------------------- contact page styles --------------------------------------------------*/

#contact #contactform textarea, #contact #contactform input {
	width: 463px;
	background: #eee;
	margin-top: 7px;
}
	#contactform h4 {
		margin: 3px 0 15px;
	}
	
	#contact #contactform input.submit {
		font-size: 1.0em;
		background: #666;
		width: 302px;
	}
	
	#contact #contactform input.submit:hover {
		background: #999;
	}
	
	p.address, p.phonenumber {
		padding-left: 30px;
		font-size: 1.3em;
	}
	
	p.phonenumber {
		border-bottom: 2px solid #ccc;
		padding-bottom: 20px;		
		margin-bottom: 20px;
	}
	
	p.phonenumber span {
		color: #999;
	}

    p.contactConf {
        background-color: #4da4c6;
        color: #FFFFFF;
        font-size: 1.4em;
        margin-bottom: 10px;
        padding: .5em;
        width: 463px;
    }
    
    
/*-------------------------------------------------- thoughts page styles --------------------------------------------------*/

.thoughtpages h2 {
	font-size: 2.5em;
	margin-top: 3px;
}

.thoughtpages dl.recentthoughts {
	margin-top: 0;
}

.thoughtpages #casenav {
	margin-top: 50px;
}

div.thoughtsnav {
	margin-top: 50px;
	display: block;
}

	div.thoughtsnav ul {
		width: 302px;
		margin-top: 15px;
	}
	
		div.thoughtsnav li {
			float: left;
			width: 141px;
			margin: 0 20px 10px 0;
		}
		
		div.thoughtsnav li.alt {
			margin-right: 0;
		}
		
	div.thoughtsnav form {
		margin-top: 20px;
	}
	
dl#selectedcases dd {
    padding-bottom: 10px;
}

.casepages .case .threecol ul,
.job_desc ul {
    color: #666666;
    list-style-position: outside;
    list-style-type: disc;
}

.job_desc ul {
	margin-bottom: 15px;
}

.casepages .case .threecol ul li {
    padding-bottom: 5px;
}

.casepages .case .threecol ul li ul li{
    font-size: 12px;
    list-style-type: circle;
    margin-left: 20px;
    padding-bottom: 0px;
}

/*-------------------------------------------------- new Case Study styles 07/05/10 --------------------------------------------------*/

div.case-dev {
	
}

div.case-dev div.inner {
	padding-top: 26px;
}

div.case-dev div.inner h1, div.case-dev div.inner h1 a, div.case-dev div.inner h1 a:visited, div.case-dev div.inner h1 a:link {
	width: 463px;
	margin-bottom: 12px;
	float: left;
	font-size: 20px;
	line-height: 24px;
	color: #000
}
div.case-dev div.inner h1 a, div.case-dev div.inner h1 a:visited, div.case-dev div.inner h1 a:link {
    margin-bottom: 0;
}
div.case-dev div.inner h1 a:hover {
    background-color: transparent;
    text-decoration: underline;
}
div.case-dev div.inner h1 strong {
	font-size: 24px;
	font-weight: bold;
}

div.case-dev div.inner p {
	width: 463px;
	margin-bottom: 9px;
	padding: 0;
	float: left;
	clear: left;
	font-size: 18px;
	line-height: 26px;
}

div.case-dev div.inner p.source {
	color: #000;
	font-size: 14px;
	line-height: 20px;
}

div.case-dev div.info {
	width: 467px;
	float: right;
	margin-top: 8px;
}

div.case-dev div.info ul {
	background: url(border.gif) no-repeat 0 0;
	overflow: hidden;
	zoom: 1;
}

div.case-dev div.info ul li {
	position: relative;
	width: 233px;
	height: 88px;
	float: left;
}

div.case-dev div.info ul li h2 {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

div.case-dev div.info ul li.side {
	width: 205px;
	padding-left: 20px;
}

div.case-dev div.info ul li.side h2 {
	left: 20px;
}

div.case-dev div.info ul li.bottom {
	height: 74px;
	padding-top: 20px;
}

div.case-dev div.info ul li.bottom h2 {
	top: 20px;
}

div.case-dev div.info ol li {
	width: auto;
	float: left;
}

div.case-dev div.info ol li.first {
	padding-right: 20px;
}

div.case-dev div.info a,
div.case-dev div.info img {
	position: relative;
	float: left;
}

div.case-dev div.info li a.project-link {
	margin-top: 25px;
	float: left;
	font-size: 24px;
	line-height: 24px;
	color: #FFF;
	text-decoration: underline;
}

div.case-dev div.info li a:hover {
	background: none;
}

div.case-dev div.info ul li p {
	position: absolute;
	width: auto;
	padding-top: 20px;
	color: #FFF;
	font-size: 13px;
	line-height: 18px;
}

div.case-dev div.info ul p a {
	color: #FFF !important;
	text-decoration: underline !important;
}

h3.dev-item {
	padding-top: 6px;
	border-top: 5px solid #4da4c6;
	font-size: 14px;
	line-height: 16px;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-weight: normal;
}

p.dev-text {
	margin: -5px 0 20px 0;
	padding-bottom: 15px;
	font-size: 14px;
	line-height: 20px;
}

#casenav h4 {
	overflow: hidden;	
	zoom: 1;
}

#casenav h4 span {
	width: auto;
	float: left;
	background: #4DA4C6;
	color:#FFF;
	padding: 3px 5px;
}

#casenav h4 a {
	width: auto;
	padding: 5px 0 0 0;
	float: right;
	background: none;
	color: #4DA4C6;
	font-size: 13px;
}

#casenav h4 a:hover,
#casenav h4 a:focus {
	text-decoration: underline;
}

#casenav dl {
	padding-bottom: 10px;
}

#casenav dd {
	margin-bottom: 5px;
	padding-left: 10px;
	font-size: 12px;
}

div.case-dev div.inner a.calltoaction {
       font-size: 14px;
}


/*-------------------------------------------------- new footer styles 04/21/09 --------------------------------------------------*/

.badges {
	width: 121px;
	padding: 10px;
	background: #ddd;
	height: 409px;
}

.badges li {
	display: block;
	margin: 0 0 15px 0;
}

.badges li.last {
	margin: 0;
	text-align: center;
}

/*-- Alert banner styles 02/25/10 --*/

.alert {
	background: #d5f1f8;
	margin:0 auto;
	padding: 6px 0;
	position: relative;
	text-align: center;
	width:950px;	
	z-index: 200;
}
.alert p {
	color: #666;
	font-size: 12px;
	padding: 0 30px 0 10px;
}
.alert p a { 	color: #3f88a4; }
.alert p a:hover { text-decoration: underline;}

.alert h5.hidealert {
	position:absolute;
	right: 10px;
	top: 10px;
}
.alert h5.hidealert, .alert h5.hidealert a {
	background: #d5f1f8 url(button_alert_close.gif) no-repeat 0 0;
	display: block;
	height: 8px;
	text-indent: -9999px;
	width: 10px;
}
.alert h5.hidealert a:hover {
	background: url(../images/button_alert_close_hover.gif) no-repeat 0 0;
}












/*-- Alert banner styles 02/25/10 --*/

.alertf {
	background: #ffffff;
	margin:0 auto;
	padding: 6px 0;
	position: relative;
	text-align: center;
	width:950px;	
	z-index: 200;
}
.alertf p {
	color: #666;
	font-size: 12px;
	padding: 0 30px 0 10px;
	text-align:right;
}
.alertf p a { 	color: #3f88a4; }
.alertf p a:hover { text-decoration: underline;}

.alertf h5.hidealertf {
	position:absolute;
	right: 10px;
	top: 10px;
}
.alertf h5.hidealertf, .alertf h5.hidealertf a {
	background: #d5f1f8 url(button_alert_close.gif) no-repeat 0 0;
	display: block;
	height: 8px;
	text-indent: -9999px;
	width: 10px;
}
.alertf h5.hidealertf a:hover {
	background: url(../images/button_alert_close_hover.gif) no-repeat 0 0;
}



/* Float Clearing Styles
------------------------------------------------------------------------ */
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */



.logonav {max-width:1100px; margin-bottom:0px; bottom:0;}