.panel {
	margin-bottom: 16px;
}
#col1 {
	display: block;
	width: 667px;
	float: left;
	margin-right: 16px;
}
#col2 {
	display: block;
	width: 277px;
	float: left;
}
#subCol1  {
	float: left;
	width: 476px;
	margin-right: 16px;
	display: block;
}
#subCol2  {
	display: block;
	float: left;
	width: 175px;
}
#latestWork  {
	display: block;
	height: 400px;
	width: 667px;
	background: #999;
}
#latestTweet {
	background: #333;
	display: block;
	height: 400px;
	width: 277px;
}
#latestBlog {
	background: url(../media/latest-blog-post/latest-post.jpg) no-repeat 0px 0px;
	display: block;
	height: 204px;
	width: 277px;
}
#whatWeDo   {
	background: #333;
	display: block;
	height: 140px;
	width: 476px;
}
#meetTheTeam   {
	background: #333;
	display: block;
	height: 120px;
	width: 476px;
}
#onlineBrochure {
	background: #333 url(../images/icons-arrow-white.png) no-repeat right bottom;
	display: block;
	height: 138px;
	width: 175px;
}
#actionCall1   {
	background: #E1E1E1 url(../images/icons-arrow-grey.png) no-repeat right bottom;
	display: block;
	height: 62px;
	width: 476px;
}
#actionCall2 {
	background: #E1E1E1 url(../images/icons-arrow-grey.png) no-repeat right bottom;
	display: block;
	height: 200px;
	width: 175px;
}

#actionCall3 {
	background: #E1E1E1 url(../images/icons-arrow-grey.png) no-repeat right bottom;
	display: block;
	height: 145px;
	width: 277px;
}
#actionCall4 {
	background: #68b022;
	display: block;
	height: 199px;
	width: 277px;
}
#whatWeDo table tr td {
	padding: 0px 0px 6px;
	border-style: none;
	background: #333;
	vertical-align: top;
}
#whatWeDo table {
	margin-top: 14px;
	margin-left: 18px;
	float: left;
	margin-bottom: 0px;
}

#whatWeDo a {
	color: #CCC;
	text-decoration: none;
	font-size: 14px;
}
#whatWeDo a:hover {
	color: #FFF;
	text-decoration: none;
}

.panel header {
	color: #FFF;
	display: block;
	background: #CECD01;
	height: 40px;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 25px;
	text-align: center;
	padding-top: 10px;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
#whatWeDo header {
	width: 190px;
}
#whatWeDoImage {
	background: url(../images/what-we-do-examples.jpg) no-repeat 0px 0px;
	display: block;
	height: 90px;
	width: 190px;
	float: right;
	clear: right;
}
#latestTweet header {
	padding-right: 16px;
	padding-left: 16px;
}

#latestTweet #tweetDate {
	font-weight: 500;
	color: #CECD01;
}
#latestTweet #tweetContent {
	color: #FFF; text-align: justify;
}

#latestTweet #tweetContent img { float:left; margin-right:15px; margin-bottom:5px; margin-top:5px; 
	
}


#latestTweet #tweetContent a {
	color: #CECD01;
	text-decoration: underline;
}
#latestTweet #tweetContent a:hover {
	color: #FFF;
	text-decoration: underline;
}

#latestTweet article {
	clear: both;
	padding-top: 12px;
	padding-right: 12px;
	padding-left: 12px;
}
#latestBlog header {
	padding-right: 16px;
	padding-left: 16px;
}
.preloader {
	margin-top: 30px;
	margin-left: 105px;
}
#slider  {
	height: 400px;
	width: 667px;

}
#meetTheTeam h1 {
	font-size: 25px;
	font-weight: 300;
	text-transform: uppercase;
	color: #FFF;
	line-height: 100%;
	margin: 0px;
	display: block;
	background: #CECD01;
	float: left;
	height: 40px;
	padding-top: 10px;
	padding-right: 14px;
	padding-left: 14px;
}
#meetTheTeam #staffDetails {
	display: block;
	float: right;
	width: 115px;
	padding-right: 10px;
	padding-top: 12px;
}
#meetTheTeam #staffDetails #staffName {
	font-weight: 300;
	color: #FFF;
	margin: 0px;
	text-align: left;
	text-transform: none;
	line-height: 100%;
	font-size: 20px;
}

#meetTheTeam #staffDetails #staffRole {
	color: #CECD01;
	font-weight: 400;
	text-align: left;
	margin: 0px;
	font-size: 90%;
}
#meetTheTeam .staffPhotos {
	margin: 0px;
	clear: both;

}
#meetTheTeam .staffPhotos li {
	list-style: none;
	display: block;
	float: left;
	height: 70px;
	width: 68px;
	position: relative;

}
#meetTheTeam .staffPhotos img {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 70px;
	width: 68px;
}
#meetTheTeam .staffPhotos img:hover {
	cursor: pointer;

}

#meetTheTeam .staffPhotos img.grey {
	z-index: 10;
}


#meetTheTeam .staffPhotos img.colour {

}
