* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/anyones-search-arrow.gif) 265px 150px no-repeat;
	font-size: 14px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
}

a:link, a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover, a:active {
	color: #CC0000;
	text-decoration: underline;
}
	a img {
		border: none;
	}

ol li {
	margin: 0 0 10px 15px;
}

.smlTxt {
	font-size: 11px !important;
}

.error {
	color: #CC0000;
}

.anyones {
	color: #000000;
}
.anyones:hover {
	color: #CC0000;
}

#fullText ol strong {
	color: #000000;
}

#searchBar {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 20px;
	width: 242px;
	background: url(../images/anyones-nav-tile.gif) top left repeat-y;
	text-align: center;
}
	#searchBar #logo {
		padding: 50px 0;
		background: url(../images/anyones-nav-top.gif) top left no-repeat;
		text-align: center;
	}
	#searchBar #searchForm {
		position: relative;
		margin: 0 auto;
		padding: 10px 0 5px 0;
		width: 194px;
		border-bottom: 1px #999999 solid;
		border-top: 1px #999999 solid;
	}
		#searchBar #searchForm input {
			padding-right: 15px;
			width: 175px;
		}
		#searchBar #searchForm input.nosize {
			margin-top: 5px;
			padding-right: 0;
			width: auto;
		}
		#searchBar #searchForm #help {
			position: absolute;
			top: 10px;
			right: 0;
			padding: 0 4px;
			background-color: #CCCCCC;
			border: 1px #999999 solid;
			font-weight: bold;
		}
		#searchBar #searchForm #help:hover {
			background-color: #CC0000;
			color: #FFFFFF;
			text-decoration: none;
		}
	#searchBar #helptext {
		position: absolute;
		top: 20px;
		left: 23px;
		width: 194px;
		background-color: #CCCCCC;
	}
		#searchBar #helptext p {
			padding: 3px;
			font-size: 80%;
			color: #000000;
		}
	#searchBar #scrollContain {
		padding-bottom: 50px;
		height: 200px;
		background: url(../images/anyones-nav-base.gif) bottom left no-repeat;
	}
		#searchBar #scrollContain #scroller {
			position: relative;
			overflow: hidden;
			margin: 20px 0 0 0;
		}
			#searchBar #scrollContain #scroller ul {
				list-style: none;
			}
			#searchBar #scrollContain #scroller ul li.highlight {
				color: #990000;
			}
	
#content {
	margin-left: 350px;
	padding-top: 150px;
	width: 550px;
}
	#content p {
		margin-bottom: 10px;
	}
	#content .alert {
		margin-bottom: 20px;
		padding: 5px;
		width: 500px;
		border-top: 1px #cccccc solid;
		border-bottom: 1px #cccccc solid;
		background-color: #F0F8ED;
	}
	#content #pager {
	}
		#content #pager ul {
			margin-right: 50px;
			list-style: none;
		}
			#content #pager ul li {
				float: left;
				margin: 3px 0;
				padding: 0 5px;
				border-right: 1px #666666 solid;
			}
			#content #pager ul li#next {
				border: none;
			}
				#content #pager ul li a {
					color: #666666;
				}
				#content #pager ul li a.current {
					font-weight: bold;
					color: #990000;
				}
	#content #results {
		clear: left;
		margin-top: 10px;
		width: 550px;
	}
		#content #results th {
			padding: 5px;
			background-color: #000000;
			color: #FFFFFF;
			font-weight: normal;
			text-align: left;
			vertical-align: top;
		}
		#content #results td {
			padding: 5px;
			border-bottom: 1px #cccccc solid;
			vertical-align: top;
		}
		#content #results td.highlight,
		#content #results td.highlight a {
			color: #990000;
		}
		#content #results td.normal,
		#content #results td.normal a {
			color: #006600;
		}
		#content #results .offertop td {
			border-bottom: none;
			background-color: #F0F8ED;
		}
		#content #results .offerbase td {
			background-color: #F0F8ED;
		}
			#content #results .offerbase table {
				margin-top: 5px;
				width: 100%;
			}
				#content #results .offerbase table th {
					padding: 3px 0;
					width: 100px;
					background: none;
					color: #666666;
				}
				#content #results .offerbase table td {
					padding: 3px 0;
					border: none;
				}
	#content #contact {
	}
		#content #contact th {
			padding: 0 20px 10px 0;
			font-weight: normal;
			text-align: left;
			vertical-align: top;
		}
		#content #contact td {
			padding: 0 0 10px 0;
		}

#footer {
	overflow: auto;
	margin: 50px 0 0 350px;
	padding-top: 10px;
	width: 550px;
	background: url(../images/anyones-footer-bar.gif) top left repeat-x;
	list-style: none;
}
	#footer li {
		float: left;
	}
	#footer li#contactLink {
		margin-left: 120px;
		width: 130px;
	}
	#footer li#tandcLink {
		padding-left: 80px;
		width: 200px;
		background: url(../images/anyones-footer-dot.gif) center left no-repeat;
	}
	#footer li#discLink {
		padding-left: 40px;
		width: 100px;
		background: url(../images/anyones-footer-dot.gif) center left no-repeat;
		text-align: right;
	}
		#footer li a {
			color: #cc0000;
			font-size: 12px;
		}



.tandc h2 {
	margin: 15px 0 5px 0;
}
.tandc h3 {
	margin: 10px 0 5px 0;
	color: #cc0000;
	font-size: 16px;
}
.tandc dl {
	overflow: auto;
	margin: 0 0 5px 10px;
}
	.tandc dl dt {
		clear: left;
		float: left;
		width: 50px;
	}
	.tandc dl dd {
		float: left;
		padding-bottom: 15px;
		width: 490px;
	}
		.tandc dl dd ol,
		.tandc dl dd ul {
			margin-left: 15px;
		}


#flashDiv {
	margin: -140px 0 30px 0;
	width: 720px;
	height: 160px;
}

#homepage #content,
#homepage #footer,
#fullText #content,
#fullText #footer {
	width: 720px;
}
	#homepage #footer li#contactLink,
	#fullText #footer li#contactLink {
		margin-left: 210px;
		display: inline;
	}