html, body { height: 100%; }
body {
	margin: 0;
	padding: 0;
	background-color: white;
	background-image: none;
	font: 12px/18px Arial, sans-serif;
	color: #000;
}

p {
	margin:0px;
	padding:0 0 19px 0;
}

a {
	outline: none;
}

img { position: relative;display: block;border: none;margin: 0;padding:0; }
.clear { clear: both; }

h1, h2, h3 { margin: 0; padding: 0 0 9px 0;}
h1 {
	font: 24px/24px Arial, sans-serif;
}

h2 {
	font: 18px/18px Arial, sans-serif;
}

h3 {
	font: 13px/15px Arial, sans-serif;
}

h4 {
	font: 12px/15px Arial, sans-serif;
}

#utility {
	display: none;
}

#container {
	position: relative;
	min-height: 100%;
	margin-bottom: -150px;
}

#wrapper_header {
	position: relative;
	width: 700px;
	height: 120px;
	margin: 0 auto;
	z-index: 100;
	border-left: 10px solid white;
	border-right: 10px solid white;
}

#wrapper {
	position: relative;
	width: 720px;
	margin: 0 auto;
	z-index: 0;
}

#header {
	position: relative;
	background-color: #2b281f;
	width: 700px;
	height: 120px;
	margin: 0 auto;
	text-align: left;
	z-index: 50;

}

#logo {
	position: absolute;
	width: 219px;
	height: 120px;
	padding: 0 4px;
	background-color: #9E4700;
	background-image: none;
	z-index: 10;
}

#homepage_flash {
	position: relative;
	width: 700px;
	height: 340px;
	z-index: 0;
}

#contentmain {
	position: relative;
	width: 720px;
	float: right;
	background-color: #FFFFFF;
	z-index: 0;
}

#contentmain_callouts {
	position: relative;
	width: 720px;
	float: right;
	margin-bottom: 10px;
}

#callout_left {
	position: relative;
	border-right: 10px solid #FFFFFF;
	border-bottom: 10px solid #FFFFFF;
	border-left: 10px solid #FFFFFF;
	width: 227px;
	height: 230px;
	float: left;
	background-image: url(../images/bob_callout_bg.png);
	background-repeat: no-repeat;
}

#callout_left img {
	display: none;
}

#bobcallout {
	padding: 15px 20px 0 20px;
	color: #e6e2d5;
	font-size: 24px;
	line-height: 30px;
}

#bobcallout a {
	color: #e6e2d5;
}

#bobcallout .readmore {
	display: none;
}

#bobcalloutlink {
	position: absolute;
	bottom: 0;
}

#bobcalloutlink a {
	display: block;
	width: 227px;
	height: 37px;
}


#callout_center {
	position: relative;
	border-right: 10px solid #FFFFFF;
	border-bottom: 10px solid #FFFFFF;
	width: 227px;
	height: 230px;
	float: left;
}

#callout_right {
	position: relative;
	border-right: 10px solid #FFFFFF;
	border-bottom: 10px solid #FFFFFF;
	width: 226px;
	height: 230px;
	float: left;
}

#location, #recentnews, #latestwork {
	position: absolute;
	color: #9c9581;
}

#location {
	width: 220px;
	right: 0;
	top: 11px;
	background: transparent url(../images/bg_line.gif) repeat-x 0 66px;
}

#location .archer_bold {
	font-size: 14px;
	line-height: 19px;
	color: #857d66;
}
#location .highlight, #location .highlight a {
	color: #9b4900;
	text-decoration: none;
}

#recentnews {
	display: none;
}

#latestwork {
	display: none;
}

#contentmain_flash {
	position: relative;
	padding: 10px;
	z-index: 0;
}

.clearfooter {
	height: 140px;
	clear: both;
}

#wrapper_footer {
	position: relative;
	width: 700px;
	margin: 0 auto;
	height: 70px;
	bottom: 0;
	background-color: transparent;
	background-image: url(../images/bg_footer.png);
	background-repeat: repeat;
}
#footer {
	position: relative;
	width: 700px;
	margin: 0 auto;
	clear: both;	
	padding: 18px 0 0 0;
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	color: #000000;
} 

#footer img {
	vertical-align: middle;
}

#copyright {
	position: relative;
	color: #000000;
	float: right;
	width: 313px;
	text-align: right;
	padding-right: 20px;
}

#footer_links {
	display: none;
}

#clientlist {
	position: relative;
	margin: 0 0 15px 10px;
}
#clientlist ul {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
#clientlist li {
	position: relative;
	float: left;
	width: 128px;
	height: 119px;
	border-right: 1px dotted #4f4939;
	border-bottom: 1px dotted #4f4939;
}

#clientlist li.li_right { border-right: none; }
#clientlist li.li_bottom { border-bottom: none; }

.clientlogo {
	margin: 0 auto;
}

#keepintouch {
	display: none;
}

p.more a {
	position: relative;
	float: right;
	background: transparent url(../images/bullet_subnav.gif) no-repeat 5px 7px;
	padding: 0 15px;
	width: 100%;
}
p.more a:hover {
	background-image: url(../images/bullet_subnav_on.gif);
}

p.newsdate {
	margin-top: -20px;
}

p.follow {
	padding: 0 0 8px 0;
}
p.follow img {
	display: inline;
	top: 2px;
}

p.snippet {
	border-top: 1px dotted #4f4939;
	border-bottom: 1px dotted #4f4939;
	padding: 8px 0 8px 0;
	font: 13px/16px Arial, sans-serif;
	color: #777e76;
	text-align: left;
	margin: 0 0 20px 0;
	overflow: hidden;
}

.snippet a {
	color: #7f3733;
}

img.latestlaunch {
	border: 5px solid #FFFFFF;
	top: 20px;
	left: 17px;
}

#address {
	position: relative;
	color: #2b281f;
	background-image: url(../images/marker.png);
	background-repeat: no-repeat;
	margin: 17px 14px;
	padding: 0 0 0 36px;
	line-height: 15px;
}

#address strong {
	font-size: 15px;
	font-weight: normal;
}

#contactblock {
	position: relative;
	color: #2b281f;
	background-image: url(../images/dotted_line.gif);
	background-repeat: repeat-x;
	padding: 10px 14px;
	line-height: 14px;
}

#contactblock a {
	color: #2b281f;
}

#contactblock strong {
	color: #9b4900;
	font-size: 14px;
}

/* ------------------------------ Navigation  ------------------------------ */

#nav, div.dropdown {
	display: none;
}




#bg_clients {
	position: absolute;
	list-style: none;
	width: 433px;
	height: 66px;
	top: 13px;
	left: 20px;
	margin: 0;
	padding: 0;
	background: transparent url(../images/casestudies_bg.gif) no-repeat;
}
#bg_clients li { position: absolute;margin: 0;padding: 0;z-index: 1; }
#nav_brands_drop #bg_clients li a { position: relative;display: block;text-indent: -1000em;overflow: hidden; }
#bg_clients li.client_wawa { width: 129px;height: 44px;top: 0px;left: 0px; }
#bg_clients li.client_wawa a { width: 129px;height: 44px; }
#bg_clients li.client_pfizer { width: 139px;height: 44px;top: 0;left: 129px; }
#bg_clients li.client_pfizer a { width: 139px;height: 44px; }
#bg_clients li.client_armstrong { width: 165px;height: 44px;top: 0px;left: 268px; }
#bg_clients li.client_armstrong a { width: 165px;height: 44px; }



/* ------------------------------ SubNavigation ------------------------------ */

#subnav {
	display: none;
}

/* ------------------------------ Leadership Navigation ------------------------------ */

#leadership {
	position: relative;
	width: 700px;
	padding: 0;
}


#leadership ul  {
	position: relative;
	list-style: none;
	height: 148px;
	margin: 0;
	padding: 0;
	width: 100%;
}

#leadership li { position: relative;float: left; padding: 0;margin: 0;height: 148px;width: 116px;background-repeat: no-repeat;border-right: 1px solid #e4e2d2; }

#leadership a { position: relative;display: block; overflow: hidden;height: 148px; width: 116px; z-index: 10; }
#leadership li a.on img { display: none; }
#leadership a:active { outline: none; }

#leadership #leadership_mikles { background-image: url(../images/leadership_mikles.jpg); }
#leadership #leadership_callahan { background-image: url(../images/leadership_callahan.jpg); }
#leadership #leadership_derins { background-image: url(../images/leadership_derins.jpg); }
#leadership #leadership_miller { background-image: url(../images/leadership_miller.jpg); }
#leadership #leadership_egen { background-image: url(../images/leadership_egen.jpg); }
#leadership #leadership_levin { background-image: url(../images/leadership_levin.jpg); width: 115px; } #leadership_levin a { width: 115px; } #leadership_levin a img { width: 115px; }

#leadership li.last { border-right: none; }

/* ------------------------------ Templates ------------------------------ */

#contentsub {
	position: relative;
	width: 720px;
	float: right;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
#template {
	position: relative;
	padding: 10px;
}

div.content {
	background-color: #edead8;
	color: #2b281f;
	font: 11px/16px Arial, sans-serif;
}

.content ul {
	margin-top: 0;
	padding-top: 0;
}

div.dark {
	background-color: #e1d8a5;
	color: #000000;
	font: 11px/18px Arial, sans-serif;
}
div.red {
	background-color: #7f3733;
	color: #bb9650;
}

div.red a {
	color: #e1d8a5;
	text-decoration: none;
}

div.red li {
	list-style: none;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	padding: 8px 0;
	border-bottom: 1px dotted #45120f;
}

div.contentpad { padding: 20px 18px 8px 18px; 
}

.contentpad a {
	color: #9b4900;
}



div.content h1 {
	position: relative;
	font-size: 35px;
	line-height: 35px;
	letter-spacing: -1px;
	margin: 0 0 14px 0;
	padding: 0;
}
div.content h2 {
	position: relative;
	font: 15px/22px Arial, sans-serif;
	margin: 0 0 20px 0;
	padding: 0;
	font-weight: normal;
}
div.content h3 {
	position: relative;
	font: 14px/15px Arial, sans-serif;
	margin: 0 0 10px 0;
	padding: 0;
	text-transform: uppercase;
	color: #4d4737;
}
#contentsub.people div.content h1 { color: #323741; }
#contentsub.people div.content h2 { color: #777e76; }

#contentsub.work div.content h1 { color: #5c5229; }
#contentsub.work div.content h2 { color: #a0935b; }

#contentsub.brands div.content h1 { color: #4a390d; }
#contentsub.brands div.content h2 { color: #8e7432; }

/* ------------------------------ 30/70 Template ------------------------------ */

#template.t3070 .left { position: relative; width: 227px; float: left; }
#template.t3070 .right { position: relative; width: 463px; float: right; }
#template.t3070 .contentleft { position: relative; width: 286px; float: left; }
#template.t3070 .contentright { position: relative; width: 123px; float: right; }


/* ------------------------------ 70/30 Template ------------------------------ */

#template.t7030 .left { position: relative; width: 463px; float: left; }
#template.t7030 .right { position: relative; width: 227px; float: right; }
#template.t7030 .contentleft { position: relative; width: 123px; float: left; }
#template.t7030 .contentright { position: relative; width: 286px; float: right; }

/* ------------------------------ 20/80 Template ------------------------------ */

#template.t2080 .left { position: relative; width: 151px; float: left; }
#template.t2080 .right { position: relative; width: 539px; float: right; }

/* ------------------------------ 100% widths ------------------------------ */

#template.t3070 .fulltop,
#template.t7030 .fulltop,
#template.t2080 .fulltop { position: relative; width: 100%; border-bottom: 10px solid #FFFFFF; clear: both; }

#template.t3070 .fullbottom,
#template.t7030 .fullbottom,
#template.t2080 .fullbottom { position: relative; width: 100%; border-top: 10px solid #FFFFFF; clear: both; }

#template div.full { position: relative; width: 100%; clear: both; }
#template div.full .contentleft { position: relative; width: 185px; float: left; }
#template div.full .contentright { position: relative; width: 444px; float: right; }



/* ------------------------------ blog stuff ------------------------------ */

#blogtitle, #blogtitle a {
	font-size: 24px;
	color: #5c5229;
	position: relative;
}

#blogtitle2, #blogtitle2 a {
	font-size: 24px;
	color: #323741;
}

#commentheader {
	font-size: 16px;
	color: #5c5229;
	padding: 0 0 10px 0;
}

.noimage img {
	display: none;
}

.details {
	position: relative;
	color: #a0935b;
	padding: 0 0 5px 0;
	
}

.details a, .entry a {
	position: relative;
	color: #9b4900;
}

#post {
	position: relative;
	margin: 0 0 25px 0;
}

.entry {
	position: relative;
	padding: 15px 0;
	border-bottom: 1px dotted #4f4939;
	border-top: 1px dotted #4f4939;
}

#blognav {
	position: relative;
	padding: 0 0 8px 0;
	height: 22px;
}

.blognavleft {
	position: relative;
	float: left;
}

.blognavright {
	position: relative;
	float: right;
}

.author {
	position: relative;
	display: inline;
	float: left;
	width: 88px;
}

.entrycontent {
	position: relative;
	display: inline;
	float: right;
	width: 330px;
	text-align: justify;
}

.entrycontent p {
	position: relative;
	padding: 0 0 10px 0;
}

.commentheader {
	font-size: 15px;
	color: #6b5620;
}

.readmore {
	position: relative;
	margin: 10px 0 0 0;
}

.avatar { 
	position: relative;
	padding: 2px; 
	margin: 0; 
	border: 1px solid #ddd; 
	background: white; 
}

.subhead {
	font: 13px/15px Arial, sans-serif;
	text-transform: uppercase;
	color: #4d4737;
}



/* ------------------------------ Comments ------------------------------ */

.commentlist {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}

.commentlist li {
	margin: 0 0 10px 0;
}

.comment {
	background-color: #cec7a6;
	border: 1px solid #c2bc9d;
	padding: 10px 10px 0 10px;
	text-align: inherit;
}

.alt {
	background-color: #d8c796;
	border: 1px solid #ccbc8d;
}

.comment p {
	padding: 0 0 10px 0;
	margin: 0;
	text-align: left;
	line-height: 16px;
}

.comment li {
	padding: 0 0 5px 0;
}

.comment_avatar {
	}

.comment_left {
	position: relative;
	float: left;
	width: 60px;
}

.comment_right {
	position: relative;
	float: right;
	width: 340px;
}

.comment_right h5 {
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	color: #000000;
}

.comment-meta {
	padding: 0 0 5px 0;
}

.comment-meta a {
	color: #59481b;
	text-decoration: none;
}

.loggedin a {
	color: #59481b; 
}


/* ------------------------------ Sidebar ------------------------------ */

#sidebar {
	background-image: url(/images/sidebar_bg.jpg);
	padding: 30px 20px;
}

.cement {
	background-image: url(/images/sidebar_bg.jpg);
}

#sidebar_header {
	color: #e2e9e7;
	font-size: 16px;
	padding: 0 0 20px 0;
}

 #cats {
 	margin: 0;
 	padding: 0;
 	list-style: none;
 	font-size: 13px;
 }
 
 #cats a {
 	color: #e2e9e7;
 	text-decoration: none;
 }
 
#cats li a {
	background-color: #353b3d;
	margin: 0 0 3px 0;
	padding: 0 18px;
	height: 27px;
	line-height: 27px;
	background-image: url(/images/bullet_subnav2.gif);
	background-repeat: no-repeat;
	background-position: 6px center;
	display: block;
}

#cats li:hover a {
	background-color: #4d5659;
}


/* ------------------------------ Slimbox------------------------------ */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
	width: 480px;
}

 
#interact_icons img {
	display: inline;
	padding: 0 5px 0 0;
}

#interact_links {
	color: #767f7c;
}

#interact_links ul {
	color: #767f7c;
	list-style: square;
	float: left;
	width: 120px;
}

#interact_links a {
	color: #9b4900;
}


 
/* ------------------------------ Service Area ------------------------------ */

.service_header {
	background-color: #ffffff;
	padding: 10px 15px;
}

.service_title {	
	position: relative;
	float: left;
	display: inline;
	font-size: 26px;
	color: #5c5229;
}

.service_content {
	background-color: #776e4a;
	color: #ffffff;
	border: 5px solid #ffffff;
	padding: 15px 15px 0 15px;
	margin: 0 0 15px 0;
}

.service_content a {
	color: #edead8;
}

.service_link {
	position: relative;
	float: right;
	display: inline;
}
 
/* ------------------------------ SLIDER ------------------------------ */

#slider {
		position: relative;
}

#slider img {
	display: block;
	margin: 0px;
	padding: 0px;
}

#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}
		
#slider li { 
	width:539px;
	overflow:hidden; 
}
	
	#prevBtn, #nextBtn{ 
		display:block;
		width:22px;
		height:20px;
		position:absolute;
		top:340px;
		}	
	#nextBtn{ 
		left:517px;
		}	
		
#prevBtn { 
		left:488px;
}
													
	#prevBtn a, #nextBtn a{  
		display:block;
		width:22px;
		height:20px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		text-indent: -9999em;
		outline: none;
		}	
	#nextBtn a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}		
		
#slider_client {
	position: absolute;
	top: 323px;
	width: 539px;
	height: 52px;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	background-image: url(../images/explore_bg.gif);
	background-repeat: no-repeat;
}

#slider_client h1 {
	font-size: 38px;
	color: #4a390d;
	padding: 5px 0 0 15px;
}

.casestudy {
	position: relative;
	width: 539px;
	padding: 67px 0 0 0;
}

.casestudy_content {
	position: relative;
	padding: 0 20px 20px 20px;
}

.clientheader {
	color: #6b5620;
	font-size: 14px;
}

#casestudy_list {
	margin: 0;
	padding: 0;
}

#casestudy_list li {
	padding: 10px 0;
	border-bottom: 1px dotted #45120f;
	font-weight: normal;
	color: #ffffff;
}

#casestudy_list li a {
	padding: 0 0 0 15px;
	color: #e1d8a5;
}

.selected {
	padding: 0 0 0 15px;
}
 
.view_case_study a {
	position: absolute;
	display: block;
	top: 95px;
	left: 23px;
	width: 80px;
	height: 10px;
	background-image: url(../images/view_case_study.gif);
	background-repeat: no-repeat;
	text-indent: -9999em;
}


/******************************* SHORTER DROPDOWN ************************************/

div.dropdown_internal2 {
	position: relative;
	padding: 10px;
	height: 121px;
	background-color: #ffffff;
	overflow: hidden;
	z-index: 0;
}

div.dropdown_internal2 h2 {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 20px;
	text-indent: 10px;
	padding: 10px 0 0 0;
	color: #FFFFFF;
	text-transform: uppercase;
	height: 27px;
}

#nav_brands div.dropdown_internal2 a {
	background-image: none;
	text-indent: 0;
	display: inline;
	overflow: visible;
	width: auto;
}

#nav_brands div.dropdown_left, #nav_brands div.dropdown_centerright {
	height: 121px;
}