body {margin:0;padding:0;font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;}
p, ul, label, body {font-size:12px;color:#000033;line-height:17px;}
p {margin:0 0 14px!important;}
h1 {font-size:14px;font-weight:bold;margin:0 0 10px 0;}
h2 {font-size:24px;font-weight:bold;margin:0 0 14px;border-bottom:1px dashed #999;padding-bottom:18px;line-height:30px;}
p.page-break {border-bottom:1px dashed #999; margin: 24px 0pt; line-height: 1px; height: 1px;}
p.print-button {margin-top:28px;}
.PDFLink {display:block;padding:12px 0 16px 48px;background:url(/images/PDF_icon_large.png) top left no-repeat;}
.PhoneLink {display:block;padding:6px 0 6px 48px;background:url(/images/phone_03.gif) 6px 0 no-repeat;font-size:16px;color:#FFF;}


/* ### Header Images ### */

td.HeadImage {background:url(../images/hero_index.jpg) no-repeat;}
	body#virtualHead td.HeadImage {background:url(../images/hero_virtual_office.jpg) no-repeat;}
	body#servicedHead td.HeadImage {background:url(../images/hero_serviced_office.jpg) no-repeat;}
	body#meetingHead td.HeadImage {background:url(../images/hero_table.jpg) no-repeat;}
	body#businessHead td.HeadImage {background:url(../images/hero_consultant.jpg) no-repeat;}
	body#action td.HeadImage {background:url(../images/hero_amongst_action.jpg) no-repeat;}
	body#locationMap td.HeadImage {background:url(../images/hero_location_map.jpg) no-repeat;}
	body#workLivePlayHead td.HeadImage {background:url(../images/hero_surfboards.jpg) no-repeat;}
	body#contactHead td.HeadImage {background:url(../images/hero_contact_us.jpg) no-repeat;}
	body#faqHead td.HeadImage {background:url(../images/hero_FAQS.jpg) no-repeat;}
	body#CaseStudy td.HeadImage {background:url(../images/hero_case_studies.jpg) bottom left no-repeat;}
	body#accelerator td.HeadImage {background:url(../images/accelerator-head.jpg) bottom left no-repeat;}
	
/* ### Header ### */

.head-title {background:url(../images/caption_bkg.gif) no-repeat;width:471px;padding:0 12px 0 28px;}
	.head-title h1 {font-weight: bold;font-size: 15px;color:#FFF;margin:0;}

.MainContent {width:415px;min-height:500px;padding:28px;}
	.MainContent a {font-size:12px;color:#009EFF;text-decoration:none;font-weight:normal;font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif!important;}
	.MainContent a:hover {text-decoration:underline;}
	.MainContent form span {color:#CC3333;font-size:16px;}
	.MainContent ul {line-height:18px;margin:0 0 20px 24px;}

.leftNav {width:164px;padding:12px 14px 0 22px;font-size: 11px;}
	.leftNav ul {margin:0;padding:0;}
	.leftNav ul li {background:url(../images/line_nav.gif) bottom left repeat-x;list-style:url(../images/bullet_nav.jpg);}
	.leftNav a {color:#FFF;font-size: 11px;display:block;padding:6px 0 6px 0;text-transform:uppercase;font-weight:bold;text-decoration:none;}
	.leftNav a:hover {color:#E89911;}
	.leftNav h2 {color:#FFF;font-weight:normal;font-size:12px;padding:0;width:90%;}
	
.TopNav, .disclaimer-footer {color:#FFF;}
	.TopNav a, .disclaimer-footer a {font-size:11px;text-decoration:none;color:#FFF;font-weight:bold;}
	.TopNav a:hover, .disclaimer-footer a:hover {text-decoration:underline;}
	
/* ### Print and RSS ### */
div.container {width:100%!important;line-height:1px;position:relative;}
ul.printandrss {float:right;height:1px;width:100%!important;margin:0;list-style:none;position:absolute;top:6px;left:-40px;}
	.printandrss li {float:right;line-height:5px;}
	.printandrss li a.rss {background:url(../images/pagetools.gif) 0 -18px no-repeat;}
	.printandrss li a.printpage {background:url(../images/pagetools.gif) 0 8px no-repeat;}
	a.rss, a.printpage {padding:3px 3px 3px 22px;text-decoration:none;margin-left:12px;}

/* ### Form Styles ### */

input.cat_textbox, input.cat_textbox_small. textarea.cat_listbox {width:96%;border:1px solid #666;padding:3px;}
label {display:block;padding:12px 0 6px 0;}

.NewsForm {display:none;}

/* ### Footer ### */

.disclaimer-footer {color:#FFF;height:20px;text-align:center;padding-top:12px;}

/* ### THICKBOX ### */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}