/* Vector CSS - Written by Nathan Ford for Unit Interactive 08/05/08
Edited "new footer styles" - 04/21/09


---------- 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;
}
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 "Gill Sans", Calibri, "Trebuchet MS", 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;
}

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;
}

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: none;
}

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

div.results ul {
	list-style: url(http://www.vectormediagroup.com/images/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;
}

	#vectorlogo {
		position: absolute;
	}
	
	div.logonav dl {
		width: 141px;
		margin-left: 20px;
		float: right;
	}
		
		div.logonav dt {
			margin-bottom: 10px;
		}

		div.logonav dd {
			line-height: 1.7em;
		}
		
		div.logonav dd a:link, div.logonav dd a:visited {
			width: 121px;
			padding: 0 10px;
			display: block;
			background: none;
		}
		
		div.logonav dd a: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.highlightbar p {
		font-size: 1.4em;
		line-height: 1.5em;
		color: #fff;
		width: 585px;
		margin-bottom: 20px;
	}
	
	div.highlightbar.casehome p {
	    margin-bottom:30px;
	}
	
	div.highlightbar .inner h4 {
		color: #333;
		margin-bottom: 15px;
	}

	div.highlightbar h1 a.caseteaser, div.highlightbar h1 a.caseteaser:visited, div.highlightbar h1.caseteaser {
	    color: #000;
	}
	
	div.highlightbar h1 a.caseteaser:hover {
	    color:#000;
	    text-decoration:underline;
	    background:transparent;
	}
	
	div.highlightbar h4.titlebar {
		width: auto;
	}


	div.highlightbar img {
		position: absolute;
		right: 0;
		bottom: 0;
	}	
	
	div.highlightbar img.singleCase {
	    bottom: 22px;
	}
	
	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(http://www.vectormediagroup.com/images/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(http://www.vectormediagroup.com/images/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(http://www.vectormediagroup.com/images/arrow-grey.gif) no-repeat left;
			padding-left: 15px;
			margin-bottom: 10px;
		}
	
/*-------------------------------------------------- footer --------------------------------------------------*/

div.footer {
	background: #eee;
	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;
		}
	
	#vectormanhattan {
		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.copyrightlinks {
		clear: both;
		margin-top: 40px;
		display: block;
		border-top: 3px solid #ccc;
		padding-top: 10px;
	}
	
		div.copyrightlinks p {
			margin: 0;
		}

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

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


.vector a:link, .vector a:visited {
	color: #4da4c6;
}
	
	.vector a:hover, div.selcase h5 a:hover {
		background: #4da4c6;
		color: #fff;
		text-decoration: none;
		padding: 0 3px;
		margin: 0 -3px;
	}
	
	.vector a.featured_client:hover {
	    padding: 0px;
	    margin: 0px;
	}
	
	.vector 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 .vector dd a:hover {
		color: #4da4c6;
		margin: 0;
	}
	
	.vector h4 a:link, .vector h4 a:visited, div.logonav .vector dt a:link, div.logonav .vector dt a:visited, .vector h4.titlebar, dl.recentthoughts dt, div.thoughtsnav h4 {
		color: #fff;
		background: #4da4c6;
		width: 132px;
		padding: 3px 5px;
		display: block;
	}
	
	div.logonav .vector dt a:link, div.logonav .vector dt a:visited {
		width: 122px;
		padding: 2px 10px;
	}
	
	.vector h4 a:hover, div.logonav .vector dt a:hover {
		color: #4da4c6;
		background: #eee;
		margin: 0;
	}
	
	div.footer .vector h4 a:hover {
		background: #fff;
	}
	
	.vector a.morelink:link, .vector a.morelink:visited  {
		background: #4da4c6;
		color:#fff;
		padding: 0 3px;
		margin: 0;
	}
	
	.vector a.morelink:hover {
		background: #eee;
		color: #4da4c6;
		margin: 0;
		text-decoration: none;
	}
	
	.vector a.calltoaction:link, .vector a.calltoaction:visited {
		color: #fff;
	}
	
	.vector a.calltoaction:hover {
		color: #4da4c6;
		text-decoration: none;
		padding: 3px 10px;
		margin-left: 0;
		margin-right: 0;
	}
	
	.vector .box a:hover {
		text-decoration: underline;
		background: none;
		color: #4da4c6;
	}
	
	.vector div.results ul {
		list-style: url(http://www.vectormediagroup.com/images/dot-blue.gif);
	}
	
.services a:link, .services a:visited {
		color: #f72937;
	}
	
	.services a:hover, div.selcase .services a:hover {
		background: #f72937;
		color: #fff;
		text-decoration: none;
		padding: 0 3px;
		margin: 0 -3px;
	}
	
	.services 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 .services dd a:hover {
		color: #f72937;
		margin: 0;
	}
	
	.services h4 a:link, .services h4 a:visited, div.logonav .services dt a:link, div.logonav .services dt a:visited, .services h4.titlebar {
		color: #fff;
		background: #f72937;
		width: 131px;
		padding: 3px 5px;
		display: block;
	}
	
	div.logonav .services dt a:link, div.logonav .services dt a:visited {
		width: 121px;
		padding: 2px 10px;
	}
	
	.services h4 a:hover, div.logonav .services dt a:hover {
		color: #f72937;
		background: #eee;
		margin: 0;
	}
	
	div.footer .services h4 a:hover {
		background: #fff;
	}
	
	.services a.morelink:link, .services a.morelink:visited  {
		background: #f72937;
		color:#fff;
		padding: 0 3px;
		margin: 0;
	}
	
	.services a.morelink:hover {
		background: #eee;
		color: #f72937;
		margin: 0;
		text-decoration: none;
	}
	
	.services a.calltoaction:link, .services a.calltoaction:visited {
		color: #fff;
	}
	
	.services a.calltoaction:hover {
		color: #f72937;
		text-decoration: none;
		padding: 3px 10px;
		margin-left: 0;
		margin-right: 0;
	}
	
	.services .box a:hover {
		text-decoration: underline;
		background: none;
		color: #4da4c6;
	}
	
	.services div.results ul {
		list-style: url(http://www.vectormediagroup.com/images/dot-red.gif);
	}
	
.clients h4, div.logonav .clients dt {
	background: #fcff3b;
	color: #333;
	width: 121px;
	padding: 2px 10px;
	display: block;
}

	.clients a:link, .clients a:visited {
		color: #333;
	}
	
	/*----- main nav current styles -----*/
		
	div.logonav dt a.current:link, div.logonav dt a.current:visited {
		background-image: url(http://www.vectormediagroup.com/images/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(http://www.vectormediagroup.com/images/arrow-grey.gif);
		background-repeat: no-repeat;
		background-position: left;
	}

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

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

	#home div.highlightbar .breakout {
		background: url(http://www.vectormediagroup.com/images/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.results ul {
		list-style: url(http://www.vectormediagroup.com/images/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(http://www.vectormediagroup.com/images/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;
}

#casesidebar {
	margin: 0;
}

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

#casesidebar div.results {
	margin: 0;
}

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

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

	div.caseservices 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;
}

#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(http://www.vectormediagroup.com/images/arrow-white.gif) no-repeat 0px 3px #ddd;
	color: #333;
}

/*-------------------------------------------------- services styles --------------------------------------------------*/

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

	div.servsection h5 {
		font-size: 1.7em;
		margin-bottom: 10px;
		width: 296px;
		display: block;
	}
	
	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(http://www.vectormediagroup.com/images/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;
		}

#servicesmain 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 {
    color: #666666;
    list-style-position: outside;
    list-style-type: disc;
}

.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(images/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: 269px;
}

.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(../images/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;
}


/* 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 */