.fake {

}

html {
	height: 100%
}

body {
	font-family: arial, helvetica, serif;
	margin:0px;
	height: 100%
}

ul {
	list-style-image: url(/images/bullet_link.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;
}

.navRow {
	background: black;
}

.headerImage {
	background: black;
}

/* This allows dropdowns to go over other text */
#content {
	clear: left;
}


.searchField {
	font-family:arial;
	font-size:12px;
	color:#666666;
}

.relateContentHeaders {
	font-family: 'Times New Roman';
	color:#FFFFFF;
	font-size:18px;	
}

.relateContentSubHeaders {
	font-family: arial;
	color:#FFFFFF;
	font-size:11px;	
	font-weight:bold;
}

a.relateContentLinks {
	font-family: arial;
	color:#CCD780;
	font-size:11px;	
	text-decoration:none;
}

a.relateContentLinks:hover {
	font-family: arial;
	color:#CCD780;
	font-size:11px;	
	text-decoration:underline;
}

.bodycopy {
	font-family: arial;
	font-size:11px;
	color:#333333;
	line-height: 15px;
}

a.bodycopy {
	font-family: arial;
	color:#98A14E;
	font-size:11px;
	text-decoration:none;
}

a.bodycopy:hover {
	font-family: arial;
	color:#98A14E;
	font-size:11px;
	text-decoration:underline;
}

.mainHeader {
	font-family: 'Times New Roman';
	color:#000000;
	font-size:24px;	
	line-height:28px;
}

.subHeader {
	font-family: 'Times New Roman';
	color:#436686;
	font-size:16px;	
	line-height:20px;
}

a.subHeader {
	font-family: 'Times New Roman';
	color:#436686;
	font-size:16px;	
	line-height:20px;
}

a.subHeader:hover {
	font-family: 'Times New Roman';
	color:#436686;
	font-size:16px;	
	line-height:20px;
	text-decoration:underline;
}

.subSubHeader {
	font-family: arial;
	font-size:11px;
	font-weight:bold;
}


a.bulletLink {
	font-family: arial;
	color:#818939;
	font-size:11px;
	text-decoration:none;
}

a.bulletLink:hover {
	font-family: arial;
	color:#818939;
	font-size:11px;
	text-decoration:underline;
}

.footer {
	font-family: arial;
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
}

a.footer {
	font-family: arial;
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
}

a.footer:hover {
	font-family: arial;
	color:#FFFFFF;
	font-size:11px;
	text-decoration:underline;
}

.copyright {
	font-family: arial;
	color:black;
	font-size:11px;
	text-decoration:none;
}

.topLinksBold {
	font-family: arial;
	font-weight: bold; 
	color: rgb(109, 108, 104);
	font-size:11px;
	text-decoration:none;
}

.topLinks {
	font-family: arial;
	color:#5B5B5B;
	font-size:11px;
	text-decoration:none;
}

a.topLinks {
	font-family: arial;
	color:#899146;
	font-size:11px;
	text-decoration:none;
}

a.topLinks:hover {
	font-family: arial;
	color:#899146;
	font-size:11px;
	text-decoration:underline;
}

.crumb {
	font-family: arial;
	color:#899146;
	font-size:11px;
	text-decoration:none;
}

a.crumb {
	font-family: arial;
	color:#899146;
	font-size:11px;
	text-decoration:none;
}

a.crumb:hover {
	font-family: arial;
	color:#899146;
	font-size:11px;
	text-decoration:underline;
}


.cyberhr {
	height:1px;
	color:white;
	border-top-color: #A9A89F;
	border-top-style:dotted;
	border-bottom-color: #FFFFFF;
	border-bottom-style:dashed;
	border-left-color: #FFFFFF;
	border-left-style:dashed;
	border-right-color: #FFFFFF;
	border-right-style:dashed;
}

.text {
	font-family: arial;
	font-size:11px;
	line-height: 15px;
}

.PCITableHeaders {
	font-family: 'Times New Roman';
	color:#FFFFFF;
	font-size:12px;	
}

#searchResults {
	font-family: arial;
	color: #333333;
	font-size: 11px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 25px;

}

/* ###################################################################################### */
/* Suckerfish Dropdown Menus from htmldog.com */
/* ###################################################################################### */

/* all lists */
#nav, #nav ul { 
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height: 34px;
	width: 759px;
}

#nav a {
	background: black url("/images/layer_bullet.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/layer_bullet_on.gif") center left no-repeat;
	color: #6986A2;
}

/* all list items */
#nav li { 
	float: left;
	width: 7.5em; /* width needed or else Opera goes nuts */
}

/* 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.solutions a { 
	width: 18em;
}


/* IE only specifications for dropdown widths        */
/* http://css-discuss.incutio.com/?page=BoxModelHack */
* html #nav li ul.solutions a { 
	width: 20em;
}

* html #nav li ul.industries a { 
	width: 13em;
}

* html #nav li ul.pr_events a { 
	width: 12em;
}

* html #nav li ul.about_us a { 
	width: 14em;
}

