@charset "UTF-8";
/* CSS Document */
.url_field {
	display: none;
}
/* ------------ FIXES & HACKS START ------------ */

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

*{outline:none}

/* ------------ FIXES & HACKS END ------------ */

/* ------------TAGS START------------ */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(/images/background.png) repeat 0px 0px;
}

p {
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 14px;
	color: #3D302C;
	margin-top: 8px;
	line-height: 20px;
}

p.first {
margin: 5px 0 20px;
}


h1 {
	font-size: 16px;
	font-weight: bold;
	color: #CC3333;
	margin: 0px;
}
h2 {
	font-size: 16px;
	color: #3D302C;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 8px;
	clear: both;
}
h3 {
font-size: 14px;
	color: #A4998E;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}
h4 {
	font-size: 14px;
	color: #A4998E;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h5 {}
h6 {}

a:link, a:visited{
	color: #CC3333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border-style: none;
}

ul {
	margin: 0px;
	padding: 8px 0px 0px;
}

ul li {
	list-style: square outside;
	font-size: 14px;
	color: #3D302C;
	line-height: 17px;
	margin: 0 0 0 15px;
	padding: 0px;
}

#HomePage ul li {
	list-style-position:inside;
	margin: 0;
	}

/* ------------TAGS END ------------ */

/* ------------ UNIQUE ID'S START------------ */

#header {
	height: 60px;
}

#footer {
	clear: both;
	position: relative;
	height: 100px;
}

a#logo {
	background: url(/images/logo.jpg) no-repeat left top;
	height: 31px;
	width: 251px;
	text-indent: -9999em;
	display: block;
	float: left;
}

#bannerhome {
	background: url(/images/bannerhome-bkgd.jpg) no-repeat 0px 0px;
	height: 248px;
	width: 920px;
}

#red-corner {
	background: url(/images/red-corner.jpg) no-repeat 0px 0px;
	height: 27px;
	width: 32px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2000;
}

#tagline {
	background: url(/images/tagline.jpg);
	height: 20px;
	width: 173px;
	position: absolute;
	right: 0px;
	z-index: 10;
	bottom: 0px;
}

/* ------------ UNIQUE ID'S END------------ */

.wrapper {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/white-bkgd.png) repeat-y 0px 0px;
	padding: 30px 40px;
}

#ContactPage .container.interior {
	padding: 30px 30px 0 30px;
}

.container {
	border: 1px solid #CCCCCC;
	position: relative;
	margin-top: 20px;
	padding: 10px;
	width: 900px;
}
.container.grey {
	background: #EAEAEA;
	border-style: none;
	padding: 30px;
	width: 860px;
}
.container.grey.top {
	margin-top: 0px;
	margin-bottom: 20px;
}

.rightcol.talent {
	width: 520px;
	margin-top: 0px;
	padding-top: 0px;
}

.leftcol {
	float: left;
	width: 236px;
}

.leftcol.frame {
	border: 1px solid #CCCCCC;
	padding: 5px;
	width: 224px;
	height: 170px;
}

.mainphoto {
/*	background: url(../images/main-photo.jpg) no-repeat 0 0;*/
	height:170px
}

.rightcol {
	float: right;
	width: 600px;
	margin-right: 30px;
	padding: 0;
}

.rightcol-container {
	width: 683px;
	padding: 30px;
	margin: 0 0 20px 0;
	float: right;
	border: 1px solid #CCCCCC;
	position: relative;
}


#HomePage .wrapper {
	padding-bottom: 5px
}

.col1, .col2 {
	float: left;
	width: 290px;
	margin-top: 30px;
	position: relative;
}
.col2 #dividerhome {
	height: 110px;
	width: 1px;
	border-left: 1px dashed #EAEAEA;
	position: absolute;
	left: 0px;
	top: 0px;
}
.col2 {
	padding-left: 30px;
	margin-left: 10px;
}

.readmore a {
	text-indent: -9999em;
	display: block;
	background: url(../images/read-more.jpg) no-repeat 0px 0px;
	height: 50px;
	width: 100px;
	margin-top: 10px;
}

.readmore a:hover {
	background-position: -100px 0px;
}

.banner {
	background: url(/images/red-banner-interior.jpg);
	height: 200px;
	width: 920px;
	position: relative;
}

#PortfolioPage .banner {
	margin-bottom: 20px;
}

.quote {
	position: absolute; top: 16px;
}

#BeehivePage .quote {
	background: url(/images/quotes/beehive-quote.jpg) no-repeat 0 0; width: 856px; height: 167px; left: 32px;
}

#ServicesPage .quote {
	background: url(/images/quotes/services.png) no-repeat 0 0; width: 853px; height: 120px; left: 34px; top: 40px;
}

#TeamPage .quote {
	background: url(/images/quotes/team.png) no-repeat 0 0; width: 853px; height: 160px; left: 34px; top: 26px;
}

#ClientsPage .quote {
	background: url(/images/quotes/client-banner-red.jpg) no-repeat 0 0; width: 853px; height: 160px; left: 34px; top: 26px;
}

#PortfolioPage .quote {
	background: url(/images/quotes/portfolio.png) no-repeat 0 0; width: 757px; height: 115px; left: 75px; top: 44px;
}

.cutout {
	background: url(../images/corner-cut-white.jpg);
	height: 34px;
	width: 32px;
	position: absolute;
	z-index: 10;
	top: -2px;
	right: -1px;
}

.cutoutgrey {
	background: url(../images/cutout-grey.jpg);
	height: 30px;
	width: 32px;
	position: absolute;
	z-index: 10;
	top: -1px;
	right: 0;
}

.container.grey p {
	font-size: 16px;
	margin: 0;
}


/* ------------ TALENT/CLIENT STYLES START ------------ */

.talentbox {
	height: 100px;
	width: 100px;
	float: left;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-bottom: 10px;
}
.talentbox.large {
	height: 200px;
	width: 200px;
}

.talentbox:hover.large, .clientbox:hover.large {
	cursor: default;
	border: 1px solid #CCCCCC;
}

.talentbox:hover, .clientbox:hover, ul.clientthumb li:hover {
	border-color: #CD3333;
	cursor:pointer
}
.talentbox.last {
	margin-bottom: 0px;
}
.talentdesc {
	width: 280px;
	float: right;
}

.clientdesc {
padding-bottom: 20px;
}

.clientbox {
	height: 82px;
	width: 106px;
	float: left;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-bottom: 15px;
}
.clientbox.last {
	margin-right: 0px;
	margin-left: 0px;
}
.clientbox.bottom {
	margin-bottom: 0px;
}
.rightcol.client {
	width: 630px;
	margin: 0px;
	padding: 0px;
}

ul.client-subnav {
	padding: 0; margin: 0; line-height: 12px;
}

ul.client-subnav li {
	padding: 0; margin: 0 10px 0 0; display: inline; list-style: none; font-size: 12px;
}

ul.client-subnav li a {
	color: #A4998E;
	text-decoration: none;
}

ul.client-subnav li a:hover {
	color: #282828;
	text-decoration: none;
}

ul.client-subnav li a:active {
	color: #282828;
	text-decoration: none;
}


/* ------------ Talent Sub-Navigation Start ------------ */

ul#talentnav li {
	padding-bottom: 10px;
	padding-top: 0px;
}
ul#talentnav li.last {
	padding-bottom: 0px;
}
ul#talentnav li a {
	font-size: 14px;
	color: #3D302C;
}
ul#talentnav li a span {
	font-size: 12px;
	color: #A4998E;
}
ul#talentnav li a:hover {
	text-decoration: none;
	color: #CD3333;
}

/* ------------ Talent Sub-Navigation End ------------ */

/* ------------ TALENT/CLIENT STYLES END ------------ */


/* ------------ ACTIVE LINKS START ------------ */

#TalentPage #talentlink, #CulturePage #culturelink, #NewsReleasesPage #newsreleasesnav, #MediaCoveragePage #mediacoveragenav,
#AwardsPage #awardsnav, #BlogPage #blognav, #ClientDetailPage #portfoliolink-side a, #PortfolioPage #clientlink a,
#CulturePage #culturelink a {
	color: #CC3333; text-decoration: none;
}

/* ------------ ACTIVE LINKS END ------------ */


/* ------------ NEWSROOM START ------------ */
/* ------------ Newsroom Sub-Navigation Start ------------ */

#NewsroomPage #socialbox p, #AwardsPage #socialbox p, MediaCoveragePage #socialbox p, BlogPage #socialbox p {
	margin-top: 0;
	padding-top: 0;
}

ul#newsroomnav {
	margin: 0px;
	padding: 0px;
}

ul#newsroomnav li {
	padding-bottom: 8px;
	padding-top: 0px;
	border-bottom: 1px dashed #999999;
	margin-bottom: 8px;
}
ul#newsroomnav li.last {
	border-bottom-style: none;
}
ul#newsroomnav li a {
	font-size: 14px;
	color: #3D302C;
}
ul#newsroomnav li a span {
	font-size: 12px;
	color: #A4998E;
}
ul#newsroomnav li a:hover {
	text-decoration: none;
	color: #CD3333;
}

/* ------------ Newsroom Sub-Navigation End ------------ */
/* ------------ NEWSROOM END ------------ */


/* ------------ Social Media Icons End ------------ */

/* ------------ FOOTER NAVIGATION END ------------ */


.footerwrapper {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/footer-bkgd.png) repeat-y 0px 0px;
	padding: 20px 40px 18px;
}
.footerbottom {
	background: url(../images/footer-bottom.png);
	height: 20px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	color: #897F76;
	padding-top: 10px;
	padding-right: 40px;
	padding-left: 40px;
}

/* ------------ TWITTER START------------ */

#twitterfeed {
	width: 287px;
	position: absolute;
	right: 0px;
	bottom: 40px;
	background: no-repeat 0px 0px;
	font-size: 14px;
}

#PortfolioPage #twitterfeed, #ClientDetailPage #twitterfeed, #TalentPage #twitterfeed {
	display: none;
}

.twittertop {
	background: url(../images/bubble-top.png) no-repeat -2px 0px;
	height:19px;
	width: 287px;
}

.twittercontainer {
	background: #3D2F2C;
	padding: 10px 15px 0;
	margin-top: 0px;
}

.twittercontainer span {
font-size: 12px;
color: #A4998E;
display:block
}

.twitterbottom {
	background: url(../images/twitter-bottom.jpg);
	height: 10px;
	width: 287px;
	clear: both;
}

.twittercontainer p {
	padding:0;
	margin:0;
	color: #EAEAEA;
}

.twittercontainer p.last {
padding: 0 0 0 0;
}

#tweet {
display:none
}

#HomePage #tweet {
display:block;
}

#HomePage #twitterfeed {
	height: 238px;
}

#HomePage .twittercontainer p {
	margin: 0;
	padding: 0 0 10px;
	line-height:17px;
}

#HomePage .twittercontainer p.last {
padding:0;
}

.twittercontainer h2 {
	color: #A4998E;
}
.twittercontainer form {
	margin: 0; padding: 0;
}
.twittercontainer input {
	width: 180px;
	padding: 5px;
	border: none;
	background: #FFFFFF;
	margin: 0;
	height: 15px;
	color: #666666;
}

.twittercontainer input.gobutton {
	width: 50px;
	background: #3D302C;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	height: 26px;
}

.twittercontainer input.gobutton:hover {
	color: #CD3333;
}


/* ------------ TWITTER END------------ */

/* ------------ MAIN NAVIGATION START ------------ */

ul#mainnav  {
	float: right;
	margin: 0px;
	padding: 9px 0px 0px;
}
ul#mainnav li {
	margin: 0px;
	padding: 0px 20px 0px 0px;
	display: inline;
}
ul#mainnav li a {
	font-size: 15px;
	color: #999999;
	text-decoration: none;
}
ul#mainnav li a:hover {
	color: #CD3333;
}
ul#mainnav li.last {
	padding-right: 0px;
}

#BeehivePage #beehivelink a,
#ServicesPage #serviceslink a,
#TeamPage #teamlink a,
#PortfolioPage #portfoliolink a, #PortfolioPage #portfoliolink-side a,
#NewsroomPage #newsroomlink a,
#ContactPage #contactlink a, #ContactPage #contactlink-side a,
#EmploymentPage #employmentlink a,
#TalentPage #talentlink a,
#ClientsPage #clientlandinglink a,
#ClientDetailPage #portfoliolink a {
	color: #CD3333;
}

/* ------------ MAIN NAVIGATION END ------------ */

/* ------------ SUB-NAVIGATION START ------------ */

.subnav {
	float: left;
	margin-right: 20px;
}
.subnav ul {
	margin: 0px;
	padding: 0px;
}
.subnav ul li {
	list-style: none !important;
	list-style-position: none !important;
	margin: 0px;
	padding: 0px 0px 10px;
}
.subnav ul li a {
	color: #999999;
	font-size: 16px;
}
.subnav ul li a:hover {
	color: #CD3333;
	text-decoration: none;
}
.subnav.talent {
	width: 350px;
}
.subnav.clients {
	width: 270px;
}
.subnav.interior {
	width: 155px;
	margin-top: 30px;
}
.subnav.newsroom {
	width: 230px;
	background: #EAEAEA url(../images/news-top.jpg) no-repeat;
	padding: 10px;
}

ul#talentnav li.active a, ul.clientthumb li.active {
	color: #CD3333;
	text-decoration: none;
}

/* ------------ SUB-NAVIGATION END ------------ */


/* ------------ FOOTER NAVIGATION START ------------ */

ul.footernav {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	width: 140px;
	float: left;
}
ul.footernav.first {
	padding-left: 0px;
	width: 120px;
}
ul.footernav li {
	font-size: 14px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.footernav li ul {
	margin: 2px 0px 0px;
	padding: 0px;
}
ul.footernav ul li ul li {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
ul.footernav li ul li a {
	font-size: 12px;
	color: #3D302C;
	line-height: 20px;
}

ul.footernav ul li ul li a:hover {
	text-decoration: underline !important;
}

ul.footernav.connect {
	border-left: 1px dashed #6C6C6C;
	padding-left:40px;
	height: 95px;
}

ul.footernav.services {
width: 120px;
}

ul.socialnav li {
	float:left;
	padding: 0;
	margin-right: 3px;
	border: 4px solid #FFFFFF;
}

ul.footernav li ul.social, ul.socialnav {
	margin: 0px;
	padding: 0px;
}

ul.footernav li ul.social li, ul.socialnav {
	margin: 0px;
	padding: 0px 5px 0px 0px;
	float: left;
}
ul.footernav li ul.social li a, ul.socialnav li a {
	margin-top: 5px;
	height: 22px;
	width: 26px;
	display: block;
	text-indent: -9999em;
}

ul.socialnav li a {
	padding:0; margin:0;
	height: 22px;
	width: 26px;
	display: block;
	text-indent: -9999em;
}

/* ------------ Social Media Icons Start ------------ */
ul.footernav li ul.social li.linkedin a, ul.socialnav li.linkedin a {
background: url(../images/social-icons.jpg) no-repeat 0px 0px;
}

ul.footernav li ul.social li.linkedin a:hover, ul.socialnav li.linkedin a:hover {
background-position: -26px 0px;
}

ul.footernav li ul.social li.twitter a, ul.socialnav li.twitter a {
	background: url(../images/social-icons.jpg) no-repeat 0px -22px;
}

ul.footernav li ul.social li.twitter a:hover, ul.socialnav li.twitter a:hover {
	background-position: -26px -22px;
}

ul.footernav li ul.social li.facebook a, ul.socialnav li.facebook a {
	background: url(../images/social-icons.jpg) no-repeat 0px -44px;
}

ul.footernav li ul.social li.facebook a:hover, ul.socialnav li.facebook a:hover {
	background-position: -26px -44px;
}
.container.interior {
	padding: 30px;
	width: 683px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.clientbox.large {
	width: 444px;
	height: 250px;
	float: left;
	margin-right: 5px;
	margin-bottom: 0;
  padding: 4px 6px 6px 4px;
}



.clientbox.large img {
 border: solid 1px #fff;
}

.clientbox.large .externalLink img:hover {
 border: solid 1px #CD3333;
}



ul.clientthumb {
	margin: 0px;
	padding: 0px;
}
ul.clientthumb li {
	margin: 0px 20px 5px 0px;
	padding: 2px;
	display: inline-block;
	height: 78px;
	width: 139px;
	border: 1px solid #CCCCCC;
	list-style: none;
	float: right;
}
.container.newsroom-rightcol {
	padding: 20px;
	width: 608px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	position: relative;
}
#socialbox {
	background: #FFFFFF;
	padding:15px;
	width: 200px;
	clear: left;
	margin-bottom: 15px;
}
#socialbox p {
	font-size: 12px;
	color: #3D302C;
	line-height: 18px;
	margin-top: 12px;
}
#socialbox p.first {
	margin-top: 0px;
}
#socialbox span {
	color: #A4998E;
	display: block;
}
#rssfeed {
	height: 20px;
	position: relative;
	font-size: 14px;
	padding-left: 45px;
	padding-bottom: 20px;
	padding-top: 0px;
}
#rssfeed a {
	font-size: 14px;
	color: #3D302C;
	text-decoration: none;
}
#rssfeed a:hover {
	color: #CC3333;
}
#rssicon a {
	background: url(../images/rss-feed.png) no-repeat 0px 0px;
	height: 54px;
	width: 62px;
	position: absolute;
	clip: rect(0px,auto,auto,0px);
	left: -19px;
	top: -23px;
	display: block;
	text-indent: -9999em;
}
#newsearch {
	margin: 0px 0px 15px;
	padding: 0px;
	position: relative;
	width: 230px;
	height: 25px;
}
#newsearch input {
	border-style: none;
	height: 15px;
	width: 170px;
	padding: 5px;
	color: #A4998E;
	border-color: #FFFFFF;
}
#newsearch input#gobutton {
	width: 40px;
	border-style: none;
	color: #666666;
	background: #EAEAEA;
	font: bold 14px/22px Arial, Helvetica, sans-serif;
	height: 25px;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor:pointer
}
#newsearch input#gobutton:hover {
	color: #CC3333;
}
#tags {
	background: #FFFFFF url(../images/tags-top.jpg) no-repeat left top;
	padding: 30px 15px 15px;
	width: 200px;
}
#tags p {
	margin: 0px;
	padding: 0px;
}
#tags  p a {
	color: #A4998E;
	line-height: 18px;
	text-decoration: none;
	text-transform: lowercase;
}

#tags p a:hover {
color: #CC3335
}
a.tag1 {
	font-size: 20px;
	font-weight: bold;
}
a.tag2 {
	font-size: 16px;
	font-weight: bold;
}
a.tag3 {
	font-size: 16px;
	font-weight: normal;
}

.article {
	position: relative;
	padding-bottom: 15px;
	border-bottom: 1px dashed #CCCCCC;
	margin-bottom: 14px;
}

.article img {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
	border: 1px solid #969696;
}



.article.last {
	border-bottom-style: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.article .sharethis {
	position: absolute;
	z-index: 110;
	top: -18px;
	right: 77px;
	font-size: 11px;
	width: auto;
}

.article .retweet {
	position: absolute;
	z-index: 100;
	top: -17px;
	right: 150px;
	width: auto;
	height: 20px;
}

.article .print {
	position: absolute;
	z-index: 100;
	top: -24px;
	right: 10px;
	background: url(../images/print.png) no-repeat 0 0;
	width: auto; height: 24px;
	padding: 9px 0 0 31px;
	font-size: 11px;

}

.pagination-top {
	position: absolute;
	z-index: 200;
	left: -1px;
	top: -23px;
	padding: 10px 15px 0;
	background: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	font-size: 12px;
	line-height: 12px;
	display: block;
}

.pagination-bottom {
	position: absolute;
	z-index: 200;
	left: -1px;
	bottom: -23px;
	padding: 0 15px 10px 15px;
	background: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	font-size: 12px;
	line-height: 12px;
	display: block;
}
#banneranimate {
	background: url(../images/banner-animation.png) no-repeat;
	height: 248px;
	width: 920px;
}

/* ------------ CONTACT FORM START ------------ */

.thank_you_text {
  width:350px;
  text-align:justify;
}

.map {
	float: right;
	width: 300px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	position: relative;
}
.map .googlelink {
	position: absolute;
	bottom: -25px;
	background: #FFFFFF;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 0px 10px 4px;
	line-height: 20px;
	height: 20px;
	right: -1px;
}
.contactform, .addcomment form {
	float: left;
	width: 370px;
	margin-top: 20px;
	font-size: 13px;
}
form#new_contact, .addcomment form {
	margin: 0px;
	padding: 0px;
}
form#new_contact table, .addcomment form table {
	margin: 0px;
	padding: 0px;
}
form#new_contact table tr td, .addcomment form table tr td {
	padding-top: 2px;
	padding-bottom: 2px;
}
form#new_contact textarea, .addcomment form textarea {
	background: #EAEAEA;
	border: 1px solid #CCCCCC;
	padding: 2px;
	font: 16px Arial, Helvetica, sans-serif;
	color: #666666;
	width: 272px;
	height: 50px;
}
form#new_contact input, .addcomment form input {
	background: #EAEAEA;
	border: 1px solid #CCCCCC;
	height: 20px;
	padding: 2px;
	font: 16px/16px Arial, Helvetica, sans-serif;
	color: #666666;
	width: 272px;
}

.addcomment form input, .addcomment form textarea {
	margin-left: 5px;
}

form#new_contact select {
	width: auto;
	border: 1px solid #CCCCCC;
	background: #EAEAEA;
	height: 26px;
	padding: 2px;
	color: #666666;
	font: 12px Arial, Helvetica, sans-serif;
	overflow: scroll;
	line-height: 26px;
}
form#new_contact input#contact_receives_newsletter {
	width: auto;
	height: auto;
	padding: 0px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
}
form#new_contact input#contact_submit, .addcomment form input#comment_submit {
	width: 101px;
	background: url(../images/submit.jpg) no-repeat 0px 0px;
	border-style: none;
	height: 50px;
	text-indent: -99999em;
	display: block;
	margin-top: 10px;
	cursor:pointer
}
form#new_contact input#contact_submit:hover, .addcomment form input#comment_submit:hover {
	background: url(../images/submit.jpg) -101px 0px;
}

form#new_contact .fieldWithErrors input , form#new_contact .fieldWithErrors select , form#new_contact .fieldWithErrors textarea{
  border:1px solid red
}

#errorExplanation{
  width:340px;
  margin:10px 0px 0px 0px;
  padding:10px;
  border:1px solid red
}

#errorExplanation h2{
  font-size:14px;
  clear:none;
  color:red
}

/* ------------ CONTACT FORM END ------------ */

/* ------------ PATTERN BACKGROUND ID'S START ------------ */

#beehive-0 {
	background: url(../images/patterns.jpg) repeat-y 0 0;
}

#beehive-1 {
	background: url(../images/patterns.jpg) repeat-y 0 -227px;
}

#beehive-2 {
	background: url(../images/patterns.jpg) repeat-y 0 -681px;
}

#beehive-3 {
	background: url(../images/patterns.jpg) repeat-y 0 -1135px;
}

#beehive-4 {
	background: url(../images/patterns.jpg) repeat-y 0 -908px;
}


#services-0 {
	background: url(../images/patterns.jpg) repeat-y 0 -227px;
}

#services-1 {
	background: url(../images/patterns.jpg) repeat-y 0 -681px;
}

#services-2 {
	background: url(../images/patterns.jpg) repeat-y 0 -1135px;
}

#services-3 {
	background: url(../images/patterns.jpg) repeat-y 0 -908px;
}

#services-4 {
	background: url(../images/patterns.jpg) repeat-y 0 0;
}

#services-5 {
	background: url(../images/patterns.jpg) repeat-y 0 -227px;
}

#services-6 {
	background: url(../images/patterns.jpg) repeat-y 0 -681px;
}

#services-7 {
	background: url(../images/patterns.jpg) repeat-y 0 -1135px;
}

#team-0 {
	background: url(../images/patterns.jpg) repeat-y 0 -908px;
}

#team-1 {
	background: url(../images/patterns.jpg) repeat-y 0 0;
}

#team-3 {
	background: url(../images/patterns.jpg) repeat-y 0 -227px;
}

#team-4 {
	background: url(../images/patterns.jpg) repeat-y 0 -681px;
}

#team-5 {
	background: url(../images/patterns.jpg) repeat-y 0 -1135px;
}

#team-6 {
	background: url(../images/patterns.jpg) repeat-y 0 -908px;
}

#team-7 {
	background: url(../images/patterns.jpg) repeat-y 0 0;
}

#ClientsPage .container {
	background: url(../images/client-bkgd.jpg) repeat-y 0 0;
}

/* ------------ PATTERN BACKGROUND ID'S END ------------ */


.commentbox{
  border:1px dotted #dddddd;
  margin:10px;
  padding:10px;
}
.commentbox h3{
  font-size: 16px;
  font-weight: bold;
  color: #CC3333;
  margin: 0px;
}
.commentbox p{
  margin:10px;
}
