@charset "utf-8";
/* CSS Document */

#fsmw_img, .polaroid { 
	behavior: url(./css/iepngfix.htc)
}

html {
	overflow-y: scroll !important;
	overflow-x: hidden !important;
}
body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #585858;
}
p {
	margin-bottom: 0px;
	margin-top: 15px;
}
h1 , h2{
	margin: 0px;
}
h1 span , h2 span{
	display: none;
}
a {
	color: #CA681E;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 943px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}
#header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ca681e;
	position: relative;
	height: 70px;
	width: 943px;
	z-index: 2;
}
#header #logo {
	height: 41px;
	width: 132px;
	position: absolute;
	left: 0px;
	top: 20px;
}

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

#header #mainnav {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#header #mainnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#header #mainnav ul li {
	display: inline;
}
#mainnav ul li a {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	float: left;
	height: 31px;
	margin-left: 9px;
}
#mainnav ul li a:hover {
	background-position: 0px -31px;
}
#mainnav ul li a span {
	display: none;
}
#mainnav ul li a.home {
	background-image: url(../img/nav/nav_home.png);
	background-repeat: no-repeat;
	width: 62px;
}
#mainnav ul li a.about {
	background-image: url(../img/nav/nav_about.png);
	background-repeat: no-repeat;
	width: 85px;
}
#mainnav ul li a.clients {
	background-image: url(../img/nav/nav_clients.png);
	background-repeat: no-repeat;
	width: 68px;
}
#mainnav ul li a.wow {
	background-image: url(../img/nav/nav_wow.png);
	background-repeat: no-repeat;
	width: 127px;
}
#mainnav ul li a.fab {
	background-image: url(../img/nav/nav_fab.png);
	background-repeat: no-repeat;
	width: 127px;
}
#mainnav ul li a.contact {
	background-image: url(../img/nav/nav_contact.png);
	background-repeat: no-repeat;
	width: 99px;
}
#mainnav ul li.selected a {
	background-position: 0px -62px;
}

/*---------- Subnavigation ----------*/

#subnav {
	width: 337px;
	position: absolute;
	right: 205px;
	bottom: -30px;
}
#header #subnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
	height: 28px;
}
#header #subnav ul li {
	display: inline;
}
#subnav ul li a {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	float: left;
	height: 28px;
	border-right: 1px solid #666666;
}
#subnav ul li a:hover {
	background-position: 0px -28px;
}
#subnav ul li a span {
	display: none;
}
#subnav ul li a.story {
	background-image: url(../img/nav/subnav_story.png);
	background-repeat: no-repeat;
	width: 83px;
}
#subnav ul li a.news {
	background-image: url(../img/nav/subnav_news.png);
	background-repeat: no-repeat;
	width: 83px;
}
#subnav ul li a.people {
	background-image: url(../img/nav/subnav_people.png);
	background-repeat: no-repeat;
	width: 83px;
}
#subnav ul li a.services {
	background-image: url(../img/nav/subnav_services.png);
	background-repeat: no-repeat;
	width: 83px;
}
#subnav ul li.selected a {
	background-position: 0px -56px;
}

/*---------- Footer ----------*/

#footer {
	background-image: url(../img/footer.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 943px;
	padding-top: 104px;
	padding-left: 8px;
	font-size: 11px;
}

/*---------- Content ----------*/

#content {
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
	z-index: 1;
	width: 943px;
}
#leftcol {
	float: left;
	width: 318px;
}
#centercol  {
	float: left;
	width: 625px;
	position: relative;
}
#box2content {
	background-image: url(../img/graybox2_back.png); 
	background-repeat: no-repeat;
	width: 943px;
	position: relative;
}
#box2content .inside {
	background-image: url(../img/graybox2_bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.contactinfo {
	width: 277px;
	padding: 20px 20px 20px 25px;
	position: relative;
	top: 0px;
}
.emailitem {
	font-size: 12px;
	line-height: 14px;
	background-image: url(../img/hdots.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 6px;
	padding-top: 7px;
	padding-bottom: 3px;
}
.first {
	margin-top: 10px;
}
.name {
	display: block;
	margin-bottom: 5px;
}
.email {
	display: block;
	font-weight: normal;
	color: #ca681e;
	background-image: url(../img/envelope.png);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding-left: 21px;
}
.map {
	width: 465px;
	height: 331px;
	background-image: url(../img/map.png);
	background-position: left top;
	background-repeat: no-repeat;
	position: absolute;
	left: 329px;
	top: 8px;
}
.maptext {
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	position: relative;
	left: 320px;
	top: 10px;
}
.maptext a {
	display: block;
	margin-top: 15px;
	background-image: url(../img/bt_print.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #CA681E;
}

.maplink {
	background-image: url(../img/what_we_see.png);
	background-repeat: no-repeat;
	width: 130px;
	height: 55px;
	position: relative;
	left: 321px;
	top: 120px;
	z-index: 10;
}
.polaroid {
	width: 238px;
	height: 177px;
	background-image: url(../img/polaroid_pics.png);
	background-repeat: no-repeat;
	position: absolute;
	right: -34px;
	top: -41px;
}
.graybox1 {
	background-image: url(../img/graybox1_back.png);
	background-repeat: no-repeat;
	width: 304px;
}
.graybox1 .inside {
	background-image: url(../img/graybox1_bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.graybox1 .boxcontent {
	padding-top: 20px;
	padding-right: 18px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.graybox1 .boxdel {
	background-image: url(../img/graybox1_hdel.png);
	background-repeat: no-repeat;
	height: 15px;
}
#fsmwContent {
	width: 634px;
	height: 136px;
	position: relative;
	left: 321px;
	top: -47px;
}
#fsmw_img {
	background-image: url(../img/free_social_media_box.png);
	background-repeat: no-repeat;
	width: 119px;
	height: 136px;
	position: absolute;
	left: 515px;
	top: 0px;
}
#fsmw_img a {
	display: block;
	height: 136px;
	width: 119px;
}

#fsmw_txt {
	background: url(../img/free_social_media_text.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 515px;
	height: 52px;
	position: absolute;
	left: 0px;
	top: 69px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#fsmw_txt a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 27px;
	padding-left: 18px;
	width: 515px;

}
#fsmw_txt a:hover {
	color: #DCDCDC;
}
#fsmlink {
	padding-top: 20px;
}
#fsmlink a {
	background-image: url(../img/social_box.png);
	background-repeat: no-repeat;
	display: block;
	height: 41px;
	padding-top: 30px;
	padding-left: 70px;
	width: 170px;
}
#homenews .newsitem {
	font-size: 11px;
	line-height: 14px;
	background-image: url(../img/hdots.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 8px;
	padding-top: 7px;
	padding-bottom: 6px;
}
#homenews .newsitem a{
	font-weight: bold;
}
#homenews  .newslink{
	font-size: 11px;
	line-height: 14px;
	background-image: url(../img/hdots.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 7px;
}
#infobottom {
	width: 270px;
	padding: 20px 20px 0px 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#infobottom .infotitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.person/*---------- Our People ----------*/

 {
	width: 272px;
	height: 332px;
	float: left;
	padding-top: 0px;
	padding-left: 30px;
}
.email2 {
	display: block;
	font-weight: normal;
	color: #ca681e;
	background-image: url(../img/envelope.png);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding-left: 21px;
	margin-top: 8px;
	margin-left: 3px;
	width: 179px;
}

/*---------- Our Services ----------*/

#servicescol {
	width: 625px;
	height: 439px;
	float: left;
	position: relative;
	background-image: url(../img/services_bg.png);
	background-repeat: no-repeat;
}
#servicescol .details {
	width: 185px;
}
.titles {
	margin-bottom: 12px;
}
#servicescol .details ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#servicescol .details ul li {
	margin-bottom: 1px;
}
.creative {
	position: absolute;
	left: 17px;
	top: 56px;
}
.consulting {
	position: absolute;
	left: 248px;
	top: 10px;
}
.digital {
	position: absolute;
	left: 457px;
	top: 80px;
}
.pr {
	position: absolute;
	left: 17px;
	top: 291px;
}

/*---------- Our News ----------*/

#newslinks {
	padding-top: 22px;
	padding-left: 21px;
}
#newslinks ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
.bignewsitem {
	width: 625px;
	background-image: url(../img/hdots.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.bignewsitem .insidenews {
	width: 471px;
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 154px;
}
.news1 {
	background-image: url(../img/news9_pic.png);
}
.news2 {
	background-image: url(../img/news8_pic.png);
}
.news3 {
	background-image: url(../img/news7_pic.png);
}
.news4 {
	background-image: url(../img/news6_pic.png);
}
.news5 {
	background-image: url(../img/news5_pic.png);
}
.news6 {
	background-image: url(../img/news4_pic.png);
}
.news7 {
	background-image: url(../img/news3_pic.png);
}
.news8 {
	background-image: url(../img/news2_pic.png);
}
.news9 {
	background-image: url(../img/news1_pic.png);
}
.news10 {
	background-image: url(../img/news10_pic.png);
}
.data {
	font-size: 11px;
	margin-bottom: 2px;
}
.bignewsitem h2 {
	display: block;
	margin-top: 10px;
	margin-bottom: -10px;
/*	color: #CA681E;*/
	color: #60A6F4;
}
.bignewsitem .insidenews ul.categories {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
}
.bignewsitem .insidenews ul.categories li {
	background-image: url(../img/li_style.gif);
	background-position: 0px 4px;
	background-repeat: no-repeat;
	padding-left: 12px;
	margin-bottom: 10px;
}
.subitem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
.bactotop {
	display: block;
	padding-left: 11px;
	margin-top: 20px;
	background-image: url(../img/backtotop.gif);
	background-position: 407px 5px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
}

/*---------- Clients ----------*/

#clientcol1 {
	float: left;
	width: 625px;
	height: 440px;
	position: relative;
	margin-bottom: 10px;
}
#clientcol2 {
	float: left;
	width: 625px;
	height: 600px;
	position: relative;
}
#next {
	width: 625px;
	height: 35px;
	border-top: 1px solid #CCCCCC;
	position: relative;
	top: 370px;
}
#next a {
	position: absolute;
	top: 0px;
	right: -15px;
}
#back {
	width: 625px;
	height: 35px;
	border-top: 1px solid #CCCCCC;
	position: relative;
	top: 567px;
}
#back a {
	position: absolute;
	top: 0px;
	left: -15px;
}
.clientlogo {
	position: absolute;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	width: 140px;
}
.clientlogo a {
	display: block;
	padding: 10px;
}
.clientlogo a:hover {
	background-image: url(../img/clients_over.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.clientlogo a.selected {
	background-image: url(../img/clients_over.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}



.clearb {
	clear: both;
}
#maplarge {
	display: none;
}
.simplepage {
	padding-right: 20px;
	padding-left: 20px;
}
.simplepage h1 {
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 28px;
}
.simplepage h2 {
	font-size: 16px;
	line-height: 18px;
	margin-top: 18px;
}
