/*
Project Stylesheet
Author: Nick Francis
Questions/Comments: nick@project83.com
*/

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background:#fff;
}

body#home {
	background:#fff url(../images/bg_home.png) repeat-x top left;
}

#wrap {
	margin:0 auto;
	width:960px;
	color:#202020;
}

/* layout styles */
#header {
	padding:2em 0 .5em 0;
	margin-bottom:2em;
	border-bottom:1px solid #C0C0C1;
}

#contentArea {
	padding:1em 10px 2.5em 10px;
}

#contentArea #content {
	float:left;
	width:677px;
}

#contentArea #sidebar {
	float:right;
	width:230px;
}

body#home #contentArea #sidebar {
	padding-top:1em;
}

#workMain {
	margin:3em 0;
}

#threeCol {
	padding-top:3em;
}

#threeCol .col {
	float:left;
	width:313px;
}

#twoCol {
	clear:both;
	width:960px;
	height:193px;
	margin-bottom:3em;
	background:url(../images/twocol_bg.gif) no-repeat top left;
}

#twoCol .col {
	float:left;
	width:430px;
	color:#fff;
	padding:30px 25px 10px 25px;
}

#twoColLeft {
	float:left;
	width:727px;
	margin-bottom:2em;
	padding:0 20px 0 0;
}

#team {
	margin-bottom:2em;
}

#team .col {
	float:left;
	width:305px;
	padding-right:15px;
	font-size:.95em;
}

#team .col p {
	font-size:1.1em;
}

#blogArea {
	padding-top:2em;
}

#blogArea #content {
	float:left;
	width:700px;
}

#blogArea #sidebar {
	float:right;
	width:214px;
}

p.pagerLinks {
	text-align:center;
	margin:0 2em 2.5em 2em;
}

p.pagerLinks a {
	padding:0 1em;
}

#twoColRight {
	float:right;
	width:200px;
}

/* header */
#logo {
	float:left;
	text-indent:-9000px;
}

#logo a {
	display:block;
	width:194px;
	height:40px;
	background:url(../images/logo.png) no-repeat top left;
}

#header ul {
	float:right;
	margin:0;
	padding-top:1.5em;
	list-style:none;
}

#header li {
	float:left;
	margin:0;
}

#header li a {
	padding:.5em 1.2em .4em 1.2em;
	color:#2A2A2A;
	text-decoration:none;
	font-size:1.15em;
}

#header li a:hover {
	color:#77AA0F;
}

#header li a.active {
	color:#77AA0F;
}

h3.headline {
	color:#5A5A5A;
	font-size:.9em;
	letter-spacing:1px;
	text-transform:uppercase;
	font-weight:normal;
	margin-bottom:0;
}

h3.headline a {
	color:#5A5A5A;
	text-decoration:none;
}

h3.headline a:hover {
	text-decoration:underline;
}

h5 {
	color:#5A5A5A;
	font-size:.9em;
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing:1px;
}

/* home content */
#headline {
	text-align:center;
	color:#474747;
}

#headline h1 {
	font-weight:normal;
	font-size:2.2em;
	line-height:1.3em;
}

#headline h3 {
	font-weight:normal;
	font-style:italic;
	font-size:1.6em;
	font-family:Georgia, Times, serif;
}

#slideshow {
	position:relative;
	padding-top:13px;
	overflow:hidden;
}

.webkit #slideshow {
	padding-top:16px;
}

.shadow {
	position:absolute;
	width:68px;
	height:458px;
	top:11px;
	z-index:4;
	background:url(../images/shadows.png) no-repeat 0 0;
}

.webkit .shadow {
	top:14px;
}

.shadow.left {
	left:0;
}

.shadow.right {
	right:0;
	background-position:-74px 0;
}

#slides {
	position:relative;
	z-index:1;
	margin:0 auto;
	text-align:center;
}

#slides img {
	padding:0 67px;
}

a.arrow {
	position:absolute;
	display:block;
	text-indent:-9000px;
	width:43px;
	height:62px;
	top:195px;
	z-index:5;
	background:url(../images/ss_arrows.png) no-repeat 0 0;
}

a.arrow#prev {
	left:0;
	background-position:-43px 0;
}

a.arrow#next {
	right:0;
}

a.arrow#prev:hover {
	background-position:-129px 0;
}

a.arrow#next:hover {
	background-position:-86px 0;
}

#centerMe {
	float:left;
	position:relative;
	clear:both;
	left:50%;
}

ul#pager {
	position:relative;
	left:-50%;
	list-style:none;
	margin:1em 0 4em 0;
}

ul#pager li {
	float:left;
	margin:0;
}

ul#pager li a {
	display:block;
	text-indent:-9000px;
	height:8px;
	width:8px;
	margin:0 4px;
	background:url(../images/ss_btns.png) no-repeat 0 0;
}

ul#pager li a.activeSlide {
	background-position:-9px 0;
}

a.btn {	
	float:left;
	padding:0 15px 0 0;
	background:url(../images/btn_rt.png) no-repeat top right;
}

a.btn:hover {
	text-decoration:none;
}

a.btn span {
	display:block;
	line-height:29px;
	font-weight:bold;
	padding:0 0 0 15px;
	text-shadow:1px 1px 0px #fff;
	background:url(../images/btn_lt.png) no-repeat top left;
}

#homeContent h2 {
	float:left;
	color:#95BA35;
	font-size:2.5em;
	font-weight:bold;
}

a.moreServices {
	float:right;
	position:relative;
	top:2px;
}

a.serviceList {
	display:block;
	clear:both;
	width:960px;
	height:66px;
	text-indent:-9000px;
	margin-bottom:5em;
	background:url(../images/home_services.png) no-repeat top left;
}

#values {
	clear:both;
	padding:0 0 3em 0;
	background:url(../images/values_bg.png) no-repeat top center;
}

.val {
	float:left;
	width:230px;
	text-align:center;
	padding:0 40px;
}

.val.guessing a.btn, .val.diversified a.btn, .val.teams a.btn {
	position:relative;
}

.val.guessing a.btn, .val.diversified a.btn {
	left:65px;
}

.val.teams a.btn {
	left:60px;
}

.val.diversified {
	padding:0 60px;
} 

.val.teams {
	padding:0 0 0 35px;
}

.val h3 {
	font-size:1.1em;
	margin:0 0 1.5em 0;
}

.val h3 span {
	color:#fff;
	text-transform:uppercase;
	padding:.5em 1em;
	text-shadow:0px -1px 0px #60831D;
	background:#95BA35;
}

.val p {
	font-size:1.4em;
	color:#535353;
	font-weight:bold;
	line-height:1.2em;
	margin-bottom:1em;
}

/* work main */
#workMain .row {
	margin-bottom:1.5em;
}

.siteWrap {
	float:left;
	width:305px;
	margin-left:1.8em;
}

#workMain .lt {
	margin-left:0;
}

.siteWrap img {
	padding:12px 14px 14px 13px;
	background:url(../images/work_bg.gif) no-repeat top left;
}

.siteWrap a.text {
	display:block;
	padding:1em;
	font-size:1.2em;
	text-align:center;
}

.siteWrap a.text:hover {
	text-decoration:none;
}

/*CSS for jquery hovers*/
div.over a.text{
	text-decoration:underline;
}

ul.logos {
	list-style:none;
	margin:0 0 3em 0;
	border:4px solid #D5D5D7;
	background:#EBEBEB;
	padding:1em 1.3em;
}

ul.logos li {
	float:left;
	margin:0;
}

/* work interior */
.workDesc {
	margin:3em 0 0 0;
}

.workDesc .intro {
	float:left;
	width:660px;
}

.workDesc .services {
	float:right;
	width:220px;
}

.workDesc .intro h1 {
	font-size:3.6em;
	letter-spacing:-1px;
	margin-bottom:.3em;
	color:#201F21;
}

.workDesc .intro p {
	font-size:1.4em;
	color:#4E5048;
	line-height:1.3em;
}

.workDesc .services h2 {
	font-size:1.4em;
	font-weight:bold;
	text-align:right;
	padding-top:.3em;
}

.workDesc .services h2 a {
	color:#202020;
	text-decoration:underline;
}

.workDesc .services h2 a:hover {
	text-decoration:none;
}

.workDesc .services h4 {
	font-size:1em;
	background:#d6d6d6;
	padding:.8em 1.2em;
	margin-bottom:0;
	font-family:Georgia, "Times New Roman", Times, sans-serif;
}

.workDesc .services ul {
	margin:0;
	padding:0 1em;
	list-style:none;
	border:1px solid #d6d6d6;
}

#workImages {
	text-align:center;
	padding:1.5em 0;
}

#workImages img {
	display:inline;
	margin:0 .2em 2em .2em;
	border:7px solid #CBCBCD;
}

#btns {
	text-align:center;
	margin:0 0 4em 0;
}

#btns a {
	font-size:.9em;
	letter-spacing:1px;
	color:#fff;
	text-transform:uppercase;
	background:#201F21;
	margin:0 .5em;
	padding:.8em 1em .6em 1em;
	text-decoration:none;
}

#btns a:hover {
	background:#3f3f3f;
}

/* about us */
#aboutBox {
	float:left;
	width:558px;
	height:488px;
	margin-bottom:3em;
	padding:37px 50px 37px 45px;
	background:url(../images/about_box.jpg) no-repeat top left;
}

#aboutBox .value {
	border-top:1px solid #D4D4D4;
	border-bottom:1px solid #fff;
	padding:1.7em 0 1.7em 80px;
	background:url(../images/about_icons.png) no-repeat 0 0;
}

#aboutBox .value h3 {
	margin-bottom:.5em;
	font-size:1.4em;
	text-transform:uppercase;
}

#aboutBox .value p {
	margin-bottom:0;
	color:#484848;
}

#aboutBox .value.partnership {
	padding-top:0;
	border-top:0;
	background-position:0 8px;
}

#aboutBox .value.embracing {
	background-position:0 -72px;
}

#aboutBox .value.goals {
	background-position:0 -185px;
}

#aboutBox .value.communication {
	background-position:0 -295px;
}

#aboutBox .value.commitments {
	border-bottom:0;
	padding-bottom:0;
	background-position:0 -400px;
}

h1.about {
	margin-top:1em;
	color:#A4C344;
	font-size:2.5em;
}

#clientQuotes {
	float:right;
	width:280px;
}

#clientQuotes blockquote {
	position:relative;
	margin:0;
}

#clientQuotes blockquote p {
	font-size:1.2em;
	font-style:normal;
	line-height:1.3em;
	text-indent:35px;
	padding:8px 0 0 0;
	margin:0 0 .5em 0;
	font-family:Georgia, Times, "Times New Roman", serif;
}

#clientQuotes blockquote span {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:32px;
	height:27px;
	text-indent:-9000px;
	background:url(../images/quote.png) no-repeat top left;
}

#clientQuotes cite {
	display:block;
	font-weight:bold;
	border:0;
	font-size:1em;
	font-style:normal;
	padding-bottom:2em;
	margin-bottom:2em;
	border-bottom:1px solid #CACACA;
}

#clientQuotes cite.last {
	border:0;
}

#clientQuotes cite strong {
	color:#A4C344;
}

h2.coreTeam {
	clear:both;
	color:#A4C344;
	font-size:2.2em;
	font-weight:bold;
}

#coreTeam {
	margin-bottom:3em;
}

.dude {
	float:left;
	width:273px;
	height:265px;
	padding:12px 17px 12px 13px;
	background:url(../images/team_bg.png) no-repeat top left;
}

.dude.denny {
	margin:0 25px;
}

.dude .info {
	padding:.5em 1em;
	background:#E9E9E9;
}

.dude .info h4, .dude .info p {
	color:#2C2C2C;
	margin-bottom:.3em;
	font-family:Georgia, Times, "Times New Roman", serif;
}

.dude .info p {
	margin-bottom:.5em;
}

.dude .info a.tw {
	display:block;
	line-height:25px;
	padding:0 0 .3em 34px;
	background:url(../images/twitter.png) no-repeat top left;
}

/* process */
#threeCol .create {
	padding:0 10px;
}

#threeCol .col h2 {
	text-indent:-9000px;
	width:313px;
	height:58px;
	margin:.3em 0 1em 0;
}

#threeCol .plan h2 {
	background:url(../images/plan.gif) no-repeat top left;
}

#threeCol .create h2 {
	background:url(../images/create.gif) no-repeat top left;
}

#threeCol .cani h2 {
	background:url(../images/cani.gif) no-repeat top left;
}

#threeCol .col img {
	margin-bottom:1.5em;
}

#threeCol .col p {
	height:8em;
}

#threeCol .steps {
	font-family:Georgia, Times, "Times New Roman", serif;
	border:1px solid #D6D6D6;
	margin-bottom:3em;
}

#threeCol .steps h3 {
	font-size:1em;
	padding:.8em 1.2em;
	background:#D6D6D6;
}

#threeCol .steps ul {
	margin-left:2.5em;
}

#threeCol .steps li {
	line-height:1.2em;
	padding:.3em 0;
}

/* two col area */
#twoCol .col h2 {
	font-weight:bold;
	font-size:2em;
	margin-bottom:.3em;
}

#twoCol .col p {
	font-size:1.4em;
	margin-bottom:0;
}

#twoCol .lt p {
	color:#CACBCC;
}

#twoCol .rt h2 {
	margin-bottom:.1em;
}

#twoCol .rt p {
	margin-bottom:.6em;
}

.col .interview {
	float:left;
	text-indent:-9000px;
	width:216px;
	height:75px;
}

.col .interview a {
	float:left;
	position:relative;
	width:216px;
	height:75px;
	background:url(../images/download.gif) no-repeat top left;
}

.col .numbers {
	float:left;
	padding-left:2em;
	display:inline;
}

#twoCol .col .numbers p {
	font-size:1.1em;
	padding-top:.3em;
	line-height:1.3em;
}

#twoCol .col .numbers p strong {
	display:block;
}

#twoCol .col .numbers p.call {
	font-size:1.4em;
	font-weight:bold;
	border-bottom:1px solid #DCE9BA;
}

#twoCol .col .numbers p a {
	color:#fff;
	text-decoration:underline;
}

#twoCol .col .numbers p a:hover {
	text-decoration:none;
}

/* blog */
#blogArea .top {
	position:relative;
	padding:0 0 1em 0;
	margin-bottom:1.5em;
}

#blogArea p.date {
	position:absolute;
	left:0;
	bottom:.2em;
	padding:1em;
	width:80px;
	text-align:center;
	color:#fff;
	background:#84B124;
	font-family:Georgia, Times, "Times New Roman", serif;
	font-style:italic;
	font-size:.95em;
	margin-bottom:0;
}

#blogArea .post img {
	border:2px solid #B7B8BB;
}

#blogArea .post h1 {
	position:relative;
	left:125px;
	top:.3em;
	height:auto;
	width:575px;
	font-weight:bold;
	font-size:2.6em;
	margin-bottom:0;
	padding-bottom:.1em;
	border-bottom:1px solid #BABABA;
}

#blogArea .post h1 a {
	color:#2F3335;
}

#blogArea .post h1 a:hover {
	color:#555;
	text-decoration:none;
}

#blogArea .postContent {
	padding-left:125px;
}

#blogArea .postContent p.sep {
	padding-bottom:1.5em;
	border-bottom:1px solid #ccc;
}

#blogArea .postContent ul, #blogArea .postContent ol {
	padding:1em;
	margin:0 0 1.5em 0;
	background:#E8F6CC;
}

#blogArea .postContent li {
	margin-left:2em;
}

#blogArea .postContent ul.imgs {
	list-style:none;
	background:none;
	padding:0;
	margin:0 0 2em 0;
	overflow:hidden;
}

#blogArea .postContent ul.imgs li {
	float:left;
	height:160px;
	width:230px;
	border:3px solid #ccc;
	text-align:center;
	margin:0 1em 1em 0;
}

#blogArea .postContent ul.imgs.taller li {
	height:184px;
}

#blogArea .postContent ul.imgs li img {
	border:0;
}

#blogArea .introBox {
	padding:1em 1em 0 1em;
	background:#eee;
	border:1px solid #666;
	margin-bottom:2em;
	font-style:italic;
}

#blogArea p.posted {
	margin:0 0 3em 115px;;
	padding:.5em 1em;
	font-size:.95em;
	background:#EEEFF1;
}

#blogArea p.posted em {
	font-family:Georgia, Times, "Times New Roman", serif;
}

#blogArea h1.comments {
	float:left;
	font-size:3.1em;
	color:#73A520;
	font-weight:bold;
	margin:1.2em 0 .5em 0;
	padding:0 170px 0 0;
	background:url(../images/comments.gif) no-repeat top right;
}

#blogArea h1.comments a {
	color:#73A520;
	text-decoration:none;
}

#blogArea h1.comments span {
	display:none;
}

#blogArea h1.chimeIn {
	text-indent:-9000px;
	width:128px;
	height:27px;
	margin-top:1em;
	background:url(../images/chime_in.gif) no-repeat top left;
}

#blogArea .commentWrap {
	clear:both;
	margin-left:115px;
}

#blogArea .commentWrap .top {
	padding:0 0 .3em 0;
	margin-bottom:0;
	border-bottom:1px solid #ACACAC;
}

#blogArea .commentWrap h4 {
	float:left;
	font-size:1.3em;
	margin-bottom:0;
}

#blogArea .commentWrap h4 span {
	font-size:.8em;
	color:#757575;
	font-weight:normal;
}

#blogArea .commentWrap .text {
	margin:0 0 1em 0;
	padding:1.5em 0;
	line-height:1.5em;
}

#blogArea .commentWrap p.date {
	font-family: Helvetica, Arial, sans-serif;
	color:#757575;
	text-transform:uppercase;
	font-size:.9em;
	background:none;
	float:right;
	font-style:normal;
	position:static;
	bottom:0;
	left:0;
	padding:4px 0 0 0;
	width:auto;
	margin:0;;
}

#blogArea .commentWrap .admin p.date {
	padding-right:4.5em;
}

#blogArea .commentWrap .admin {
	padding:.9em .8em .7em .8em;
	background:#EEEFF1 url(../images/83.gif) no-repeat center right;
}

#commentForm {
	padding-left:115px;
}

#commentForm ul {
	margin:.5em 0 1.5em 0;
}

#commentForm ul.left {
	float:left;
}

#commentForm ul.right {
	float:right;
}

#commentForm label {
	width:auto;
	display:block;
	float:none;
	font-size:1.1em;
	color:#2d2d2d;
}

#commentForm label span {
	font-weight:normal;
	font-size:.9em;
}

#commentForm input, #commentForm textarea {
	padding:4px;
	border:1px solid #ACACAC;
	background:#EAEBED;
}

#commentForm input {
	width:215px;
}

#commentForm textarea {
	width:320px;
	height:100px;
	font-size:1em;
}

#commentForm input#submitC {
	width:auto;
	padding:0;
	border:0;
	margin-left:275px;
	position:relative;
	bottom:5px;
}

#commentForm input#subject {
	display:none;
}

pre {
	margin:1.5em 3em;
	padding:1em;
	background:#EEEFF1;
	border:1px solid #B7B8BB;
}

cite {
	display:block;
	padding:.5em 0;
	font-size:.9em;
	border-top:1px dotted #666;
	border-bottom:1px dotted #666;
}

#blogArea .post img.noBdr {
	border:0;
}

/* search results */
#searchResults .top h4, #searchResults .top p {
	padding-bottom:1em;
	margin:0;
}

#searchResults .top {
	margin-bottom:2em;
	padding-bottom:0;
	border-bottom:1px solid #ccc;
}

#searchResults .top h4 {
	font-weight:normal;
}

#searchResults .link h3 {
	margin-bottom:.4em;
}

#searchResults .link p.desc {
	margin-bottom:.5em;
}

#searchResults .link p.url {
	padding-bottom:1.5em;
	border-bottom:1px solid #ccc;
}

#pagination p {
	font-weight:bold;
	margin:0 0 1.5em 0;
}

#pagination p span, #pagination p a {
	padding:0 .4em;
	font-weight:normal;
}

/* 404 page */
h2.pnf {
	padding:1em 2em;
	font-size:1.8em;
	line-height:1.2em;
}

/* blog sidebar */
#blogArea #sidebar {
	font-size:.95em;
}

#subscribe {
	padding:1em;
	margin-bottom:2em;
	background:#EEEFF1;
	border:2px solid #B7B8BB;
}

#subscribe h3 {
	font-size:1.2em;
	margin-bottom:.8em;
}

#subscribe p.feed a {
	padding-left:16px;
	background:url(../images/feed.gif) no-repeat top left;
}

#subscribe fieldset {
	margin-bottom:.5em;
}

#subscribe fieldset input#emailS, .sb fieldset input#q {
	float:left;
	display:inline;
	padding:3px;
	font-size:.95em;
	border:1px solid #878787;
	width:130px;
	margin-right:.5em;
}

#subscribe fieldset input#submitBtn, .sb fieldset input#goBtn {
	position:relative;
	bottom:1px;
}

#subscribe p, .sb p {
	line-height:1.2em;
	margin-bottom:.5em;
}

.sb {
	margin-bottom:2em;
}

.sb h3 {
	font-size:1.1em;
	margin-bottom:.8em;
}

.sb ul {
	list-style:none;
	margin-left:0;
}

.sb li {
	display:inline;
}

.sb li a {
	display:block;
	margin:.5em 0;
	padding-left:14px;
	background:url(../images/sb_list_bg.gif) no-repeat 0 5px;
}

/* contact page */
#headline h1#english {
	width:960px;
	height:74px;
	text-indent:-9000px;
	margin:1em 0;
	background:url(../images/heading_contact.gif) no-repeat top left;
}

.block {
	margin-bottom:2em;
}

.block h3 {
	float:left;
	width:260px;
	font-size:1.8em;
	color:#202020;
	text-align:right;
	padding-bottom:.1em;
	border-bottom:1px solid #bbb;
}

.block .info {
	float:right;
	width:670px;
}

.block .info p {
	font-size:1.15em;
}

fieldset ul {
	margin:0;
}

fieldset ul.lt {
	float:left;
}

fieldset ul.rt {
	float:right;
}

fieldset li label {
	float:none;
	width:auto;
	font-size:1.15em;
	display:block;
	color:#202020;
}

fieldset li label span {
	color:#999;
	font-weight:normal;
	font-size:.9em;
}

fieldset li input, fieldset li textarea {
	margin:.1em 0 .3em;
	padding:6px;
	font-size:1.1em;
	border:0;
	background:#DADADC;
	color:#202020;
	width:210px;
}

fieldset li textarea {
	width:230px;
	height:188px;
	width:410px;
	font-family: Helvetica, Arial, sans-serif;
}

fieldset li input#submitBtn {
	width:auto;
	padding:.5em 1em;
	font-size:.85em;
	color:#DADADC;
	font-size:1.2em;
	background:#1E1D1F;
	text-transform:uppercase;
	margin-left:350px;
	letter-spacing:.5px;
}

/* services page */
#packages .pack {
	float:left;
	padding:36px;
	width:398px;
	height:570px;
	margin:1em 0 4em 0;
	background:url(../images/package_bg.png) no-repeat top left;
}

#packages .pack h2 {
	font-size:2.2em;
	padding-top:5px;
	margin-bottom:1em;
}

#packages .pack h2 span {
	color:#EBE9EA;
	background:#2C2A2B;
	border:3px solid #fff;
	padding:.2em .6em;
}

#packages .pack h3 {
	font-size:1.3em;
	margin-bottom:1.2em;
	text-transform:uppercase;
}

#packages .pack h3, #packages .pack h2 {
	text-align:center;
}

#packages .pack strong, #packages .pack p {
	color:#2B2B2B;
}

#packages .pack ul {
	list-style:none;
	margin:0 0 2em 0;
}

#packages .pack li {
	padding:.5em .8em;
	background:#fff;
	border:1px solid #D3D3D3;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	color:#615F60;
	font-family:Georgia, Times, "Times New Roman", serif;
}

.mac #packages .pack li {
	font-size:1.1em;
}

#packages .pack strong {
	font-family: Helvetica, Arial, sans-serif;
	padding-right:.5em;
	font-size:.9em;
}

#packages #basic {
	float:right;
}

.pack .site {
	float:left;
	text-align:center;
	padding-bottom:14px;
	background:url(../images/site_shadow.png) no-repeat bottom right;
}

.pack .site.one {
	margin-right:6px;
}

.pack .links {
	background:#fff;
	padding:12px 12px 6px 12px;
	border:1px solid #C2C2C2;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

.pack .site a {
	display:block;
}

.pack .site a.name {
	padding:.6em 0 .2em 0;
	line-height:2em;
}

#threeCol.services .col {
	width:283px;
	margin-bottom:2em;
}

#threeCol.services .col.mid {
	margin:0 55px;
}

#threeCol.services h3 {
	text-transform:uppercase;
	font-size:1.2em;
	padding-bottom:.5em;
	border-bottom:1px solid #C9C9C9;
}

#threeCol.services h3 span {
	display:block;
	font-style:italic;
	font-weight:normal;
	color:#474747;
	font-size:.8em;
	padding-top:.5em;
	text-transform:none;
	font-family:Georgia, Times, "Times New Roman", serif;
}

#threeCol.services .col ul {
	list-style:none;
	margin:0 0 1.5em 0;
}

#threeCol.services .col li {
	font-weight:bold;
	padding-left:18px;
	background:url(../images/services_bullet.png) no-repeat 0 5px;
}

#threeCol.services .col p {
	height:auto;
	margin-bottom:1em;
}

a.projInt {
	display:block;
	width:244px;
	height:45px;
	margin-bottom:1em;
	text-indent:-9000px;
	background:url(../images/interview_btn.png) no-repeat top left;
}

/* footer */
#footer {
	font-size:.9em;
	padding:1em 0;
	border-top:1px solid #C0C0C1;
}

#footer ul a, #footer p {
	color:#343436;
}

#footer ul a {
	padding-right:1em;
}

#footer ul a:hover {
	text-decoration:underline;
}

#footer p {
	float:right;
}