@charset "utf-8";
/* CSS Document for global site, applies to all pages */

/* Global */
body {
	background: #fff;
	margin: 0px;
}
h1, h2 {
	margin: 0px; 
}
IMG { 
	border-style: none; 
}
P { 
	margin: 1.0em 0em; 
}
FORM {
	margin: 0px;
	padding: 0px;
}
/* END Global */

/* Main Structure IDs */
#outer-wrapper { 
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

#header-wrapper { 
	position: relative;
	background: url(../images/header-shadow-bg.gif) left top #fff;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 246px;
	z-index: 2;
}
#as-logo {
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: 2;
}		
#header {
	position: relative;
	height: 30px;
	width: 980px;
	margin: 0px 10px;
	padding-top: 20px;
}		
#content-outer-wrapper { 
	position: relative;
	background: url(../images/shadow-bg.gif) repeat-y #fff;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	z-index: 1;
}
#content-inner-wrapper-home { 
	position: relative;
	margin: 0px 10px;
	width: 980px;
	background: url(../images/left-column-home-bg.gif) repeat-y;
}
#content-inner-wrapper { 
	position: relative;
	margin: 0px 10px;
	width: 980px;
	background: url(../images/left-column-bg.gif) repeat-y;
}
#footer {
	position: relative; clear: both;
	background: #fff url(../images/footer-bottom-bg.gif) no-repeat;
	height: 40px;
	margin-top: 0px;
	padding: 6px 0px 20px 10px;
}
/* END: Main Structure IDs */


/* Search form */
#search-form {
	position: relative;
	float: right;
	height: 30px;
	margin-top: 0px;
	margin-right: 8px;
	z-index: 2;
}
	#search-form form {
		margin-top: 4px;
	}
	#search-form #search {
		border: solid 1px #9b8f7e;
		color: #bbb;
		font-size: 8pt;
		height: 16px;
		padding-top: 2px;
		padding-left: 2px;
		vertical-align: middle;
		width: 155px;
	}
	#search-form #btnGo {
		background-color: #9b8f7e;
		border: solid 1px #555;
		color: #fff;
		font-size: 10pt;
		font-weight: bold;
		height: 21px;
		padding: 0px;
		vertical-align: middle;
		width: 25px;
	}

/* END Search form */

#pdf-icon { padding-right: 4px; vertical-align: middle; }

#solution-finder-img {
	position: absolute;
	z-index: 1;
}
#solution-finder-swf {
	position: absolute;
	z-index: 2;
}
#q { background: none !important; }
#conversion-code { display: none; }
.rss-icon { text-align: right; }
.rss-icon a, .rss-icon a:link, .rss-icon a:visited {
	color: #888;
	font-size: 8pt;
	text-decoration: none;
}
.rss-icon a:hover, .rss-icon a:active {
	text-decoration: underline;
}
.rss-icon img {
	vertical-align: middle;
	padding-left: 4px;
}
.icon {
	vertical-align: middle;
	padding-right: 4px;
}



