/* Visible vertical scrollbar which disables correctly and allows normal horizontal scrollbar behaviour. */
html {
 overflow-y: scroll !important;
}

/*Some utility styles */
.clear{
	clear:both;
  	height:0;
  	font-size: 0;
}
.clearleft{
	clear: left;
}
.clearright{
	clear: right;
}
.floatleft{
	float: left;
}
.floatright{
	float: right;
}
.divider{
	clear: both;
	width: 951px;
	background: url(../images/divider.gif) no-repeat bottom;
	font-size: 0;
	height: 21px;
	overflow: hidden;
		
}
.divider.nopadding{
	height: 11px;
	background-position: top center;
}

.nopadding{
	padding: 0;
}
.nomargin{
	margin: 0 auto;
}

.padder{
	padding-top: 20px;
}
.details-box{
	background: url(../images/panel-back.png);
	padding: 10px;
	behavior: url(bclweb/javascript/iepngfix.htc);
	/*fix IE background-images bug*/
	height: 1%;
}
.details-box a{
	background: none;
}
.details-box p{
	padding-bottom: 10px;
	background: none transparent;
}



/*png fix for IE6*/
.png{
	behavior: url(bclweb/javascript/iepngfix.htc);
}
/*Global styles*/
body{
	color: #FFF;
	line-height: 160%;
	background-color: #000;
	
}

h2{
	font-size: 160%;
}
h3{
	font-size: 130%;
}
h3 a{
	color: #51b848;
	text-decoration: none;
}
h4{
	font-size: 105%;
	color: #FFF;
}
a{
	color: #51b848;
}
a:hover{
	text-decoration: none;
	background-color: #51b848;
	color: white;
	padding: 0 0px;
}
/*revert padding for image links*/
a.img_link{
	color: transparent;
}
a.img_link:hover{
	padding: 0px;
	background: none;
}
ol{
	list-style-type: decimal;
	}
#wrap{
	width: 100%;
	text-align: center;
	background: url(../images/header-back.gif) repeat-x transparent;
}
.content-wrap{
	width: 853px;
	margin: 0 auto;
	text-align: left;
	
}
#header-wrap{
	padding-top: 20px;
}

#main-content{
	background: url(../images/main-back.gif) no-repeat #000 center 0 ;
	background-attachment: fixed;
	padding: 10px 0;
}
#header{
	height: 108px;
}

#header #logo{
	float: left;
	width: 273px;
	margin-right: 17px;
	padding-top: 9px;

}
#header #logo h1{
	text-indent: -9999px;
}
#header #logo h1 a{
	width: 256px;
	height: 61px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	display: block;
}
#header #navDiv{
	width: 326px;
	float: left;
	margin-left:42px 
}
#page-content, #page-form{
	padding-top: 10px;
}
#page-content ul{
	list-style-type: disc;
	padding-left: 20px;
	}

#nav {
	position: relative;
	top: 10px;
	height: 52px;
}

#nav a {
	text-decoration: none;
	font-family: Arial, Verdana, Sans-Serif;
}

#nav li { /*float the main list items*/
	margin: 0;
	float: left;
	display: block;
	
	text-align: left;
	height: auto;
}


#nav li a ul li a{
	padding-right: 0;
}
#nav li li{
	padding-right: 0;
	clear: both;
	
}

#nav li div {
	display: none;
}

#nav li div { /*put the subnav below*/
	position: absolute;
	top: 98px;
	z-index: 10;
	
	
}
#nav li ul{
	display: block;
	height: auto;
		margin-bottom: 20px;
	

	
}
#nav li#thinking div{
	background: url(../images/thinking-grad.gif) repeat-x bottom #e945a2;
	margin-left: -10px;
	width: 160px;
}
#nav li#brands div{
	
	background: url(../images/brands-grad.gif) repeat-x bottom #f8991d;
	margin-left: 10px;
	

}
#nav li#agency div{
 	
 	background: url(../images/agency-grad.gif) repeat-x bottom #40bbe3;
 	margin-left: -10px;
 	width: 140px;
 }

#nav li ul li{
	padding: 5px 5px;
	margin: 0;

}
#nav li:hover ul, #nav li.over ul { /*for ie*/
}

#nav li a {
	color: #535560;
	display: block;
	padding: 0;
	text-indent: -9999px;
}


#nav li ul a, #nav li ul a {
	border: 0;
	color: #535560;
	text-indent: 0px;
	padding: 0;

	
}

#nav li:hover ul a, #nav li.over ul li a { /*for ie - the specificity is necessary*/
	
}
#nav li ul li a{
	background-color: #4bae32;
}



#nav li:hover div, #nav li.over div {
	display: block;
	z-index: 6000;
}

#nav li a{
	display: block;
	position: relative;
	height: 98px;
}
#nav li ul{
}
#nav li ul li a{
	height: auto;
	padding: 0 5px 0 10px;
}

/*first, put the initial states in place*/

#nav li a{
	background: url(../images/nav.gif) no-repeat;
}
#nav li#thinking a {
	background-position: 0px 0px;
	width: 119px;
}
#nav li#brands a {
	background-position: -119px 0px;
	width: 98px;
}
#nav li#agency a {
	background-position: -218px 0px;
	width: 108px;
}
#nav li#thinking div a{
	width: 150px;
}
#nav li#brands div a{
	width: 100px;
}
#nav li#agency div a{
	width: 130px;
}



/*drop down formatting*/
#nav li#thinking ul a,#nav li#thinking.on ul a{
	background: url(../images/thinking-nav-bullet.gif) no-repeat 5px 9px;
}
#nav li#brands ul a,#nav li#brands.on ul a{
	background: url(../images/brands-nav-bullet.gif) no-repeat 5px 9px;
}
#nav li#agency ul a,#nav li#agency.on ul a{
	background: url(../images/agency-nav-bullet.gif) no-repeat 5px 9px;
}



#nav li ul a{
	display: block;
	color: #FFF;
	text-align: left;

}

#nav li#thinking ul a:hover, #nav li#thinking ul a.section {
	color: #fde6f3;
}
#nav li#brands ul a:hover, #nav li#brands ul a.section {
	color: #fee1b0;
}
#nav li#agency ul a:hover, #nav li#agency ul a.section {
	color: #aeecff;
}
#nav li#legal ul a:hover, #nav li#legal ul a.section {
	color: #52B949;
}

/*Header bars*/
#header-home,#header-security,#header-page-not-found{
	display: none;
}

.header-bar{
	width: 100%;
	height: 40px;
	background-repeat: no-repeat;
	
}
#header-thinking{
	background-image: url(../images/header-thinking.gif);
}
#header-brands{
	background-image: url(../images/header-brands.gif);
}
#header-agency{
	background-image: url(../images/header-agency.gif);
}
#header-legal-stuff{
	background-image: url(../images/header-legal.gif);
}

/*Sub nav*/
#sub-nav{
	width: 186px;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 83px;
	margin-left: 10px;
	background-color: #ececec;
	font-size: 95%;
	padding-bottom: 10px;
	font-weight: bold;
	/*fix for IE double margin bug*/
	display:inline;
}
#sub-nav ul{
	margin-left: 13px;
}
	
#sub-nav li{
	background-image: url(../images/subnav-treeicon.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	min-height: 11px;
	height: auto !important;
	height: 11px;

}
#sub-nav li.first{
	background-image: url(../images/subnav-treeicon-first.gif);
	padding-top: 10px;
}
#sub-nav li.last{
	background-image: url(../images/subnav-treeicon-last.gif);
}

#sub-nav.thinking a{
	color: #de328e;
}
#sub-nav.brands a{
	color: #f47321;
}
#sub-nav.agency a{
	color: #1cadd1;
}
#sub-nav.Security, #sub-nav.page-not-found{
	visibility: hidden;
}
#sub-nav h3, #sub-nav h4{
	color: #000;
}
#sub-nav h4{
	font-size: 90%;
}
#sub-nav a{	
	text-decoration: none;
	font-weight: bold;
}
#sub-nav li.section a{
	color: #000;
}
#sub-nav.thinking li.section ul li a{
	color: #de328e;
}
#sub-nav.brands li.section ul li a{
	color: #f47321;
}
#sub-nav.agency li.section ul li a{
	color: #1cadd1;
}
#sub-nav li.section ul li.section a{
	color: #000;
}
#sub-nav li ul li.first{
	padding-top: 0px;
	background-position: 0 -10px;
}
#sub-nav a:hover {
	color: #000;
	background: none;
}
#sub-nav div li{
	background: none;
	padding-left: 0;
}
#sub-nav div ul{
	margin-left: 0;
}

#header #header-contact{
	width: 150px;
	float: right;
	text-align: right;
	font-size: 110%;
	font-family: Arial, Verdana, Sans-serif
}
#header .give-us-a-buzz{
	line-height: 110%;
	font-size: 120%;
	margin-top: 9px;
}
#header .give-us-a-buzz a{
	font-weight: bold;
	text-decoration: none;
}



#footer{
	font-size: 85%;
}

#footer-nav{
	width: 400px;
	float: left;
	float: left;
}
#footer-nav li{
	float: left;
	margin-right: 5px;
}
#footer-nav li a{
	color: #535560;
	text-decoration: underline;
}
#footer-nav li a:hover{
	color: #FFF;
	text-decoration: none;
}
#footer-logos{
	width: auto;
	float: right;
}
#footer-logos li{
	float: left;
	margin-right: 5px;
	
}
#footer-logos li a{
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
}
#footer-logos li#dma a{
	background-image: url(../images/dma.gif);
	width: 27px;
	height: 32px;
	
}
#footer-logos li#ipa a{
	background-image: url(../images/ipa.gif);
	width: 45px;
	height: 32px;
}
#footer-logos li#aaaa a{
	background-image: url(../images/aaaa.gif);
	width: 56px;
	height: 31px;
}
#footer-logos li#ijm a{
	background-image: url(../images/ijm.gif);
	width: 58px;
	height: 31px;
}
#footer-logos li#mcca a{
	background-image: url(../images/mcca.gif);
	width: 90px;
	height: 31px;
}
#footer-logos li#hundred a{
	background-image: url(../images/100.gif);
	width: 29px;
	height: 31px;
}
#footer-copyright{
	clear: both;
	text-align: right;
	
}
/*Secondary Footer*/

#sec-footer {
	padding-top: 35px;
	background: url(../images/footer-back.gif) repeat-x #000;
	text-align: center;
	padding-bottom: 10px;
	font-size: 77%;
}
#sec-footer .padder{
	padding-top: 0;

}

#sec-footer h2{
	color: #FFF;
	font-size: 130%;
	padding-bottom: 10px;
}
#sec-footer a{
	color: #b7b7b7;
	text-decoration: none;
}
#sec-footer a:hover{
	color: #FFF;
	text-decoration: underline;
	background-color: transparent;
	padding: 0;
}
#sec-footer-nav{
	width: 290px;
	margin-right: 20px;
	float: left;
}
#alt-nav{
	float: left;
	line-height: 150%;
}
#alt-nav li{
	float: left;
}
#alt-nav li li{
	float: none;
}

#alt-nav li.alt-nav-divider{
	width: 20px;
	text-align: center;
	color: #b7b7b7;
}

#alt-nav-thinking{
	text-align: right;
}
#alt-nav-brands{
	text-align: center;
}
#alt-nav-agency{
	text-align: left;
}


#footer-join{
	float: left;
	width: 170px;
	margin-right: 20px;

}
#footer-join h2{	
	background: url(../images/icon-join.gif) no-repeat;
	padding-left: 30px;
}
#footer-join li{
	margin-bottom: 5px;
}
#footer-join li a{
	background-repeat: no-repeat;
	padding-left: 30px;
	min-height: 20px;
	height: auto !important;
	height: 20px;
	display: block;
}
#footer-bookmark a:hover, #footer-join a:hover{
	padding-left: 30px;
}
#HomePage #sec-footer h2{
	font-weight: normal;
}
#sec-footer ul{
	clear: both;
}
#sec-footer li.facebook a{ 
	background-image: url(../images/facebook.gif);
}
#sec-footer li.facebook a:hover{ 
	background-image: url(../images/facebook-over.gif);
}
#sec-footer li.linkedin a{ 
	background-image: url(../images/linked-in.gif);
}
#sec-footer li.linkedin a:hover{ 
	background-image: url(../images/linked-in-over.gif);
}
#sec-footer li.flickr a{ 
	background-image: url(../images/flickr.gif);
}
#sec-footer li.flickr a:hover{ 
	background-image: url(../images/flickr-over.gif);
}
#sec-footer li.twitter a{ 
	background-image: url(../images/twitter.gif);
}
#sec-footer li.twitter a:hover{ 
	background-image: url(../images/twitter-over.gif);
}
#sec-footer li.rss a{ 
	background-image: url(../images/rss.gif);
}
#sec-footer li.rss a:hover{ 
	background-image: url(../images/rss-over.gif);
}
#sec-footer li.digg a{ 
	background-image: url(../images/digg.gif);
}
#sec-footer li.digg a:hover{ 
	background-image: url(../images/digg-over.gif);
}

#sec-footer li.delicious a{ 
	background-image: url(../images/delicious.gif);
}
#sec-footer li.delicious a:hover{ 
	background-image: url(../images/delicious-over.gif);
}
#sec-footer li.reddit a{ 
	background-image: url(../images/reddit.gif);
}

#sec-footer li.reddit a:hover{ 
	background-image: url(../images/reddit-over.gif);
}
#sec-footer li.stumble a{ 
	background-image: url(../images/stumble.gif);
}
#sec-footer li.stumble a:hover{ 
	background-image: url(../images/stumble-over.gif);
}

#footer-bookmark{
	float: left;
	width: 170px;
	margin-right: 20px;
}

#footer-bookmark h2{	
	background: url(../images/icon-bookmark.gif) no-repeat;
	padding-left: 30px;
}
#footer-bookmark li{
	margin-bottom: 5px;
}
#footer-bookmark li a{
	background-repeat: no-repeat;
	padding-left: 30px;
	min-height: 20px;
	height: auto !important;
	height: 20px;
	display: block;
}


#footer-address{
	float: right;
	width: 150px;
	color: #FFF;
	text-align: right;
}
#footer-address h3, #footer-address p{
	line-height: 150%;
}

#footer-address h2{	
	background: url(../images/icon-address.gif) no-repeat;
	padding-left: 30px;
}
#footer-address a{
	color: #FFF;
}
#footer-address a:hover{
	padding: 0;
}
#footer-address .adr{
	font-size: 110%;
}
#footer-copyright{
	text-align: right;
	clear: both;
}

#legal-stuff-footer{
	margin: 10px 0;
}
#legal-stuff-footer ul{
	float: right;
	text-align: right;
}
#legal-stuff-footer li{
	float: left;
	padding: 0 5px;
}
/*Home page*/
.{
	padding-top: 20px;
}
#home-flash{

}
#HomePage h2{
	font-size: 140%;
}

#home-intro{
	color: #656873;
	width: 567px;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: right bottom;
	min-height:243px; 
	height: auto !important;
	height: 243px;
	
}
#home-intro h2{
	background-repeat: no-repeat;
	height: 29px;
	text-indent: -9999px;
}
#home-intro-left{
	width: 379px;
}
.home-intro-copy{
	padding: 10px;
}
.home-intro-footer{
	padding: 10px;
	font-size: 90%;

}

	
#home-middle-right-panel{
	width: 274px;
}
#home-bottom-panels{
	
}
.home-bottom-panel{
	width: 274px;
	float: left;
}
#home-twitter-panel{
	width: 250px;
	padding-left: 14px;
	padding-right: 29px;
	top: -8px;
	position: relative;

}
#home-latest-news{
	padding-right: 12px;
}
#home-latest-news h2{
	text-indent: -9999px;
	background: url(../images/latest-news.gif) no-repeat;
	height: 29px;
}
#home-latest-news h2 a{
	display: block;
	height: 29px;
}
#home-latest-news h2 a:hover{
	background-color: transparent;
}
#home-latest-news h3{
	font-size: 1.3em;
	margin-top: 10px;
}
#home-latest-news li{
	border-bottom: 1px dotted #FFF;
	display:block; 
	padding: 0;
	margin: 0;
}
#home-latest-news li.hidden{
	display: none;
}
#home-latest-news p{
	margin-bottom: 20px;
	margin-top: 10px;
}
#home-latest-news .view-all-news{
	margin-top: 40px;
	background: url(../images/view-all-news.png) transparent no-repeat;
	width: 113px;
	height: 25px;
	behavior: url(bclweb/javascript/iepngfix.htc);
	margin-bottom: 10px;
	padding-bottom: 0;
}
#home-latest-news .view-all-news a{
	display: block;
	height: 25px;
}
#home-twitter-header{
	background: url(../images/twitter-header.png) transparent no-repeat;
	height: 62px;
	
}
#home-twitter-header h2{
	text-indent: -9999px;
}
#home-twitter-header h2 a{
	display: block;
	height: 62px;
	width: 100%;
}
#home-twitter-middle{
	background-color: #51B848;
	padding: 0 10px;
	width: 230px;
	position: relative;
	height: 133px;
	overflow: hidden;
	font-size: 120%;
}
#home-twitter-middle li{
	padding: 5px 0;
	position: absolute;
	top: 210px;
	display: block;
	width: 220px;
	
}
.tweet ul li{
	color: #FFF;
	font-size: 95%;
	line-height: 1.2em;
}
#sub-nav .tweet ul{
	margin-left: 0px;
}
#sub-nav .tweet ul li a, .tweet ul li a, .home-featured-copy a{
	text-decoration: underline;
	color: #FFFFFF;
}
#sub-nav .tweet ul li a:hover, .home-featured-copy a:hover{
	background-color: #FFF;
	color: #51b848;
	text-decoration: none;
}
.tweet-time{
	color: #FFF;
	font-style: italic;
	line-height: 1.2em;
	clear: both;
	display: block;
}
.tweet-time a{
	text-decoration: none;
}
.tweet-status{
	
}
.tweet-copy a, .tweet-copy{
	color: #FFF;
}
#home-twitter-footer{
	background: url(../images/twitter-footer.png) transparent no-repeat;
	height: 17px;
}
#home-twitter-subtext{
	padding: 0 10px;
	min-height: 161px;
	height: auto !important;
	height: 161px;
}
#home-twitter-subtext p, .home-featured-subtext p{
	padding-bottom: 10px;
}
#home-twitter-subtext h3, .home-featured-subtext h3{
	padding-top: 10px;
}
.home-featured .details-box{
	min-height: 140px;
	height: auto !important;
	height: 140px;
}

#home-featured-case-study{
	margin-right: 0;
}
.home-small-link{
	font-size: 90%;
	line-height: 1em;
}
.home-small-link a{
	text-decoration: none;
}
.home-featured h3 a,#home-twitter-panel h3 a{
	color: #FFF;
}



#NewsHolder #summary, #NewsPage #summary{
	float: left;
	width: 540px;
	padding-left: 0;
	padding-top: 0;
}
/* Discipline pages */
#discipline-wrapper{
	background-repeat: no-repeat;
	behavior: url(bclweb/javascript/iepngfix.htc);
	padding-bottom: 10px;
}
#discipline-profile{
	width: 325px;
	float: right;
	padding-top: 30px;
	padding-right: 40px;
	line-height: 190%;
}
.person-details{
	color: #4ec8ea;
}
.person-name{
	font-weight: bold;
}
.person-quote{
	font-size: 100%;
	line-height: 140%;
}
.person-email{
	padding-top: 1.2em;
}
.person-email a{
 	text-decoration: none;
 	font-weight: bold;
}
#work-grid h3 a.discipline-more-link{
	color: #51B848;
	font-size: 70%
}
#work-grid h3 a.discipline-more-link:hover{
	color: #FFFFFF;
}
/*People page */
#peoplepage-list li{
	clear: both;
}

.peoplepage-image{
	width: 140px;
}
.even .peoplepage-image{
	float: right;
}
.odd .peoplepage-image{
	float: left;
}

.peoplepage-info{
	padding: 20px;
	width: 383px;
	float: left;
}
.peoplepage-name{
	font-size: 110%;
	font-weight: bold;
	color: #4ec8ea;
}
.peoplepage-title{
	font-weight: normal;
}
.peopleppage-summary{
	padding-top: 10px;
}

/*Work Grid*/
#work-grid ul{
	margin: 10px 0;
}
#work-grid li{
	float: left;
	width: 275px;
	margin-right: 13px;
	min-height: 220px;
	height: auto !important;
	height: 220px;
	margin-bottom: 15px;
}



#work-grid li.grid-2, #work-grid li.last{
	 margin-right: 0px;
}
#work-grid li.grid-2{
	margin-left: 1px;
}
#work-grid li.grid-3{
	 clear: both;
}




#work-grid a{
	
}

#work-grid h3 a{
	color: #FFF;
}
#work-grid a:hover{
	color: #FFF;
}

#work-grid .error{
	color: #CC0000;
}
#work-grid .error a{
	color: #CC0000;
}
#work-grid .error a:hover{
	color: #FFFFFF;
}
#WorkPage #summary{
}

#work-grid .work-listing-image span a{
	color: #FFF;
	text-decoration: none;
}


#work-grid li p.work-client{
	font-size: 90%;
	line-height: 1em;
}
#work-grid li p.work-client a{
	text-decoration: none;
}
#work-grid li p.work-campaign{
	font-weight: bold;
	font-weight: bold;
	line-height: 130%;
}
#work-grid li p.work-campaign a{
	text-decoration: none;
	color: #FFF;
}
#work-grid li p.work-campaign a:hover{
	color: #FFFFFF;
}
	
#work-grid li p .label{
	font-weight: bold;
}

#summary{
	width: 563px;
	float: left;
	padding-top: 10px;
}
#WorkPage #summary{
	width: auto;
	float: none;
}
#summary h3{
	margin: 10px 0px 0px 0px;
}
#summary p{
	margin-bottom: 10px;
}
#work-grid p{
margin: 0;
}


.work-listing-image span{
	display: block;
	background-color: #4bae32;
	color: #FFF;
	padding: 20px;
	height: 119px;
}
.work-listing-image span a:hover{
	padding: 0;
}
.reset-work-link{
	font-size: 80%;
}
.pagination{
	text-align: right;
	font-weight: bold;
}
.pagination a{
	text-decoration: none;
}
#work-filter-form{
	border-top: 1px dotted #000;
	padding-top: 10px;

}
#work-filter-form h4{
	color: #8F8F8F;
	font-size: 90%;
}

h3.feat-case-studies-head{
	margin-top: 10px;
}

/*Sidebar*/
.sidebar{
	margin-top: 10px;
	margin-left: 13px; 
}
.sidebar label{
	font-size: 90%;
	display: block;
	margin-top: 5px;
}
.sidebar select{
	display: block;
	width: 150px;
	background-color: #eeeeee;
	border: 1px solid #e7e7e7;
}
.sidebar input{
	display: block;
	margin-top: 10px;
	background-color: #eeeeee;
	border: 1px solid #999;
	cursor: pointer;
}
.sidebar ul{
	margin-left: 0;
}
.sidebar h2{
	color: #030303;
	font-size: 110%;
}
.sidebar p{
	color: #696d77;
}

/*Case study page*/
#case-study{
	width: 558px;
	float: right;
	padding-top: 10px;
}
#case-study p{
	padding: 5px 0;
}
#case-study h3{
	margin: 10px 0px 0px 0px;
}
#case-study .casestudy-hero{
	margin-top: 10px;
	padding: 0;
}
.casestudy-label{
	font-weight: bold;
	padding: 5px 0;
}
.casestudy-label-client{
	font-weight: bold;
	font-size: 130%;
}
#case-study-sidebar{
	margin-top: 20px;
}


#case-study-sidebar h4{
	margin-top: 10px;
}
#case-study-media{
	margin-top: 20px;
}
#case-study-media li{
	float: left;
	margin-right: 16px;
	margin-left: 0;
	margin-bottom: 10px;
	line-height: 105%;
	width: 175px;
	font-weight: bold;
}
#case-study-media li.third{
	margin-right: 0;
	margin-left: 1px;
}
#case-study-media li.first{
	
}
.case-study-video a:hover{
	padding: 0;
}
.case-study-media-label{
	margin-left: 10px;
}
.case-study-media-image{
	position: relative;
	/* fix IE6 bug*/
	height: 100%;
}
.case-study-media-image .zoom-icon{
	right: 5px;
	bottom: 5px;
	position: absolute;
}
.case-study-media-image .play-icon{
	right: 5px;
	bottom: 5px;
	position: absolute;
}


/* Client page */
#client-grid ul{
	margin: 10px 0;
}
#client-grid li{
	float: left;
	width: 177px;
	margin-right: 15px;
	min-height: 139px;
	height: auto !important;
	height: 139px;
	margin-bottom: 15px;
}

#client-grid li.third{
	margin-right: 0;
}

#client-grid h3{
	font-size: 100%;
}
#client-grid h3 a{
	color: #FFF;
}
#client-grid a:hover{
	color: #FFF;
}
.work-error{
	color: #CC0000;
}
.work-error a{
	color: #CC0000;
}
.work-error a:hover{
	color: #FFFFFF;
}

#client-grid .client-listing-image span a{
	color: #FFF;
	text-decoration: none;
}


#client-grid li p.client-name{
	font-weight: bold;
	font-weight: bold;
	line-height: 130%;
}
#client-grid li p.client-name a{
	text-decoration: none;
	color: #FFF;
}
#client-grid li p.client-name a:hover{
	color: #FFFFFF;
}
	
#client-grid li p .label{
	font-weight: bold;
}


#client-grid p{
margin: 0;
}


.client-logo span{
	display: block;
	background-color: #51b848;
	color: #FFF;
	padding: 20px;
	height: 74px;
}
.client-logo a{
	color: #FFF;
	text-decoration: none;
}
.client-logo span a:hover{
	padding: 0;
}

	

/*News section*/
#news-header{
	background: url(../images/news-header.png) transparent no-repeat;
	behavior: url(bclweb/javascript/iepngfix.htc);
	width: 352px;
	height: 75px;
	text-indent: -9999px;
}

#Sidebar li{
	background: none;
	padding: 0;
}
.WidgetHolder{
	margin: 10px 0;
	border-top: 1px dotted #000;
	padding-top: 10px;
}
#sub-nav .archiveMonths, #sub-nav .category-list{
	margin-left: 0;
}
a.subscribeLink:hover{
	padding-left: 20px;
}
#summary .authorDate, .tags, .cat, .author{
	font-size: 85%;
	color: #FFF;
	line-height: 120%;
}

#summary .blogSummary p{
	margin-bottom: 0px;
	color: #FFFFFF;
}
#summary .blogSummary .authorDate {
	margin-bottom: 0px;
}
.blogVitals{
	clear: both;
}
#summary .blogSummary .blogVitals a{
	font-size: 120%;
	text-decoration: none;
	font-weight: bold;
}

.tags a, .cat a{
	text-decoration: none;
}
.details-box .tags, #summary .tags, .details-box .cat, #summary .cat, .details-box .author, #summary .author{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.blogSummary{
	margin: 0 0 10px 20px;
	border-bottom: 1px dotted #FFF;
}
.blogSummary h2 a{
	text-decoration: none;
}
.blogSummary h3 a{
	color: #FFF;
}
#blogContent{
	padding-top: 10px;
	line-height: 150%;
}
#blogContent ul{
	list-style-type: disc;
	padding-left: 15px;
}
.blogExcerpt{
	line-height: 150%;
	padding-top: 10px;
}
.blogEntry h2{
	margin-bottom: 10px;
}
#news-twitter-panel{
	width: 177px;
	margin-left: 5px;
	top: -8px;
	position: relative;

}

#news-twitter-header{
	background: url(../images/twitter-header-small.gif) transparent no-repeat;
	height: 57px;
	
}
#news-twitter-header h2{
	text-indent: -9999px;
}
#news-twitter-middle{
	background-color: #55C15F;
	padding: 0 10px;
	width: 157px;
	position: relative;
	height: 100px;
	overflow: hidden;
}
#news-twitter-middle li{
	padding: 5px 0;
	position: absolute;
	top: 100px;
	display: block;
	width: 157px;
	
}
#news-twitter-footer{
	background: url(../images/twitter-footer-small.gif) transparent no-repeat;
	height: 9px;
}
#news-twitter-subtext{
	margin-top: 10px;
}
#author-box{
	float: right;
	width: 250px;
	padding: 10px;
	margin: 10px;
	font-size: 95%;
	background-color: #1CADD1;
}
#author-box h4{
	font-size: 110%;
	font-size: normal;
}

.news-author-name{
	font-weight: bold;
}
.news-author-image{
	float: 75px;
	margin-right: 10px;
	float: left;
}
.news-author-summary{
	line-height: 150%;
}
#summary .pagination p{
	margin-bottom: 0;
}
#summary .blogSummary h3{
	margin-top: 0;
}
/*Buttons*/
.button{
 	background-repeat: no-repeat;
 	text-indent: -9999px;
}



.button a{
	display: block;
	width: 100%;
}
.button a:hover{
	background-color: transparent;
}
.follow-us, .details-box .follow-us{
	background-image: url(../images/follow-us.gif);
	width: 112px;
	height: 24px;
	padding: 0;
}
.follow-us a{
	height: 24px;
}
.view-our-blog, .details-box .view-our-blog{
	background-image: url(../images/view-our-blog.gif);
	width: 112px;
	height: 24px;
	padding: 0;
}
.view-our-blog a{
	height: 24px;
}
.find-out-more, .details-box .find-out-more{
	background-image: url(../images/find-out-more.png);
	width: 112px;
	height: 24px;
	padding: 0;
	behavior: url(bclweb/javascript/iepngfix.htc);
}
.find-out-more a{
	height: 24px;
}

.view-all-work, .details-box .view-all-work{
	background-image: url(../images/view-all-work.jpg);
	width: 148px;
	height: 57px;
	padding: 0;
}
.view-all-work a{
	height: 57px;
}

.view-work{
	text-indent: -9999px;
	display: block;
}
.view-work a{
	background: url(../images/buttons.gif) no-repeat -394px 0px;
	width: 100px;
	height: 25px;
	display: block;
	padding: 0;
	
}
.view-work a:hover{
display: block;
	background-position: -394px -25px;
}

#pagination{
	text-align: center;
}

/*Contact Details*/
#contact-holder{
	margin-top: 20px;
}
#contact-details, #contact-map, #contact-form{
	text-align: left;
	margin-top: 20px;
}
#contact-details-left{
	width: 210px;
	float: left;
	margin-right: 20px;
	padding-left: 42px;
}
#contact-details-right{
	width: 576px;
	float: left;
}
#contact-details-right h2.leave-message, #contact-details-right h2.google-map{
	margin-top: 50px;
}
#contact-details-right iframe{
	margin-top: 10px;
}
#contact-details h2, #contact-map h2, #contact-form h2{
	padding-bottom: 10px;
}
#contact-form .field{
	margin-bottom: 10px;
	width: 190px;
	margin-right: 20px;
	
}
#contact-form .field.textarea{
	width: 400px;
}
#contact-form .field input, #contact-form .field select,#contact-form .field textarea{
	width: 100%;
}
#contact-form label{
	display: block;
	margin-bottom: 5px;
	color: #FFF;
	font-size: 110%;
	font-weight: bold;
}
.contact-icon{
	display: block;
	margin-top: 20px;
}
#contact-nav{
	margin-top: 20px;
}
#contact-nav a{
	font-size: 110%;
}
#contact-nav li.current a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#contact-nav li.current a:hover{
	color: #fff;
}


#contact-nav li{
	float: left;
	padding-right: 10px;
}
.contact-address{
	font-weight: bold;
}
.phone{
	font-size: 300%;
	color: #bfb7af;
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
	margin-top: 10px;
}
#contact-details h2, #contact-map h2{
	font-size: 150%;
}
#Name{
	float: left;
}
#Email{
	float: left;
}
#URL{
	clear: both;
}
label{
	color: #b7b4b1;
	font-size: 110%;
}
input,textarea,select{
	border-style: solid;
	border-width: 1px;
	border-color: #bfb7af;
}
textarea:focus,input:focus,select:focus{
	border-color: #4fb848;
	border-style: solid;
	border-width: 1px;
}
.message{
	background-color: #D13569;
	padding: 2px;
	color: #FFF;
}
.validationError input,
.validationError select,
.validationError textarea{
	border-color: #D13569;
}
#fancy_div{
	margin: 0 auto;
	text-align: center;
	background-color: #000;
}
.#fancy_div iframe{
	background-color: #000;
}

#MemberLoginForm_LoginForm .field{
	float: left;
	margin-right: 10px;
	width: 150px;
	
}
#MemberLoginForm_LoginForm #Remember{
	clear: both;
	width: 100%;
	margin-top: 10px;
	
}


/* About Us Page */
.about-panel{
	clear: both;
	margin-bottom: 20px;
}
.about-image{
	width: 296px;
	float: left;
}
.about-copy{
	width: 257px;
	float: left;
}
#about-whoweare .about-image, #about-howwedoit .about-image, #about-whatwedo .about-copy{
	margin-right: 10px;
}
	
