* {
	font-family: Arial, Helvetica, sans-serif;
	color: #2a2a2a;
	padding: 0;
	margin: 0;
}

body {
	background-color: #fff;
}

#return_button {
	position: fixed;
	top: 26px;
	left: 50%;
	margin-left: 93px;
	font-size: 13px;
	z-index: 3;
	font-weight: bold;
	padding: 2px;
	display: none;
}

a {
	color: #00688e;
	text-decoration: none;
}

a:hover, a:active {
	color: #50710c;
}

a .small {
	font-size: 9px;
	position: relative;
	top: 1px;
	color: #00688e;
	text-decoration: none;
}

a:hover .small {
	color: #50710c;
}

a:active .small {
	color: #50710c;
}

#page_wrapper {
	width: 466px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
}

#content {
	position: relative;
	margin: 108px 12px 24px 12px;
	width: 442px;
	z-index: 0;
}

#top_text {
	font-size: 14px;
	position: fixed;
	top: 0px;
	left: 50%;
	width: 466px;   /*extended width fixes display issue when window is shrunk*/
	height: 50px;
	background-color: #fff;
	padding: 6px 0 0 0;
	margin: 0 0 0 -233px;
	z-index: 2;   /*above content div*/
}

#top_text a {
	color: #000;
	text-decoration: underline;
}

#search_form_wrapper {
	position: fixed;
	top: 55px;
	left: 50%;
	width: 466px;      /*extended width fixes display issue when window is shrunk*/
	background-color: #fff;
	padding: 6px 0 0 0;
	margin: 0 0 0 -233px;
	z-index: 2;   /*above content div*/
}

/*extra div needed for border*/
#search_form_border {
	width: 460px;
	background-color: #fff;
	border: 1px solid #d4d4d4;
	padding: 2px;
}

#search_form {
	background-color: #d4d4d4;
	padding: 8px;
}

#search_form form {
	display: inline;
	margin: 0;
}

#search_form input {
	font-size: 12px;
	vertical-align: middle;
	display: inline;
	color: #2a2a2a;
	vertical-align: middle;
}

#search_form select {
	float: right;
}

#search_form select, #search_form option {
	font-size: 11px;
	color: #2a2a2a;
	max-width: 200px;
}

#search_form option {
	padding-left: 3px;
}

#search_form input:focus, #search_form select:focus {
	background-color: #d4d4d4;
	border: 1px solid #f15b47;
    outline-width: 0;
}

#search_form .text, #search_form select {
	border: 1px solid #d4d4d4;
	padding: 5px;
	vertical-align: middle;
}

#search_form .button, #search_results .button {
	font-size: 12px;
	color: #2a2a2a;
	min-width: 55px;
}

#search_results .button {
	vertical-align: top;
	margin-top: 2px;
	margin-left: 15px;
	display: inline;
}

#search_results h1 {
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	padding-top: 10px;
	line-height: 1.1;
}

#search_results p {
	font-size: 15px;
	line-height: 1;
	text-indent: -10px;
	margin: 8px 0 0 10px;
}

.exh_wrapper {
	background-color: #fff;
	border-bottom: 1px solid #d4d4d4;
	margin: 0 -12px;
	padding: 6px 0;
}

.exh_wrapper a.jump {
	display: block;
	height: 1px;
	margin-bottom: 5px;
}

.exh {
	display: block;
	background-color: #d4d4d4;
	padding: 6px 0 6px 6px;
}

.exh_sel {
	display: block;
	background-color: #cce29f;
	padding: 6px 0 6px 6px;
}

.exh_left_col {
	width: 220px;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

.exh_right_col {
	width: 214px;
	display: inline-block;
	vertical-align: top;
}

.exh p, .exh_sel p {
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
}

.exh_right_col p {
	font-size: 13px;
	line-height: 1;
	text-indent: -8px;
	margin: 2px 0 4px 8px;
}

.line_sel {
	display: inline-block;
	border: 2px #d4d4d4 ridge;
	margin: 6px 0;
	padding: 6px;
}

.line_sel p.line {
	font-size: 13px;
	font-weight: bold;
	text-indent: 0;
	margin-left: 0;	
}

p.line .small {
	font-size: 9px;
	position: relative;
	top: 1px;
}

.line_sel p.desc {
	font-size: 12px;
	text-indent: 0;
	margin-left: 0;
}

.line_sel .cat {
	font-size: 12px;
	margin-top: 10px;
}

.line_sel .cat p {
	font-size: 12px;
	line-height: 1;
	text-indent: -6px;
	margin: 1px 0 2px 6px;	
}

#fader_top {
	position: fixed;
	content: '';
	top: 108px;
	left: 0;
	right: 0;
	height: 10px;
	background-image: url('images/fader_top.png');
	background-repeat: repeat-x;
	z-index: 1;
}

#fader_bottom {
	position: fixed;
	content: '';
	bottom: -1px;
	left: 0;
	right: 0;
	height: 10px;
	background-image: url('images/fader_bottom.png');
	background-repeat: repeat-x;
	z-index: 1;
}

@media print {
	.noprint { display: none !important; }
}

#ad_wrapper {
	display: none;
}