/* VERSION 1.0: 20/02/04  */
/* VERSION 2.0: 05/03/04 - cleaned up font-sizes */
/* VERSION 2.1: 05/05/04 - added right margin to links */

/* LAYOUT */
	#content {
		z-index:5;
		position:absolute;
		top:143px;
		left:192px;
		width:555px;
		background-color:white;
		/*layer-background-color:white;*/
		border:0px solid black;
	}
	#maincontent {
		float:left;
		width:337px;
		border:0px solid black;
		padding-top:19px;
	}
	html>body #maincontent {
		min-height:300px;
	}
	#additionalcontent {
		float:right;
		width:181px;
	}
/* END LAYOUT */

        #casestudy td.highlighttext h3
        {
                margin-left:10px !important;
        }
        
        #casestudy td.highlighttext h3 a
        {
                background-image:url("../../syntegra/images/list_arrow.gif");
                background-repeat:no-repeat;
                padding-left:20px;
        }
/* SHARED STYLES */
	#additionalcontent div.mainpanel,
	#additionalcontent div.extrapanel {
		width:181px;
		background-color:#eee;
		background-image:url("../../syntegra/images/px_trans.gif"); 
		background-position:top left;
		background-repeat:no-repeat; /* these 3 lines seem to be necessary for the bg to display in nn4.x */
	}
	#additionalcontent div.mainpanel {
		padding-top:52px;
		background-image:url("../../syntegra/images/content_boxtop_corner.gif"); 
	}
	
	#additionalcontent div.extrapanel {
		margin-top:20px;
		padding-top:25px;
	}
	
	#additionalcontent h3 {
		margin:0em 15px 0 25px;
	}
	#additionalcontent p {
		margin:0px 15px 0 25px;
	}
	#additionalcontent li {
		margin-right: 15px;
	}
	#additionalcontent p.hr {
		line-height:normal;
		padding-top:12px;
	}
	#additionalcontent img.bar {
		margin-top:25px;
		display:block;
	}
	
	span.stretch {
		clear:left;
	}
	
	#content .hr img {
		margin-left:0;
	}
/* END SHARED STYLES */


/* CASE STUDIES */

	#casestudy table
	{
		width:181px;
	}

	#casestudy td.highlighttext h4
	{
		margin:10px 14px 4px 14px !important;
		padding:0px !important;
	}

	#casestudy td.highlighttext p
	{
		margin:0px 14px 8px 14px !important;
		padding:0px;
	}

	#casestudy td.highlighttext ul
	{
		margin:0px 10px 8px 14px !important;
		padding:0px;
	}

	#casestudy td.highlighttext li
	{
		margin:0px 0px 4px 16px !important;
		padding:0px;
	}

	#casestudy td.title h4
	{
		margin:1px 10px 2px 14px !important;
		padding:0px;
	}

	#casestudy td.text ul.links
	{
		margin:3px 0px 0px 0px !important;
		padding:0px !important;
	}
	
	#casestudy td.text ul.links li
	{
		margin:0px 0px 0px 0px !important;
		padding:0px 0px 3px 14px !important;
	}

/* END CASE STUDIES */


/* ASSOCIATEDLOGOS */
	#associatedlogos {
		border:0px solid black;
		height: 105px;
		clear: both;
	}
	#associatedlogos a:link:hover { 
		color:#666;
	}
	#associatedlogos a:visited { 
		color:#666;
	} 
	#associatedlogos a:visited:hover { 
		color:#666;
	}
	#associatedlogos a:link { 
		color:#666;
	}
	#associatedlogos span {
		font-size:11px;
		font-weight:normal;
		margin:0px;
		padding:0px;
	}
	#associatedlogos #developedwith div.developedlogo {
		width:145px;
		float:left;
		border:0px solid white;
	}
/* END ASSOCIATEDLOGOS */

/* ADDED THIS FOR PUBLICATION IMAGES */
	#pubimage {
		float:right;
		width:181px;
		padding-top:57px;
	}
/* END PUBLICATION IMAGES */