@import url(global/user.css);
@import url(global/common.css);
@import url(apps/forms01.css);
@import url(../../lightbox/lightbox.css);

body {
	color: #333;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .76em;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

a {
	outline:none;
}

#wrap {
	position: relative;
	margin: 0px auto;
	text-align: left;
	background: url(../images/wrap_bg.gif) top center no-repeat;
}

html>body #wrap {} 

#header {
	margin: 0 auto;
	width: 760px; height: 97px;
	position: relative;
}
	#head_bg {
		background: url(../images/header_bg.gif) no-repeat;
		width: 383px; height: 99px;
		position: absolute;
		top: 0; right: 0;
	}
	#logo {
		margin: 0; padding: 0;
		position: absolute;
		top: 28px; left: 0;
		text-indent: -9999px;
		width: 196px; height: 54px;
		background: url(../images/logo_bg.gif) no-repeat;
	}
		#logo a {
			display: block;
			width: 196px; height: 54px;
			overflow: hidden;
		}
	
	p#tagline {
		text-indent: -9999px;
		margin: 0; padding: 0;
		width: 245px; height: 51px;
		position: absolute;
		top: 31px; left: 198px;
		background: url(../images/tagline.gif) no-repeat;
	}


#printlogo{
	display: none;
	height: 15px;
	color: #000;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}


/* navigation */
#tabs {
	background: url(../images/tabs_bg.gif) repeat-x;
	height: 31px;
	position: relative;
}
	#nav {
		padding: 2px 0;
	}
		#nav ul{
			margin: 0 auto; padding: 0;
			list-style-type: none;
			background: url(../images/nav_bg.gif) no-repeat;
			height: 27px;
			width: 810px;
			position: relative;
		}
			#nav ul li {
				float: left;
				height: 27px;
			}
				#nav ul li a {
					display: block;
					height: 27px;
					position: absolute;
					text-indent: -9999px;
					overflow: hidden;
				}
				
				#nav ul li a:hover, #nav ul li.currenttab a {
					z-index: 1000;
				}
				/* Home */
				#nav ul li#t42365 a {background: url(../images/nav_bg.gif) 0 0 no-repeat; width: 98px; left: 0;}
				#nav ul li#t42365 a:hover, #nav ul li#t42365.currenttab a {background-position: 0 -27px;}
				/* About */ 
				#nav ul li#t42729 a {background: url(../images/nav_bg.gif) -78px 0 no-repeat; width: 98px; left: 78px;}
				#nav ul li#t42729 a:hover, #nav ul li#t42729.currenttab a {background-position: -78px -54px;}
				/* Industry Solutions */
				#nav ul li#t42730 a {background: url(../images/nav_bg.gif) -160px 0 no-repeat; width: 193px; left: 160px;}
				#nav ul li#t42730 a:hover, #nav ul li#t42730.currenttab a {background-position: -160px -81px;}
				/* Services */
				#nav ul li#t42731 a {background: url(../images/nav_bg.gif) -340px 0 no-repeat; width: 112px; left: 340px;}
				#nav ul li#t42731 a:hover, #nav ul li#t42731.currenttab a {background-position: -340px -108px;}
				/* Customer Care */
				#nav ul li#t42732 a {background: url(../images/nav_bg.gif) -438px 0 no-repeat; width: 161px; left: 438px;}
				#nav ul li#t42732 a:hover, #nav ul li#t42732.currenttab a {background-position: -438px -135px;}
				/* References */
				#nav ul li#t42733 a {background: url(../images/nav_bg.gif) -582px 0 no-repeat; width: 133px; left: 582px;}
				#nav ul li#t42733 a:hover, #nav ul li#t42733.currenttab a {background-position: -582px -162px;}
				/* Contact */
				#nav ul li#t42734 a {background: url(../images/nav_bg.gif) -697px 0 no-repeat; width: 113px; left: 697px;}
				#nav ul li#t42734 a:hover, #nav ul li#t42734.currenttab a {background-position: -697px -189px;}


#main-body {
	background: url(../images/bcbar_bg.gif) center top repeat-x;
}
	#main-table-body {
		clear: both;
		border-collapse:collapse;
		margin: 10px auto 0 auto;
		width: 760px;
	}
		#main-table-body-leftcell {
			margin: 0px;
			padding: 75px 0 0 0;
			width: 200px;
			vertical-align: top;
		}	
		#main-table-body-rightcell {
			margin: 0px;
			padding: 75px 0 0 0;
			width: 560px;
			vertical-align: top;
		}

#sidebar {
	margin: 0px;
	padding: 0 8px 0 0;
}

#menu-header {}
#menu{
	width: 200px;
	
	
}
	#menu ul{
		margin: 0; padding: 0;
		list-style-type: none;
		background: url(../images/menu_bg.gif) repeat-y;
	}
	#menu ul li ul{
		background: none;
	}
	
		#menu ul li {
			width: 178px;
			border-bottom: 1px solid white;
		}
			#menu ul li a {
				font-weight: bold;
				text-decoration: none;
				display: block;
				color: #28488b;
				width: 168px;
				padding: 8px 0 8px 10px;
				background-color: #dedede;
			}
			#menu ul li a:hover, #menu ul li a.current {
				background: #28488b url(../images/menulink_hover.gif) no-repeat;
				color: #fff;
			}
			
			#menu ul li ul li {
				width: 178px;
				border-width:0;
			}
				#menu ul li ul li a {
					font-weight: bold;
					text-decoration: none;
					display: block;
					color: #28488b;
					width: 160px;
					padding: 8px 0 8px 18px;
					background-color: #dedede;
				}
				#menu ul li ul li a:hover, #menu ul li ul li a.subcurrent {
					background: #CCC;
					color:#333;
				}

#menubottom{
	background: url(../images/menubottom_bg.gif) no-repeat;
	width: 200px; height: 20px;
}

#menu-footer {
	
}

#banner {
	display: none;
}



/* breadcrumbs */
#breadcrumbbar{
	width: 760px;
	margin: 0 auto; padding: 0;
	font-size: 85%;
}
#breadcrumblist{
	float: left;
	margin: 0; padding: 24px 0 0 0;
}
	#breadcrumbemail{
		float: right;
		text-align: right;
		width: 100px;
		padding-top: 3px;
		line-height: 15px;
	}
	
	#breadcrumbemail a:link, #breadcrumbemail a:visited {
		background: url(../images/email.gif) left center no-repeat;
		float: right;
		color: #333;
		padding: 0 5px 0 18px;
		text-decoration: none;
	}

	#breadcrumbprint{
		float: right;
		text-align: right;
		width: 100px;
		padding-top: 3px;
		line-height: 15px;
	}
	#breadcrumbprint a:link, #breadcrumbprint a:visited {
		background: url(../images/printer.gif) left center no-repeat;
		float: right;
		color: #333;
		padding: 0 5px 0 18px;
		text-decoration: none;
	}


#content {
	padding: 0 20px 0 15px;
}

#content-header {
	display: none;
}

#content-body {}

#pagetitle{
	margin:0;
	padding:0;
	position:relative;
	top:-68px;
	left:-222px;
}

	#pagetitletext h1 {
		font-weight: normal;
		font-size: 240%;
		margin: 0;
		padding: 0;
		color:#FFF;
	}


#content-footer {
	display: none;
}

#footer {
	clear: both;
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

#footerwrap {
	width: 760px;
	padding: 15px 0 0 0;
}

#footernav {
	width: 560px;
	margin: 0 auto; padding: 0 0 5px 0;
	list-style-type: none;
	font-size: 10px;
	float: right;
	text-transform: uppercase;
}
	#footernav li {
		display: inline;
	}
	#footernav li.last {border: 0;}
		#footernav li a {
			padding: 0 7px;
			color: #28488b;
			text-decoration: none;
		}
		#footernav li a:hover {text-decoration: underline;}

#copyright{
	border-top: 5px solid #dedede;
	clear: both;
	width: 760px;
	margin: 0 auto;
	color: #666;
	font-size: 11px;
}

#poweredby {
	float:right;
	margin:-14px auto 0 auto;
	color: #666;
	font-size: 11px;
}
	#poweredby a {
		color: #28488b;
		text-decoration: none;
	}
	#poweredby a:hover {text-decoration: underline;}