/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline
}
body {
	line-height:1.5
}
table {
	border-collapse:separate;
	border-spacing:0
}
caption, th, td {
	text-align:left;
	font-weight:normal
}
table, td, th {
	vertical-align:middle
}
blockquote:before, blockquote:after, q:before, q:after {
	content:""
}
blockquote, q {
	quotes:""""
}
a img {
	border:none
}
/* typography.css */body {
	font-size:75%;
	color:#222;
	background:#fff;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	color:#111
}
h1 {
	font-size:3em;
	line-height:1;
	margin-bottom:0.5em
}
h2 {
	font-size:2em;
	margin-bottom:0.75em
}
h3 {
	font-size:1.5em;
	line-height:1;
	margin-bottom:1em
}
h4 {
	font-size:1.2em;
	line-height:1.25;
	margin-bottom:1.25em;
	height:1.25em
}
h5 {
	font-size:1em;
	font-weight:bold;
	margin-bottom:1.5em
}
h6 {
	font-size:1em;
	font-weight:bold
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin:0
}
p {
	margin:0 0 1.5em
}
p img {
	float:left;
	margin:1.5em 1.5em 1.5em 0;
	padding:0
}
p img.right {
	float:right;
	margin:1.5em 0 1.5em 1.5em
}
a:focus, a:hover {
	color:#000
}
a {
	color:#009;
	text-decoration:underline
}
a:focus, a:hover {
	color:#000
}
a.bare {
	text-decoration:none
}
blockquote {
	margin:1.5em;
	color:#666;
	font-style:italic
}
strong {
	font-weight:bold
}
em, dfn {
	font-style:italic
}
dfn {
	font-weight:bold
}
sup, sub {
	line-height:0
}
abbr, acronym {
	border-bottom:1px dotted #666
}
address {
	margin:0 0 1.5em;
	font-style:italic
}
del {
	color:#666
}
pre, code {
	margin:1.5em 0;
	white-space:pre
}
pre, code, tt {
	font:1em 'andale mono', 'lucida console', monospace;
	line-height:1.5
}
li ul, li ol {
	margin:0 1.5em
}
ul, ol {
	margin:0 1.5em 1.5em 1.5em
}
ul {
	list-style-type:disc
}
ol {
	list-style-type:decimal
}
dl {
	margin:0 0 1.5em 0
}
dl dt {
	font-weight:bold
}
dd {
	margin-left:1.5em
}
table {
	margin-bottom:1.4em;
	width:100%
}
th {
	font-weight:bold;
	background:#C3D9FF
}
th, td {
	padding:4px 10px 4px 5px
}
tr.even td {
	background:#E5ECF9
}
tfoot {
	font-style:italic
}
caption {
	background:#eee
}
.small {
	font-size:.8em;
	margin-bottom:1.875em;
	line-height:1.875em
}
.large, .big {
	font-size:1.2em;
	line-height:2.5em;
	margin-bottom:1.25em
}
.hide {
	display:none
}
.quiet, .gray {
	color:#666
}
.quieter, .grayer {
	color:#999
}
.loud {
	color:#000
}
.bold, .strong {
	font-weight:bold
}
.highlight {
	background:#ff0
}
.added {
	background:#060;
	color:#fff
}
.removed {
	background:#900;
	color:#fff
}
.first {
	margin-left:0;
	padding-left:0
}
.last {
	margin-right:0;
	padding-right:0
}
.top {
	margin-top:0;
	padding-top:0
}
.bottom {
	margin-bottom:0;
	padding-bottom:0
}
.upper {
	text-transform:uppercase
}
/* grid.css */.container {
	width:850px;
	margin:0 auto
}
.showgrid {
	background:url(src/grid.png)
}
body {
	margin:1.5em 0
}
div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24 {
	float:left;
	margin-right:10px
}
div.last {
	margin-right:0
}
.span-1 {
	width:25px
}
.span-2 {
	width:60px
}
.span-3 {
	width:95px
}
.span-4 {
	width:130px
}
.span-5 {
	width:165px
}
.span-6 {
	width:200px
}
.span-7 {
	width:235px
}
.span-8 {
	width:270px
}
.span-9 {
	width:305px
}
.span-10 {
	width:340px
}
.span-11 {
	width:375px
}
.span-12 {
	width:410px
}
.span-13 {
	width:445px
}
.span-14 {
	width:480px
}
.span-15 {
	width:515px
}
.span-16 {
	width:550px
}
.span-17 {
	width:585px
}
.span-18 {
	width:620px
}
.span-19 {
	width:655px
}
.span-20 {
	width:690px
}
.span-21 {
	width:725px
}
.span-22 {
	width:760px
}
.span-23 {
	width:795px
}
.span-24, div.span-24 {
	width:830px;
	margin:0
}
.append-1 {
	padding-right:35px
}
.append-2 {
	padding-right:70px
}
.append-3 {
	padding-right:105px
}
.append-4 {
	padding-right:140px
}
.append-5 {
	padding-right:175px
}
.append-6 {
	padding-right:210px
}
.append-7 {
	padding-right:245px
}
.append-8 {
	padding-right:280px
}
.append-9 {
	padding-right:315px
}
.append-10 {
	padding-right:350px
}
.append-11 {
	padding-right:385px
}
.append-12 {
	padding-right:420px
}
.append-13 {
	padding-right:455px
}
.append-14 {
	padding-right:490px
}
.append-15 {
	padding-right:525px
}
.append-16 {
	padding-right:560px
}
.append-17 {
	padding-right:595px
}
.append-18 {
	padding-right:630px
}
.append-19 {
	padding-right:665px
}
.append-20 {
	padding-right:700px
}
.append-21 {
	padding-right:735px
}
.append-22 {
	padding-right:770px
}
.append-23 {
	padding-right:805px
}
.prepend-1 {
	padding-left:35px
}
.prepend-2 {
	padding-left:70px
}
.prepend-3 {
	padding-left:105px
}
.prepend-4 {
	padding-left:140px
}
.prepend-5 {
	padding-left:175px
}
.prepend-6 {
	padding-left:210px
}
.prepend-7 {
	padding-left:245px
}
.prepend-8 {
	padding-left:280px
}
.prepend-9 {
	padding-left:315px
}
.prepend-10 {
	padding-left:350px
}
.prepend-11 {
	padding-left:385px
}
.prepend-12 {
	padding-left:420px
}
.prepend-13 {
	padding-left:455px
}
.prepend-14 {
	padding-left:490px
}
.prepend-15 {
	padding-left:525px
}
.prepend-16 {
	padding-left:560px
}
.prepend-17 {
	padding-left:595px
}
.prepend-18 {
	padding-left:630px
}
.prepend-19 {
	padding-left:665px
}
.prepend-20 {
	padding-left:700px
}
.prepend-21 {
	padding-left:735px
}
.prepend-22 {
	padding-left:770px
}
.prepend-23 {
	padding-left:805px
}
div.border {
	padding-right:4px;
	margin-right:5px;
	border-right:1px solid #eee
}
div.colborder {
	padding-right:21px;
	margin-right:20px;
	border-right:1px solid #eee
}
.pull-1 {
	margin-left:-35px
}
.pull-2 {
	margin-left:-70px
}
.pull-3 {
	margin-left:-105px
}
.pull-4 {
	margin-left:-140px
}
.pull-5 {
	margin-left:-175px
}
.pull-6 {
	margin-left:-210px
}
.pull-7 {
	margin-left:-245px
}
.pull-8 {
	margin-left:-280px
}
.pull-9 {
	margin-left:-315px
}
.pull-10 {
	margin-left:-350px
}
.pull-11 {
	margin-left:-385px
}
.pull-12 {
	margin-left:-420px
}
.pull-13 {
	margin-left:-455px
}
.pull-14 {
	margin-left:-490px
}
.pull-15 {
	margin-left:-525px
}
.pull-16 {
	margin-left:-560px
}
.pull-17 {
	margin-left:-595px
}
.pull-18 {
	margin-left:-630px
}
.pull-19 {
	margin-left:-665px
}
.pull-20 {
	margin-left:-700px
}
.pull-21 {
	margin-left:-735px
}
.pull-22 {
	margin-left:-770px
}
.pull-23 {
	margin-left:-805px
}
.pull-24 {
	margin-left:-840px
}
.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24 {
	float:left;
	position:relative
}
.push-1 {
	margin:0 -35px 1.5em 35px
}
.push-2 {
	margin:0 -70px 1.5em 70px
}
.push-3 {
	margin:0 -105px 1.5em 105px
}
.push-4 {
	margin:0 -140px 1.5em 140px
}
.push-5 {
	margin:0 -175px 1.5em 175px
}
.push-6 {
	margin:0 -210px 1.5em 210px
}
.push-7 {
	margin:0 -245px 1.5em 245px
}
.push-8 {
	margin:0 -280px 1.5em 280px
}
.push-9 {
	margin:0 -315px 1.5em 315px
}
.push-10 {
	margin:0 -350px 1.5em 350px
}
.push-11 {
	margin:0 -385px 1.5em 385px
}
.push-12 {
	margin:0 -420px 1.5em 420px
}
.push-13 {
	margin:0 -455px 1.5em 455px
}
.push-14 {
	margin:0 -490px 1.5em 490px
}
.push-15 {
	margin:0 -525px 1.5em 525px
}
.push-16 {
	margin:0 -560px 1.5em 560px
}
.push-17 {
	margin:0 -595px 1.5em 595px
}
.push-18 {
	margin:0 -630px 1.5em 630px
}
.push-19 {
	margin:0 -665px 1.5em 665px
}
.push-20 {
	margin:0 -700px 1.5em 700px
}
.push-21 {
	margin:0 -735px 1.5em 735px
}
.push-22 {
	margin:0 -770px 1.5em 770px
}
.push-23 {
	margin:0 -805px 1.5em 805px
}
.push-24 {
	margin:0 -840px 1.5em 840px
}
.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24 {
	float:right;
	position:relative
}
.box {
	padding:1.5em;
	margin-bottom:1.5em;
	background:#E5ECF9
}
hr {
	background:#ddd;
	color:#ddd;
	clear:both;
	float:none;
	width:100%;
	height:.1em;
	margin:0 0 1.45em;
	border:none
}
hr.space {
	background:#fff;
	color:#fff
}
.clearfix:after, .container:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}
.clearfix, .container {
	display:inline-block
}
* html .clearfix, * html .container {
	height:1%
}
.clearfix, .container {
	display:block
}
.clear {
	clear:both
}
/* forms.css */label {
	font-weight:bold
}
fieldset {
	padding:1.4em;
	margin:0 0 1.5em 0;
	border:1px solid #ccc
}
legend {
	font-weight:bold;
	font-size:1.2em
}
input.text, input.title, textarea, select {
	margin:0.5em 0;
	border:1px solid #bbb
}
input.text:focus, input.title:focus, textarea:focus, select:focus {
	border:1px solid #666
}
input.text, input.title {
	width:300px;
	padding:5px
}
input.title {
	font-size:1.5em
}
textarea {
	width:390px;
	height:250px;
	padding:5px
}
.error, .notice, .success {
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd
}
.error {
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4
}
.notice {
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324
}
.success {
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880
}
.error a {
	color:#8a1f11
}
.notice a {
	color:#514721
}
.success a {
	color:#264409
}
/**BEGIN MORPHODEV*/body {
	background:#b4e9fe url(/images/bg.jpg) repeat-y 50% 0
}
p, li, dd, dt {
	font-family:Helvetica, Arial, Tahoma, Verdana, sans-serif;
	color:#3f3f3f
}
h1, h2, h3, blockquote, cite {
	font-family:'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', verdana, sans-serif;
	font-weight:normal;
	color:black
}
h1 {
	background:url(/images/logo.gif) no-repeat top left;
	text-transform:lowercase;
	text-indent:-9999px;
	height:44px;
	margin:0;
	padding:0
}
h2 {
	clear:both;
	margin:0;
	padding:0px 0 10px 0;
	background:url(/images/tagline.gif) no-repeat 0 20px;
	font-size:35px;
	text-transform:lowercase;
	text-indent:-9999px
}
h4 {
	font-size:12px;
	font-weight:bold;
	font-family:Helvetica, Arial, Tahoma, Verdana, sans-serif;
	margin:0
}
a {
	color:#36c
}
a:hover {
	text-decoration:none
}
.rightimg {
	float:right;
	margin:0 0 10px 10px;
	border:1px solid #ccc;
	padding:2px
}
label {
	display:block
}
label.cf-after {
	display:inline
}
ol {
	list-style:none
}
input[type=text] {
	margin:0 0 8px 0;
	padding:5px;
	border:1px solid #666;
	vertical-align:top
}
textarea {
	font-family:inherit;
	font-size:1em;
	color:#333
}
/* GENERAL STRUCTURE STYLES */#newyork, #chicago {
	float:right;
	padding-left:40px;
	padding-top:10px;
	height:35px
}
#chicago {
	background:url(/images/chicago.jpg) no-repeat bottom left
}
#newyork {
	background:url(/images/newyork.jpg) no-repeat 10px 100%
}
#contact {
	/*float:right;*/
	margin:0;
	padding:0
}
#contact p {
	font-size:12px;
	margin:0;
	padding:0
}
#contact p, #contact h4 {
	padding-left:20px
}
#container {
	margin:20px auto
}
#nav {
	float:left;
	width:100%;
	background:#11a8cf url(/images/nav-bg.jpg) repeat-x top left;
	list-style:none;
	margin:0;
	padding:0
}
#nav li {
	float:left;
	margin-top:0;
	padding:5px 20px;
	color:white;
	background:url(/images/nav-divider.gif) no-repeat bottom right
}
#nav li a {
	color:white;
	text-decoration:none
}
#nav li a:hover {
	text-decoration:underline
}
.content {
	float:left;
	margin:20px 0
}
.content ul {
	padding:0;
	margin:0
}
.content li {
	margin-bottom:1em
}
.content h3.fancyheader {
	border-bottom:1px solid #ccc;
	width:565px;
	display:block;
	overflow:hidden;
	height:0px;
	padding-top:100px;
}
#home-form label {
	display:none
}
#home-form {
	background:url(/images/8steps.gif) no-repeat bottom right;
	padding-right:150px;
	padding-bottom:20px;
	margin-bottom:20px
}
#home-form input[type="text"] {
	margin-right:10px;
	margin-bottom:10px
}
blockquote img {
	float:right;
	margin:0 0 10px 10px
}
#sidebar, #sidebar-home {
	float:left;
	margin:0 0 0 20px;
	padding:0
}
#sidebar-home {
	float:left;
	border-left:1px solid #efefef;
	margin:20px 0 0 20px;
	padding-left:20px
}
#sidebar div, #sidebar-home div {
	float:right;
	margin-top:20px;
	font-size:0.9em
}
#sidebar div h4, #sidebar-home div h4 {
	padding-bottom:20px
}
.content{
float:left;
display:block;
}
#signup {
	/*clear:both;*/
	width:180px;
	padding:20px 20px 40px 20px;
	background:white url(/images/newsletter-bg.gif) no-repeat top left;
	float:right;
	position:absolute;
	top:192px;
	left:50%;
	margin-left:160px;
	
}
#signup p {
	color:white;
	margin-top:0
}
#signup h4 {
	background:url(http://www.morphodev.com/images/newsletter-h4.gif) no-repeat;
	text-indent:-9999px;
	width:180px;
	height:26px
}
#signup input[type="text"] {
	margin:0 0 10px 0
}
#signup form {
	margin-bottom:10px
}
#calltoaction, #skills {
	margin-top:20px;
	padding:20px 10px 20px
}
#calltoaction {
	margin-top:10px;
	background:#92e2ff url(/images/calltoaction.jpg) no-repeat top left;
	border:1px solid #58ecff
}
#calltoaction h3, #skills h3 {
	text-align:center
}
#calltoaction p {
	text-align:left
}
#calltoaction a {
	font-weight:bold;
	color:#0e8dd4
}
#calltoaction ul {
	list-style:none
}
#calltoaction li {
}
#footer {
	clear:both;
	margin-top:20px
}
#footer p {
	padding:20px 0 10px 0;
	color:#666;
	margin:0;
	font-size:0.9em
}
#footer p span {
	float:right
}
.businessweek {
	background:url(/images/businessweek.gif) no-repeat top left;
	padding:1px 0 5px 21px
}
ul#skills {
	list-style:none;
	margin:0;
	padding:0
}
ul#skills li {
	margin-bottom:10px
}
ul#plans {
	margin:0 0 15px 0;
	padding:0;
	list-style:none
}
#part-time, #full-time {
	padding-left:40px;
	background:url(/images/part-time.gif) no-repeat top left;
	margin:10px 0
}
#full-time {
	background:url(/images/full-time.gif) no-repeat top left
}
/* BLOG STYLES */
#blog-about {
	margin:20px 0 0 0;
	clear:both;
	border-bottom:1px solid #ccc;
	background:url(/images/blog-header.gif) no-repeat 0 5px;
	height:90px
}
#blog-about p {
	font-size:14px;
	line-height:1.5em;
	color:#666;
	font-style:italic;
	text-indent:-9999px
}
.elsewhere {
	padding-left:21px;
	border-bottom:none
}
.elsewhere h4 {
	padding-bottom:10px
}
.elsewhere p, .elsewhere li {
	font-size:11px
}
.elsewhere li {
	margin-bottom:.5em
}
.hentry ul, .resume ul {
	padding-left:0
}
.hentry li, .resume li {
	padding-bottom:.5em
}
.hentry {
	border-bottom:1px solid #ccc;
	padding-bottom:20px;
	margin-bottom:20px
}
.hentry h3, h3#respond {
	font-size:18px;
	line-height:1.2em;
	margin-bottom:8px;
	font-weight:bold
}
.hentry h3 a {
	text-decoration:none
}
.hentry h3 a:hover {
	text-decoration:underline
}
.hentry h4, .resume h4 {
	font-size:14px;
	margin-bottom:6px
}
#commentform textarea {
	height:6em
}
.resume li {
	padding-bottom:0
}
.resume h4 {
	padding-top:15px
}
.entry-date abbr {
	text-decoration:none;
	border:none;
	color:#ccc;
	font-weight:normal
}
.post-meta p {
	padding-bottom:0px
}
.feed {
	background:url(/images/feed.png) no-repeat 0 2px;
	margin-left:5px;
	padding-left:18px
}
.comment {
	background:url(/images/comment.gif) no-repeat top left;
	padding-left:14px
}
.tag {
	background:url(/images/tag.gif) no-repeat top left;
	padding-left:14px;
	margin-left:5px
}
.tag a {
	color:#008000
}
.alignright {
	float:right;
	margin:0 0 10px 10px
}
/* HOMEPAGE SCROLLER STYLES */div.scroller {
	clear:left;
	width:830px;
	height:250px;
	overflow:hidden
}
div.controls ul {
	float:left;
	background:url(/images/slider-nav.gif) repeat-x bottom left;
	list-style:none;
	padding:20px 0 0 0;
	margin:0 20px
}
div.controls li {
	float:left;
	width:197px;
	margin:0;
	text-align:center;
	color:white;
	background:url(/images/slider-divider.gif) no-repeat bottom right
}
div.controls li:hover {
	background:white url(/images/slider-nav-hover.gif) repeat-x bottom left
}
div.controls a {
	display:block;
	float:left;
	color:#333;
	width:197px;
	height:40px;
	font-weight:normal;
	text-decoration:none
}
div.controls span {
	display:none
}
div.controls a#slider-nav-1 {
	background:url(/images/slider-nav-1.gif) no-repeat bottom left
}
div.controls a#slider-nav-2 {
	background:url(/images/slider-nav-2.gif) no-repeat bottom left
}
div.controls a#slider-nav-3 {
	/*background:url(/images/slider-nav-3.gif) no-repeat bottom left*/
	background:url(/images/slider-nav-3-new.gif) no-repeat bottom left

}
div.controls a#slider-nav-4 {
	background:url(/images/slider-nav-4.gif) no-repeat bottom left
}
div.scroller-nxtprv {
	margin:auto;
	text-align:center
}
div.scroller-nxtprv a {
	color:#999;
	font-size:0.9em
}
div.scroller div.section {
	width:830px;
	background:url(/images/sliderbg.jpg) no-repeat top left;
	height:250px;
	overflow:hidden;
	float:left;
	padding:20px
}
div.scroller div.content {
	width:10000px;
	margin-top:0
}
div.section h3, div.section p {
	width:500px;
	color:white
}
div#section1 {
	background:url(http://www.morphodev.com/images/section1.jpg) no-repeat
}
div#section1 h3 {
	background:url(http://www.morphodev.com/images/usaccountmanagers.gif) no-repeat;
	text-indent:-9999px;
	width:478px;
	height:47px
}
div#section2 {
	background:transparent url(http://www.morphodev.com/images/section2.jpg) no-repeat
}
div#section2 h3 {
	background:url(http://www.morphodev.com/images/talenteddevelopers.gif) no-repeat;
	text-indent:-9999px;
	width:478px;
	height:47px
}
div#section3 {
	background:transparent url(http://www.morphodev.com/images/section3-new.jpg) no-repeat
	/*background:transparent url(http://www.morphodev.com/images/section3.jpg) no-repeat*/
}
div#section3 p {
	width:400px
}
div#section3 h3 {
	background:url(http://www.morphodev.com/images/trustandreliability.gif) no-repeat;
	text-indent:-9999px;
	width:478px;
	height:47px
}
div#section4 {
	background:transparent url(http://www.morphodev.com/images/section4.jpg) no-repeat
}
div#section4 h3 {
	background:url(http://www.morphodev.com/images/donttakeourword.gif) no-repeat;
	text-indent:-9999px;
	width:478px;
	height:47px
}
/** glider*/div.scroller {/* modify width and height of scrolling section if necessary*/
	width:830px;
	height:250px;
	overflow:hidden;
	border:0;
	background:url(/images/sliderbg.jpg) no-repeat top left
}
div.scroller div.section {/* modify width and height of each section as needed (should match the size of the scroller window)*/
	width:830px;
	height:250px;
	overflow:hidden;
	float:left;
	padding:1em;
	border:0
}
div.scroller div.content {
	width:10000px;
	border:0
}
div#section2 {
	color:#fff;
	border:0
}
div#section3 {
	color:#fff;
	border:0
}
div#section4 {
	color:#fff;
	border:0
}
fieldset.cf_hidden {
	display:none
}
