body {
	font-family: arial, helvetica;
	margin:0px;
	height: 100%
}

ul {
	list-style-image: url(images/headerbulletlink.gif);
	margin-top: 2px;
	margin-bottom: 0px;
}

a {
	font-family: arial;
	color:#818939;
	font-size:11px;
	text-decoration:none;
}

a:hover {
	font-family: arial;
	color:#818939;
	font-size:11px;
	text-decoration:underline;
}


/* Allow drop down menu over other text */
#content {
	clear: left;
}

.pageheading {
	font-family: arial;
	font-size:18px;
	color: black;
	line-height: 15px;
}


.normal {font-family: arial; font-size:12px; color:#333333; padding-left: 10px;	padding-right: 10px; line-height: 15px;}
.normal a:link {font-family: arial; font-size:12px; text-decoration: underline; color:blue;}
.normal a:visited {font-family: arial; font-size:12px; text-decoration: underline; color:blue;}
.normal a:active {font-family: arial; font-size:12px; text-decoration: underline; color:blue;}
.normal a:hover {font-family: arial; font-size:12px; text-decoration: underline; color:#C2A894;}

.textheading {
	font-family: arial;
	color:#436686;
	font-size:14px;
	font-weight: bold;	
	line-height:20px;
}

.toplinks {font-family: arial; font-size:11px; text-decoration: none; color:gold;}
.toplinks a:link {font-family: arial; font-size:11px; text-decoration: none; color:gold;}
.toplinks a:visited {font-family: arial; font-size:11px; text-decoration: none; color:gold;}
.toplinks a:active {font-family: arial; font-size:11px; text-decoration: none; color:gold;}
.toplinks a:hover {font-family: arial; font-size:11px; text-decoration: underline; color:#899146;}
.toplinksbold {font-family: arial; font-weight: bold; color: gold; font-size:11px; text-decoration:none;}

.darkline {
	background-color: #999999;
}

.lightline {
	background-color: #CCCCCC;
}


.leftcolheading {
	font-family: arial;
	color: white;
	font-weight: bold;
	font-size:14px;	
	line-height:20px;
}

.leftcol {font-family: arial; font-size:12px; line-height: 15px; color:white;}
.leftcol a:link {font-family: arial; font-size:12px; text-decoration: none; color:white;}
.leftcol a:visited {font-family: arial; font-size:12px; text-decoration: none; color:white;}
.leftcol a:active {font-family: arial; font-size:12px; text-decoration: none; color:white;}
.leftcol a:hover {font-family: arial; font-size:12px; text-decoration: underline; color:gold;}

/* ###################################################################################### */
/* Suckerfish Dropdown Menu from htmldog.com */
/* ###################################################################################### */

/* all lists */
#nav, #nav ul { 
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height: 34px;
	width: 859px;
}

#nav a {
	background: black url("images/headerbulletmenudropdown.gif") center left no-repeat;
	padding-left: 30px;
	color: white;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 11em;
}

#nav a:hover {
	background: black url("images/headerbulletmenudropdownon.gif") center left no-repeat;
	color: gold;
}

/* all list items */
#nav li { 
	float: left;
	width: 7.5em; /* width needed for Opera */
}

/* second-level lists */
#nav li ul { 
	position: absolute;
	width: 12em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

/* lists nested under hovered list items */
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { 
	left: auto;
}

/* Set the spacing for dropdown items */
#nav li ul a { 
            line-height: 20px;
} 


/* Get the dropdown wide enough for all the text */
#nav li ul.expertise a { 
	width: 18em;
}


/* IE only specifications for dropdown widths        */
/* http://css-discuss.incutio.com/?page=BoxModelHack */

* html #nav li ul.expertise a { 
	width: 18em;
}

* html #nav li ul.industries a { 
	width: 18em;
}

* html #nav li ul.resources a { 
	width: 18em;
}

* html #nav li ul.aboutus a { 
	width: 15em;
}

#leftcolumn, #leftcolumn ul { 
	padding: 0px;
	margin: 0px;
	line-height: 24px;
	width: 250px;
}

#leftcolumn a {
	background: url("images/leftcolbullets.gif") center left no-repeat;
	padding-left: 12px;
	color: white;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	width: 25em;
}

#leftcolumn a:hover {
	color: gold;
}

#leftcolumn li { 
	float: left;
	width: 7.5em; /* width needed for Opera */
}
* html #leftcolumn li ul.leftcollist a { 
	padding-left: 12px;
	color: white;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	width: 25em;
}

