/***********************************************************
base.css
**********************************************************/

body {
	background: #fff url(/img/bg/generic_radial.png) top center no-repeat !important;
}

#container {
	width: 960px;
	margin:  0 auto;
}

#header { margin-bottom: 27px }
	/* need extra div for hasLayout fix in ie */
	#header .wrap {
		background: url(/img/header.layer.png) no-repeat;
		_background: none;
		_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/header.layer.png', sizingMethod='crop');
		height: 125px;
		padding-left: 41px;
	}
	#header a#logo {
		float: left;
		position: relative;
		width: 266px;
		height: 67px;
		margin-top: 35px;
		/*background: url(/img/logo.gif) no-repeat;
		text-indent: -9000px;*/
		border: 0;
		outline: none;
		
	}
	#header ul#navigation {
		float: right;
		position: relative;
		margin-top: 86px;
		padding-right: 50px;
	}
		#header ul#navigation li { float: left; }
			#header ul#navigation li a {
				display: block;
				height: 22px;
				text-indent: -9000px;
				outline: none;
			}
			#header ul#navigation li#products a {
				background: url(/img/nav/products.gif) no-repeat;
				width: 87px;
			}
			#header ul#navigation li#services a {
				background: url(/img/nav/services.gif) no-repeat;
				width: 80px;
			}
			#header ul#navigation li#process a {
				background: url(/img/nav/process.gif) no-repeat;
				width: 76px;
			}
			#header ul#navigation li#about a {
				background: url(/img/nav/about.gif) no-repeat;
				background-position: 0 0;
				width: 84px;
			}
			#header ul#navigation li#products a:hover,
			#header ul#navigation li#services a:hover,
			#header ul#navigation li#process a:hover,
			#header ul#navigation li#about a:hover {
				background-position: 0px -22px;
			}
			#header ul#navigation li#products.active a,
			#header ul#navigation li#services.active a,
			#header ul#navigation li#process.active a,
			#header ul#navigation li#about.active a {
				background-position: 0 -44px;
			}
#content {}
	#content .content_head { padding-left: 70px; }
	#content #main {}
#footer {
	padding: 14px 0 100px 0;
	position: relative;
	top: -5px;
	z-index: 10;
	_zoom: 1;
}
	#footer .separator {
		background: transparent url(/img/footer.layer.png) center top no-repeat;
		_background: none;
		_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/footer.layer.png', sizingMethod='crop');
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		min-height: 5px;
		height: auto !important;
		height: 5px;
	}
	#footer ul {
		float: left;
		padding-left: 70px;
	}
		#footer ul li {
			display: inline;
			margin-right: 0.8em;
			font-size: 1.2em;
		}
			#footer ul li a {
				color: #919191;
				font-family: Georgia, "Times New Roman", Times, serif;
			}
			#footer ul li a:hover {
				text-decoration: underline;
			}
			/*#footer ul li a:visited {
				color: #ababab;
			}*/
	#footer p {
		float: right;
		padding-right: 50px;
		color: #919191;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.2em;
	}
		#footer p a {
			color: #5697d6;
		}
		#footer p a:hover {
			text-decoration: underline;
		}
		#footer #ai_link {
			float: right;
			clear: right;
			margin-top: 1em;
			padding-right: 50px;
			font-size: 1.1em;
			color: #919191;
			font-family: Georgia, "Times New Roman", Times, serif;
		}
		#footer #ai_link a {
			
		}
			#footer #ai_link a:hover {
				text-decoration: underline;
			}
		
/* widgets */
#touts .tout.contact .tout_content p.lead,
.category .panel_narrow .content p.lead {
	background: url(/img/titles/tout_contact_us.gif) 0 8px no-repeat;
	text-indent: -9000px;
	padding-bottom: 8px;
	margin-bottom: 9px;
	border-bottom: 1px solid #d2d2d2;
	line-height: 18px;
}
/* contact tout */
#touts .tout.contact .tout_content {
	padding-bottom: 3px;
	
}
	#touts .tout.contact .tout_content h2.lead {
	
	}
	#touts .tout.contact .tout_content p.lead,
	#content .category .panel_narrow .contact p {
		margin-bottom: 0.2em;
	}
	#touts .tout.contact .tout_content p.lead,
	#content .category .panel_narrow .contact p.lead {
		margin-bottom: 9px;
	}
	#touts .tout.contact .tout_content ul,
	#content .category .panel_narrow .content ul {
		
	}
		#touts .tout.contact .tout_content ul li,
		#content .category .panel_narrow .contact ul li {
			border-top: 1px solid #e1e1e1;
			border-bottom: none;
			padding: 0;
			font-size: 1.1em;
			line-height: 2.3;
		}
		#touts .tout.contact .tout_content ul li.first,
		#content .category .panel_narrow .contact ul li.first {
			border: none;
		}
			#touts .tout.contact .tout_content ul li a,
			#content .category .panel_narrow .contact ul li a {
				color: #0a57a2;
				margin: 0;
				line-height: 2.3;
				*height: 1em; /* ie6 whitespace bug */
				position: relative;
			}
			#touts .tout.contact .tout_content ul li a:hover,
			#content .category .panel_narrow .contact ul li a:hover {
				text-decoration: underline;
			}