/*default*/
* { margin: 0; padding: 0; }

body {
	background: #011341 url("../images/bg-main.gif") top left repeat-x;
	font: small "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	line-height: 1.4; }
	
/* fixes font-size keyword problem for IE5/Win */
body {
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small; }
	
html>body { /* be nice to Opera */
	font-size: small; }
	

/*links*/

a:link { color: #2B58B4; }
a:visited { color: #011341; }
a:hover { color: #F19F02; }
a:active { color: #F19F02; }

a.calltoaction {
	color: #2B58B4;
	padding: 2px;
	font-weight: bold;
	background: #ffc; }
	
a.calltoaction:hover {
	color: #F19F02;
	font-weight: bold;
	background: #ffc; }

#sidebar a:link { color: #567BDC; }
#sidebar a:visited { color: #7B1A75; }
#sidebar a:hover { color: #ADE60D; }
#sidebar a:active { color: #ffc; }

#sidebar-internal a:link { color: #DCFE00; font-weight: bold; }
#sidebar-internal a:visited { color: #93C40B; }
#sidebar-internal a:hover { color: #6096EA; }
#sidebar-internal a:active { color: #fff; }

#footer a:link { color: #DCFE00; }
#footer a:visited { color: #93C40B; }
#footer a:hover { color: #fff; }
#footer a:active { color: #fff; }

/* layout */

#container {
	width: 740px;
	margin: 0 auto;
	padding: 0;
	border-top: 6px solid #DCFE00; }
	
	
	
#header {
	float: left;
	background: #fff;
	height: 88px; }

	#interior #header {
		background: #fff url("../images/bg-tagline-interior.gif") top right no-repeat; }

#base {
	background: #fff;
	height: 1%; /*force IE block open*/ }
	
#base p { margin: 0 0 12px 0; }

#content {
	background: #fff url("../images/bg-interior.gif") top left repeat-y;
	clear: both; }
	
#content p {
	font-size: 110%;
	margin: 0px 240px 0 0;
	padding: 6px 20px; }
	
/* people skill listings */
	
#content-wide {
	background: #fff;
	clear: both; }
	
#content-wide table, #peoplelisting {
	margin: 12px 20px; }
	
#content-wide td, #peoplelisting td { padding: 4px; border-bottom: 1px solid #333; }
#content-wide th, #peoplelisting th  { padding: 4px; text-align: left; background: #333; color: #fff; }
	
	
#content-wide p {
	font-size: 110%;
	margin: 0;
	padding: 6px 20px; }
	
.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 */
	
#homebanner { 
	height: 88px;
	background: url("/images/bg-tagline.gif") top right no-repeat; }
	
#box-container { 
	background: #6096EA /*url("/images/bg-boxcontainer.gif") top left repeat-x*/;
	width: 100%;
	float: left; }
		
.box {
	width: 215px;
	margin-left: 20px;
	padding: 0;
	float: left;
	display: inline; /* fix ie double margin */ }
	
.box-wide {
	width: 685px;
	margin-left: 20px;
	padding: 0 0 12px 0;
	float: left;
	display: inline; /* fix ie double margin */ }
	
	.box-wide p { font-size: 120%; }
	
.box h3 {
	/*background: url("/images/box-top.gif") no-repeat top left;*/
	padding: 16px 8px 4px 10px;
	font-size: 160%;
	font-weight: normal;
	text-transform: none;
	letter-spacing: -.5px; 
	color: #fff; }

.box-wide h3 {
	/*background: url("/images/box-top.gif") no-repeat top left;*/
	padding: 16px 8px 4px 0;
	font-size: 160%;
/*	font-weight: normal;*/
	text-transform: none;
	letter-spacing: -.5px; 
	color: #fff; }
	
.box-wide #homebuttons {
	padding-left: 70px;
	/*margin: 12px 0;*/ }
	
.box ul, .box-wide ul {
	margin: 0;
	padding: 8px 10px;
	list-style: none; }
	
.box ul li, .box-wide ul li {
	margin: 0 0 6px 0;
	padding: 0; }
	
/* ----- home BUTTONS ----- */
a.home-button {
display: block;
width: 184px;
height: 66px;
display: block;
float: left;
text-decoration: none; }

#ourservices-but { background: url(/images/but-consult-down.gif) no-repeat; }
#ourknow-but { background: url(/images/but-know-down.gif) no-repeat; }
#ourpeople-but { background: url(/images/but-people-down.gif) no-repeat; }

a.home-button img {
width: 184px;
height: 66px;
border: 0; }

* html a:hover { visibility: visible; }

a.home-button:hover img { visibility: hidden; }

/*sidebar*/

#interior #sidebar-internal h3 {
	margin: 0;
	padding: 8px 12px 4px 20px;
	font-size: 140%;
	font-family: "Georgia","Times New Roman",Times,serif;
	font-weight: normal;
	text-transform: none;
	color: #DCFE00; }

#sidebar-internal {
	float: right;
	width: 214px;
	color: #fff; }
	
#content #sidebar-internal p {
	font-size: 110%;
	margin: 0;
	padding: 6px 20px; }
	
p.testimonial { font-style: italic; }

/*=footer*/

#footer {
	background: #2B58B4;
	width: 740px;
	margin: 0 auto;
	padding: 0;
	color: #fff; }
	
#footer p { font-size: 90%; padding: 20px; background: transparent; }

img { border: 0; }


#home #logo {
	float: left;
	margin: 10px 0 0 0; padding: 0; }
	
#logosmall {
	float: left;
	margin: 10px 0 0 0; }

	
#homeleft {
	float: left;
	width: 450px;
	border-right: 1px solid #D0DEF2;
	padding: 20px;
	margin: 12px 0 12px 0;
	clear: left; }
	
	#homeleft p {
	font-size: 110%;
	padding: 6px 0; }
	
#homeright {
	float: left;
	width: 200px;
	padding: 20px;
	margin: 12px 0 12px 0; }
	
/* interior page headings */
#interior h1  {
	background: #6096EA url("../images/bg-title.gif") bottom right no-repeat;
	font-family: "Georgia","Times New Roman",Times,serif;
	font-size: 210%;
	letter-spacing: 0px;
	font-weight: normal;
	padding: 20px 10px 12px 20px;
	margin: 0;
	color: #fff;
	clear: both; }
	
	#interior h1.no-sidebar  {
		background: #6096EA; }

	
h2 {
	font-weight: normal;
	color: #2B58B4;
	font-size: 160%;
	letter-spacing: -.5px; 
	margin: 0 0 3px 0;}
	
h3 {
	color: #011341;
	font-size: 130%;
	margin: 0 0 3px 0;}
	
/* interior pages */
	
#interior h2 { 
	font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	font-size: 160%;
	color: #04449E;
	margin: 0 220px 16px 20px;
	padding: 20px 0 0 0; }
	
#interior h3 {
	font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	color: #011341;
	font-size: 120%;
	text-transform: uppercase;
	margin: 6px 0 3px 20px; }

#interior ul { margin: 0 20px 0px 40px; padding: 0 0 12px 0; }
  
#home ul.arrowlist, 
#interior ul.arrowlist {
	list-style-type: none; }
	
	#home #homeleft ul.arrowlist {
		margin: 0 20px 0 20px;
		padding: 0 0 12px 0; }
	
	#interior #content ul.arrowlist {
		margin: 0 220px 0 20px;
		padding: 0 0 12px 0; }
		
	#home #homeright ul.arrowlist {
		margin: 0 20px 0 0;
		padding: 0 0 12px 0; }
	
#home ul.arrowlist{
	list-style-type: none;
	margin: 0 20px 0 20px;
	padding: 0 0 12px 0; }

#home .arrowlist li,
#interior .arrowlist li {
	background: url(../images/arrow.gif) 0 5px no-repeat;
	margin: 4px 12px 4px 0px;
	padding-left: 12px; }
	
/* sidebar list */
	
#sidebar-internal ul.sidebarlist {
	list-style-type: none;
	margin: 0 20px 12px 20px; }
	
#sidebar-internal .sidebarlist li {
	background: url(../images/arrow-green.gif) 0 5px no-repeat;
	margin: 4px 12px 4px 0px;
	padding-left: 12px; }
	
/* consulting list */
	
#interior ul.consultlist {
	list-style-type: none;
	margin: 0 220px 0 20px;
	padding-bottom: 20px; }

#interior ul.consultlist li {
	background: #E3BDC2 url(../images/arrow.gif) 0 5px no-repeat;
	margin: 4px 12px 0 0px;
	padding-left: 12px; }
	
	#interior ul.consultlist li.oracleBlue {
		background: #AFC4DB url(../images/arrow.gif) 0 5px no-repeat; }
		
	#interior ul.consultlist li.oraclePurple {
		background: #BEC2D6 url(../images/arrow.gif) 0 5px no-repeat; }
	
/*tabs - internal*/

#internalnav { /*container*/
float: right;
width: 460px;
line-height: normal;
margin: 58px 0 0 0; padding: 0; }

#internalnav ul {
  margin: 0; padding: 0;
  list-style:none; }

#internalnav li {
  display: inline;
  margin: 0; padding: 0; }

#internalnav a {
  float: left;
  background: url("../images/toptab-left.gif") no-repeat left top;
  margin: 0;
  padding: 0 4px 0 16px;
  text-decoration:none; }
  
#internalnav a:hover { cursor: hand; }

#internalnav a span {
	float:left;
	font-size: 100%;
	display:block;
	background:url("../images/toptab-right.gif") no-repeat right top;
	padding: 6px 16px 6px 0; 
	color: #fff; }
	
#internalnav a:hover span {
   }
  
  /* %values h-v */

#internalnav #current a {
  font-weight: bold;
  color: #fff;
  background-position:0 -150px;
  border-width:0; }

#internalnav #current a span {
  background-position:100% -150px;
  color: #fff; }

#internalnav a:hover {
  background-position:0% -150px;
  color: #fff; }

#internalnav a:hover span {
  background-position:100% -150px; color: #fff;
  color: #fff; }
	
/*=utility*/

.floatright { width: 48%; float: right; text-align: right; }
.floatleft { width: 48%; float: left; }

.floatrightthin { width: 37%; float: right; text-align: right; }
.floatleftwide { width: 57%; float: left; }

/* form */

form { display: inline; height: auto; }

.formlabel {
	float: left;
	color: #1a1a1a;
	text-align: right;
	width: 12em;
	padding-right: 10px; }

form br {
	clear: both; }
	
label { font-weight: bold; cursor: hand; }

.button {
	font: 1em arial, sans-serif;
	padding: 4px;
	margin: 12px 0;
	font-weight: bold;
	color: #ffffff;
	background: #3D59AC;
	border-left: 2px solid #5579CD;
	border-top: 2px solid #5579CD;
	border-right: 2px solid #2F4281;
	border-bottom: 2px solid #2F4281 ;  }
	
h4 {
	font-weight: normal;
	color: #333;
	font-size: 100%;
	margin: 0 0 3px 0;
	padding: 10px 0 0 0;}

.textbox { padding: 3px; font-size: 18px; }

.formcontainer { margin: 0 10px 0 20px; padding-bottom: 0 0 20px 0; }

#content p.top { padding: 20px 20px;  }

sup {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;}
	
ol {
margin: 0;
padding: 12px 0 12px 40px;
font: normal 1em Georgia, Times, serif;
color: #25345d;
}

#content ol p {
  color: #000000;
  padding: 3px 0 3px 2px;
  font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}

#content li {
width: 440px;
}

#sidebar-internal li {
width: 170px;
}

 
