body {
	font-family: Arial, sans-serif;
	background:#006200;
	padding:0px;
	margin:0px;
	font-size: small;
	color: #cecece;
}

td,th {
	font-family: Arial, sans-serif;
}

h1 {
	color:#E0DF01;
	margin: 10px 0px 9px;
	padding:0px;
	font-size: medium;
	font-weight: bold;
}

h2 {
	color:#E0DF01;
	margin: 10px 0px 9px;
	padding:0px;
	font-size: small;
	font-weight: bold;
}

h3 {
	color:#E0DF01;
	margin: 5px 0px;
	padding:0px;
	font-size: small;
	font-weight: normal;
}

ul{
	font-family: Arial, sans-serif;
	font-size: small;
	margin: 0px 0px 12px 25px;
	max-width: 600px;
	list-style-position: outside;
	list-style-image: url(../images/BD15275_.GIF);
}

ol {
	font-family: Arial, sans-serif;
	font-size: small;
	margin: 0px 0px 12px 25px;
	max-width: 600px;
	list-style-position: outside;
	list-style-type: decimal;
}
li {
	margin-bottom: 6px;
}

#yellowtxt {
	color:#E0DF01;
}

#blacktxt {
	color:#000000;
}

p {
	font-family: Arial, sans-serif;
	font-size:small;
	margin:3px 0px 8px;
	max-width:600px;
}

/* hack for ie to set the max-width property. this line won't validate */
*html p{width: expression(document.body.clientWidth > 950? "650px": "auto" )}

p.spacer {
height: 2px;
max-width:600px;
background:url(../grfx/paragraph_break.gif) repeat-x;
margin-right: 80px;
}

/* hack for ie to set the max-width property. this line won't validate */
*html p.spacer{width: expression(document.body.clientWidth > 950? "500px": "auto" )}

td p {
	width: 250px;
}

.matrix {
	width: 550px; 
	border:none; 
	background-color:#4D904D; 
	padding: 1px; 
	margin: 10px 0px 10px 0px;
}

.matrix th, td {
	font-family: Arial, sans-serif;
	color:#cecece;
	font-size: small;
	border:0px;
}

.matrix th {
	font-weight: bold;
}

.matrix td p {
	margin: 0px;
}

.matrix tr {
	border:0px; 
	padding: 2px; 
	margin: 0px;
}

#content {
	font-family: Arial, sans-serif;
	background:url(../grfx/bk-hdr.gif) repeat-x;
	right: 0px;
	top: 0px;
	padding: 0px;
	border:0px;
	height:352px;
	left:319px;
	position:absolute;
	text-align:left;
	float:left;
}

#content a {
	color: #F28600;
	text-decoration:underline;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#content a:hover {
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: #F28600;
	text-decoration: none;
}

#maincontent ul {
	list-style-type: disc;
}

#header {
	font-family: Arial, sans-serif;
	background:url(../grfx/bottom-left-header.gif) no-repeat bottom left;
	right: 0px;
	top: 0px;
	padding: 4px 0px 0px 0px;
	border:0px;
	height:105px;
	text-align:center;
	white-space:nowrap;
}

#leftalign {
	width:200px;
	text-align:left;
	border:#eee solid 0px;
	margin: 0px auto;
}

p#freeoffer {
	font-family: Arial, sans-serif;
	font-size:x-small;
	color:#ccc;
	font-style:italic;
	font-weight:bold;
}
	
#footer {
	position:absolute;
	font-family: Arial, sans-serif;
	left: 0px;
	bottom: 5px;
	height:60px;
	padding:0px;
	margin:0px;
	width:235px;
	border:0px;
}

#footer p {
	font-family: Arial, sans-serif;
	font-size:x-small;
	color:#948357;
	margin:1px 0px 0px 9px;
}

span#links {margin-left:20px;}

#footer a,a:visited,a:active,a:link {
	text-decoration:none;
	color:#948357;
	margin:0px;
	padding:0px;
}

#printheader {display:none;}

#footer a:hover {
	text-decoration:underline;
	color:#948357;
	margin:0px;
	padding:0px;
}

#centerbutton {
	text-align: center;
	margin-left: -20px;
}

  /*____________________
  NAVIGATION ITEMS BELOW 
  ____________________*/

#navigation {
	font-family: Arial, sans-serif;
	background:url(../grfx/logo-top-left.gif) no-repeat left top;
	left: 0px;
	top: 0px;
	height:345px;
	width:465px;
}

#navigation ul {
	margin:29px 0px 0px 14px;
	padding:40px 0px 0px 0px;
	border:0px #333 solid;
	list-style:none;
	list-style-type: none;
}

#navigation ul li {
	display:inline;
	padding:0px;
	width:130px;
}

#navigation ul li a {
	display:block;
	margin:0px;
	padding:0px;
	border:0px;
	width:130px;
	color:#F28600;
	font-size:x-small;
}

#navigation ul li a:hover {
	display:block;
	margin:0px;
	padding:0px;
	width:130px;
	color:#FFFF00;
}

/* setting properties for the dropdown ULs */
/* our company dropdown */
#nav ul#company {
	padding: 0px;
	margin: 25px 0px 0px 272px;
	background-color:#4C0E81;
	background: #006200;
	z-index:2;
}
#nav ul#company a,a:visited,a:active {
	padding-left:12px;
}
#nav ul#company a:hover {
	background:  url(../grfx/arrow.gif) no-repeat 0px 2px;
	padding-left:12px;
}
img#ourcompany {
padding-right:30px;
}

/* our services dropdown */
#nav ul#services {
	padding: 0;
	margin: 82px 0px 0px 258px;
	list-style: none;
	background: #006200;
	z-index:2;
}
#nav ul#services a,a:visited,a:active {
	padding-left:12px;
}
#nav ul#services a:hover {
	background:  url(../grfx/arrow.gif) no-repeat 0px 2px;
	padding-left:12px;
}
img#ourservices {
padding-right:20px;
}

/* our experience dropdown */
#nav ul#experience {
	padding: 0;
	margin: 131px 0px 0px 224px;
	list-style: none;
	z-index:3;
	background:  #006200
}
#nav ul#experience a,a:visited,a:active {
	padding-left:12px;
}
#nav ul#experience a:hover {
	background:  url(../grfx/arrow.gif) no-repeat 0px 2px;
	padding-left:12px;
}
img#ourexperience {
padding-right:30px;
}

/* our thinking dropdown */
#nav ul#thinking {
	padding: 0;
	margin-left: 141px;
	margin-top: 153px;	
	list-style: none;
	background:  #006200
}
#nav ul#thinking a,a:visited,a:active {
	padding-left:12px;
}
#nav ul#thinking a:hover {
	background:  url(../grfx/arrow.gif) no-repeat 0px 2px;
	padding-left:12px;
}
img#ourthinking {
padding-right:30px;
}

/* our experts dropdown */
#nav ul#experts {
	padding: 0;
	margin-top: 175px;
	margin-left: 62px;
	z-index:1;
	/*position:absolute;*/
	list-style: none;
	background:  #006200
}

#nav ul#experts a,a:visited,a:active {
	padding-left:12px;
}
#nav ul#experts a:hover {
	background:  url(../grfx/arrow.gif) no-repeat 0px 2px;
	padding-left:12px;
}
img#ourexperts {
padding-right:30px;
}

#nav li ul {
	position: absolute;
	height:1%;
	width: 8em;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/* navigation buttons below */
a #ourcompany {
	left: 214px;
	margin-top: 3px;
	position:absolute;
}

a #ourservices {
	left: 200px;
	margin-top: 62px;
	position:absolute;
}

a #ourexperience {
	left: 152px;
	margin-top: 110px;
	position:absolute;
	z-index:2;
}

a #ourthinking {
	margin-top : 134px;
	left: 84px;
	position:absolute;
}

a #ourexperts {
	left: 11px;
	margin-top: 155px;
	position:absolute;
}  
 
#nav-home {
	z-index:1;
	position:absolute;
	left: 18px;
	margin: 0px;
	padding: 0px;
	top: 25px;
	border: 0px;
}

#nav-home a, nav-home img  {
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 179px;
}

