
/*******************************************************************/
/* Global Settings                                                 */
/*******************************************************************/


body {
	background:white;
	padding:0px;
	margin:0px;
	text-align:center;
	font:medium Tahoma,Verdana,Helvetica,sans-serif;
	color:black;
}

#content {
	background:white;
	color:black;
	width:995px;
	height:200px;
	padding:0px;
	margin:0px auto;
	text-align:left;
}

td {
	height:50px;
	vertical-align:top;
	text-align: left;
	padding:5px;
	margin: 5px;
}

.tdspecial {
	vertical-align: bottom;
	text-align: none;
	padding: 0px;
	margin: 0px;
}

.tdspecial1 {
	vertical-align: center;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

/*******************************************************************/
/* Top strip, including site map and contact us links              */
/*******************************************************************/


#topStrip {
	height:32px;
	width:995px;
	padding:0px;
	margin:0px;
	text-align:right;
	background: url(images/top_strip.gif);
}

#topStrip #contactUs {
	display:block;
	background: url(images/link_contactus.gif);
	height:32px;
	width:84px;
	padding:0px;
	margin:0px;
	float:right;
}

#topStrip #siteMap {
	display:block;
	background: url(images/link_sitemap.gif);
	height:32px;
	width:67px;
	padding:0px;
	margin:0px;
	float:right;
}

/* the text links are there in case we don't support CSS */
#textLinks {
	display:none;
}


/*******************************************************************/
/* main navigation links                                           */
/*                                                                 */
/* we give the body tag a class that corresponds to the current    */
/* section, which drives the display of the main navigation, and   */
/* the specifics of the displayed graphics.                        */
/*******************************************************************/


#navStrip {
	width:995px;
	height:29px;
	margin:0px;
	padding:0px;
}


#home, #about, #services, #products, #navStripSpacer, #processes {
	margin:0px;
	padding:0px;
	height:29px;
	display:block;
	float:right;
}


#navStripSpacer {
	background: url(images/logo_block_upper.gif);
	width:256px;
}


#home {
	background: url(images/link_home.gif);
	width:148px;
}


#home:hover {
	background: url(images/link_home_highlight.gif);
	width:148px;
}


.home #home,.home #home:hover {
	background: url(images/link_home_current.gif);
	width:148px;
}


#about {
	background: url(images/link_about.gif);
	width:148px;
}


#about:hover {
	background: url(images/link_about_highlight.gif);
	width:148px;
}


.about #about,.about #about:hover {
	background: url(images/link_about_current.gif);
	width:148px;
}


#services {
	background: url(images/link_services.gif);
	width:148px;
}


#services:hover {
	background: url(images/link_services_highlight.gif);
	width:148px;
}


.services #services,.services #services:hover {
	background: url(images/link_services_current.gif);
	width:148px;
}


#products {
	background: url(images/link_prods.gif);
	width:148px;
}


#products:hover {
	background: url(images/link_prods_highlight.gif);
	width:148px;
}


.products #products,.products #products:hover {
	background: url(images/link_prods_current.gif);
	width:148px;
}


#processes {
	background: url(images/link_procs.gif);
	width:147px;
}


#processes:hover {
	background: url(images/link_procs_highlight.gif);
	width:147px;
}


.processes #processes,.processes #processes:hover {
	background: url(images/link_procs_current.gif);
	width:147px;
}


/*******************************************************************/
/* Sidebar                                                         */
/*******************************************************************/


#sideBar {
	width:256px;
	padding-right:0px;	
	margin:0px;
	background:url("images/sidebar_tile.gif");
	float:left;
	text-align:right;
}

#logoLower {
	width:256px;
	height:209px;
	padding:0px;
	margin:0px;
	background:url("images/logo_block_lower.gif");
}


#sideBarNavigation {
	padding-right:20px;
}


#sectionName {
	color:#495AA9;
	background-color:white;
	font-weight:bold;
	font-size:small;
	margin-right:8px;
}


#sideBar ul {
	padding:0px;
	margin-right:0px;
	margin-left:0px;
	margin-bottom:0px;
	margin-top:5px;
}


#sideBar li {
	list-style:none;
	background:url("images/bullet_sidebar.jpg") no-repeat center right;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:4px;
}


#sideBar a {
	text-decoration:none;
	font-weight:bold;
	color:#666666;
	background-color:white;
	font-size:small;
}

#sideBar a.current {
	color:#000000;
	background-color:white;
}


#sideBar a.current:hover {
	text-decoration:none;
}


#sideBar a:hover {
	text-decoration:underline;
}


#sideBarContent {
	color:#AAAAAA;
	background-color:white;
	font-size:small;
	margin-right:30px;
	margin-left:0px;
	margin-top:20px;
	border-top:1pt solid #DDDDDD;
	margin-bottom:70px;
	padding-top:7px;
}

#searchBlock {
	color:#AAAAAA;
	background-color:white;
	font-size:small;
	margin-right:30px;
	margin-left:0px;
	margin-top:20px;
	border-top:1pt solid #DDDDDD;
	margin-bottom:0px;
	padding-top:0px;
}


#searchField {
	font:small Tahoma,Verdana,Helvetica,sans-serif;
	width:140px;
}


#searchButton {
	font:small Tahoma,Verdana,Helvetica,sans-serif;
}



/*******************************************************************/
/* Main Graphic Element                                            */
/*******************************************************************/


.fullSize #mainGraphic {
	margin:0px;
	padding:0px;
	width:739px;
	height:209px;
	float:right;
}


.compact #mainGraphic {
	margin:0px;
	padding:0px;
	width:739px;
	height:35px;
	float:right;
}


.home .fullSize #mainGraphic {
	background:url("images/full_image_home.jpg");
}


.home .compact #mainGraphic {
	background:url("images/compact_image_home.jpg");
}


.services .fullSize #mainGraphic {
	background:url("images/full_image_services.jpg");
}


.services .compact #mainGraphic {
	background:url("images/compact_image_services.jpg");
}


.products .fullSize #mainGraphic {
	background:url("images/full_image_products.jpg");
}


.products .compact #mainGraphic {
	background:url("images/compact_image_products.jpg");
}


.processes .fullSize #mainGraphic {
	background:url("images/full_image_processes.jpg");
}


.processes .compact #mainGraphic {
	background:url("images/compact_image_processes.jpg");
}


.about .fullSize #mainGraphic {
	background:url("images/full_image_about.jpg");
}


.about .compact #mainGraphic {
	background:url("images/compact_image_about.jpg");
}


/*******************************************************************/
/* Footer                                                          */
/*******************************************************************/


#footer {
	width:995px;
	height:60px;
	background-color:white;
	background: url("images/bottom_strip.gif") no-repeat;
	color:#CCCCCC;
	font-size:xx-small;
	padding-top:25px;
	text-align:right;
	clear:both;
	margin-top:25px;
}


#footer a {
	color:#BBBBBB;
	background-color:white;
	text-decoration:none;
}


#footer a:hover {
	text-decoration:underline;
}


/*******************************************************************/
/* Main Content                                                    */
/*******************************************************************/


#mainContent {
	margin:0px;
	padding:0px;
}


#mainContent #coreContent {
	width:709px;
	margin:0px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
	padding-left:20px;
	float:left;
	font-size:small;
}


#mainContent .wideBlock {
	width:689px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:10px;
	padding-top:15px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:10px;
	clear:both;
	border-bottom:1pt solid #DDDDDD;
}

.tableContentWideBlock {
	width:689px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:10px;
	padding-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	clear:both;
	border-bottom:1pt solid #DDDDDD;
}

.tableContentWideBlockNoBorder {
	width:689px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:10px;
	padding-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	clear:both;
}

#mainContent .wideBlockTopBorder {
	width:689px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:10px;
	padding-top:15px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:10px;
	clear:both;
	border-top:1pt solid #DDDDDD;
}


#mainContent .wideBlockUnbordered {
	width:689px;
	padding-right:0px;
	padding-left:0px;
	padding-bottom:10px;
	padding-top:15px;
	margin-right:0px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:10px;
	clear:both;
}
/* Added by JM 20090115 */
.popup .large { 
    display:none; 
} 
.popup:hover .large { 
    display:block; 
    position:fixed; /* any that gets it out of the flow to avoid a redraw */ 
    top: 100px; /* somewhere that fits with your design*/ 
    left: 200px; /* somewhere that fits with your design*/ 
} 

#mainContent .narrowBlock {
	width:348px;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:5px;
	float:left;
}


#mainContent h1 {
	font-weight:normal;
	font-size:x-large;
	background:url(images/bullet_title.jpg) center left no-repeat;
	padding-left:23px;
}


#mainContent h1 strong {
	font-weight:bold;
}


#mainContent h2 {
	font-size:small;
	margin-right:0px;
	margin-left:0px;
	margin-bottom:5px;
	margin-top:10px;
	color:#41a7f2;
	background-color:white;
	background:url(images/bullet_subtitle.jpg) center left no-repeat;
	padding-bottom:0px;
	padding-top:0px;
	padding-right:0px;
	padding-left:23px;
}

#mainContent p {
	margin-right:0px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:5px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:23px;
}

#mainContent img {
	border:2pt solid black;
	float:left;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
}

#mainContent a {
	background-color:white;
	background:url("images/bullet_sidebar.jpg") no-repeat left;
	padding-left:7px;
	margin-left:2px;
	text-decoration:none;
	font-weight:bold;
	color:black;
}

#mainContent a:hover {
	text-decoration:underline;
}

#mainContent ul {
	padding:0px;
	margin-right:0px;
	margin-left:0px;
	margin-bottom:0px;
	margin-top:5px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:4px;
	padding-left:60px;
}


#mainContent li {
	list-style:disc;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:4px;
	padding-left:10px;
}


#normalLink a {
	text-decoration:none;
	background: none;
	font-weight:bold;
	color:#666666;
	background-color:white;
	font-size:small;
}

#normalLink a.current {
	color:#000000;
	background-color:white;
}


#normalLink a.current:hover {
	text-decoration:none;
}


#normalLink a:hover {
	text-decoration:underline;
}

#normalLink img {
	border:1pt solid black;
}


