@charset "UTF-8";
/* DIF Design, created January 2010 */

@import url("colorbox.css");

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, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td { 
	margin: 0; 
	padding: 0; 
	border: 0 none; 
	outline: 0; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 100%;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
body {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
	background: #e1e1e1;
	color: #555;
	text-align: center;
}
#content {
	background: url(img/bg.png) top left repeat-x #fff;
	display: block;
	text-align: left;
}
#contentWrap {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 40px;
}	
#footer {
	background: url(img/bg_footer.png) top left repeat-x #e1e1e1;
	color: #666;
	text-shadow: 0 1px #fff;
	text-align: left;
}
#footerWrap {
	width: 960px;
	margin: 0 auto 40px auto;
	padding-top: 40px;
	background: url(img/bg_twitterTop.png) top right no-repeat;
}
#footerTxt {
	width: 960px;
	margin: 20px auto 0 auto;
	padding: 20px 0;
	color: #aaa;
	border-top: 1px #bbb dashed;
}
#header {
	width: 960px;
	height: 90px;
	margin: 0 auto 40px auto;
	padding: 0;
}
#headerError {
	width: 300px;
	height: 90px;
	margin: 0 auto 40px auto;
	padding: 0;
}
#logo {
	width: 300px;
	float: left;
	border: 0 none;
}
#featuredWrap {
	background: url(img/bg_featured.png) top center no-repeat;
}
#featured {
	width: 960px;
	height: 300px;
	margin: 0 auto;
}
.leftCol {
	width: 598px;
	height: 197px;
	padding: 13px 0 0 22px;
	float: left;
	background: url(img/bg_leftCol.png) top left no-repeat;
}
.rightCol {
	width: 300px;
	float: right;
}
#leftColHalf {
	width: 460px;
	padding: 40px 0 0 0;
	float: left;
}
#rightColHalf {
	width: 460px;
	padding: 40px 0 0 0;
	float: right;
}
.pad {
	margin-bottom: 15px;
}
#leftColHalf ul li.caseIcon, #rightColHalf ul li.caseIcon {
	list-style-image: url(img/ico_caseStudy.png);
	list-style-position: inside;
	list-style-type: circle;
}
#leftColHalf ul li.newIcon, #rightColHalf ul li.newIcon {
	list-style-image: url(img/ico_new.png);
	list-style-position: inside;
	list-style-type: circle;
}
.project {
	display: block;
	padding: 20px 0;
	border-bottom: 1px #ccc dashed;
	margin-top: 7px;
}
.projectLast {
	display: block;
	padding: 20px 0 0 0;
	border: none;
	margin-top: 7px;
}
.map {
	display: block;
	width: 945px;
	height: 335px;
	background: url(img/bg_map.png) top left no-repeat;
	padding: 14px 1px 1px 23px;
	margin-top: 15px;
}
#pageLeftCol {
	width: 620px;
	padding: 40px 0 0 0;
	float: left;
}
#fullLeftCol {
	width: 960px;
	padding: 40px 0 0 0;
	float: left;
}
#pageRightCol {
	width: 300px;
	padding: 40px 0 0 0;
	float: right;
}
.caseStudy {
	width: 598px; /* image size is 578px */
	height: auto;
	min-height: 150px;
	padding: 0 0 0 21px;
	float: left;
	background: url(img/bg_project.png) top left repeat-y;
}
.caseStudyTop {
	width: 620px;
	height: 17px;
	padding: 0;
	float: left;
	background: url(img/bg_projectTop.png) top left no-repeat;
}
.caseStudyBtm {
	width: 620px;
	height: 17px;
	padding: 0;
	float: left;
	background: url(img/bg_projectBtm.png) top left no-repeat;
}
.caseStudyCaption {
	width: 600px;
	padding: 0 0 10px 15px;
	float: left;
}
#subMenu {
	float: right;
	display: inline;
}
#subMenu span {
	width: 80px;
	height: 39px;
	display: block;
	float: left;
	font: 12px Georgia,"Times New Roman",Times,serif;
	line-height: 39px;
	color: #333;
	font-style: italic;
	padding-right: 20px;
	background: url(img/bg_subMenu.png) right bottom no-repeat;
	text-align: center;
	
}
#subMenu span.end {
	background: none;
	padding: 0;
}
#subMenu span.blue {
	background: none;
	padding: 0;
	color: #2882C1;
	font-weight: bold;
}
#subMenu span a {
	width: 80px;
	height: 39px;
	display: block;
	float: left;
	font: 12px Georgia,"Times New Roman",Times,serif;
	line-height: 39px;
	color: #333;
	font-style: italic;
	padding-right: 20px;
	text-align: center;
	border-bottom: none;
	text-decoration: none;
}
#subMenu span a:hover, #subMenu span a.current {
	color: #2882C1;
}
.fix {
	display: block;
}
.clearfloat { 
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0;
}

/* Navigation */

#header ul {
	float: right;
	display: inline;
	margin-top: 25px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
#header li {
	display: block;
	padding-left: 10px;
	float: left;
}
#header #current {
	color: #eee;
	text-shadow: 0 1px #333;
	border: 0 none;
}
#header #current a {
	color: #777;
	text-shadow: 0 1px #fff;
	background: url(img/bg_navHover.png) no-repeat top left scroll;
	border: 0 none;
}
#header #current a span {
	background: url(img/bg_navSpanHover.png) no-repeat top right scroll;
	border: 0 none;
}
#header li a {
	height: 40px;
	line-height: 40px;
	float: left;
	width: auto;
	display: block;
	color: #eee;
	text-shadow: 0 1px #333;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding: 0 0 0 10px;
	background: url(img/bg_nav.png) no-repeat top left scroll;
	border: 0 none;
}
#header li.blog a {
	height: 40px;
	line-height: 40px;
	float: left;
	width: auto;
	display: block;
	color: #eee;
	text-shadow: 0 1px #666;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding: 0 0 0 10px;
	background: url(img/bg_navNew.png) no-repeat top left scroll;
	border: 0 none;
}
#header li a span {
	height: 40px;
	line-height: 40px;
	float: left;
	width: auto;
	display: block;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding: 0 10px 0 0;
	background: url(img/bg_navSpan.png) no-repeat top right scroll;
	border: 0 none;
}
#header li.blog a span {
	height: 40px;
	line-height: 40px;
	float: left;
	width: auto;
	display: block;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding: 0 10px 0 0;
	background: url(img/bg_navNewSpan.png) no-repeat top right scroll;
	border: 0 none;
}
#header li a:hover {
	color: #777;
	text-shadow: 0 1px #fff;
	background: url(img/bg_navHover.png) no-repeat top left scroll;
	border: 0 none;
}
#header li a:hover span {
	background: url(img/bg_navSpanHover.png) no-repeat top right scroll;
	border: 0 none;
}

/* Footer */

#footer ul {
	list-style: none;
	display: inline;
	float: left;
}
#footer ul li {
	display: inline;
	float: left;
	width: 220px;
	padding-right: 20px;
}
#footer ul li ul li.end {
	border: none;
}
#footer ul li ul li {
	display: block;
	width: 200px;
	padding: 0;
	background: none;
	line-height: 20px;
	border-bottom: 1px #bbb dashed;
}
#footer ul li ul li a, #footer ul li ul li a:visited, #footer ul li ul li a:active {
	color: #666;
	text-shadow: 0 1px #fff;
	text-decoration: none;
	border: 0 none;
}
#footer ul li ul li a:hover {
	color: #999;
	text-shadow: 0 1px #fff;
	text-decoration: none;
	border: 0 none;
}

/* Home Page */

#homeLeftCol {
	width: 620px;
	padding: 40px 0 0 0;
	float: left;
}
#homeRightCol {
	width: 300px;
	padding: 40px 0 0 0;
	float: right;
}
.homeIcon {
	float: left;
}
.homeFeature {
	margin-left: 68px;
}
p.homeFeature {
	line-height: 20px;
	padding: 10px 0;
}
.line {
	margin: 15px 0;
	border-bottom: 1px #ccc dashed;
}

/* Feedback */

#feedback {
	background: url(img/bg_feedback.png) top left no-repeat #f1f1f1;
	min-height: 250px;
	padding: 34px 40px;
}
#feedbackBtm {
	height: 65px;
	background: url(img/bg_feedbackBtm.png) top left no-repeat;
}
#feedbackWrap {
	margin-top: 15px;
}
#feedbackWrap blockquote {
	background: url(img/bg_quote.png) no-repeat scroll left top;
	color: #777;
	text-shadow: 0 1px #fff;
	font: 14px Georgia,"Times New Roman",Times,serif;
	font-style: italic;
	padding: 0 0 15px 50px;
	line-height: 18px;
}
#feedbackWrap cite {
	padding: 0 0 0 50px;
	color: #333;
	text-shadow: 0 1px #fff;
}

/* Slider */

#slider {
	width: 816px; /* size of featured project images */
	height: 226px;
	margin: 0 auto 35px auto;
	padding: 22px 0 0 0;
	overflow: hidden;
}

#slider ul, #slider li {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
#slider li { 
	width: 816px;
	height: 226px;
	overflow: hidden; 
}	
ul#sliderControls {
	margin: 0 auto;
	padding: 0;
	height: 30px;
	width: 180px;	/* size needs to chages based on the number of featured projects, each project - add 30px */
}
ul#sliderControls li {
	margin: 0 5px; 
	padding: 0;
	float: left;
	list-style: none;
}
ul#sliderControls li a {
	float: left;
	width: 20px;
	height: 20px;
	line-height: 20px;
	padding: 3px 0 0 0;
	background: url(img/bg_sliderControls.png) top left no-repeat;
	color: #555;
	text-shadow: 0 1px #fff;
	text-decoration: none;
	font: 10px Arial; 
	text-align: center;
	border: none;
}
ul#sliderControls li.current a {
	background: url(img/bg_sliderControlsHover.png) top left no-repeat;
	color: #fff;
	text-shadow: 0 1px #555;
	border: none;
}
ul#sliderControls li a:hover {
	background: url(img/bg_sliderControlsHover.png) top left no-repeat;
	color: #fff;
	text-shadow: 0 1px #555;
	border: none;
}

/* Twitter */

#twitter_div {
	color: #666;
	text-shadow: 0 1px #fff;
}
.twitterBg {
	background: url(img/bg_twitterBtm.png) top right no-repeat;
}

/* Text */

h1 {
	font: 22px Georgia,"Times New Roman",Times,serif;
	line-height: 24px;
	color: #333;
	margin-bottom: 15px;
	float: left;
}
h2 {
	font: 22px Georgia,"Times New Roman",Times,serif;
	line-height: 24px;
	color: #999;
	margin-bottom: 15px;
	font-style: italic;
}
h3 {
	font: 18px Georgia,"Times New Roman",Times,serif;
	line-height: 24px;
	color: #333;
	text-shadow: 0 1px #fff;
	margin-bottom: 15px;
}
h4 {
	font: 14px Georgia,"Times New Roman",Times,serif;
	font-style: italic;
	font-weight: bold;
}
h5 {
	font: 22px Georgia,"Times New Roman",Times,serif;
	line-height: 24px;
	color: #333;
	margin-bottom: 15px;
	text-align: center;
}
.caseStudyCaption h4 {
	font-size: 12px;
}
p {
	margin: 0 0 10px 0;
}
.pageName {
	border-bottom: 1px #ccc solid;
	width: 960px;
	margin: 10px auto 0 auto;
}
cite {
	font: 12px Georgia,"Times New Roman",Times,serif;
	font-style: italic;
	padding: 0;
	color: #222;
}

/* Links */

a:link {
	color: #2882C1;
	border-bottom: 1px #2882C1 dashed;
	text-decoration: none;
}
a:visited {
	color: #999;
	border-bottom: 1px #999 dashed;
	text-decoration: none;
}
a:hover {
	color: #999;
	border-bottom: 1px #999 dashed;
	text-decoration: none;
}
a:active {
	color: #2882C1;
	border-bottom: 1px #2882C1 dashed;
	text-decoration: none;
}
#logo a:link, a:visited, a:hover, a:active {
	border-bottom: none;
	text-decoration: none;
}
.btn a:link, a:visited, a:hover, a:active {
	border-bottom: none;
	text-decoration: none;
}
#footerWrap a:link, a:visited, a:hover, a:active {
	border-bottom: none;
	text-decoration: none;
}
.leftCol a:link, a:visited, a:hover, a:active, a:visited, a:hover, a:active {
	border-bottom: none;
	text-decoration: none;
}
#slider a:link, a:visited, a:hover, a:active {
	border-bottom: none;
	text-decoration: none;
}
#feedbackWrap a:link, a:visited, a:hover, a:active {
	border-bottom: none;
	text-decoration: none;
}

/* Forms */

form span {
	background: url(img/bg_formTop.png) top left no-repeat;
	display: block;
	overflow: hidden;
	width: 460px;
}
.label {
	margin-top: 17px;
	vertical-align: top;
	text-align: left;
	text-transform: uppercase;
}
.input {
	font: 12px Arial, Helvetica, sans-serif;
	background: url(img/bg_formBtm.png) right bottom no-repeat;
	border: none;
	display: block;
	float: left;
	line-height: 15px;
	margin: 0;
	padding: 19px 10px 16px 27px;
	width: 423px;
	height: 15px;
}
.inputTxtArea {
	font: 12px Arial, Helvetica, sans-serif;
	background: url(img/bg_formBtm.png) right bottom no-repeat;
	border: none;
	display: block;
	float: left;
	line-height: 15px;
	margin: 0;
	padding: 19px 10px 16px 27px;
	width: 423px;
	height: 150px;
	overflow: hidden;
}
.btnForm {
	background: transparent url(img/bg_btn.png) no-repeat scroll 0 0;
	border: medium none;
	color: #555;
	text-shadow: 0 1px #fff;
	cursor: default;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-transform: none;
	width: 150px;
	margin-left: 10px;
}

/* Images */

img {
	border: 0 none;
}
.captcha {
	padding-top: 35px;
}


