* {
	margin:0px;
	padding:0px;
	outline:none;
}
html {
	min-height: 100%;
	width: 100%;
	height: 100%;
}
body {
	min-height: 100%;
	width: 100%;
	height: 100%;
	
}
#outerContainer {
	min-height: 100%;
	width: 100%;
	height: 100%;
}
html>body #outerContainer {
	/*overflow:hidden;*/
	height: auto; /*this undoes the IE hack, hiding it
					from IE using the child selector*/
}
html {
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	color:#222222;
}
body {
	font-size:62.5%;
	font-weight:bold;
	text-align:center;
	background:#dfe6ee url(../images/layout/background_thisisthethtree.jpg) repeat-x;
}
p {
	font-size:1.3em;
	line-height:1.5em;
	margin:10px 0px;
}
.clearit {
	clear:both;
}

/* clearfix fix for floated containers */
 
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
 
.clearfix {
display: inline-block;
}


#outerContainer {
	position:absolute;
	top:0px;
	left:0px;
}
#container {
	width:1020px;
	margin:0px auto;
	text-align:left;
	height: auto;
	margin-bottom: 28px;
}
strong, b {
	font-weight:bold;
}
a {
	color:#000000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h3 a{
	color:#333333 !important;
}
strong {
	color:#000000;
}
h1 {
	width:135px;
	height:100px;
	float:left;
}
h1 a{
	display:block;
	width:135px;
	height:99px;
	background:url(../images/layout/nav/nav_logo.gif) no-repeat;
	text-indent:-9999px;
}
h1 a:hover{
	background:url(../images/layout/nav/nav_logo.gif) no-repeat -135px 0px;
}
h2{
	font-size:2.6em;
	margin-bottom:10px;
}
h3 {
	font-size:2.2em;
	margin-bottom:10px;
	margin-top:5px;
}
h4 {
	font-size:1.6em;
	margin-bottom:10px;
}
#header {
	width:992px;
	height:100px;
	float:left;
	padding-left:28px;
}
.homePageHeader #header {
	height:72px;
	overflow:hidden;
}
#nav {
	width:616px;
	height:100px;
	float:left;
}
#nav ul {
	height:99px;
}
#nav li {
	list-style:none;
	float:left;
	height:99px;
}

#nav li#home{
	width:86px;
	height:99px;
}
#nav li#home a{
	display:block;
	background:url(../images/layout/nav/nav_home.gif);
	width:86px;
	height:99px;
}
#nav li#home a:hover{
	background:url(../images/layout/nav/nav_home.gif) -86px 0px;
}
#nav li#home.active a{
	background:url(../images/layout/nav/nav_home_off.gif);
}

#nav li#work{
	width:83px;
	height:99px;
}
#nav li#work a{
	display:block;
	background:url(../images/layout/nav/nav_work.gif);
	width:83px;
	height:99px;
}
#nav li#work a:hover{
	background:url(../images/layout/nav/nav_work.gif) -83px 0px;
}
#nav li#work.active a{
	background:url(../images/layout/nav/nav_work_on.gif);
}

#nav li#aboutus{
	width:109px;
	height:99px;
}
#nav li#aboutus a{
	display:block;
	background:url(../images/layout/nav/nav_aboutus.gif);
	width:109px;
	height:99px;
}
#nav li#aboutus a:hover{
	background:url(../images/layout/nav/nav_aboutus.gif) -109px 0px;
}
#nav li#aboutus.active a{
	background:url(../images/layout/nav/nav_aboutus_on.gif);
}

#nav li#blog{
	width:79px;
	height:99px;
}
#nav li#blog a{
	display:block;
	background:url(../images/layout/nav/nav_blog.gif);
	width:79px;
	height:99px;
}
#nav li#blog a:hover{
	background:url(../images/layout/nav/nav_blog.gif) -79px 0px;
}
#nav li#blog.active a{
	background:url(../images/layout/nav/nav_blog_on.gif);
}

#nav li#contact{
	width:101px;
	height:99px;
}
#nav li#contact a{
	display:block;
	background:url(../images/layout/nav/nav_contact.gif);
	width:101px;
	height:99px;
}
#nav li#contact a:hover{
	background:url(../images/layout/nav/nav_contact.gif) -101px 0px;
}
#nav li#contact.active a{
	background:url(/images/layout/nav/nav_contact_on.gif);
}

#nav li#partners{
	width:110px;
	height:99px;
}
#nav li#partners a{
	display:block;
	background:url(../images/layout/nav/nav_partners.gif);
	width:110px;
	height:99px;
}
#nav li#partners a:hover{
	background:url(../images/layout/nav/nav_partners.gif) -110px 0px;
}
#nav li#partners.active a{
	background:url(../images/layout/nav/nav_partners_on.gif);
}

#searchDiv {
	width:225px;
	height:100px;
	float:right;
}
#searchDiv form {
	width:225px;
	height:40px;
	text-align:center;
	margin-top:25px;
}
#searchDiv form input {
	width:204px;
	height:18px;
	margin-right:8px;
	background:#DAE2EC;
	border:none;
	color:#7893AF;
	padding:2px;
}
#homeBanner {
	height:290px;
	clear:both;
	text-align:center;
}
#homeBanner p{
	display:table-cell;
	vertical-align:middle;
	width:1020px;
	height:290px;
}
#content_wrapper {
	width:795px;
	float:left;
	padding-bottom:280px;
}
#breadcrumb {
	width:795px;
	float:left;
	padding-top:2px;
	padding-bottom:2px;
}
.breadcrumb {
	padding-left:27px;
}
.breadcrumb a:hover {
	color:#45607F;
	text-decoration:none;
}
#pageTitle {
	width:795px;
	height:80px;
	float:left;
	padding-top:5px;
}
#pageTitle h2 {
	padding-left:25px;
}
#content {
	width:795px;
	float:left;
	padding-bottom:10px;
}
#leftCol {
	padding:5px;
	width:215px;
	float:left;
	padding-top:15px;
}
#leftCol ul#subMenu {
	float:right;
	margin-bottom:40px;
}
#leftCol ul#subMenu li {
	list-style:none;
	width:184px;
	margin:0px 0px 5px 0px;
	padding:2px 8px 2px 8px;
	font-size:1.2em;
	font-weight:bold;
}
#leftCol ul#subMenu li.selected {
	background:url(../images/layout/subnav_background.gif) no-repeat;
}
#leftCol ul#expandedSubMenu {
	margin-bottom:-4px;
}
#leftCol ul#expandedSubMenu li {
	list-style:none;
	width:176px;
	margin:0px 0px 5px 0px;
	padding:2px 8px 2px 8px;
	font-size:1em;
	font-weight:normal;
}
#leftCol ul#subMenu li a, #leftCol ul#expandedSubMenu li a {
	color:#000000;
	text-decoration:none;
}
#leftCol ul#subMenu li a:hover, #leftCol ul#expandedSubMenu li a:hover {
	color:#45607F;
	text-decoration:none;
}
#leftCol h4#tags {
	margin-left:-5px;
	font-size:1.6em;
	margin-bottom:10px;
	text-align:left;
	background:url(../images/layout/icon_tag.gif) left top no-repeat;
	padding-left:25px;
	padding-top:5px;
	clear:both;
}
#leftCol #tagList {
	margin-left:22px;
	font-size:1.3em;
	font-weight:bold;
	width:180px;
}
#leftCol #tagList .tag {
	list-style:none;
	display:inline;
	line-height:1.4em;
	font-size:0.9em;
	font-weight:normal;
}
#leftCol form{
	padding-left:20px;
	margin-top:-6px;
}
#mainCol {
	margin:5px;
	margin-left:10px;
	width:500px;
	padding:5px;
	padding-bottom:0px;
	padding-left:20px;
	float:left;
	background:url(../images/layout/nav_content_divide.gif) repeat-y;
}
.mainColWork {
	/*border:2px solid #ffffff;*/
}
#mainCol p, #singleCol p, .singleColHome p {
	font-weight:normal;
}
#typeClientAgency {
	background:#F3F7FA;
	width:490px;
	padding:2px 5px;
	clear:both;
	font-weight:bold !important;
}
.mainColWork #contentTags {
	background:#F3F7FA;
	width:496px;
	padding:2px;
}

#mainCol h3 a{
	text-decoration:none;
	color:#000000;
}
#mainCol h3 a:hover{
	text-decoration:underline;
}
#mainCol a, #singleCol a {
	text-decoration:none;
	color:#56718F;
}
#mainCol a:hover, #singleCol a:hover {
	text-decoration:underline;
}
#mainCol #contentTags a{
	text-decoration:none;
	color:#000000;
}
#mainCol #contentTags a:hover{
	text-decoration:underline;
}
#mainCol ul{
	margin:10px 0px;
	font-size:1.3em;
	font-weight:normal;
}
#mainCol li{
	margin-left:30px;
}
#mainCol blockquote {
	font-size:0.9em;
	border-left:5px solid #EBEEF3;
	margin-left:10px;
	padding:0px 10px;
}
#singleCol{
	padding:5px 75px 5px 28px;
}

.singleColHome{
	width:330px;
	float:left;
	position:relative;
	padding:5px 10px 5px 28px;
	margin-right:25px;
}

#latestWorkCol {
	width:250px;
	margin-top:35px;
}

.centerWelcome {
	width:460px;
	position:relative;
	float:left;
	font-weight:normal;
	
}

.centerWelcome p {
line-height: 1.6em;
}
#singleCol{
	padding:5px 75px 5px 28px;
}

.singleColError ul{
	padding-left:30px;
	font-size:1.3em;
}

p.projectDescription {
	font-size:1.7em;
	font-weight:bold;
}
#rightCol{
	padding:5px;
	width:215px;
	float:right;
	clear:right;
	text-align:center;
	margin-top:6px;
	padding-bottom:280px;
}
#rightCol h4, #latestWorkCol h4  {
	font-size:1.6em;
	margin-bottom:10px;
	text-align:left;
	color:#45607F;
	margin-left:5px;
}
#rightCol h4#twitterHeading {
	margin-top:20px;
	background:url(../images/layout/twitter_logo.gif) top right no-repeat;
	padding-right:20px;
	padding-top:4px;
	width:70px;
	text-align:left;
	float:left;
	margin-left:5px;
}
#blogHeadlinesWrapper {
	border-bottom:2px solid #ffffff;
	padding-bottom:10px;
	width:208px;
}
.blogHeadlines {
	width:198px;
	padding:5px 5px;
	/*background:#D4D8E1;
	background:#EEEEFF;*/
	text-align:left;
	border-bottom:1px solid #cccccc;
	color:#333333;
	font-weight:bold;
	/*filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;*/
	clear:both;
}
.blogHeadlines p{
	margin:2px 0px;
	font-size:1.2em;
}
.blogHeadlineTitle {
	font-size:1.2em;
	padding:3px 0px;
	line-height:1.6em;
}
.blogHeadlines a {
	color:#333333 !important;
}
#footerWrap{
	/*background:#dee7f0;*/
	background:#F3F7FA;
	width:100%;
	position:absolute;
	bottom:0px;
	text-align:center;
	height:260px;
	left:0px;
	margin:auto;
}
#footer{
	width:992px;
	margin:auto;
	padding-top:30px;
	padding-left:28px;
}
#footer a{
	color:#5A779D;
	text-decoration:none;
}
#footer a:hover {
	color:#45607F;
	text-decoration:none;
}
.footerCol {
	width:100px;
	margin-right:30px;
	float:left;
	color:#5A779D;
	text-align:left;
	font-size:1.1em;
}
#footerTags {
	float:left;
	width:900px;
	margin-top:20px;
	border-top:1px solid #CDD8DF;
	padding-top:20px;
	padding-bottom:5px;
	text-align:left;
}
#footerTags li{
	list-style:none;
	display:inline;
	text-align:left;
}
#footerTags p {
	color:#5A779D;
	text-align:left;
	font-size:1.1em;
	margin:0px;
	padding-left:18px;
	margin-left:-18px;
	padding-top:2px;
	background:url(../images/layout/footer_tag_icon.gif) no-repeat;
}
.footerCol ul{
	margin-top:5px;
}
.footerCol li{
	font-weight:normal;
	list-style:none;
	margin-bottom:1px;
}
#footerText {
	font-size:1em;
	margin-top:20px;
	text-align:right;
	float:left;
	color:#666666;
	width:1050px;
}
#footerText span{
	float:left;
}
#footerText img{
	vertical-align:baseline;
	display:inline;
	margin:0px;
	padding:0px;
	float:left;
}
#footerBtns {
	float:left;
}
#footerBtns li{
	display:inline;
	list-style:none;
	margin-left:-3px;
}
.rssIcon {
	padding-left:5px;
}
.workItem {
	margin-bottom:50px;
	clear:both;
}

.workItemHome {
	margin:0px;
	float:left;
	position:relative;
	clear:both;
	height:80px;
	width:250px;
	clear:both;
	padding:0px;
}

.workItemHome h3 {
	float:left;
	font-size: 1.2em;
	padding-top:25px;
	width: 145px;
} 
.workItem p, .blogItem p {
	font-weight:normal;
}
.workThumbnail{
	width:90px;
	height:68px;
	border:1px solid #ffffff;
	display:block;
	float:left;
	margin-right:10px;
	margin-top:5px;
	margin-bottom:65px;
}

.workItemHome .workThumbnail {

	margin:0px;
	margin-right:10px;
	position:relative;
	float:left;
}
.workItemLogo {
	width: 110px;
	float: left;
}
.workItemLogo img {
	border: 1px solid #ccc; /* 1px grey border around image */
	margin-top: 15px !important; /* line up the top of the image with the quote text */
}
.workItemQuote {
	width: 390px;
	float: left;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px; /* space out the testimonials */
}
#searchResultItem {
	clear:both;
	margin-bottom:30px;
}
.blogItem {
	margin-bottom:30px;
	clear:both;
}
.paginate {
	clear:both;
}
.paginate a{
	color:#000000 !important;
	text-decoration:none !important;
}
.paginate a:hover{
	text-decoration:underline !important;
}
div.disciplinesSummary {
	font-size:1em;
	padding-left:105px;
	margin:-15px 0px 15px 0px;
	font-weight:normal;
}

.disciplinesButtons {
	margin-bottom:30px;
}

.img {
	margin:10px 0px;
	display:block;
}

.commenterName {
	font-size:1.6em;
}

.commentText {
	font-size:1.1em;
	margin-left:10px;
}

#playVideoBtn {
	margin:10px 0px;
	background:#FFFFFF url(../images/layout/playVideo.png) center right no-repeat;
	padding:2px;
	width:75px;
}

#img1 {
	margin:10px 10px 10px 0px;
	float:left;
}
#img2 {
	margin:10px 10px 10px 0px;
	float:left;
}
#img3 {
	margin:10px 0px 10px 0px;
	float:left;
}

.contactInput {
	width:340px;
}

#homePageRight {
	margin-top:30px;
}
