@charset "utf-8";
body {
	color: #141011;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-size: 14px;
	font-family:"book antiqua", "times new roman", times;
	background: url(../images/Web%20background.jpg) repeat;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}

.pointer {
  cursor: pointer;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background-image:url('../images/background.jpg');*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	background: #f3eedb url(../images/background.jpg);
	border: thin solid #592614;
}
#header {
	/*background: url(../images/newlogo.jpg) no-repeat;*/
	height: 225px;
	width: 800px;
	position: relative;
}
#header_left {
	height: 225px;
	width: 575px;
	z-index: 10;
	position: relative;
	float: left;
}

#hka_text {
	position: absolute;
	left: 50px;
	top: 20px;
}
#search {
	height: 25px;
	width: 230px;
	position: absolute;
	left: 200px;
	top: 175px;
	background: #ffffff7;
}
#searchCheck {
	position: relative;
	left: -4000px;
	top: -30px;
}

#hka_slogan {
	position: absolute;
	left: 30px;
	top: 145px;
	height: 28px;
}
#header_right {
	float: right;
	height: 225px;
	width: 225px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#indexMenu {
	float: left;
}
#indexMenu li {
	text-align: center;
	display: inline;
	list-style: none;
	float: left;
	margin-right: 10px;
	border-right: medium solid #000;
	padding-right: 10px;
}
img a {
	text-decoration: none;	
}
#indexMenu li.last {
	border-right: none;
}

a:link, a:visited {
	color:#732919;
	text-decoration: underline;
}
a:active, a:hover {
	color:#a65221;
	text-decoration: none;
	font-style: oblique;
}
#mainContent {
	position: relative;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 14px;
	color: #141011;
	z-index: 1;
}

#maincontent h2 {
	text-align: center;
}

#left_sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 5px 10px 15px 0px;
}
#left_sidebar ul {
	margin: 15px;
}
#left_sidebar ul li {
	text-align: left;
}
#docContent {
	padding: 15px;
	height: auto;
	width: 500px;
	float: left;
	position: relative;
}

#mainFrame {
	background: #f3eedb url(../images/background.jpg);
	position: absolute;
	width: 700px;
	height: 1400px;
	left: -40;
}
#mainContent h1 {
	text-align: center;
}
#mainContent p {
	text-align: left;
	font-size: 18px;
}
div.item {
	width: 750px;
	margin-top: 10px;
}
#mainContent .item .itemPic {
	float: left;
	width: 150px;
}
#mainContent .item .itemDesc {
	float: left;
	width: 550px;
	margin-left: 20px;
	padding: 5px;
	border: thin solid #000;
}
#items_avalable {
	height: auto;
	width: 750px;
}
#items_avalable em {
	font-size: 14px;
	font-style: italic;
	color: #F00;
}


#items_avalable .even {
	background: #CCC;
}
#items_avalable .odd {
	background: #999;
}
#items_avalable .hover {
	cursor: pointer;
	background: #FF6;
}
#items_avalable .selected {
	color: #FFF;
	background: #930;
}
#items_avalable th {
	background: #930;
	color: #FFF;
	text-align: center;
	border: thin solid #000;
}
#items_avalable th.thhover {
	cursor: pointer;
}
.DetailColumn th {
	background: #930;
	color: #FFF;
	text-align: center;
	border: thin solid #000;
}
.DetailColumn th.thhover {
	cursor: pointer;
}

#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: auto;
	width: 779px;
	border-top: medium double #000;
	border-right: medium #000;
	border-bottom: medium #000;
	border-left: medium #000;
}
#footer Table {
	width: 600px;
}
#footer td {
	color: #933;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #933;
}
#footer div {
	text-align: center;
	height: auto;
	width: 800px;
}
# {
	position: absolute;
	left: 50px;
	top: 40px;
	z-index: 1000;
}
# a:link, # a:visited, # a:hover, # a:active {
	text-decoration: none;
	color: #999;
	font-size: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 0px;
}
#hdr_slogan {
	clear: both;
	height: 30px;
	width: 800px;
}
#navigation {
	/*background: url(../images/background.jpg) repeat-x;*/
	background: #feeedb;
	width: 100%;
}
#nav_container {
	text-align: center;
	width: 750px;
	height: 40px;
	margin-left: 25px;
	margin-top: 10px;
}

#navigation {
	zoom: 1;
	background: url(../images/background.jpg);
} /* IE6/7 fix */
#nav_container {
	zoom: 1;
} /* IE6/7 fix */
#mailList {
	width: 100%;
	font-size: 16px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#topLinks {
	width: 100%;
	font-size: 16px;
	text-align: center;
	z-index: 6;
}
#topLinks a {
	font-size: 18 px;
	color: #00F;
	text-decoration: underline;
	font-weight: bolder;
}
#topLinks a:hover {
	text-decoration: none;
	font-size: 20px;
}

.ncaption {
	margin-top: 10px;
	margin-left: 10px;
}
.Bulletin_heading {
	margin-top: 10px;
	margin-left: 10px;
	color: #C00;
	text-align: center;
}

.clearall {
	clear: both;
}
/*Styles for exported html from indesign*/

div.image {
	float: left;
}
div.story {
	float: left;
	width: 740px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
	padding-right: 10px;
	padding-left: 10px;
}
div.story p {
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}
.bulletin {
	float: left;
	background: #000;
	height: auto;
	width: 700px;
	border: medium double #F00;
	color: #FFF;
	background: #000;
	padding-top: 10px;
	padding-bottom: 10px;
}
#CatContent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
}

#CatContent .story {
}

#CatContent .story p.normal{
	text-align: left;
	padding: 10px;
}
#CatContent .story {
}

.menuCol {
	font-size: 14px;
	margin-right:10px;
	float: left;
	height: auto;
	width: 120px;
	margin-top: 12px;
}
.menuCol ul {
	padding: 0px;
}

.menuCol li {
	text-align: left;
	font-family: "Arial Black", Gadget, sans-serif;
	margin-top: 10px;
	margin-left: 0px;
}

.mcolumn {
	font-size: 14px;
	margin-right:10px;
	margin-left:0px;
	float: left;
	height: auto;
	width: 100px;
	margin-top: 12px;
}
.mcolumn h3 {
	text-align: left;
}

.mcolumn h3.current {
	background: #999;
	font-style: normal;
	color: #900;
	text-decoration: none;
	cursor: default;
}
.menuCol .current a:link, .menuCol .current a:link, .menuCol .current a:link, .menuCol .current a:link {
	background: #999;
	font-style: normal;
	color: #900;
	text-decoration: none;
}

#CatHdr {
	position: relative;
	width: 750px;
	text-align: center;
	z-index: 1;
}
#CatHdr img {
	position: absolute;
	left: 0px;
	top: -20px;
	z-index: 2;
	display: block;
}

#CatHdr h2 em {
	color:#000
	font-style: oblique;	
}

#CatHdr em {
	color: #F00;
}
#CatNav {
	position: relative;
	width: 750px;
	text-align: center;
	z-index: 1;
}
/* 
Form styles for Holabird Americana.com
/* -- Contact area styles -- */
/* -- Forms styles --*/
/*
contain interior floats */
#docform {
	background-color: #ffffff;
	height: auto;
	margin: 10px 0px 0px;
	position: relative;
	float: left;
	width: 640px;
	font-size: 12px;
	font-weight: normal;
	border-top: #0000FF;
	border-right: #0000FF;
	border-bottom: #0000FF;
	border-left: #0000FF;
	padding-top: 0px;
}
#docform .submit {
	margin-left: 10px;
	}
#docform .clear {
	clear:both;
	}
#docform input {
	width: 100px;
	}
/* reset width for non-text inputs */
#docform input.radio, #docform input.checkbox {
  width: auto;
  float: left;
}
#docform input.submit, #docform input.clear {
  width: auto;
}
#docform .finputs {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 550px;
	clear: left;
}
.textPosition {
	position: absolute;
	left: 100px;
}
#docform p{
	position: relative;
	width: 100%;
	}
#docform form {
	width: 540px;
	padding: 10px;
}


#docform .formKey {
	background: #FFCCFF;
	top: 0px;
	left: -4000px;
	position: relative;
}

#docform fieldset legend {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 2px 5px;
	color: #CC3300;
	margin-bottom: 20px;
	margin-left: -10px;
	margin-top: -2px;
	display: inline;
	font-size: 16px;
	font-weight: bold;
}
/* display labels next to form elements, add a class for when you want them to stack */
#docform label {
	font-size: 12px;
	font-weight: bold;
	float:left;
	margin-right: 1em;
	width: 12em;
	}
#docform label.top {
	display:block;
	float:none;
	}
/*style feedback message */
#docform label .feedback {
	position: absolute;
	margin-left: 6em;
	left: 300px;
	font-weight: bold;
	color:#760000;
	padding: 0 0 5px 20px;
	background: url(../images/notice.gif) no-repeat left top;
	/* so IE doesn't freak out */
	width: 200px;
	top: -12px;
}
#informationType1 {
	margin: 20px 0;
	}
#informationType2 {
	margin: 20px 0;
	}
	
/* display labels inline with checkboxes */
#informationType1 label, #informationType2 label{
	float:none;
	display:inline;
	padding-left:5px;
	}
/* align columns of checkboxes or radio buttons */
div.group1, div.group2, div.group3 {
	float:left;
	width: 200px;
	padding-left: 10px;
	margin-left: 10px;
	}
	
div.itemid {
	position: relative;
	width: 600px;
	height: 10px;
}

div.itemid img {
	position: absolute;
	left: 300px;
	top: -40px;
	border: thin solid #333;
}

/* --these styles use attribute selectors and the focus pseudo-selector to style form elements
in DOM compliant browsers. Other browseres (such as IE6 will ignore these
and render the default form */
fieldset[id=thisSubmit] {
	background: #CCe9ff;
	border: 3px ridge #000000;
}
legend[class=thisLegend] {
	background: #CCe9ff;
	border-top: 3px ridge #000000;
	border-right: 3px ridge #000000;
	border-left: 3px ridge #000000;
}
input:focus, textarea:focus {
	border: 2px solid #630;
	}
/* SpryValidationTextField.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */


/* These are the classes applied on the error messages
 * which prevent them from being displayed by default.
 */ 
.textfieldRequiredMsg, 
.textfieldInvalidFormatMsg, 
.textfieldMinValueMsg,
.textfieldMaxValueMsg,
.textfieldMinCharsMsg,
.textfieldMaxCharsMsg,
.textfieldValidMsg {
	display: none;
}

/* These selectors change the way messages look when the widget is in one of the error states.
 * These classes set a default red border and color for the error text.
 * The state class (e.g. .textfieldRequiredState) is applied on the top-level container for the widget,
 * and this way only the specific error message can be shown by setting the display property to "inline".
 */
.textfieldRequiredState .textfieldRequiredMsg, 
.textfieldInvalidFormatState .textfieldInvalidFormatMsg, 
.textfieldMinValueState .textfieldMinValueMsg,
.textfieldMaxValueState .textfieldMaxValueMsg,
.textfieldMinCharsState .textfieldMinCharsMsg,
.textfieldMaxCharsState .textfieldMaxCharsMsg
{
	display: inline;
	color: #CC3333;
	border: 1px solid #CC3333;
}



/* The next three group selectors control the way the core element (INPUT) looks like when the widget is in one of the states: * focus, required / invalid / minValue / maxValue / minChars / maxChars , valid 
 * There are two selectors for each state, to cover the two main usecases for the widget:
 * - the widget id is placed on the top level container for the INPUT
 * - the widget id is placed on the INPUT element itself (there are no error messages)
 */
 
 /* When the widget is in the valid state the INPUT has a green background applied on it. */
.textfieldValidState input, input.textfieldValidState {
	background-color: #B8F5B1;
}

/* When the widget is in an invalid state the INPUT has a red background applied on it. */
input.textfieldRequiredState, .textfieldRequiredState input, 
input.textfieldInvalidFormatState, .textfieldInvalidFormatState input, 
input.textfieldMinValueState, .textfieldMinValueState input, 
input.textfieldMaxValueState, .textfieldMaxValueState input, 
input.textfieldMinCharsState, .textfieldMinCharsState input, 
input.textfieldMaxCharsState, .textfieldMaxCharsState input {
	background-color: #FF9F9F;
}

/* When the widget has received focus, the INPUT has a yellow background applied on it. */
.textfieldFocusState input, input.textfieldFocusState {
	background-color: #FFFFCC;
}

/* This class applies only for a short period of time and changes the way the text in the textbox looks like.
 * It applies only when the widget has character masking enabled and the user tries to type in an invalid character.
 */
.textfieldFlashText input, input.textfieldFlashText {
	color: red !important;
}

/* When the widget has the hint message on, the hint text can be styled differently than the user typed text. */
.textfieldHintState input, input.textfieldHintState {
	/*color: red !important;*/
}

.upcoming {
	width: 750px;
	position: relative;
	border: thin solid #8a171a;
	margin-top: 25px;
	height: auto;
}
.upcoming .eimage {
	width: 100px;
	float: left;
	border-right: thin solid #8a171a;
	border-bottom: thin solid #8a171a;
}
.upcoming .edate {
	width: 100px;
	float: left;
}
.upcoming .ename {
	width: 250px;
	float: left;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.upcoming .edesc {
	width: 375px;
	float: left;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: oblique;
}
.upcoming .eheader, .upcoming .ebody {
	width: 750px;
	clear: left;
}
.upcoming .elocation {
	width: 100px;
	float: left;
	padding-left: 10px;
}
.upcoming .ephone {
	width: 150px;
	float: left;
	padding-left: 10px;
}
.upcoming .ewebsite {
	width: 400px;
	float: left;
	padding-left: 10px;
}
.upcoming .ewebsite a:link, .upcoming .ewebsite a:visited {
	font-size: 14px;
	font-style: normal;
	color: #900;		
}

.upcoming .ewebsite a:hover, .upcoming .ewebsite a:active {
	font-size: 14px;
	color: #FFF;
	font-style: normal;
	background: #999;
}


.upcoming .einfo {
	width: 600px;
	float: left;
	padding-left: 10px;
	clear: left;
	margin-left: 100px;
}
.ebody {
	border-top: thin double #000;
	padding: 5px;
	margin-top: 10px;
	height: 75px;
}
.ebody em {
	font-weight: bold;
	color: #900;
}
#cont_header {
	width: 600px;
	margin-left: 150px;
	text-align: center;
}
.button_image {
	float: left;
	margin-right:50px;
	margin-bottom: 20px;
}

.about_image {
	float: left;
}
.about_text {
	float: right;
	width: 420px;
	padding: 10px;
	margin-left: 10px;
}
.announcement {
	float: left;
	width: 800px;
	padding: 10px;
	margin-left: 10px;
}

#menuContainer {
	float: left;
	width: 750px;
	padding-left: 140px;
}
.spryState {
	width: 500px;
	font-size: 16px;
	color: #900;
	background: #FF6;
	padding-left: 200px;
}
.wait_image {
	float: left;
	height: auto;
	width: 150px;
}

.info {
	float: left;
	height: auto;
	width: 500px;
}
.info p {
	font-size: 14px;
	font-style: oblique;
	font-weight: bold;
	color: #03C;
}
.announcement {
	text-align: center;
	height: auto;
	width: 750px;
	font-size: 16px;
	color: #903;
	border: thin double #F00;
	background: url(../images/gradBar.gif);
	padding-top: 10px;
	padding-bottom: 10px;
}
.hka_auctions {
	margin: 0px;
	width: 750px;
	height:auto;
	position: relative;
}
.hka_auctions .lftImage {
	width: 80px;
	float: left;
	padding-left: 15px;
}
.hka_auctions .rtText {
	width: 600px;
	font-size: 16px;
	text-align: center;
}
.hka_auctions .rtText img {
	width: 500px;
	margin-left: 140px;
}
.hka_content {
	margin: 0px;
	width: 750px;
	height:auto;
	position: relative;
}
.hka_content .leftcol {
	width: 250px;
	height: 100px;
	padding: 10px 5px 10px 5px;
	margin-right: 5px;
	float: left;
}
.hka_content .rightcol {
	width: 470px;
	padding: 5px 5px 5px 5px;
	border-left-style: solid;
	border-left-width: 1px;
	float: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
}#live_auction {
	height: auto;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

