@charset "utf-8";
body  {
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
	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 */
	color: #000000;
	background-color: #d8171f;
	background-image: url(../images/backgroundGradient.jpg) repeat-x top left;

}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.twoColFixRtHdr #container { 
	width: 764px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top:25px;
	border-left:4px solid #fff;
	border-right:4px solid #fff;
	border-top:4px solid #fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
} 
.twoColFixRtHdr #header h1 {
}
.twoColFixRtHdr #nav { 
	position: relative;
	height: 30px;
	padding-top: 6px;
	position:absolute;
	z-index:99999;
}
.twoColFixRtHdr #container #innerContainer {
	background-image:url(../images/sidePanelLeftBorder.gif);
	background-repeat:repeat-y;
	background-position:583px;
	width: 100%;
	position: relative;
	top:40px;
}
.twoColFixRtHdr #sidebar1 {
	margin: 0px;
	padding: 0px;
	float: right; /* since this element is floated, a width must be given */
	width: 181px; 
}
.twoColFixRtHdr #mainContent { 
	padding: 0px;
	width: 583px;
	float:left;
} 
* html .twoColFixRtHdr #sidebar1 {
	display: inline; 
	margin-left: -181px; 
}
.twoColFixRtHdr #footer { 
	background-image:url(../images/footerRibbon.gif);
	background-repeat:repeat-x;
	background-position:top left;
	padding: 20px 10px 10px 10px;
} 

.twoColFixRtHdr #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 */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;

}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* Homepage Text Styles */ 

.latestHeader {
	font: 1.2em 'Trebuchet MS', Helvetica, sans-serif;
	font-weight: normal;
	text-align: left; 
	color: #4f4e4e;
	letter-spacing: -1px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

.homepageText {
	font: 1.2em 'Trebuchet MS', Helvetica, sans-serif;
	font-weight: normal;
	margin-left: 0px; 
	text-align: left; 
	color: #434242;
	letter-spacing: -1px;
}

.addressFooterText, .addressFooterText a {
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #737171;
}
.addressFooterText a {
	font: 1em;
	font-weight: bold;
	color: #737171;
}

/* Homepage News Table Background */


.news_Home_Table_BG {

   background-image:url(../images/latestNewsGradient.jpg);
   background-repeat:repeat-x; 
   background-position:bottom left;
   height: 252px;
}


/* Homepage Link Styles */ 


a.readMoreLink:active {

	color: #0b7180;
	text-decoration: none;

}

a.readMoreLink:link {

	color: #0b7180;
	text-decoration: none;

}

a.readMoreLink:hover {

	color: #0b7180;
	text-decoration: none;

}

a.readMoreLink:visited {

	color: #0b7180;
	text-decoration: none;

}


/* Right Hand Side Text Styles */ 

.searchTitle {
	font: 1.2em 'Trebuchet MS', Helvetica, sans-serif;
	font-weight: 900;
	margin-left: 10px; 
	text-align: center; 
	color: #FFFFFF;
}

.auctionTitle {
	font: 1.2em 'Trebuchet MS', Helvetica, sans-serif;
	font-weight: 900;
	margin-left: 10px; 
	text-align: center; 
	color: #333333;
}

.auctionText {
	font: 11px Verdana, Helvetica, sans-serif;
	font-weight: 100;
	margin-left: 0px; 
	text-align: left; 
	color: #000;
}

/* Right Hand Side Table Headers */ 

.searchTableHeader {

   background-image:url(../images/search_header_bg.jpg);
   background-repeat:repeat-x; 
   background-position:top left;
   height: 30px;
}

.auctionTableHeader {

   background-image:url(../images/property_header_bg.jpg);
   background-repeat:repeat-x; 
   background-position:top left;
   height: 28px;
}

.auctionHammer {

   background-image:url(../images/auction_hammer.jpg);
   background-repeat: no-repeat; 
   background-position:top right;
   height: 100px;
}

.licensedWineGlass {

   background-image:url(../images/wine_glass.jpg);
   background-repeat: no-repeat; 
   background-position:top right;
   height: 100px;
}


/* Main Content Text Styles */ 


h1.mainContent {
	color:#44166b;
	font-family:"Trebuchet MS";
	font-size:13pt;
	font-weight:900;
	text-transform:uppercase;
}

td.mainContent {
	font-family:Verdana;
	font-size:8pt;
	vertical-align:top;
}

a {
	color:#44166b;
}

strong.newsTitle {
	text-transform:uppercase;
}

td.staffProfile {
	color:#44166b;
	font-size:1.0em;
	font-family:"Trebuchet MS";
	vertical-align:bottom;
}
caption.mainContent {
	color:#44166b;
	font-size:1.0em;
	font-family:"Trebuchet MS";
	font-weight:900;
	text-align:left;
}

/* Property Search */

form.propertySearch {
	border:0px;
	margin:0px;
	padding:0px;
}
input.propertySearch {
	color:#000;
	font-family:Verdana;
	font-size:1.0em;
	width:96%;
}
select.propertySearch {
	color:#000;
	font-family:Verdana;
	font-size:1.0em;
	width:100%;
}

/* Auction Page */
a.auction_catalogue {
	color:#3a9fd5;
}
strong.auction_catalogue {
	color:#44166b;
	font-family:"Trebuchet MS";
	font-size:12px;
}
td.auction_catalogue {
	background-color:#f8f8f8;
	color:#44166b;
	font-family:Verdana;
	font-size:11px;
	font-weight:100;
	line-height:150%;
	padding-left:7px;
	padding-bottom:7px;
	padding-right:7px;
	padding-top:7px;
	vertical-align:top;
	width:270px;
}
a.auction_guides {
	color:#3a9fd5;
}
strong.auction_guides {
	color:#44166b;
	font-family:"Trebuchet MS";
	font-size:12px;
}
td.auction_guides {
	background-color:#f8f8f8;
	color:#44166b;
	font-family:Verdana;
	font-size:11px;
	font-weight:100;
	line-height:150%;
	padding-left:7px;
	padding-bottom:7px;
	padding-right:7px;
	padding-top:7px;
	vertical-align:top;
	width:270px;
}

span.future {
	font-family:Verdana;
	font-size:11px;
}
strong.future {
	color:#44166b;
	font-family:"Trebuchet MS";
	font-size:12px;
}
td.future {
	background-color:#c6e3f8;
	color:#44166b;
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:100;
	line-height:150%;
	padding-left:7px;
	padding-bottom:7px;
	padding-right:7px;
	padding-top:7px;
	vertical-align:top;
	width:270px;
}

#image-rotator { list-style:none; margin:0; padding:0; }