/*	@import "all.css";	*/	/* just some basic formatting, no layout stuff */

	body {
		margin:0;
		padding:0;
		color: #000;
		background: #0082C8 url('/layout/page-top-gradient.png') repeat-x;
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size: 76%;
		}

	a {
		color: #0082C8;
	}
	ul, ol {
		margin-left: 0;
		padding-left: 1.5em;
		}


	p,h1,pre {
		margin:0 0 10px 0;
		}

	h1 {
		font-size:1.1em;
		padding-top:10px;
		font-weight: normal;
		}
	h2 {
		font-size: 1.4em;
		font-weight: normal;
		margin-bottom: 0;
		}
	h3 {
		font-size: 1.2em;
		font-weight: normal;
		margin-bottom: 0;
		}
	hr { text-align: right; width: 100%; height: 1px; color: #0082C8; border: none; } /* For Internet Explorer */
	html>body hr { margin-right: 0; width: 100%; height: 1px; background-color: #0082C8; border: none; } /* For Gecko-based browsers */
	html>body hr { margin-right: 0; width: 100%; height: 1px; background-color: #0082C8; border: 0px solid #F00; } /* For Opera and Gecko-based browsers */
	#agi-page-wrapper {
		background: transparent url('/layout/page-bottom-gradient.png') 0 100% repeat-x;
	}
	#agi-page-offset {
		margin: 43px auto 0 auto;
		position: relative;
		width: 920px;
	}
	#agi-page {
		background: transparent url('/layout/agi-content-background.png') repeat-y;
		position: absolute;
		right: 0;
		width: 920px;
	}
	#page-header {
		background: transparent url('/layout/agi-content-background-top.png') no-repeat;
		width: 920px;
		margin-top: -16px;
	}
	#content-wrapper {
		background: #fff;
		width: 880px;
		margin: 0 20px 16px 20px;
	}
	#header {
		position: relative;
	}
	#registry-market {
		color: #0082C8;
		font-size: 1em;
		position: absolute;
		right: 46px;
		top: 30px;
	}
	#search {
		color: #0082C8;
		font-size: 1em;
		position: absolute;
		right: 46px;
		top: 82px;
	}
	#search .searchtext{
		width: 270px;
		color: #9e9e9e;
		font-size: 12px;
		float: left;
		height: 20px;
		margin-right: 3px;
	}
	#search .searchbutton {
		background: transparent;
		color: #fff;
		border: 0;
		height: 28px;
		width: 80px;
		font-size: 14px;
		float: left;
	}
	#banner {
		height:176px;
		border-bottom:1px solid #0082C8;
		margin: 0 36px 0px 36px;
		padding: 15px 0 6px 0;
		position: relative;
		voice-family: "\"}\"";
		voice-family: inherit;
		}
	html>body #banner {
		height:150px;
		}
	#banner img{
		left: -10px;
		position: absolute;
		top: 17px;
		}
	#menu {
		line-height: 18px;
		voice-family: "\"}\"";
		voice-family: inherit;
		z-index: 201;
		width: 100%;
		height: 16px;
		}
	html>body #menu {
		}
	#menu a {
		color: #0082c8;
		display: block;
		font-size: 15px;
		text-decoration: none;
		margin-right: 41px;
		text-transform: uppercase;
		white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
		width: 100%;
		height: 100%;
		}
	#menu a span {
		position: absolute;
		top: -15px;
		color: #f00;
		font-size: 10px;
	}
	#menu a:hover, #menu a:active {
		color: #8cc745;
		}
	#menu ul {
		list-style-type: none;
		position: absolute;
		top: 128px;
		left: 38px;
		margin-top: 20px;
	}
	#menu ul li {
		float: left;
		position: relative;
	}
	#menu ul li ul {
		list-style: none;
		position: absolute;
		left: -9999em;
		width: 200px;
		top: 0;
		overflow: clip;
		padding: 1em;
		z-index: 100;
		margin: 9px 0 0;
	}
	#menu ul li ul li {
		border-left: 1px solid #0082C8;
		border-right: 1px solid #0082C8;
		background: #fff;
		width: 100%;
		padding: 0.5em 0.5em 0.5em 1em;
	}
	#menu ul li ul li.first {
		border-top: 1px solid #0082C8;
	}
	#menu ul li ul li.last {
		border-bottom: 1px solid #0082C8;
	}
	#menu ul li.market:hover ul {
		left: 0;
	}
	#menu ul li.first {
	}
	#menu ul li.last a {
		margin-right: 0;
	}
	#sociallinks {
		color: #fff;
		line-height: 1.1;
		margin: 10px 0 0 10px;
		text-align: left;
		width: 100px;
		}
	#sociallinks a.blog{
		background: none;
		margin: 4px 0 0 -2px;
		}
	#sociallinks a.facebook{
		background: none;
		margin: 4px 0 0 -2px;
		}
	#sociallinks div {
		margin-bottom: 10px;
	}
	img {
		border:0px;
		}

	img.border {
		border:1px solid #000066;
		}

	p.footer {
		font-size: 10px;
		margin-bottom: 0;
		padding-bottom: 1em;
		text-align: center;
		}

	#leftcontent {
		font-size: 1em;
		position: relative;
		margin: 0 36px;
		}

	#leftcontentRO {
		font-size: 1em;
		}

	#leftcontentBG {
		}

	#centercontentouter {
		position: relative;
		margin: 0 36px;
/*		background:#fff;	*/
		margin-top: 10px;
/*		border:1px solid #000;	*/
		/*
		IE5x PC mis-implements the box model. Because of that we sometimes have
		to perform a little CSS trickery to get pixel-perfect display across browsers.
		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
		parsing bug in IE5x PC that will prematurly close a style rule when it runs
		into the string "\"}\"". After that string appears in a rule, then, we can override
		previously set attribute values and only browsers without the parse bug will
		recognize the new values. So any of the name-value pairs above this comment
		that we need to override for browsers with correct box-model implementations
		will be listed below.

		We use the voice-family property because it is likely to be used very infrequently,
		and where it is used it will be set on the body tag. So the second voice-family value
		of "inherit" will override our bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.

		The style rule immediately following this rule offers another chance for CSS2
		aware browsers to pick up the values meant for correct box-model implementations.
		It uses a CSS2 selector that will be ignored by IE5x PC.

		Read more at http://www.glish.com/css/hacks.asp
		*/

		voice-family: "\"}\"";
		voice-family: inherit;
		}
	html>body #centercontentouter {
		}

	#detailcontent {
		margin-top: 0px;
		voice-family: "\"}\"";
		voice-family: inherit;
		clear: both;
		}
	html>body #detailcontent {
		}

	#messagecontent {
		color: #cc3333;
		margin-top: 0;
		voice-family: "\"}\"";
		voice-family: inherit;
		}
	html>body #messagecontent {
		}

	#footercontent {
		margin-top: 40px;
		voice-family: "\"}\"";
		voice-family: inherit;
		color: #000;
		position: relative;
		margin: 0 36px;
		}
	html>body #footercontent {
		}

	#footercontentRO {
		margin-top: 40px;
		voice-family: "\"}\"";
		voice-family: inherit;
		}
	html>body #footercontent {
		}


	#rightcontent {
		font-size: 1em;
		position: relative;
		margin: 0 36px;
		padding-top: 2em;
		border-top: 1px solid #0082c8;
		}

	#rightcontentRO {
		font-size: 1em;
		}

	#rightcontentBG {
		}

	.small-list li { font-size: 0.9em; }

	#banner h1 {
		font-size:1.1em;
		padding:10px 10px 0px 10px;
		margin:0px;
		}

	#rightcontent p {
		font-size:0.9em;
		}


	#progressTabs {
		height: 30px;
		padding-bottom: 10px;
	}
	#progressTabs ul {
		width: 100%;
		margin: 0px;
		padding: 0px;
	}
	#progressTabs ul li {
		display: inline;
		padding: 0px;
		margin: 0px;
	}
	#progressTabs ul li a:link, #progressTabs ul li a:visited {
		background: #ddddff;
		text-decoration: underline;
		color: #006699;
		height: 18px;
		border: 1px solid #006699;
		padding: 4px 8px;
		margin: 0px 0px 20px -1px;
		font: bold 1em/1,5em Verdana,Helvetica,Lucida Sans,Arial,sans-serif;
		text-decoration: none;
		border-collapse: collapse;
	}
	#progressTabs ul li a:hover, #progressTabs ul li a:hover,
	#progressTabs ul li.progressTabActive a:link, #progressTabs ul li.progressTabActive a:visited {
		background: #006699;
		color: #ffffff;
	}
	#slideshow {
		margin: 1em 0;
		position: relative;
		display: block;
		width: 542px;
		height: 326px;
		}
	#slideshow img {
		border: 2px solid #0082C8;
		}
	#ordering-instructions {
		border: 2px solid #0082c8;
		padding: 0.5em;
		margin: 3em 0 2em 0;
		}
	#ordering-instructions h3{
		margin: 0;
		}
	#ordering-instructions ul {
		margin-top: 0;
		}
	#news-needs table {
		width: 100%;
		}
	#news-needs td {
		width: 50%:
		}
	#news-needs ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		}
	#news-needs ul li{
		padding-bottom: 0.5em;
		}
	#news-needs table tr td.news {
		border-right: 1px solid #0082C8;
		padding-right: 1em;
		}
	#news-needs table tr td.needs {
		padding-left: 1em;
		}
	#news-needs h3 {
		margin: 0;
		}

	#news-needs ul {
		margin-top: 0;
		padding-top: 0;
		}
	p.cc-title-slogan {
		font-size: 10px;
		height: 55px;
		position: relative;
		text-align: center;
	}
	img.title {
		position: absolute;
		top: 10px;
		left: -36px;
	}
	span.slogan {
		color: #8CC63E;
		font-size: 2em;
	}
	#pagefooter {
		background: #0082C8 url('/layout/agi-content-background-bottom.png') no-repeat;
		height: 17px;
		width: 920px;
		}

	/* Search */
	div.search h2 {
		padding: 0px 0px 10px 0px;
	}
	div.search p {
		display: block;
		width: 400px;
	}
	div.search h3 {
		font-size: 11pt;
		margin: 0px;
		padding: 0px 0px 3px 0px;
	}
	div.search a {
		color: #0000FF;
	}
	div.search div {
		color: #009900;
		padding: 3px 0px 0px 0px;
	}
	div.search form.right {
		float: right;
	}

#footerlinksection {
	float: left;
	width: 575px;
}
#footerlinksection div.linkcolumn {
	width: 25%;
	float: left;
}
#footerlinksection div.linkcolumn ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#footerlinksection a {
	text-decoration: none;
}
#footerlinksection a:hover {
	text-decoration: underline;
}
#footerlinksection h3 a:hover {
	text-decoration: none;
}
#footerlinksection div.linkcolumn h3 {
	color: #0082c8;
	margin: 0 0 10px 0;
}
#footerlinksection div.linkcolumn ul + h3 {
	margin-top: 10px;
}
#footerlinksection div.linkcolumn li a {
	color: #636363;
}
#sociallinks {
	clear: left;
	color: #0082c8;
	width: 565px;
	margin: 0;
	padding-top: 40px;
}
#sociallinks div {
	float: left;
}
#sociallinks div.text {
	margin: 18px 10px 0 0;
}
#sociallinks div.image {
	margin: 18px 20px 0 0;
}
#sociallinks div.image + div.image {
	margin-right: 10px;
}
#subscribe {
	float: left;
	width: 230px;
	margin: 0;
	padding: 0;
	background: #0082c8;
}
#subscribe h3 {
	color: #fff;
	font-size: 16px;
	padding: 0 1em;
	margin: 10px 0 5px 0;
}
#subscribe form {
	padding: 0 10px 10px 0;
	margin: 0;
}
#subscribe input {
	width: 197px;
	margin: 0 0 5px 13px;
	color: #9e9e9e;
}
#subscribe .state {
	width: 90px;
	float: left;
	margin-top: 3px;
	margin-left: 13px;
}
#subscribe .zip {
	width: 97px;
	float: left;
	margin: 0 0 5px 10px;
}
#subscribe .checkbox input {
	float: left;
	width: 20px;
	margin: 0 0 0 13px;
	padding: 0;
}
#subscribe p {
	color: #fff;
	margin-left: 43px;
}
#copyright {
	clear: left;
}
.result {
	display: none;
	height: 262px;
	width: 387px;
	opacity: 0.9;
	filter:alpha(opacity=90);
}

