/* global style reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, 
big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 
	margin: 0; 
	padding: 0;
}
html, body {
	background-color: #ebebeb;
	height: 100%;
}
#container {
    width: 951px;
	min-height: 100%;
	margin-left: auto;
  	margin-right: auto;
}
#header {
	height: 60px;
	background-color: #FFFFFF;
	width: 951px;
}
#logo {
	float: left;
	width: 104px;
	height: 50px;
	margin-top: 10px;
	padding-left: 50px;
}
#title {
	float: left;
	clear: right;
	width: 550px;
	height: 25px;
	margin-top: 20px;
}
#title h1 {
	font-family: Verdana;
	font-size: 20px;
	font-weight: normal;
}
#contactus {
	float: left;
	clear: right;
	width: 150px;
	height: 35px;
	margin-top: 15px;
	font-family: Verdana;
	font-size: 12px;
}
#contact p {
	font-family: Verdana;
	font-size: 12px;
}
#topshade {
	height: 26px;
	background-image: url(../images/topshade.jpg);
	background-repeat: repeat-x;
	width: 951px;
}
#btmshade {
	height: 26px;
	background-image: url(../images/btmshade.jpg);
	background-repeat: repeat-x;
	width: 951px;
}
/* jump stations */
#jumpstations {
	overflow: hidden;
	height: 320px;
	width: 951px;
	position: relative;
	z-index: 999;
	top: 0px;
	left: 0px;
	margin-top: 0;
	padding-left: 100px;
	background-image: url(../images/homepage.jpg);
	background-repeat: no-repeat;
}
	#jumpstations .item {
		position: relative;
		width: 170px;
		float: left;
		padding: 40px 0 0 0;
		margin: 0px -10px 0 13px;
	}
		#jumpstations .item .top {
			display: block;
			height: 9px;
			overflow: hidden;
			background: url("../images/jumpst-shadow-top.png") 50% 0 repeat-y;
		}		
		#jumpstations .item .bottom {
			display: block;
			height: 11px;
			overflow: hidden;
			background: url("../images/jumpst-shadow-bottom.png") 50% 0 repeat-y;
		}
		#jumpstations .inner {
			position: relative;
			background: url("../images/jumpst-shadow.png") 50% 0 repeat-y;	
		}
		body.jsready #jumpstations .inner {
			overflow: hidden;
		}
			#jumpstations .item .head {
				position: relative;
				z-index: 200;	
				min-height: 70px;
				margin: 0 0 0 12px;
				/*padding: 50px 10px 10px 3px;*/
				background-image:url(../images/gray_homebox.jpg);
				border: 6px solid #f0f0f0;
				text-align: center;
			}
			#jumpstations .item .head h2.singleline {
				margin: 30px 0px 32px 0px;
			}
		    #jumpstations .item .head h2.multiline {
				margin: 20px 0px 20px 0px;
			}
			body.jsready #jumpstations .item.opened .head { cursor:pointer; background-image:url(../images/orange_homebox.jpg);}
			#jumpstations .item .body {
				width: 126px;
				margin: 0 0 0 12px;
				padding: 30px 10px 25px 10px;
				background: #CCC;
				border: solid #f0f0f0;
				border-width: 0 6px 6px 6px;
				overflow: hidden;
			}
			body.jsready #jumpstations .item .body { 
				display: none; 
				position: relative;
				z-index: 100;
			}
			body.jsready #jumpstations .item.opened .body { display: block; background-image:url(../images/orange_homebox.jpg);}
#jumpstations .item h2 { 
	font-family: Verdana;
	font-size: 18px;
	color: #FFFFFF;
}
#jumpstations .item .head p { margin: 0; }				
/*#jumpstations .item h2 a {
	display:block;
	height:31px;
	overflow:hidden;
	text-indent:-10000em;
	background-repeat:no-repeat;
}
#jumpstations #bedrijf h2 a { background-image:url("../images/boxes/jmpst-bedrijf.gif"); }
#jumpstations #vak h2 a { background-image:url("../images/boxes/jmpst-blog.gif"); }
#jumpstations #werk h2 a { background-image:url("../images/boxes/jmpst-werk.gif"); }
#jumpstations #contact h2 a { background-image:url("../images/boxes/jmpst-contact.gif"); }		
#jumpstations .item .body h3 {
	margin-top:0;
	font-size:1em;
}			
#jumpstations .item .body h3 a { text-decoration:none; }
*/
#menu {
	height: 40px;
	margin-top: 0px;
	background-color: #FFFFFF;
}
#menu ul {
	width: 900px;
	font-family: Verdana;
	font-size: 12px;
	margin-left: auto;
  	margin-right: auto;
	padding-left: 5px;
}
#menu ul li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
}
/* Preload hover images */
#preload {
	background-image: url("../images/menu.gif");
   	background-repeat: no-repeat;
   	background-position: -1000px -1000px;
}
#menu a {
	color: #000;
	width: auto;
	padding-left: 20px;
	text-decoration: none;
}
#menu a:link { 
	background: #FFFFFF; 
}
#menu a:hover, a:focus {
	background: url(../images/menu.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#menu a:visited { 
	text-decoration: none;
}
#promoarea {
	height: 200px;
	background-color: #FFFFFF;
	margin-left: auto;
  	margin-right: auto;
  	margin-top: 0px;
  	margin-bottom: 100px;
  	width: 951px;
}
#promo {
	float: left;
	padding-left: 80px;
}
#offer {
	float: left;
	clear: right;
	padding-left: 80px;
	font-size: 12px;
	font-family: Verdana;
	width: 400px;
}
#offer h2 {
	font-size: 11px;
	color: #808080;	
}
#offer h3 {
	font-size: 11px;
	color: #808080;
	font-weight:normal;	
}
#offer a {
	font-size: 10px;
	color: #0000FF;	
}
#preload2 {
	background-image: url("../images/menu.gif");
   	background-repeat: no-repeat;
   	background-position: -1000px -1000px;
   	color: #FFFFFF;
	padding-left: 30px;
}
#preload3 {
	background-image: url("../images/menu.gif");
   	background-repeat: no-repeat;
   	background-position: -1000px -1000px;
   	color: #FFFFFF;
	padding-left: 145px;
}

#menu2 a {
	width: auto;
	padding-left: 20px;
	color: #FF9900;
	text-decoration: none;
	/* border: 1px solid red; */
}
#menu2 a:link { 
	color: #FF9900;
}
#menu2 a:hover, a:focus {
	background: url(../images/menu.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: underline;
	color: #FFFFFF;
}
#menu2 a:visited {
	color: #CCCCCC;
}
#menu3 a {
	width: auto;
	padding-left: 20px;
	color: #FF9900;
	text-decoration: none;
	/* border: 1px solid red; */
}
#menu3 a:link { 
	color: #FF9900;
}
#menu3 a:hover, a:focus {
	background: url(../images/menu.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: underline;
	color: #FFFFFF;
}

#menu3 a:visited {
	color: #CCCCCC;
}

#menu4 a {
	width: auto;
	padding-left: 20px;
	color: #FF9900;
	text-decoration: none;
	/* border: 1px solid red; */
}
#menu4 a:link { 
	color: #FF9900;
}
#menu4 a:hover, a:focus {
	background: url(../images/menu.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: underline;
	color: #FFFFFF;
}

#menu4 a:visited {
	color: #CCCCCC;
}

#promoarea2 {
	height: 100px;
	background-color: #FFFFFF;
	margin-left: auto;
  	margin-right: auto;
}
#promo2 {
	float: left;
	padding-left: 120px;
}
#offer2 {
	float: left;
	clear: right;
	padding-left: 80px;

}
/* Sub page images/copy divs */
#careers {
	overflow: hidden;
	height: 320px;
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: 0;
	background-image: url(../images/BRC_MarketingCareers.jpg);
	background-repeat: no-repeat;
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}
#clients {
	overflow: hidden;
	height: 320px;
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: 0;
	background-image: url(../images/BRC_Marketing_Clients_bkgrnd.gif);
	background-repeat: no-repeat;
	font-family: Verdana;
	font-size: 12px;
}
#awards {
	overflow: hidden;
	height: 320px;
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: 0;
	background-image: url(../images/awards.jpg);
	background-repeat: no-repeat;
	font-family: Verdana;
	font-size: 12px;
}
#contact {
	overflow: hidden;
	height: 320px;
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: 0;
	background-image: url(../images/contact.jpg);
	background-repeat: no-repeat;
	font-family: Verdana;
	font-size: 12px;
}
#sem_qualify {
	overflow: hidden;
	height: 320px;
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: 0;
	background-image: url(../images/prospect_qualifying_sem_320.jpg);
	background-repeat: no-repeat;
	font-family: Verdana;
	font-size: 12px;
}

#sem_qualify a 
{
	font-size: 10px;
	color: #FF9900;
}


#digital_web {
	overflow: hidden;
	height: 320px;
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: 0;
	background-image: url(../images/BRC_Marketing_Digital_bkgrnd.gif);
	background-repeat: no-repeat;
	font-family: Verdana;
	font-size: 12px;
}

#digital_2 {
	overflow: hidden;
	height: 320px;
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: 0;
	background-image: url(../images/BRC_Marketing_Digital_bkgrnd.gif);
	background-repeat: no-repeat;
	font-family: Verdana;
	font-size: 12px;
}

#digital_3 {
	overflow: hidden;
	height: 320px;
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: 0;
	background-image: url(../images/BRC_Marketing_Digital_bkgrnd.jpg);
	background-repeat: no-repeat;
	font-family: Verdana;
	font-size: 12px;
}

#sem {
	overflow: hidden;
	height: 320px;
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: 0;
	background-image: url(../images/PQ_SEM_320.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 12px;
}
#list {
	overflow: hidden;
	height: 320px;
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: 0;
	background-image: url(../images/listoffer.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 12px;
}
#direct {
	overflow: hidden;
	height: 320px;
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: 0;
	background-image: url(../images/dr_approach.jpg);
	background-repeat: no-repeat;
	color:#000000;
	font-family: Verdana;
	font-size: 12px;
}
#integrated {
	overflow: hidden;
	height: 320px;
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: 0;
	background-image: url(../images/integrated_marketing.jpg);
	background-repeat: no-repeat;
	font-family: Verdana;
	font-size: 12px;
}
#leadership {
	overflow: hidden;
	height: 320px;
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: 0;
	background-image: url(../images/leadership.jpg);
	background-repeat: no-repeat;
	font-family: Verdana;
	font-size: 12px;
}
#leadership2 {
	overflow: hidden;
	height: 320px;
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: 0px;
	background-image: url(../images/leadership2.jpg);
	background-repeat: no-repeat;
	font-family: Verdana;
	font-size: 12px;
}
#portfolio {
	overflow: hidden;
	height: 320px;
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: 0;
	background-image: url(../images/portfolio.jpg);
	background-repeat: no-repeat;
	font-family: Verdana;
	font-size: 12px;
}
/* #portfolio a {
	color: #FF9900;
	background-image: none;
}
#portfolio a:hover {
	text-decoration: underline;
	color: #FF9900;
	background-image: none;
}*/
#press {
	overflow: hidden;
	height: 320px;
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: 0;
	background-image: url(../images/BRC_Marketing_Press_Events_4.gif);
	background-repeat: no-repeat;
	font-family: Verdana;
	font-size: 12px;
}
#press2 {
	overflow: hidden;
	height: 320px;
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: 0;
	background-image: url(../images/press_2.gif);
	background-repeat: no-repeat;
	font-family: Verdana;
	font-size: 12px;
}
#print {
	overflow: hidden;
	height: 320px;
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: 0;
	background-image: url(../images/BRC_Marketing_Print_bkgrnd_Image2.jpg);
	background-repeat: no-repeat;
	font-family: Verdana;
	font-size: 12px;
}
#print_2 {
	overflow: hidden;
	height: 320px;
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: 0;
	background-image: url(../images/BRC_Marketing_Print_bkgrnd_Image2.gif);
	background-repeat: no-repeat;
	font-family: Verdana;
	font-size: 12px;
}
#caseText a {
	color: #FF9900;	
}
#caseText a:hover {
	color: #FFFFFF;
	text-decoration: underline;	
}
#caseText a:visited {
	color: #CCCCCC;
}
#caseText3 a {
	color: #FF9900;	
}
#caseText3 a:hover {
	color: #FFFFFF;
	text-decoration: underline;	
}
#caseText3 a:visited {
	color: #CCCCCC;
}
#strategic {
	overflow: hidden;
	height: 320px;
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: 0;
	background-image: url(../images/BRC_Marketing_Stgc_Consult_bkgrnd.jpg);
	background-repeat: no-repeat;
	font-family: Verdana;
	font-size: 12px;
}
#blogs {
	overflow: hidden;
	height: 320px;
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: 0;
	background-image: url(../images/blogs.jpg);
	background-repeat: no-repeat;
	font-family: Verdana;
	font-size: 12px;
}

#blogs a {
	font-family: Verdana;
	font-size: 9px;
}

#subboxes {
	position: relative;
	float: left;
	width: 290px;
	height: 393px;
	margin-top: 0px;
	/* border: 1px solid red; */
}
#caseimgcenter {
	position: relative;
	margin-top: 50px;
	margin-left: 8px;
}
#caseimgcenter2 {
	position: relative;
	margin-top: 50px;
	margin-left: 0px;
	font-family: Verdana;
	color: #FFFFFF;
	padding-top: 20px;
	
}
#caseimgcenter3 
{
	float:right;
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
	font-family: Verdana;
	color: #FFFFFF;
	
}

#webanalyticsimgcenter {
	position: relative;
	margin-top: 50px;
	margin-left: 0px;
}
#font {
	font-size:12px;
	font-family: Verdana;
}
#font2 {
	font-size:12px;
	font-family: Verdana;
	color:#FFFFFF;
}
#caseimg {
	position: relative;
	float: left;
	clear: right;
	width: 320px;
	height: 393px;
	margin-top: 0px;
	/* border: 1px solid red; */
}
#maincopy 
{
	position: relative;
	float: right;
	clear: right;
	width: 290px;
	height: 342px;
	margin-right: 38px;
	margin-top: 0px;
	/* border: 1px solid red; */
}
#maincopy2 {
	position: relative;
	float: left;
	clear: right;
	width: 470px;
	height: 342px;
	margin-top: 50px;
	margin-left: 180px;
	/* /* border: 1px solid red; */
}

#corpcopy 
{
	position: relative;
	float: right;
	clear: right;
	width: 290px;
	height: 342px;
	margin-right: 38px;
	margin-top: -4px;
	/* border: 1px solid red; */
}

#colcopy 
{
	position: relative;
	float: right;
	clear: right;
	width: 290px;
	height: 342px;
	margin-right: 38px;
	margin-top: -4px;
	/* border: 1px solid red; */
}

#adcopy 
{
	position: relative;
	float: right;
	clear: right;
	width: 290px;
	height: 342px;
	margin-right: 38px;
	margin-top: -4px;
	/* border: 1px solid red; */
}

#directcopy 
{
	position: relative;
	float: right;
	clear: right;
	width: 290px;
	height: 342px;
	margin-right: 38px;
	margin-top: -4px;
	/* border: 1px solid red; */
}

#leadercopy 
{
	position: relative;
	float: right;
	clear: right;
	width: 290px;
	height: 342px;
	margin-right: 38px;
	margin-top: 48px;
	/* border: 1px solid red; */
}
#clientcopy {
	padding-left: 10px;
	width: 320px;
	height: 342px;
	margin-top: 49px;
	/* border: 1px solid red; */
	color:#FFFFFF;
}

#menucaption {
	font-family: Verdana;
	font-size: 10px;
	color: #FFF;
	padding-left: 50px;
}
#caseText {
	height: 150px;
	font-size:12px;
	color: #FFFFFF;
	font-family: Verdana;
}
#caseText3 {
	font-size:12px;
	color: #FFFFFF;
	font-family: Verdana;
}
#caseText2 {
	height: 150px;
	font-size:12px;
	color: #FFFFFF;
	font-family: Verdana;
}
#caseText2 a {
	height: 150px;
	font-size:12px;
	color: #FFFFFF;
	font-family: Verdana;
	text-decoration: underline;
}
#boxnav {
	/* border: 1px solid red; */
	width: 220px;
	height: 180px;
	margin-top: 50px;
	margin-left: 50px;
	font-family: Verdana;
}
#boxnavpress {
	/* border: 1px solid red; */
	width: 220px;
	height: 180px;
	margin-top: 50px;
	margin-left: 50px;
	font-family: Verdana;
	margin-bottom: 8px;
}

#boxnav2 {
	/* border: 1px solid red; */
	width: 400px;
	height: 185px;
	margin-top: 53px;
	margin-left: 175px;
	font-family: Verdana;
	font-size: 12px;
}
#print_subnav {
	/* border: 1px solid red; */
	width: 300px;
	height: 185px;
	margin-top: 0px;
	margin-left: 162px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	font-family: Verdana;
}

h4 {
	color:#FFFFFF;
	font-size:12px;
	font-family: Verdana;
}
h5 {
	color:#FFFFFF;
	font-size:14px;
	font-family: Verdana;
}
h6 {
	color:#FFFFFF;
	font-family: Verdana;
	font-size: 12px;	
}
a {
	color:#FFFFFF;
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
	
}
#a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	background-image: none;
}
#clients a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	background-image: none;
}
#boxnavcol1 {
	float: left;
	margin-right: 10px;
}
#boxnavcol {
	float: left;
	margin-right: 10px;
}
#boxnavcol a {
	text-decoration: underline;
}
#boxnavcol2 {
	float: left;
	clear: right;
}
#printbox {
	border: 2px solid #FFFFFF;
	width: 95px;
	height: 75px;
	margin-top: 10px;
	background-image:url(../images/navbox_graybg.jpg);
	background-color: #CCC;
	text-align: center;
}
#digbox {
	border: 2px solid #FFFFFF;
	width: 95px;
	height: 75px;
	margin-top: 10px;
	background-image:url(../images/navbox_graybg.jpg);
	background-color: #CCC;
	text-align: center;
}
#intebox {
	border: 2px solid #FFFFFF;
	width: 95px;
	height: 75px;
	background-image:url(../images/navbox_graybg.jpg);
	background-color: #CCC;
	text-align: center;
	/* margin-bottom: 10px;*/
}
#stratbox {
	border: 2px solid #FFFFFF;
	width: 95px;
	height: 75px;
	background-image:url(../images/navbox_graybg.jpg);
	background-color: #CCC;
	text-align: center;
	/* margin-bottom: 10px;*/
}
#printbox h2 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 25px;
}
#printbox h2 a {
	background-color: #FF0000;
}
#digbox h2 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	margin-top: 25px;
}
#intebox h2 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 20px;
}
#stratbox h2 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 20px;
}
/* Classes */
.navboxhover {
	background-image:url(../images/navbox_orangebg.jpg)!important;
}
.orangetext {
	color: #FF9900;
	font-weight:bold;
	font-family: Verdana;
	font-size: 14px;
	
}
casestudy_close {
	color: #FF9900;
	font-weight:bold;
	font-family: Verdana;
	font-size: 12px;
}

.itemcopy {
	font-family: Verdana;
	font-size: 11px;
	color: #FFF;
}
.itemlinks {
	text-decoration: none;
	color: #FFFFFF;
}
/* Case Studies */
.caseHidden {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.caseVisible {
	visibility: visible;
	position: absolute;
	top: 0;
	left: 0;
}
#thumbmenu{
	display: inline;
	list-style-type: none;
	padding-right: 3px;
}
