@charset "UTF-8";

/* CSS Document */

#alternate {
}

.banner {
	margin: 0;
	padding: 0;
}

.steps {
	margin-top: 4px;
	/*margin-bottom: 17px;*/
	padding: 0;
}

.searchArea, .searchArea2 {
	background-image: url(/images/searchbox-bottom.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin-bottom: 12px;
	display: block;
}

.inside {
	background-image: url(/images/searchbox-top.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 9px 20px;
	display: block;
}

.inside b {
	font-weight: normal;
}

.searchArea td {
	padding: 2px 4px;
}

.searchArea fieldset, .searchArea2 fieldset {
	border: 0;
	padding: 0;
	margin: 0;
	display: inline;
}

.searchArea p, .searchArea2 p {
	border: 0;
	padding: 0;
	margin: 0;
}

.searchArea br, .searchArea2 br {
	display: none;
}

.contentHeader_1, .contentHeader_3 {
	color: #333333;
	margin-top: 0;
	font-size: 14px;
	padding: 12px;
	font-weight: bold;
}

.contentHeader_2 {
	display: none;
}

.contentHeader_1 br, .contentHeader_3 br {
	display: none;
}

.index {
	background-image: url(/images/bg_alpha.gif);
	width: 573px;
	padding: 6px 0;
	text-align: center;
	background-repeat: no-repeat;
	background-position: top left;
	color: #666;
}

.index .line {
	color: #000;	
}

.index strong {
	font-weight: bold;
	color: #B1D11F;
}

#step2 .index {
	display: none;
}

#dontshow .index {
	display: none;
}

.index a {
	text-decoration: none;
	color: #999;
	padding: 0 2px;
}

.index a:hover {
	color: #B1D11F;
}

.searchResults {
	color: #232323;
	padding: 10px 15px;
}

#step2 .searchResults {
	padding: 0;
}

.searchResults a {
	color: #232323;
	text-decoration: none;
}

.searchResults a:hover {
	color: #009;
}

.orbutton {
	background-image: url(/images/bt_or.jpg);
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	margin: 4px 0 4px 25px;
}

.orbutton img {
	display: none;
}

h2.indent {
	margin-bottom: 0;
	padding-left: 12px;
}

.index_2 {
	background-image: url(/images/bg_index_2.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #2e2e2e;
	border-left: 1px solid #2e2e2e;
	border-right: 1px solid #2e2e2e;
	color: #fff;
	padding: 9px 17px;
}

.searchResults_2 {
	background-image: url(/images/bg_searchResults_2.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #e0e0e0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	color: #373737;
	padding: 9px 17px;
}

.normal a {
	color: #cc6600;
	text-decoration: underline;
}

.searchResults_2cont {
	width: 573px;
}

.center-content {
	min-height:350px;
	height:auto !important;
	height:350px;
}

.quoteheadline {
	margin-bottom: 6px;
}

.quote {
	font-weight: normal;
	padding: 8px 0;
	margin-bottom: 0;
	color: #000;
}

.quoteby {
	font-weight: normal;
	font-size: 11px;
	padding-left: 15px;
	padding-top: 3px;
	color: #333;
	margin-bottom: 0;
}

.search2 {
	vertical-align: middle;
}

.formGreenBold {
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

#admins {
	text-align: center;
	padding: 4px;
	background-color: #FEFA99;
	border: 2px solid #F5B704;
	margin-bottom: 6px;
}

#admins a {
	color: #B91309;
}

.success {
  font-weight: bold;
  color: #336600;
}

.warning {
  font-weight: bold;
  color: #990000;
}

.required {
  color: #990000;
}

