@charset "utf-8";
/* CSS Document */

.zipcodewarning {
	display: none;
	font-size: 11px;
	font-weight: bold;
	padding: 4px;
	position: absolute;
	left: -28px;
	top: -30px;
	width: 478px;
	text-align: center;
	color: #FF0000;
}

body, td, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1, h2, h3 { margin: 0px; }

.advertisers {
	font-size: 18px;
	text-align: center;
	width: 100%;
	margin: 20px 0 0 0;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.inputbutton {
	font-size: 14px;
	width: 100%;
	border: 1px outset #FFFFFF;
	background: url(../images/inputbutton.gif) repeat-x;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
	height: 30px;
}

a {
	color: #0066CC;
	text-decoration:none;
}
a:hover {
	color: #0099FF;
}

input, select {
	border: 1px solid #999999;
}

.wrapper {
	width: 900px;
	margin: 0 auto;
}
.wrapper .header {
	padding: 0 10px;
	height: auto;
}
.caption {
	padding: 8px 10px 15px 18px;
	height: auto;
	background: url(../images/quote.gif) 30px 20px no-repeat;
}
.caption2 {
	background: url(../images/quote2.gif) 98% 10px no-repeat;
	line-height: 30px;
	height: auto;
}
.caption2 h3 {
	font-size: 14px;
	margin: 0px;
}
.logo {
	font-size: 35px;
	margin: 18px 0px;
	width: 445px;
}
.nav {
	padding-left: 2px;
	margin: 18px 0;
	width: 330px;
}
.navtxt {
	text-align: center;
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: bold;
}
.wrapper .buttons {
	width: 330px;
	position: absolute;
	margin: 5px auto;
	padding-top: 0px;
	z-index: 1000;
}
.wrapper .buttons ul { list-style: none; margin: 0px; padding: 0px; }
.wrapper .buttons ul li {
	float: right;
	display: block;
	width: auto;
	color: #333333;
}
.wrapper .buttons li div {
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
	padding-top: 18px;
	text-align:center;
	height: 36px;
	color: #333333;
}

.wrapper .buttons li.moversbtn div {
	width: 65px;
	background: url(../images/moversoff.png) right repeat-x;
	color: #FFFFFF;
}
.wrapper .buttons li.moversbtn div:hover, .wrapper .buttons li.moversbtn div.active {
	background: url(../images/moverson.png) right repeat-x;
	color: #333333;
}

.wrapper .buttons li.glossarybtn div {
	width: 135px;
	background: url(../images/glossaryoff.png) center repeat-x;
	color: #FFFFFF;
}
.wrapper .buttons li.glossarybtn div:hover, .wrapper .buttons li.glossarybtn div.active {
	background: url(../images/glossaryon.png) center repeat-x;
	color: #333333;
}

.wrapper .buttons li.formsbtn div {
	width: 120px;
	background: url(../images/formsoff.png) left repeat-x;
	color: #FFFFFF;
}
.wrapper .buttons li.formsbtn div:hover, .buttons li.formsbtn div.active {
	background: url(../images/formson.png) left repeat-x;
	color: #333333;
}

.wrapper .content {
	margin: 10px 0;
}
.wrapper .footer {
	text-align: center;
	padding: 60px 10px 0 10px;
	font-size: 11px;
	line-height: 25px;
	margin-bottom: 40px;
}

.w100 { width: 98%; }
.clear { clear: both; }
.col25 { width: 25%; float: left; }
.col50 { width: 50%; float: left; }
.col75 { width: 75%; float: left; }
.left { float: left; }
.right { float: right; }
.resultscol {
 
}
.searchcol {
width: 475px;
}

.searchbox {
	border: 1px outset #FFFFFF;
	background: #EEEEEE url(../images/searchbox.gif) repeat-x;
	padding: 5px;
	margin: 5px;
}
.searchbox td {
	font-weight: bold;
}
.searchbutton {
	font-size: 16px;
	font-weight: bold;
	width: 250px;
	height: 42px;
	background: url(../images/search-button.gif) no-repeat;
	border: 0px;
	cursor: pointer;
}
.searchbutton-disabled {
	font-size: 16px;
	font-weight: bold;
	width: 250px;
	height: 42px;
	background: url(../images/search-button-disabled.gif) no-repeat;
	border: 0px;
	cursor: default;
}
.searchresults {
	margin: 5px;
}
.sitebutton {
	text-align:center;
	width: 160px;
	float: left;
	height: 30px;
	margin: 4px;
	border: 1px solid #999999;
}

.resultswhat {
	width: 330px;
	margin: 0 auto;
}
.resultswhat img {
	float:right;
}

.resultssearching {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	display: none;
}

.results {
	display: none;
	margin-left: 10px;
}
.results_container {
	width: 360px;
	margin: 0 auto;
	position: relative;
	height: auto;
}

.resultsin {
	position: absolute;
	top: 200px;
	right: 0px;
	width: 100%;
	height: 61px;
	background: url(../images/arrowdown.png) top center no-repeat;
	display: none;
}

