body{
	line-height: 1.7em !important;	
}

#doc0
	{
		text-align:left;  
		margin: 100;
		padding: 0;
		padding-left:210px;
	}
#nav 
	{
		text-align:left;  
		position:absolute;
 
		height:20px;
		z-index:18;
		left: 7px;
		top: 92px;

		background: url(../images/nav_bg.jpg);
		background-repeat: no-repeat;
		margin: 0;
		padding: 0;
		width:892px;
	}

#nav ul
	{
		height: 20px;
	}
	#nav ul li 
	{
		display: block;
		float: left;
		position: relative;
		height: 20px;
		margin: 0;
		padding: 0;
		background: #fff;
	}
	/* the nav buttons all use the same image, which contains ALL buttons and states (normal, hover)
	   set up in a grid. the buttons (A tags) are set to be blocks, and act like a little view-port.
	   the image is positioned inside the buttons */
	#nav ul li a
	{
		display: block;
		overflow: hidden;
		float: left;
		height: 20px;
		margin: 0;
		padding: 0;
		text-indent: -999em;
		background-image: url(../images/nav.gif);
		background-repeat: no-repeat;
		outline: none;
	}

	/* widths of each of the main nav "buttons" and the background image positioning */
	li#services a {		width: 74px;  background-position: -54px top; }
	li#discovery a {	width: 130px; background-position: -126px top; }
	li#market a { 		width: 74px; background-position: -254px top; }
	li#communication a { 		width: 122px;  background-position: -327px top; }
	li#news a { 	width: 52px;  background-position: -448px top; }
	li#company a { 	width: 81px;  background-position: -499px top; }
	li#contact a { 		width: 77px;  background-position: -578px top; }
	li#support a { 		width: 73px;  background-position: -716px top; }
	li#clientlogin a { 		width: 112px;  background-position: -794px top; }

	/* on mouseover, javascript is used to apply a classname to the parent container; 
	   depending on which class the container has, the corresponding button's background
	   image is re-positioned to show the "hover" state */
	#nav ul.services li#services a {			background-position: -54px bottom; }
	#nav ul.discovery li#discovery a {	background-position: -126px bottom; }
	#nav ul.market li#market a {			background-position: -254px bottom; }
	#nav ul.communication li#communication a {				background-position: -327px bottom; }
	#nav ul.news li#news a {		background-position: -448px bottom; }
	#nav ul.company li#company a {	background-position: -499px bottom; }
	#nav ul.contact li#contact a {				background-position: -578px bottom; }
	#nav ul.support li#support a {				background-position: -716px bottom; }
	#nav ul.clientlogin li#clientlogin a {				background-position: -794px bottom; }

	/* drop-down menus */
	#nav ul li ul 
	{ 
		background: url(../images/menu-t.gif) no-repeat 40px 3px;
		padding: 0;
		padding-top: 6px;
		margin: 0;
		list-style: none;
		clear: left;
		/* an element that has absolute position that is INSIDE of another element with
		   relative positioning is placed inside the boundaries of the parent element.
		   if the parent element doesn't have "position: relative", the absolutely-positioned
		   child element used the BODY as it's container */
		position: absolute;
		top: 20px; 
		left: 0;
		z-index: 9999;
		left: -9999em; 
		/*filter:alpha(Opacity=92);*/
		-moz-opacity:0.92;
    	opacity: 0.92;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=92);
		-khtml-opacity: 0.92;

	}
	#nav ul li.sfhover ul 
	{
		left: 0;
		height: auto;
		display: block;
		width: 243px;
	}
	#nav ul li ul li
	{
		padding: 0;
		margin: 0;
		display: block;
		width: 220px;
		float: left;
		clear: both;
		width: auto;
		height: auto;
		background:#FFFFCC;
		position: relative;
	}
	#nav ul li ul li a:link,
	#nav ul li ul li a:visited
	{
		font-family: Arial, sans-serif ,"Lucida Sans", "Lucida Grande", Tahoma ;
		font-size: 12px;
		text-indent: 0px;
		text-decoration: none;
		color: #fff;
		padding: 3px;
		padding-left: 20px;
		margin: 0px;
		display: block;
		width: 220px;
		float: left;
		clear: both;
		height: auto;
		background-image:none
	}
	/* dropdown for the Service button */
	#nav ul.services li ul li a:link,
	#nav ul.services li ul li a:visited
	{
		background-color: #1a1a1a;
	}
	#nav ul.services li ul li a:hover,
	#nav ul.services li ul li a:active
	{
		background-color: #1a1a1a;
		color: #FFCC66;
	}
	/* dropdown for the discovery button */
	#nav ul.discovery li ul li a:link,
	#nav ul.discovery li ul li a:visited
	{
		background-color: #1a1a1a;
	}
	#nav ul.discovery li ul li a:hover,
	#nav ul.discovery li ul li a:active
	{
		background-color: #1a1a1a;
		color: #FFCC66;
	}
	/* dropdown for the market button */
	#nav ul.market li ul li a:link,
	#nav ul.market li ul li a:visited
	{
		background-color: #1a1a1a;
	}
	#nav ul.market li ul li a:hover,
	#nav ul.market li ul li a:active
	{
		background-color: #1a1a1a;
		color: #FFCC66;
	}
	/* dropdown for the communication button */
	#nav ul.communication li ul li a:link,
	#nav ul.communication li ul li a:visited
	{
		background-color: #1a1a1a;
	}
	#nav ul.communication li ul li a:hover,
	#nav ul.communication li ul li a:active
	{
		background-color: #1a1a1a;
		color: #FFCC66;
	}
	/* dropdown for the news button */
	#nav ul.news li ul li a:link,
	#nav ul.news li ul li a:visited
	{
		background-color: #1a1a1a;
	}
	#nav ul.news li ul li a:hover,
	#nav ul.news li ul li a:active
	{
		background-color: #1a1a1a;
		color: #FFCC66;
	}
	/* dropdown for the company button */
	#nav ul.company li ul li a:link,
	#nav ul.company li ul li a:visited
	{
		background-color: #1a1a1a;
	}
	#nav ul.company li ul li a:hover,
	#nav ul.company li ul li a:active
	{
		background-color: #1a1a1a;
		color: #FFCC66;
	}
	/* dropdown for the contact button */
	#nav ul.contact li ul li a:link,
	#nav ul.contact li ul li a:visited
	{
		background-color: #1a1a1a;
	}
	#nav ul.contact li ul li a:hover,
	#nav ul.contact li ul li a:active
	{
		background-color: #1a1a1a;
		color: #FFCC66;
	}
	
	
	#leftnav {
		position:absolute;
		width:164px;
		height:45px;
		z-index:13;
		left: 20px;
		top: 150px;
		background-color:#d8d6a6;
	}

/*	#leftnav div 
	{
		display: block;
		float: right;
		height: 28px;
		width:164px;
		margin: 0px;
		padding-right: 0px;
		background: url(../images/sidenav_bg.gif) 0px -5px;
		text-align:right;
		font-size:11px;
		font-weight: bold;
		font-family: Verdana , Arial, sans-serif ,"Lucida Sans", "Lucida Grande", Tahoma;
		text-decoration:none;
		text-indent: -999em;
		letter-spacing: -1px
	}*/
	#leftnav div 
	{
		margin: 0px;
		margin-bottom:17px;
		padding-right:30px;
		text-align:right;
		font-size:11px;
		font-weight: bold;
		font-family: Verdana , Arial, sans-serif;
		text-decoration:none;
		letter-spacing: -1px;
	}
	#leftnav div a
	{
		display:block;
		text-decoration: none;
		color:#333333;	/*#3d5569;*/
		margin-right:-30px;
		padding-right:30px;
	}
	#leftnav div a:hover
	{
		
		background: url(../images/sidenav_bg_f2.gif) right 50% no-repeat;
	}
	
	.boldStyle{
		font-weight: bold;
	}

#second-level-content ul {
	text-align: left;
	padding-left: 45px;
	padding-top: 0px;
	margin: 0px;
	
	color:#666666;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height: 1.7em !important;
	text-align:left;
}
#second-level-content ul.bullets, #second-level-content ul.bullets li { list-style:square; line-height: 1.7em !important; }
#second-level-content ul.circles, #second-level-content ul.circles li { list-style:circle; line-height: 1.7em !important; }
#second-level-content ul.bullets-disc li { list-style:disc; line-height: 1.7em !important; }
#second-level-content ul.bullets-disc ul li { list-style:circle; line-height: 1.7em !important; }
#second-level-content ul.bullets li strong { font-weight:bold; line-height: 1.7em !important; }
#second-level-content ul.bullets li em strong { font-weight:bold; font-style:italic; line-height: 1.7em !important; }
#second-level-content ol.numbered { list-style-type:decimal; margin-left:40px; line-height: 1.7em !important; }
#second-level-content ol.numbered strong { font-weight:bold; line-height: 1.7em !important; }

#second-level-content .pgsecondaryhdr2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.22em;
	font-weight: bold;
	color: #3D5569;
	text-align: left;
	font-style: normal;
}
