/* Welcome to our CSS screen styles.  Feel free to look
around and explore the code.  The web is about sharing
content.  "View Source" exists for a reason.

We have left in comments
and commented-out older code to show a sense of
history to the design choices.  Here's hoping
many of the hacks will be unnecessary in IE 7+
*/


/* Base styles */


.ignore {
	display:none;
}
/* Default element styles */


* {
   margin: 0;
   padding: 0;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

img {
   border: none;
}
ul, ol {
   list-style-type:none;
}

input {
	display:block;
}

blockquote {
	background-location:top left;
	background-repeat:no-repeat;
	padding:2em 2em 2em 1em;
	font-family: serif;
	font-size:110%;	
	color:black;
}

ul.services {
	list-style-type:circle;
	margin:1em;
}

ul.services li {
	margin-left:1em;
	padding-bottom:.33em;
}

ul.example {
	list-style-type:square;
	margin:.5em;
}

ul.example li {
	margin-left:1em;
}

/*----------------------------------------*/

/* Visual Classes */

.logogreen {
  color:	#88c650;
}

.logogray {
	color: #6d6d6e;
}

.emphasis {
	color:black;
}

.center {
	text-align: center;
}

.ignore {
	display:none;
}

.date {
	color: #999;
	font-size: 75%;
}

.endsect {
	font-size:75%;
	font-weight:normal;
	margin-top:2em;
}

.pathsep {
	font-weight:bold;
}

.legal {
	font-family: Tahoma,Arial,Verdana,sans-serif;
}

.breadcrumb {
	color:black
	font-size:85%;
}

.highlight {
	background-color:#fffff0;/*#ffffdd;*/
	/*color:#6d6d6e;
		color:#88c650;color:#88c650;
		*/
}

.summary {
	background-color:#ffffdd;
}

.logobonsai {
	color:#6d6d6e;/*#6d6d6e;*/
	letter-spacing: -1px;
	font-weight:600;
}

.logobonsai span {
	color:#88c650;
	letter-spacing: 0;
	font-weight:bold;
}

.navcurrent {
	font-weight:bold;
	color:black;
}

.engagement {
	width:100%;
	clear:all;
	margin-bottom:3em;
}

.client_logos {
	float:right;
	width:400px;
	padding-top:1em;
	padding-left:2em;
}

.client_logos img {
	padding:1em;
}

.client_work {
	position:relative;
	width:auto;
	padding: 1em 1em 0 0;
}

.client_work blockquote {
	padding:2em 6em 2em 3em;
	background-image:url(quote_open.gif);
	background-repeat:no-repeat;
	font-style:italic;
}

/*-------------------------------------------*/

/* Rounded Rectangle Styles  */ 
/* These are disabled until correct behavior
   can be verified on IE7 

.rndcorner {
	position: absolute; 
	height: 10px; 
	width: 10px; 
	background-image: url(white.png);
	background-repeat: no-repeat; 
	line-height: 1px; 
	font-size: 1px;
	margin:0;
	padding:0;
}
.rndrect {
	position:relative;
}	

.topleft {
	top: -1px; 
	left: -1px; 
	background-position: top left;
}

.topright {
	top: -1px; 
	right: -1px; 
	background-position: top right;
}

.bottomleft {
	bottom:-1px; 
	left:-1px;
	background-position: bottom left;
}

.bottomright {
	bottom: -1px; 
	right: -1px;
  	background-position: bottom right;
}

*/

/* IE Hacks, these only execute for IE6+ to correct for
it's incorrect box model values.  Hopefully,
these will not be necessary in the future. 

* html .topright {

}
* html .topleft {
	left:-1px;
}
* html .bottomleft {
	left:-1px;
}
* html .bottomright {

}
* html .rndcorner {
	background-image: url(white.gif);
}

*/
/*-----------------------------------------------------*/

/* Element customization */

body {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #4b4b4b;
   background-color: #fefefe;
   min-width: 780px;
   background-image:url(light_left_large_tree.png);
   background-position: bottom right;
   background-repeat:no-repeat;
}


/* Fake min-width for body in IE using imperative Javascript DOM
expression within the declarative CSS---this is evil, but gets the job done.

844px includes browser pane + window chrome

I can't wait to remove this dependency from this codebase
*/

* html #content {
width: expression((document.body.clientWidth < 844) ? '780px' : '80%');
\width: expression((document.documentElement.clientWidth < 844) ? '780px' : '80%');

 }

/*-------------------------------------*/

/* Top-level containers */

#header {
	background-image:url(fade_gray.gif);
	background-repeat:repeat-x;
}

#content {
	clear:both;
	position:relative;
	width:100%;
	overflow:hidden;
}

#nav {
	position: relative;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #f3f3e8;
	border-bottom: 1px solid #cfcfc7; 
	padding: .5em 1em 0 0;
	margin-top:2em;
	margin-bottom:2em;
	background-image:url(rndrect.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

#main {
	position:relative;
	float:right;
	width:55%;
	right:10%;
	padding-top:3em;
	font-size:92%;
	font-weight:normal;
}

#main a, #main a:link, #introduction a, #introduction a:link, #home #trail a:link, #home #trail a {
	text-decoration: underline;
	color:#597ec3;
}

#main a:hover, #introduction a:hover, #home #trail a:hover {
	text-decoration: underline;
	color:#c3597e;
}

#main p {
	margin-bottom:1em;
	line-height:1.3em;
	
}

#footer {
	clear:both;
	text-align:center;
	padding-bottom:3em;
}

a.external strong {
	color:green;
	font-weight:bold;
	text-decoration:none;
	padding-left:.3em;
}


a.mailto img { 
	text-decoration:none;
	padding-right: .4em;
}
	

/*-------------------------------------*/

/* Special purpose containers */

#home #trail {
	float:right;
	position:relative;
	font-size:85%;
	width:48%;
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	word-spacing:.25em;
	padding:.75em 1em .5em 1em;
	background-image:url(rndrect.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	background-color:#ffd;
}

#search {
	float:right;
	text-align:right;
}

#search form, #search input {
	display:inline;
}

#search_text {
	border:1px solid #666;
	margin-left:.5em;

}

#search_button {
	margin:0 1em 0 .5em;
	background-color:#fffff0;
	border:1px solid #aaa;

}

#trail {
	float:right;
	position:relative;
	background-color: #f3f3e8;
	font-size:80%;
	width:72%;
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	word-spacing:.25em;
	padding:.5em 0 .5em 1em;
	background-image:url(rndrect.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#home #trail {
	background-color: #fffff0;/*#fdfce9;*/
}

#logo {
/*empty*/
}
/*
#introduction {
	position:relative;
	background-color: #ffd;
	font-size:110%;
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding:.5em .5em .5em 1em;
	margin:0 1em 1em 1em;
	border:1px solid #cfcfc7; 
}
*/
#home #introduction {
	position:relative;
	background-color: #fffff0;/*#fdfce9;#ffd;*/
	font-size:110%;
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:1em;
}


#trail .rndcorner { 
	background-image: url(bord-silver.gif); 
}

#trail a, a:link {
	text-decoration:none;
	color:#597ec3;
}

#trail a:hover {
	text-decoration:none;
	color:red;
}


#home #tag {
	color:#9c4;
	font-size:100%;
	font-weight:normal;
	margin-top:-20px;
	margin-left:160px;
	
	/* necessary to avoid IE6 inheritance bug */
	background-image:none;
}

#tag {
	color:#9c4;
	font-size:90%;
	font-weight:normal;
	margin-top:-15px;
	margin-left:100px;
	
	/* necessary to avoid IE6 inheritance bug */
	background-image:none;
}

/* IE size rule */
* html #trail {
	/*font-size:larger;*/
}

#purpose {
	/*font-size:larger;*/
	color: #6d6d6e;
}

#copyright {
	padding:3em 0 1em .5em;
	color: #666;
	font-size:70%;
}

.trademark {
	font-size:60%;
	color:#999;
	padding:3em 0 3em 0;
}

/*---------------------------------------------------*/

/* Headings */

#main h2 {
	font-weight:normal;
	font-size:150%;
	color:#9C0000;
	font-family: Arial, Helvetica, sans-serif;/*Georgia,serif;*/
	border-bottom:1px solid #ccc;
	margin-bottom:.5em;
}

#main h3 {
	font-weight:bold;
	font-size: 110%;
	font-family:"Lucida Grande","Trebuchet MS",
		"Tahoma","Helvetica","Arial",sans-serif;
	padding: .2em 0 .2em 0;
	color:#76a034;
}

#main h4 {
	color: #999;
	font-size: 75%;
	padding-bottom:.50em;
}

#main h5 {
	font-size: 110%;
	padding-bottom:.25em;
	text-decoration:underline;
}

/*---------------------------------------------*/

/* Navigation */

#nav a, a:link {
	text-decoration:none;
	color:#597ec3;
}

#nav a:visited {
	text-decoration: none;
	color: #03c;/*color: #777;*/
}

#nav a:hover {
	text-decoration:none;
	color:#d6ce8d;
}

#nav h4 {
	font-weight: bold;
	color: #a93434;
	font-family: "Trebuchet MS", Tahoma, 
	Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 .25em .5em;
	margin:0;
	font-size:95%;
}

#nav li {
	margin:0 0 .50em 0; 
}

#nav li li {
	padding-left:1.5em;
	margin:.20em 0 .40em 0;
	font-size:80%;
	font-weight:bold;
}

#nav ul {
	padding-bottom:.5em;
}

#nav dl {
	padding-left:1em;
}

#nav dd {
	margin-left:1em;
	padding:.25em 0 .7em 0;
	font-size:70%;
	font-weight:bold;
}

#nav dt {
	font-size:70%;
	color: #7db243;
	font-weight:bold;
}

#nav dd a:link, #nav dd a, #nav dd a:hover {
	text-decoration:none;
	color:#597ec3;
}

#nav .rndcorner {background-image: url(bord-silver.gif);}	


/*---------------------------------------------*/

/* IE Font sizing adjustments */

* html #nav {
	font-size: 90%;
}

* html #trail {
	font-size:85%;
}

* html body {
	font-size: 92%; 
}

/*Opera only font-size rule */

html > body {
	font-size: normal; 
}

/*--------------------------------------------*/

/* Specific Images */
#logoimg {
	margin-top:1em;
}

#portrait {
	width:160px;
}

#strlogo {
	padding:1em 2em 2em 2em;
	width:120px;
	height:60px;
}

#aajlogo {
	width:200px;
	height:100px;
}

#aollogo {
	padding:1em 3em 2em 2em;
}

#neologo {
	padding:1em 2em 2em 2em;
	width:200px;
}

#vtechlogo {
	padding:1em 2em 2em 2em;
}

/*------------------------------*/


/* Picture shadows */

.dropshadow {
  width: 90%;
  float:left;
  background: url(shadow.gif) no-repeat bottom right;
  margin: 10px 10px 0 10px !important;
  margin: 10px 0 0 5px;
  clear:both;
  }
/* removed due to IE positioning bug
.dropshadow div {
  background: none !important;
  background: url(shadow2.gif) no-repeat left top;
  padding: 0 !important;
  padding: 0 6px 6px 0;
  }

.dropshadow p {
  color: #777;
  background-color: #fff;
  font-family: serif;
  border: 1px solid #a9a9a9;
  padding: 4px;
  margin: -6px 6px 6px -6px !important;
  margin: 0;
}
*/
table {
	border:1px solid #aaa;
	background: #eee;
}

th {
	color:#7db243;/*#2e96c6;#8FB300;green;#900;*/
	padding:0;
	margin:0;
	text-align:left;
	padding-left:.25em;
	background-color:#eee;
}

td {
	border:1px solid #aaa;
	padding:.5em;
	background-image:none;
	background-color:#fff;
	font-size:90%;
}

td a:link, td a {
	font-weight:bold;
	font-size:smaller;
}
