html{
overflow:scroll;
}

body{
    background: gray;
    text-align:center;
    overflow:auto;
    
}
.inlineblock{
   display:-moz-inline-box; -moz-box-orient:vertical;
   display:inline-block; vertical-align:top;  
}


* html .inlineblock { display:inline; }
* + html .inlineblock { display:inline; }


a{
    outline: 0; /* prevent dotted border in Firefox */

}

a:link    { text-decoration:none;
            color:#333333 
          
          }
a:hover   { cursor:pointer}

a:active  {  }
a:visited { text-decoration:none;color:#333333 }

.clearfix:after {
    content: "."; 
    
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


li{
   list-style-type:none;
}

div.bodyContent{
  font-family: Lucida Sans, Verdana,Arial,sans-serif;
  margin-top:4px;
  background:white;
  padding: 0;
  width:780px;
  min-height: 600px; 
  height:600px; /* for IE */
  margin-left:auto;
  margin-right:auto;
}

/*   min height hack */

html>body div.bodyContent{
  height:auto; /* for those who understand min-height */
}/*  end min-height hack */


p, div,span,li,textarea,input[type=text]{
  font-family: Lucida Sans, Verdana, Arial,sans-serif;
}

.no-wrap { 
  white-space:nowrap;
  font-size:inherit;
  font-family:inherit;
  
}


.hidden{
   display:none;
}

h1,h2,h3,h4,h5,h6{
    font-family: Trebuchet MS, Verdana, Lucida Sans, Arial;
    font-weight:bold;

}





div#banner{
}

div#banner img{

}
div#footer{
  width:100%;
  text-align:center;
  margin-top:-2em;
  font-size:10px;
  margin-top:14px;
  margin-right:auto;
  margin-left:auto;
  
}


div#footer span{
   padding:10px;
}

div#footer  button{
background:#047391;
color:white;
padding:2px;
font-size:10px;
position:relative;
top:4px;
cursor:pointer;
}

#footer .jqmWindow{
    top:50%    

}

#footer label{
 font-size:14px;
}

#footer label.error{
 color:red;
 margin-left:70px;
}

#footer div.subscribeForm{    
    margin-left: -200px;
    width:400px;
    height:150px;
    background:white;
    text-align:left;
    padding:0;
}

#footer div.subscribeForm div.titlebar{
    
    background:#047391;
    color:white;
    margin-bottom:2em;
    height:28px;
}

#footer div.subscribeForm div.titlebar h2{
   font-size:14px;
   padding: 3px 1em;
   margin-bottom:0px;
}

#footer div.subscribeForm img.jqmClose {
  position:relative;
  float:right;
  top:-22px;
  left:-4px;
  cursor:pointer;
}



#footer div.subscribeForm input[type=submit]{
 font-size:12px;
 background:#047391;
 padding:2px;
 cursor:pointer;
 color:white;
 font-size:12px;
 margin-left:70px;
 letter-spacing:1px;
 margin-top:12px;

}
#footer div.textfield{
 margin-bottom:1em;
 padding-left:20px;
}

#footer div.OK{
 padding: 0px 40px;
 font-size:14px;
 font-family:inherit;
 
}





#footer div.subscribeForm  input[type=text]{
    font-size:12px;
}


.select, .select a {
      background:#047391;
      color:white;
}/* Alternate UI date picker styles */
#datepicker_div, .datepicker_inline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
	background: #d8d8d8 url(img/dark-bg.gif) repeat;
	color: #008;
	width: 220px;
}
#datepicker_div {
	display: none;
	border: 1px solid #008;
	z-index: 10; /*must have*/
}
.datepicker_inline {
	float: left;
	display: block;
	border: 0;
}
.datepicker_dialog {
	padding: 5px !important;
	border: 4px ridge #88c !important;
}
button.datepicker_trigger {
	width: 25px;
}
img.datepicker_trigger {
	margin: 2px;
	vertical-align: middle;
}
.datepicker_prompt {
	float: left;
	padding: 2px;
	xbackground: #d8d8d8 url(img/dark-bg.gif) repeat;
	background: transparent;
	color: #008;
}
* html .datepicker_prompt {
	width: 185px;
}
.datepicker_control, .datepicker_links, .datepicker_header, .datepicker {
	clear: both;
	float: left;
	width: 100%;
}
.datepicker_control, .datepicker_links {
	font-weight: bold;
	font-size: 80%;
	letter-spacing: 1px;
}

.datepicker_links label { /* disabled links */
	padding: 2px 5px;
	color: #88c;
}
.datepicker_clear, .datepicker_prev {
	float: left;
	width: 34%;
}
.datepicker_current {
	float: left;
	width: 30%;
	text-align: center;
}
.datepicker_close, .datepicker_next {
	float: right;
	width: 34%;
	text-align: right;
}
.datepicker_header {
	padding: 1px 0 3px;

	text-align: center;
	font-weight: bold;
	height: 1.3em;
}
.datepicker_header select {
	background: #d8d8d8 url(img/dark-bg.gif) repeat;
	color: #008;
	border: 0px;
	font-weight: bold;
}
.datepicker {
	background: #f8f8f8 url(img/normal-bg.gif) repeat;
	color: #008;
	text-align: center;
	font-size: 100%;
}
.datepicker a {
	display: block;
	width: 100%;
}
.datepicker_titleRow {
	background: #d8d8d8 url(img/dark-bg.gif) repeat;
}
.datepicker_weekEndCell {
	background: #d8d8d8 url(img/dark-bg.gif) repeat;
}
.datepicker_daysCellOver {
	background: #3c75c4 url(img/active-bg.gif) repeat;
}
.datepicker_unselectable {
	color: #88c;
}
.datepicker_today {
	font-weight: bold;
}
.datepicker_currentDay {
	background: #3c75c4 url(img/active-bg.gif) repeat;
}

/* ________ CALENDAR LINKS _______

** Reset link properties and then override them with !important */
#datepicker_div a, .datepicker_inline a {
	cursor: pointer;
	margin: 0;
	padding: 0;
	background: none;
	color: #000;
}
.datepicker_control a, .datepicker_links a {
	padding: 2px 5px !important;
}
.datepicker_control a:hover {
	background: #9dbae1 url(img/hover-bg.gif) repeat !important;
}
.datepicker_links a:hover, .datepicker_titleRow a:hover {
	background: #9dbae1 url(img/hover-bg.gif) repeat !important;
}

/* ___________ MULTIPLE MONTHS _________*/

.datepicker_multi .datepicker {
	border: 1px solid #008;
}
.datepicker_oneMonth {
	float: left;
	width: 220px;
}
.datepicker_newRow {
	clear: left;
}

/* ___________ IE6 IFRAME FIX ________ */

.datepicker_cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin  changed by bgm */
.ui-tabs-nav, .ui-tabs-panel {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    
}

#tags-container .ui-tabs-nav, #tags-container .ui-tabs-panel {
font-size:10px;
}

.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 10 4;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}



.ui-tabs-nav li {
    float: right; /*   bgm change */
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}
#tags-container .ui-tabs-nav li {
    float:left;
    margin-left:2px;
            
}

.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(tab.png) no-repeat;
}

#tags-container .ui-tabs-nav a,#tags-container  .ui-tabs-nav a span {
     font-size:10px;           
}

.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #27537a;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
#tags-container .ui-tabs-nav a {
  font-weight:normal;
  font-size:12px;
}


.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    color: #000;
}

.ui-tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}

/*  changed by bgm */
#tabs .ui-tabs-nav li:first-child  {
padding-right:4px;
}
#tags-container .ui-tabs-nav li:first-child{
   padding-left:14px;
}





*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 1px;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100% -150px;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -50px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-panel {
    border-top: 1px solid #97a5b0;
    padding: 1em 8px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> 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(css/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}

* 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;
}
#CP_hourcont {
padding: 0px;
position:absolute;
border:1px dashed #999999;
background-color:#f2f2f2;
}

#CP_minutecont {
padding: 1px;
position:absolute;
background-color:#dddddd;
width:45px;
}

.floatleft {
float:left;
}

.CP_hour {
padding:3px;
font-family: Arial, Helvetica, sans-serif;
font-size:10px;
white-space:nowrap;
cursor:pointer;
width:35px;
}

.CP_minute {
padding:2px;
background-color:#dddddd;
font-family: Arial, Helvetica, sans-serif;
font-size:9px;
white-space:nowrap;
cursor:pointer;
width:auto;
}

.CP_over {
background-color:#FFFFFF;
}
/*   colors:
teal
background:#047391;

light blue background
background:#e5ecf0;

dark gray text:  
color:#333333;
 
red  color:#bc141a;
lighter gray     
color:#8c8c8c;

blue for quotation
color:#047391; 

purple:
color:#2a0053;
 
 */
 
.invis{
 visibility:hidden;

} 
 
 
div.tabContent{
   text-align:center;
   margin-left:auto;
   margin-right:auto;
   padding-left:25px;
   padding-right:25px;
   padding-top:25px;
   min-height:400px;
   height:400px; /*   for IE */
}


/*   min height hack */

html>body div.tabContent{
  height:auto; /* for those who understand min-height */
}/*  end min-height hack */

 
/*   on various pages */
a.freeQuote, a.offerLink{
   color:blue;
   text-decoration:underline;
}




/*   PORTFOLIO  */
#portfolio-of-2-Minute-Explainers h1{
   font-size:18px;
   margin-bottom:1em;
}

#portfolio-of-2-Minute-Explainers div.freeQuote{
       float:right; 
       width:300px;
       font-size:11px;
       text-align:right;
}


div#tags-container div{
   height:auto;
   padding-bottom:5px;

}


#tags-container span.tag{
font-size:12px;
margin-bottom:0px;
}

#tags-container A.tag:link    {  }

#tags-container A.tag:hover   { 
      background:#e7e7e7;
}



#portfolio-of-2-Minute-Explainers div.display{
  width:720px;
  margin-top:0px;
  padding-top: 6px;
  border:1px solid gray;
  padding-left:12px;
  height:550px;
  overflow:scroll;
	font-size:12px;
 /* background:#047391; */
}

#portfolio-of-2-Minute-Explainers div.explainer{
   width:210px;
   float:left;
   display:inline;
   height:275px;
   margin-bottom:20px;
   margin-right:10px;
   background:#e5ecf0;
	 border:2px solid #a9a9a9;
   padding-top:5px;
   padding-bottom:10px;
   padding-left:10px;
   overflow:auto;
}

#portfolio-of-2-Minute-Explainers div.explainer div{
 text-align:left;
 height:255px;
 overflow:hidden;
}

#portfolio-of-2-Minute-Explainers div.explainer a{
 font-size:10px;
}



#portfolio-of-2-Minute-Explainers div.explainer h2{
  font-size:12px;
  color:#047391;
  line-height:120%;
  height:30px;
  margin-bottom:6px;
  padding:1px;
}

#portfolio-of-2-Minute-Explainers div.explainer p{
    padding:2px;
    margin-top:4px;
    font-size:11px;
    line-height:130%;
    font-family:Arial;
}




/*   contact */
div#contact_names{
    width:250px;
    float:left;
    overflow:auto;
    text-align:left;
    font-size:14px;
}


div#contact_form,
div#offer_form{
  width:450px;
  overflow:auto;
  float:right;
  text-align:left;
}






div.offer_head{
  width:250px;
  float:left;
  text-align:left;
  margin-top:2em;
}

#contact-2-Minute-Explainers h1.offer{
margin-top:1em;
width:450px;
float:right;
color:#8c8c8c;
font-size:24px !important;
margin-bottom:2em;
text-align:left;
}


#contact-2-Minute-Explainers  h4{
color:red;
}




#contact-2-Minute-Explainers  h1{
  margin-top:0px;
  font-size:16px;
}

#contact-2-Minute-Explainers form textarea,
#contact-2-Minute-Explainers form input[type=text]{
   position:relative;
   margin-top:3px; 
   font-size:12px;
   width:300px;
}

#contact-2-Minute-Explainers form input[type=checkbox]{
      padding:0;
      margin-bottom:4px;
      margin-right:3px;      
      position:relative;
      top:4px;
}

#contact-2-Minute-Explainers form textarea{
   width:300px;
   overflow:auto;
}

#contact-2-Minute-Explainers form input[type=submit]{
  
  margin-top:12px;
  margin-left:34px;
  color:white;
  padding:2px;
  background:#047391;                         
}

#contact-2-Minute-Explainers fieldset legend{
   letter-spacing:1px;
}




#contact-2-Minute-Explainers div.textfield{
  padding-top:2px;
}

#contact-2-Minute-Explainers div#willcallsked,
#contact-2-Minute-Explainers div#callmesked{
  width:300px;
  float:left;
  padding:0;
}

#contact-2-Minute-Explainers span.smalltext{
padding-top:6px;
font-size:10px;
}

/*  ITEMS FOR OFFER FORM jqModal */

#contact-2-Minute-Explainers div#email_sent{    
    margin-left: -240px;
    width:480px;
    height:320px;
    background:white;
    text-align:left;
    padding:0;
}

div#email_sent div.titlebar{
    background:#047391;
    color:white;
    margin-bottom:2em;
    height:28px;
}

div#email_sent div.titlebar h2{
   font-size:14px;
   padding: 3px 1em;
   margin-bottom:0px;
}

div#email_sent img.jqmClose {
  position:relative;
  float:right;
  top:-22px;
  left:-4px;
  cursor:pointer;
}
div#email_sent div.notice{
 padding:0px 30px;
 font-size:14px;
 line-height:130%;

}
div#email_sent p{
 margin-bottom:1.5em;
}

div#email_sent div.notice button{
 margin-top: 1em;
 text-align:center;
 padding: 0px 10px;
 background:#047391;
 color:white;

}


/* END ITEMS FOR OFFER FORM jqModal */


#contact-2-Minute-Explainers a:link{
  color:blue;
}
 
#contact-2-Minute-Explainers a:hover{
  text-decoration:underline;
  
}




.fieldset {
  text-align:left;
  width:420px;
  border:1px solid lightgray;
  margin-bottom:1em;
  padding: 0em 6px 1em;
  display:block;
}

.fieldset legend{
  font-weight:bold;
  color:#333333;
  margin-left:2px;
  padding:0px 3px;
}

.fieldset label {
    font-size:12px;
    text-align:right;
    width:85px;
    float:left;
    padding:0.2em;
    margin:0;
    margin-top:0.3em;
    margin-right:1em;
  }

.fieldset label.error{
    width:300px;
    text-align:left;
    color:red;
    font-style:italic; 
    float:left      
 } 
.fieldset label.error{
    width:300px;
    text-align:left;
    color:red;
    font-style:italic; 
    margin-left:100px;
    margin-top:0px;     
 } 

#callmesked  label.error,
#willcallsked  label.error{
    margin-left:0px;
 } 



.fieldset span{
  font-size:smaller;
} 
 

/*   about */



#about-flash-demo-company div.nav{
  float:left;
  width:150px;
  text-align:left;
  margin-right:1em;
  margin-top:30px;
  font-size:14px;
  display:inline;
  overflow:auto;
}

#about-flash-demo-company div.nav li{
  margin-bottom:6px;
  margin-top:3px;
  padding-left:2px;
  width:auto;

}

#about-flash-demo-company li.about,
#about-flash-demo-company li.idea_nav{
  margin-bottom:6px;
  margin-top:3px;
  border:1px solid white;
  width:auto;
  }

#about-flash-demo-company li.ideas_nav{
   cursor:pointer;                       
}

#about-flash-demo-company ul.ideas_nav{
 padding-top:8px;
 margin-left:0;
 padding-left:12px;

}


#about-flash-demo-company ul.ideas_nav li{
     font-style:italic;
     cursor:pointer;
}

#about-flash-demo-company li.about:hover,
#about-flash-demo-company li.idea_nav:hover{
  border:1px solid lightgray;
 
}
#about-tabs{
  margin-left:14px;

}
#about-tabs div.blogLink{
    float:right;
    width:100px;
    border:1px solid gray;
    padding:2px;

}

#about-tabs .ui-tabs-nav li{
  float:left;
  font-size:10px;
  font-weight:normal;
  
  padding:0;
  margin-bottom:-1px;
}

#about-tabs li.ui-tabs-selected{
  border-bottom:2px solid white;
}


#about-tabs .ui-tabs-nav li a span{
  font-weight:normal;
  padding-bottom:0px;
  
}

#about-tabs div.article{
 padding-top:2em;
}

#about-tabs div.article p{
  font-size:14px;
  margin-top:0px;
  line-height:150%;
}


#about-flash-demo-company div.displayItem{
  width:550px;
  margin-top:30px;
  text-align:left;
  float:left;
}

#about-flash-demo-company div.displayItem iframe{
  border:0;
}

/*   flash-demo-process */
#flash-demo-process{
 text-align:center;
}
#flash-demo-process h1{
 text-align:left;
 margin-left:42px;
 margin-bottom:12px;
 font-size:20px;
}


 
#flash-demo-process .accordion{
   width:650px;
   margin: 0px auto;
   padding:5px;
}

 

#flash-demo-process div.step{
  width:610px;                  
  text-align:left;
  border:1px solid gray;
  padding:10px 10px;
  padding-bottom: 1em;
  margin:0;
 
}

#flash-demo-process div.start{

      background:#047391;
      color:white;
      width:624px;
      text-align:left;
      border:1px solid gray;
      border-top:1px solid white;
      border-bottom:none;
      padding: 6px 3px;

      cursor:pointer;
      margin:0px;

}
#flash-demo-process div.start h2{
      font-size:10px;
      margin-top:0px;
      margin-bottom:0px;
      display:inline;
 }



#flash-demo-process div.start span{
        font-weight:normal;
        font-size:12px;
        
}

#flash-demo-process div.start span.head{
        font-weight:bold;
        margin-right:1em;
}

#flash-demo-process div{
    line-height:130%;
    font-size:16px;
    margin-top:1em;
    text-align:left;
color:#333333;
 
}


#flash-demo-process div.illustration{
  float:right;
  border:1px solid gray;
  padding:10px;
  margin-right:1em;
  margin-left:1em;
  margin-top:1em;
}


 
   

/*  ------------- index ----------- */
    
#index div.section {
  width:780px;
  text-align:left;
  margin-bottom:2em;
}

div#intro{
   height:300px;
}
 
   h1{ color:#2a0053;}


 #intro h1{
   margin-top:50px;
   font-weight:bold;
   font-size:20px;
   line-height: 120%;
  }

  #intro p{
    font-family:Verdana;
    color:#333333;
    font-size:18px;
    line-height:160%;
    padding-top:16px;
  }
  
  #intro p + p{
    font-size:14px;
    line-height:170%;
    color:#333333;
  }







/*   subsection title */

div.ssTitle{
   width:100%;
   height:20px;
   background:#047391;
   color:white;
   margin-bottom:12px;
   text-align:center;
   }

   div.ssTitle h2{
      font-size:15px;
      font-weight:normal;
      text-align:center;
      display:inline;
      position:relative;
      margin:0; 
      padding-bottom: 1px;     
   }
   
   div.ssTitle img{
      margin-top:4px;
      border:1px solid #047391;
      padding:1px 2px;
      position:relative;
      float:left;
   }
   div.ssTitle img:hover{
      border:1px solid gold;      
   }
   
   div.ssTitle img.next{
      float:right;
      top:-18px;
   }

#index #intro, 
#index #quotes-container,
#index #applications-container{
    width:430px;
    float:left;
    margin-left:20px;
}

#index #gallery-container,
#index #clients-container{
  text-align:center;
  float:left;
  width:250px;
  background:#e5ecf0;
}

#index #gallery-container{
       height:300px;
}

#gallery div#scrollnums{
   width:100%;
   position:relative;
   top:-6px;
   text-align:center;
  
}

#gallery div#scrollnums span{
   text-align:center;
   border:1px solid #e5ecf0;
   border-right:1px solid black; 
   padding:2px;
   float:left:
   cursor:pointer;
   font-size:9px;
}

#gallery div#scrollnums span:hover{
   background:lightgray;
}

#gallery div#scrollnums span.nowPlaying{
   background:white;
   border:1px solid black;

}

div#tenRecent{
  margin-left:auto;
  margin-right:auto;           
  overflow:hidden;
  width:225px;
  height:250px;
  position:relative;
}
  
  #tenRecent ul{
     width:3900px;
  }
  
  #tenRecent li.explainer{
  	float:left;
    margin-top:5px;
    width:223px;
    margin-right:1em;
   }   

   #tenRecent div.explainerTitle{
      background:black;
      padding-top:1px;
      color:white;
      height:20px;
      margin-bottom:2px;      
   }

   #tenRecent div.blurb{
     color:#047391;
     margin-top:8px;
     font-size:13px;
     text-align:left;
     height:110px;
     line-height:115%;
   }
img.playFlash{         
     border:none;
     float:left;
     z-index:60;
     position:relative;
     left:137px;
     top:-268px;

}
.hover{
  cursor:pointer;
  
  
  }




#clients-container, #quotes-container{
      height:116px;
      background:#e5ecf0;
      padding-bottom:1px;
      overflow:hidden;
}

#clients-container div.clientLogo{
       text-align:center;
       margin-top:-2px;
       width:150px;
       height:80px;
       margin-right:auto;
       margin-left:auto;
}
  
#clients-container div.logopix{
       text-align:left;
}
  
#clients-container div.clientName{
  width:80px;
  float:left;
  height:55px;
  padding-top:20px;
  padding-left:1em;
  text-align:left;                
}

#clients-container div.clientName span.clientName,
#clients-container div.clientName span.clientDesc
{
      font-size:larger;
      width:100%;
}

#clients-container div.clientName span.clientDesc{
      font-size:smaller;
      
}


#clientQuotes{
   overflow:hidden;

}


#quotes-container ul{
  width:10000px;               

}

#quotes-container li{
  float:left; 
  width:430px;
  margin-right:20px;
  margin-top:0px;
}

#quotes-container div.quotation{
   text-align:center;
   margin-right:auto;
   margin-left:auto;  
   padding: 0px 15px;
   color:#047391;             
}  

#quotes-container div.quotation div{
  text-align:left;
  padding-bottom:3px;
  
}
 #quotes-container div.quotation div.attribution{
  padding-left: 1em;
}                  

    
    

/*   --------- clients-for-2-Minute-Explainers ----------- */
#clients-for-2-Minute-Explainers{
   text-align:center;
} 

div#clients-for-2-Minute-Explainers div{
  float:left;
  width:200px;
  text-align:left;
  margin-left:24px;
  font-size:14px;
  display:inline;
  overflow:auto;
}

div#clients-for-2-Minute-Explainers div.col1{
  margin-left:70px;
}


p.msg{
font-size:16px;
font-style:italic;
}  

#sitemap div, div#sitemap{
margin-top:1em;
padding-bottom:2em;

}

/*   colors:
teal
background:#047391;

light blue background
background:#e5ecf0;

dark gray text:  
color:#333333;
 
red 
color:#bc141a;
lighter gray     
color:#8c8c8c;

blue for quotation
color:#047391; 

purple:
color:#2a0053;

*/

div.article{
    font-size:14px;
    color:#333333;
    text-align:left;
    margin-bottom:1em;
    height:500px; /* for IE */
    min-height:500px;
    padding: 0 20px;
    padding-bottom:20px;
}    

/*   min height hack */

html>body .article{
  height:auto; /* for those who understand min-height */
}/*  end min-height hack */



div.article h1{
 font-size:18px;
 text-align:left;
 margin-bottom:24px;
}

div.article div.subsection h2{
 font-size:15px;
 text-align:left;
 margin-top:2em;
 color:#2a0053;
 margin-bottom:6px;
}

div.article p{
  margin-bottom:1em;
}

div.article h2, div.article h3, div.article h4{
  color:#2a0053;
  font-size:14px;
  margin-top:1em;
}

div.article h4{
  font-size:12px;
}

div.article table{
  margin:1em;
  font-size:12px;
}

div.article th{
  padding-bottom: 2px;
  padding-right: 12px;
  width:90px;
}

div.article p{
   margin-top:1em;
}

div.article img{
  float:right;
  margin-top:1em;
  margin-left:1em;
}

div.article img.busy{
  float:left;
}

div.article li{
 list-style-type:square;
 margin-bottom:6px;
 margin-left:1em;
}

div.article blockquote{
 margin:1em;
 font-size:12px;
}

div.article a{
color:blue;
border:0;

}

a img{
  border:0;
}

div.article div.pic{
  margin-left:2em;
  text-align:left;
}

div.article div.ctr img{
  float:none;
}

.piccaption{
font-size:10px;
margin-left:16px;
margin-top:1em;
margin-bottom:1em;
}

div.article a:hover{
text-decoration:underline;
}
div#sideheads.article p img,
div#sideheads.article img{
display:block;
text-align:center;

}

div#font_families ul{
  margin-top:1em;  
}

div#font_families img{
  float:none; 
  text-align:center;
}



#font-families h3{
font-size:12px;
margin-top:1em;

}

div#sideheads img{
float:none;
}

/*
------------------------------
	Impromptu's
------------------------------
*/
.jqiwarning .jqi{ background-color: #b0be96; }
.jqifade{
	position: absolute;
	background-color: #ffffff;
}
div.jqi{
	position: absolute;
	background-color: #d0dEb6;
	padding: 10px; 
	width: 300px;
	text-align: left;
}
div.jqi .jqiclose{
    float: right;
    margin: -35px -10px 0 0;
    cursor: pointer;
    color: #c0cEa6;
}
div.jqi .jqicontainer{
	background-color: #e0eEc6;
	padding: 5px; 
	color: #ffffff;
	font-weight: bold;
}
div.jqi .jqimessage{
	background-color: #c0cEa6;
	padding: 10px;
}
div.jqi .jqibuttons{
	text-align: center;
	padding: 5px 0 0 0;
}
div.jqi button{
	padding: 3px 10px 3px 10px;
	margin: 0 10px;
}

/*
------------------------------
	impromptu
------------------------------
*/
.impromptuwarning .impromptu{ background-color: #aaaaaa; }
.impromptufade{
	position: absolute;
	background-color: #ffffff;
}
div.impromptu{
    position: absolute;
	background-color: #cccccc;
	padding: 10px; 
	width: 300px;
	text-align: left;
}
div.impromptu .impromptuclose{
    float: right;
    margin: -35px -10px 0 0;
    cursor: pointer;
    color: #213e80;
}
div.impromptu .impromptucontainer{
	background-color: #213e80;
	padding: 5px; 
	color: #ffffff;
	font-weight: bold;
}
div.impromptu .impromptumessage{
	background-color: #415ea0;
	padding: 10px;
}
div.impromptu .impromptubuttons{
	text-align: center;
	padding: 5px 0 0 0;
}
div.impromptu button{
	padding: 3px 10px 3px 10px;
	margin: 0 10px;
}

/*
------------------------------
	columns ex
------------------------------
*/
.colsJqifadewarning .colsJqi{ background-color: #b0be96; }
.colsJqifade{
	position: absolute;
	background-color: #ffffff;
}
div.colsJqi{
    position: absolute;
	background-color: #d0dEb6;
	padding: 10px; 
	width: 400px;
	text-align: left;
}
div.colsJqi .colsJqiclose{
    float: right;
    margin: -35px -10px 0 0;
    cursor: pointer;
    color: #bbbbbb;
}
div.colsJqi .colsJqicontainer{
	background-color: #e0eEc6;
	padding: 5px; 
	color: #ffffff;
	font-weight: bold;
	height: 160px;
}
div.colsJqi .colsJqimessage{
	background-color: #c0cEa6;
	padding: 10px;
	width: 280px;
	height: 140px;
	float: left;
}
div.colsJqi .jqibuttons{
	text-align: center;
	padding: 5px 0 0 0;
}
div.colsJqi button{
	background: url(../images/button_bg.jpg) top left repeat-x #ffffff;
	border: solid #777777 1px;
	font-size: 12px;
	padding: 3px 10px 3px 10px;
	margin: 5px 5px 5px 10px;
	width: 75px;
}
div.colsJqi button:hover{
	border: solid #aaaaaa 1px;
}

/*
------------------------------
	brown theme
------------------------------
*/
.brownJqiwarning .brownJqi{ background-color: #cccccc; }
.brownJqifade{
	position: absolute;
	background-color: #ffffff;
}
div.brownJqi{
	position: absolute;
	background-color: transparent;
	padding: 10px;
	width: 300px;
	text-align: left;
}
div.brownJqi .brownJqiclose{
    float: right;
    margin: -20px 0 0 0;
    cursor: pointer;
    color: #777777;
    font-size: 11px;
}
div.brownJqi .brownJqicontainer{
	position: relative;
	background-color: transparent;
	border: solid 1px #5F5D5A;
	color: #ffffff;
	font-weight: bold;
}
div.brownJqi .brownJqimessage{
	position: relative;
	background-color: #F7F6F2;
	border-top: solid 1px #C6B8AE;
	border-bottom: solid 1px #C6B8AE;
}
div.brownJqi .brownJqimessage h3{
	background: url(../images/brown_theme_gradient.jpg) top left repeat-x #ffffff;
	margin: 0;
	padding: 7px 0 7px 15px;
	color: #4D4A47;
}
div.brownJqi .brownJqimessage p{
	padding: 10px;
	color: #777777;
}
div.brownJqi .brownJqimessage img.helpImg{
	position: absolute;
	bottom: -25px;
	left: 10px;
}
div.brownJqi .brownJqibuttons{
	text-align: right;
}
div.brownJqi button{
	background: url(../images/brown_theme_gradient.jpg) top left repeat-x #ffffff;
	border: solid #777777 1px;
	font-size: 12px;
	padding: 3px 10px 3px 10px;
	margin: 5px 5px 5px 10px;
}
div.brownJqi button:hover{
	border: solid #aaaaaa 1px;
}

/*
*------------------------
*   clean blue ex
*------------------------
*/
.cleanbluewarning .cleanblue{ background-color: #acb4c4; }
.cleanbluefade{ position: absolute; background-color: #aaaaaa; }
div.cleanblue{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; position: absolute; background-color: #ffffff; width: 300px; font-size: 11px; text-align: left; border: solid 1px #213e80; }
div.cleanblue .cleanbluecontainer{ background-color: #ffffff; border-top: solid 14px #213e80; padding: 5px; font-weight: bold; }
div.cleanblue .cleanblueclose{ float: right; width: 18px; cursor: default; margin: -19px -12px 0 0; color: #ffffff; font-weight: bold; }
div.cleanblue .cleanbluemessage{ padding: 10px; line-height: 20px; font-size: 11px; color: #333333; }
div.cleanblue .cleanbluebuttons{ text-align: right; padding: 5px 0 5px 0; border: solid 1px #eeeeee; background-color: #f4f4f4; }
div.cleanblue button{ padding: 3px 10px; margin: 0 10px; background-color: #314e90; border: solid 1px #f4f4f4; color: #ffffff; font-weight: bold; font-size: 12px; }
div.cleanblue button:hover{ border: solid 1px #d4d4d4; }
/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
