
html {
	font-family: Tahoma, Verdana, Arial;
	font-size: 9pt;
	color: #4a4a4a;
}

body {	
	background-color: #CBCBCB;
	background-image: url('img/bg.gif');
	background-position: top center;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

* { margin: 0px; padding: 0px; border:0px; outline: none; }

input, textarea, select, submit { border: 1px solid #808080; background: #454545; padding:1px; }

img { border: 0px; padding:0px; margin: 0px; }
a img { border: 0px; }

a { color: #808080; text-decoration: underline; }
a:hover { color: #A71A34; text-decoration: underline; }
a[href^="http://"] { padding-right: 11px; background: url('img/ex.gif') right 0 repeat-y; }
a.back { padding-left: 15px; background: url('img/back.gif') left 0 no-repeat; }

strong, b { color: #000; }
em, i { color: #545454; }

h1 {
	padding: 0px;
	font-size: 13pt; 
	color: #A3283E; 
	margin: 0px;
	margin-bottom: 15px; 
	margin-top: 20px; 
	background: url('img/hbg2.gif') no-repeat left center;
}

h2 {
	color: #000;
	font-size: 10pt;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 6px;
}

h3 {
	color: #0C4175;
	font-size: 10pt;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 6px;
}

h1 span { background: #FEFEFE; padding-right: 10px; margin-left: 25px; }
div#wrap > h1:first-child { margin-top: 2px; }

p { 
	margin-bottom: 12px;  
	margin-top: 4px; 
	line-height: 1.4em;
	word-spacing: auto;
}

html>body p { margin-bottom: 12px;  margin-top: 7px; }

ul { 
	list-style-image: url('img/bullet2.png'); 
	margin-left: 22px; 
	margin-top: 5px;
	margin-bottom: 5px;
}

li { 
	margin-bottom: 2px; 
	padding: 1px; 
}




/** MAIN DIVISIONS ************************************************/

#header {
	background: url('img/header.jpg') no-repeat top;
	width: 800px;
	height: 165px;
	margin: 0px auto;
	padding: 0px;
}

#header h1 {
	text-indent: -9999px;
	overflow: hidden;
	background: none;
	margin: 0px;
}

#content_top {
	background: url('img/c_top.gif') no-repeat top;
	width: 800px;
	height: 15px;
	clear: both;
	margin: 0px auto;
	padding: 0px;
}

#content { 
	background: url('img/c_bg.gif') repeat-y top;
	width: 800px;
	min-height: 300px;
	margin: 0px auto;
	padding-top: 15px;
	padding-bottom: 20px;
}

#wrap { 
	text-align: left;
	width: 730px;
	margin: 0px auto;
	padding: 0px;
}

#content_bot {
	background: url('img/c_bot.gif') no-repeat top;
	width: 800px;
	height: 21px;
	clear: both;
	margin: 0px auto;
	padding: 0px;
}

#footer {
	color: #808080;
	padding: 0px;
	padding-top: 10px;
	margin: 10px auto;
	text-align: center;
	background: url('img/fbg.gif') no-repeat top;
	width: 800px;
	height: 35px;
	font-size: 8pt;
	clear: both;
}

#side { 
	float: right;
	padding: 5px;
	padding-left: 25px;
	background-color: #FEFEFE; 
	height: 300px;
	width: 220px;
	background: url('img/sidediv.gif') top left no-repeat;
}

.sidebox {
	padding: 10px;
	width: 95%;
	margin-bottom: 10px;
	/*border: 1px solid #cecece;
	background: url('img/sidebg.gif') top left no-repeat;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8x;*/
}








/** MISC ********************************************************/

.ctr { text-align: center; }
.rgt { text-align: right; }
.bl { color: black; }

.bio_details {
	float: left; 
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

div > div.bio_details { margin-right: 25px; }

p.back_bottom { clear: both; margin-top: 15px; }

li a span { cursor: hand; }

.services {
	width: 110px; 
	height: 45px; 
	text-align:center;
	color: white;
	font-weight: bold;
	padding-top: 28px;
	font-size: 10pt;
	/*display: table-cell; 
	vertical-align: middle;*/
}

.strategic { background: transparent url('img/strategic.gif') center center no-repeat; }
.revenue { background: transparent url('img/revenue.gif') center center no-repeat; }
.operational { background: transparent url('img/operational.gif') center center no-repeat; }
.financial { background: transparent url('img/financial.gif') center center no-repeat; }
.technology { background: transparent url('img/technology.gif') center center no-repeat; }

#servicest { 
	margin-top: 10px; 
	width: 99%; 
	border-collapse: collapse;
}

#servicest td { 
	padding: 4px; 
	vertical-align: middle;
}

.rm { 
	width: 90px; 
	text-align: center; 
	font-size: 9pt;
}

#portfolio { 
	margin-top: 10px; 
	width: 99%; 
	border-collapse: collapse;
}

#portfolio td { 
	font-size: 8pt; 
	padding: 3px; 
	border-bottom: 1px solid #e2e2e2; 
	padding-bottom: 8px; 
	padding-top: 8px;
	vertical-align: top;
}

#portfolio td p { font-size: 9pt; margin-left: 10px; }
#portfolio th {
	padding: 8px;
	background: #f1f1f1;
	text-align: center;
}

#service { margin-top: 10px; width: 99%; }

#service .sleft { 
	width: 26%;
	margin-left: 25px; 
	height: 100%; 
	background: transparent url('img/line.gif') 12px 5px repeat-y;
}

#service .sleft h2 { 
	color: #000000; 
	font-size: 10pt; 
	font-weight: bold; 
	margin-left: 12px; 
	text-align: center;
	line-height: 1.4em;
	background: transparent url('img/line.gif') center center repeat-x;
}

#service .sleft h2 span { background: #FEFEFE; padding: 4px; padding-left: 8px; padding-right: 8px;}

#service .sright { 
	color: #e1e1e1; 
	padding: 10px; 
	margin-bottom: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8x;
	-khtml-border-radius: 8px;
}

#service .sright strong { color:white; }

.blbg { background-color: #356392; }
.rdbg { background-color: #982931; }
.gdbg { background-color: #c7982c;}
.grbg { background-color: #638f24; }
.brbg { background-color: #845933; }






/** MENU ********************************************************/


#tabnav {
	width: 800px;
	height: auto;
	margin: 0px auto;
	padding: 0px;
	clear: both;
}

#tabnav #tools {
	float: right;
	margin: 0px;
	padding: 0px;
	padding-right: 15px;
	padding-top: 3px;
}

#tabnav ul {
	margin: 0px auto;
	padding:0px 0px 0 15px;
	list-style: none;
}

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

#tabnav ul li a {
	float: left;
	background: url('img/tableft4.gif') no-repeat left top;
	margin: 0px;
	padding: 0 0 0 7px;
	text-decoration: none;
}
#tabnav ul li a span {
	float: left;
	display: block;
	background: url('img/tabright4.gif') no-repeat right top;
	padding: 8px 17px 6px 8px;
	color: #808080;
}
#tabnav a span {float:none;}
#tabnav a:hover span {color:#A71A34;}
#tabnav a:hover {background-position:0% -42px;}
#tabnav a:hover span {background-position:100% -42px;}
#tabnav #current a {background-position:0% -42px; }
#tabnav #current a span {background-position:100% -42px; color: #000;}








#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img { width: auto; height: auto;}
#lightbox a img { border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url('img/prevlabel.gif') left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url('img/nextlabel.gif') right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ color: #A71A34; font-size: 8pt;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
