@charset "utf-8";
/* Resets */
* {margin: 0; padding: 0;}
html {overflow-y: scroll; overflow: -moz-scrollbars-vertical;}
dl, ol, ul {list-style: none;}
a img {border: none;}

/* Sane Font Sizes */
body {font-size: 100%;}

/* Layout and Style */
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background: #f1f1f1 url(/img/bg_body.gif) repeat-x;
	}
	
#header,
#pagebody,
#footer {
	text-align: left;
	margin: 0 auto;
	width: 760px;
	}

#header {
	overflow: hidden;
	}
	
	#header a.logo {
		display: block;
		float: left;
		width: 380px;
		height: 108px;
		text-indent: -9999px;
		background: url(/img/site_logo.gif) no-repeat;
		}
		
	#header #topnav {
		float: right;
		margin-top: 54px;
		margin-right: 9px;
		width: 262px;
		height: 54px;
		font-size: .75em;
		}
		#header #topnav a {
			display: block;
			outline: none;
			float: left;
			height: 54px;
			text-indent: -9999px;
			color: #666;
			}
		#header #topnav #tn_contact a {
			width: 67px;
			background: url(/img/top_nav_sprite.gif) 0 0 no-repeat;
			}
			#header #topnav #tn_contact a:hover {
				background: url(/img/top_nav_sprite.gif) 0 -54px no-repeat;
				}
		#header #topnav #tn_sitemap a {
			width: 70px;
			background: url(/img/top_nav_sprite.gif) -67px 0 no-repeat;
			}
			#header #topnav #tn_sitemap a:hover {
				background: url(/img/top_nav_sprite.gif) -67px -54px no-repeat;
				}
		#header #topnav #tn_hosting a {
			width: 125px;
			background: url(/img/top_nav_sprite.gif) -137px 0 no-repeat;
			}
			#header #topnav #tn_hosting a:hover {
				background: url(/img/top_nav_sprite.gif) -137px -54px no-repeat;
				}

#footer .nav ul {
	display: none;
	}

#header ul.nav {
	float: left;
	padding: 0 18px;
	width: 724px;
	height: 27px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: url(/img/bg_nav.gif) no-repeat;
	}
	#header ul.nav a {
		color: #fff;
		text-decoration: none;
		}
	#header ul.nav li {
		float: left;
		height: 27px;
		line-height: 27px;
		}
		#header ul.nav li a {
			display: block;
			padding: 0 24px 0 14px;
			}
		#header ul.nav li.parent a {
			padding-right: 29px;
			background: url(/img/nav_arrow_down.png) right no-repeat;
			}
		#header ul.nav li:hover,
		#header ul.nav li a:hover {
			border-bottom: 1px solid #4b7ad7;
			height: 26px;
			background-color: #5889ea;
			}
	
	#header ul.nav ul {
		display: none;
		z-index: 1;
		position: absolute;
		padding-right: 33px;
		width: auto;
		background: #5889ea;
		}
		#header ul.nav ul li {
			float: none;
			}
			#header ul.nav li ul a,
			#header ul.nav li.parent ul a {
				display: inline-block;
				border-bottom: 1px solid #4b7ad7;
				padding-right: 18px;
				height: 26px;
				width: 100%;
				background-image: none;
				}
				#header ul.nav li ul a:hover {
					background-color: #79a1ee;
					}
					
	#header ul.nav li ul li.subparent a {
		padding-right: 19px;
		background: url(/img/nav_arrow_right.png) right no-repeat;
		}
		#header ul.nav li ul li.subparent a:hover {
			background-color: #79a1ee;
			}
	
	ul.features,
	ul.howto {
		display: none;
		position: absolute;
		top: 27px;
		left: 161px;
		padding-right: 33px;
		width: auto;
		background: #5889ea;
		}
		
	ul.howto {
		left: 167px;
		}
		
	#header ul.nav li ul li.subparent ul.features a,
	#header ul.nav li ul li.subparent ul.howto a{
		white-space: nowrap;
		background-image: none;
		}
	
	#header ul.nav li:hover > ul {
		display: block;
		}
	
#pagebody {
	padding: 18px 18px 36px 18px;
	border-right: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	width: 724px;
	color: #222;
	background: #fff;
	}
	body.home #pagebody {
		padding: 0 0 36px 0;
		width: 760px;
		}
	
	#pagebody h1 {
		margin-bottom: .5em;
		border-bottom: 1px solid #e1e1e1;
		font-size: 1.5em;
		font-weight: bold;
		font-style: italic;
		color: #264d9e;
		}
		#pagebody h2 {
			margin-bottom: 1em;
			font-size: 1.1em;
			color: #264d9e;
			}
			#pagebody h3 {
				font-size: 1em;
				font-style: italic;
				letter-spacing: .1em;
				color: #264d9e;
				}
				#pagebody h4 {
					font-size: .9375em;
					font-style: italic;
					letter-spacing: .1em;
					color: #444;
					}
			
	#pagebody p {
		margin-bottom: .75em;
		line-height: 1.33;
		}
		#pagebody p.solution {
			padding-left: 27px;
			font-weight: normal;
			background: url(/img/bullet_19x19.gif) 0 0 no-repeat;
			}
	
	#pagebody dt {
		font-weight: bold;
		}
	#pagebody dd {
		margin-bottom: .75em;
		}
		
	#pagebody a {
		color: #264d9e;
		}
		#pagebody a:hover {
			color: #000;
			}
			
	#logo_parade {
		margin-bottom: 18px;
		border-bottom: 1px solid #e1e1e1;
		padding: 9px 0;
		font-style: italic;
		font-size: .875em;
		color: #264d9e;
		}
	.customers #logo_parade {
		border-bottom: 0;
		}
		#logo_parade .title {
			padding-left: 18px;
			}
	#parade {
		overflow: hidden;
		margin: 0 auto 9px auto;
		width: 724px;
		height: 54px;
		list-style: none;
		}
		#parade li {
			float: left;
			width: 181px;
			text-align: center;
			}
			
/*
		#parade {
			margin: 9px auto;
			width: 724px;
			height: 54px;
			position: relative;
			}
			#parade div.scrollableArea img {
				float: left;
				padding-left: 25px;
				}
*/
	
	#callout {
		margin-bottom: 27px;
		text-align: center;
		font-style: italic;
		color: #264d9e;
		}
		#callout h1 {
			margin-bottom: 0;
			border: 0;
			font-weight: bold;
			font-size: 1.25em;
			}
		#callout p {
			margin-bottom: 0;
			font-size: .875em;
			}
	
	#feature {
		margin: 0 auto 18px auto;
		width: 706px;
		/* Changed 1/10/2012 by Jim Mayes
		   Requested by Donna Aschenbrenner 1/9/2012
		   center gsqa logo, requires moving the background image to this element from #what_is_it
		*/
		background: url(/img/feature_logo.gif) top center no-repeat;
		}
		#what_it_is {
			float: left;
			padding-top: 117px;
			width: 460px;
			font-size: .75em;
			/* Changed 1/10/2012 by Jim Mayes
			   Requested by Donna Aschenbrenner 1/9/2012
			   center gsqa logo, requires moving this background image to #feature element
			background: url(/img/feature_logo.gif) top center no-repeat;
			*/
			}
			#what_it_is p.first {
				margin-bottom: 1em;
				text-align: justify;
				}
				#what_it_is ul li {
					margin: 0 0 .7em 0;
					padding-left: 1.3em;
					text-align: justify;
					background: url(/img/bullet_what_is_it.gif) 2px 0 no-repeat;
					}
		#feature .more {
			float: right;
			/* Changed 1/10/2012 by Jim Mayes
			   Requested by Donna Aschenbrenner 1/9/2012
			   push "Learn More" box down to be flush with first line of text
			padding-top: 25px; 
			*/
			padding-top: 117px;
			width: 227px;
			}
			#feature .more h2 {
				margin-bottom: 0;
				height: 28px;
				line-height: 28px;
				text-align: center;
				font-size: 1em;
				color: #fefefe;
				background: url(/img/bg_learn_more_hdr.gif) top center no-repeat;
				}
			#feature .more ul {
				margin-bottom: 1.5em;
				font-size: .875em;
				background: url(/img/bg_learn_more_list.gif) bottom center no-repeat;
				}
				#feature .more li {
					position: relative;
					padding: 0 18px;
					}
				#feature .more ul a {
					display: block;
					padding: 8px 0;
					width: 100%;
					text-indent: 22px;
					text-decoration: none;
					color: #666;
					border-bottom: 1px solid #f5e9be;
					background: url(/img/bullet_learn_more.gif) 0 10px no-repeat;
					}
				#feature .more ul li.last a {
					border: 0;
					}
					#feature .more ul ul {
						display: none;
						position: absolute;
						top: 0;
						left: -213px;
						width: 213px;
						font-size: 1em;
						background: url(/img/bg_flyout_ul.png) bottom center no-repeat;
						}
					#feature .more ul ul a {
						border: 0;
						padding: 8px 0;
						text-indent: 0;
						color: #fff;
						background: 0;
						}
						#feature .more ul ul a:hover {
							text-decoration: underline;
							}
					#feature .more ul ul li.first {
						background: url(/img/bg_flyout_ul_first.gif) top center no-repeat;
						}
						
	#feature .more ul li:hover > ul {
		display: block;
		}
	
	#feature .more #pr_announce p {
		margin: 0;
		padding: .8em .5em .5em .5em;
		text-align: center;
		font-size: 0.875em;
		font-weight: bold;
		font-style: italic;
		color: #444;
		background: url(/img/bg_yellow_box_top.gif) top center no-repeat;
		}
		#feature .more #pr_announce small {
			display: block;
			padding: 0 1em .8em 1em;
			text-align: right;
			font-size: 0.6em;
			font-style: normal;
			background: url(/img/bg_learn_more_list.gif) bottom center no-repeat;
			}
		#feature .more #pr_announce a {
			text-decoration: none;
			color: #284e9f;
			}
			#feature .more #pr_announce a:hover {
				text-decoration: underline;
				}
	
	#issues h2 {
		margin: 1em auto 18px auto;
		width: 706px;
		height: 37px;
		text-indent: -9999px;
		background: url(/img/hdr_issues.gif) no-repeat;
		}	
	#issues dl {
		margin: 0 auto;
		width: 650px;
		font-size: .875em;
		}
		#issues dt {
			padding-left: 27px;
			font-weight: normal;
			background: url(/img/bullet_19x19.gif) 0 4px no-repeat;
			}
			#issues dt a {
				display: block;
				padding: 6px 0 6px 2px;
				color: #333;
				text-decoration: none;
				border-bottom: 1px dotted #999;
				}
				#issues dt a:hover {
					color: #000;
					background-color: #eaf1ff;
					}
			#issues dt.last a {
				border: 0;
				}
		#issues dd {
			display: none;
			}

#facebox .title {
	margin-bottom: 1em;
	font-size: 1.25em;
	font-style: italic;
	color: #264d9e;
	}
#facebox p {
	margin-bottom: 1em;
	line-height: 1.2;
	}
#facebox small,
#facebox small a {
	text-decoration: none;
	color: #264d9e;
	}
	#facebox small a:hover {
		text-decoration: underline;
		color: #036;
		}
#facebox .body {
	width: 420px !important;
	}
	
	#content {
		padding: 0 18px;
		width: 726px;
		}

/* content specific */
.attention {
	font-weight: bold;
	color: #f00;
	}

dl.personnel dt {
	padding-left: 27px;
	background: url(/img/bullet_19x19.gif) 0 0 no-repeat;
	}
dl.personnel dd {
	padding-left: 27px;
	}
	
dl.qanda dt {
	margin-bottom: 1.5em;
	padding-left: 27px;
	font-size: 1em;
	letter-spacing: .1em;
	color: #264d9e;
	background: url(/img/bullet_19x19.gif) 0 0 no-repeat;
	}
#pagebody dl.qanda dd {
	margin-bottom: 2em;
	padding-left: 27px;
	}
	
#product_flow,
#ecoa_img {
	margin: 0 auto 2em auto;
	text-align: center;
	}
	
#industry_lnks {
	margin: 2em 0;
	}
#industry_lnks li {
	overflow: hidden;
	margin: 0 0 2em 0;
	padding: 0;
	width: 100%;
	background: none;
	}
#industry_lnks li a {
	display: block;
	float: left;
	outline: none;
	margin-right: 1em;
	height: 72px;
	line-height: 72px;
	vertical-align: middle;
	}
	
#contact_form {
	border-collapse: collapse;
	padding: 2em 1em 1em 1em;
	}
.text-field{
	display: block;
	margin-bottom: 2em;
	border: 0;
	width: 450px;
	text-align: right;
	}
.text-field:after {/* classic clear fix */
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	} 
.text-field label {
	float: left;
	clear: left;
	margin-right: -200px;
	margin-bottom: 1em;
	border-right: 200px;
	width: 200px;
	}
.text-field input,
.text-field select {
	float: left;
	margin-left: 210px;
	margin-bottom: 1em;
	width: 200px;
	}
.textarea {
	margin: 0 auto;
	border: 0;
	width: 600px;
	text-align: left;
	}
.textarea label {
	display: block;
	}
.textarea textarea {
	width: 600px;
	}
label.radio {
	display: block;
	margin-bottom: .5em;
	}
fieldset {
	margin-bottom: 1.5em;
	}
fieldset.radio {
	border: 0;
	}
.btn {
	padding-top: 1em;
	text-align: center;
	}
	.btn input {
		padding: .3em .6em;
		}
.clear {
	clear: both;
	}
	
.hidden {
	display: none;
	}
ul.error {
	margin: 1em 0;
	border-top: 1px solid #f00;
	border-bottom: 1px solid #f00;
	padding: 1em 1em 0 1em;
	background: #fcc;
	}
ul.error li {
	margin: 0 0 1em 210px;
	padding: 0;
	color: #f00;
	background: none;
	}
		
/* page specific */
#cutomers_table {
	border-collapse: collapse;
	border: 1px solid #e2c047;
	}
	#cutomers_table th {
		padding: .4em .2em;
		text-align: center;
		font-size: .875em;
		background: #e2c047;
		}
	#cutomers_table td {
		padding: .3em;
		border: 1px solid #e2c047;
		vertical-align: top;
		font-size: .875em;
		}
	#cutomers_table td.table-div {
		padding: .4em .2em;
		font-size: .875em;
		font-weight: bold;
		background: #e2c047;
		}
		
#sitemap ul li {
	margin-bottom: .5em;
	padding-left: 27px;
	font-weight: normal;
	background: url(/img/bullet_19x19.gif) 0 0 no-repeat;
	}
	#sitemap ul li ul {
		padding-top: .5em;
		}
		#sitemap li li {
			margin: 0 0 .3em 0;
			padding-left: 1.3em;
			background: url(/img/bullet_what_is_it.gif) 2px 0 no-repeat;
			}
#sitemap #topnav #tn_sitemap {
	display: none;
	}
	
body.newsletter .article {
	margin-bottom: 1em;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 1em;
	}
body.newsletter .article.last {
	margin-bottom: 1em;
	border-bottom: 0;
	padding-bottom: 0;
	}
	body.newsletter .article ol {
		padding-left: 1.5em;
		list-style: decimal;
		}
		body.newsletter .article ol li {
			margin-bottom: 1em;
			}
		
/* misc */
.pointed {
	margin-bottom: 1em;
	}
	.pointed li {
		margin-bottom: .5em;
		padding-left: 27px;
		font-weight: normal;
		background: url(/img/bullet_19x19.gif) 0 0 no-repeat;
		}
		.pointed li ul {
			padding-top: .5em;
			}
			.pointed li li {
				margin: 0 0 .3em 0;
				padding-left: 1.3em;
				background: url(/img/bullet_what_is_it.gif) 2px 0 no-repeat;
				}

	#energizer_log_med {
		padding-top: 1em;
		text-align: center;
		}
	
	#download_button a {
		display: block;
		margin: 0 auto 1.5em auto;
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		padding: 10px 25px 10px 25px;
		width: 45%;
		text-align: center;
  		font-family: Arial;
  		font-size: 16px;
		font-weight: bold;
		color: #fff;
		text-shadow: -1px -1px 2px #465f97;
		text-decoration: none;
		background: #274d9e url(/img/bg_download_button.gif) 0 0 repeat-x;
		}
	#download_button a:hover {
		color: #fff;
		text-shadow: -1px -1px 2px #ceaf41;
		background: #274d9e url(/img/bg_download_button.gif) 0 -72px repeat-x;
		}

#footer {
	background: url(/img/bg_footer.gif) top center no-repeat;
	padding: 21px 0 72px 0;
	}

#footer .nav {
	padding: 0 16px 27px 0;
	text-align: right;
	font-size: .75em;
	}
	#footer .nav a {
		color: #666;
		text-decoration: none;
		}
		#footer .nav a:hover {
			color: #000;
			text-decoration: underline;
			}
	#footer .nav li {
		display: inline;
		border-right: 1px solid #ddd;
		padding: 0 4px;
		}
		#footer .nav li.last {
			border-right: 0;
			padding-right: 0;
			}

#copyright {
	text-align: center;
	font-size: .75em;
	color: #ccc;
	}
	#copyright a {
		color: #aaa;
		}
		#copyright a:hover {
			color: #666;
			}
