@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------------------------------------------

	Created by elykinnovation, inc. - http://www.elykinnovation.com
	Jacksonville, Florida - Web Design Company

--------------------------------------------------------------------------------------------------- */


a, div {-moz-outline:none;}

/* ----------------------------------------------------------------------------------------------------------------

	.png hack

------------------------------------------------------------------------------------------------------------------*/

/* * { behavior: url(iepngfix.htc); }*/
.iepngfix { behavior: url(css/iepngfix.htc); }
 

/* ---------------------------------------------------------------------------

	Body 

--------------------------------------------------------------------------- */

body {
	margin: 0px;
	padding: 0px;
	background-color: #edefee;
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	color: #333;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

.wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	border: 0px;
	width: 970px; /* Make this number 10px wider than actual design for ie issues */
}

.header {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 960px;
	height: 179px;
	background-image: url(../images/header-bg.png); 
	background-repeat: no-repeat;
}


.side_a {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 700px;
}

.side_b { 
	float: left;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
	width: 240px;
}

#calendar {
	margin: 15px 0 0 0;
	float: left;
}

/* ---------------------------------------------------------------------------

	For 3 column design: Leave off if unneccessary

--------------------------------------------------------------------------- */

.side_c {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 900px;
}

.footer {
	float: left;
	margin: 15px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	width: 960px;
	height: 30px;
	background-color: #1a3958;
	border: 1px solid #d8d8d8;
	color: #fff;
}

.copyright {
	float: left;
	clear: both;
	margin: 12px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	width: 960px;
	text-align: center;
	color: #333;
}


/* ---------------------------------------------------------------------------

	Logo Replace

--------------------------------------------------------------------------- */

.logo a {
	float: left;
	display: block;
	text-decoration: none;
	width: 431px;
	height: 124px;
	background-image: url(../images/logo-fleming-2.png);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* ---------------------------------------------------------------------------

	Horizontal Navigation

--------------------------------------------------------------------------- */

.nav {
	float: left;
	width: 550px;
	height: 55px;
	text-align: center;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
} 

.nav ul {
	padding: 0px;
	margin: 0px;
}

.nav ul li {
	float: left;
	padding: 0px 0px;
	color: #1C3C5D;
	font-size: 16px;
	list-style: none;
	height: 55px;
}

.nav ul li a, .nav ul li a:link, .nav ul li a:visited {
	float: left;
	color: #1C3C5D;
	text-decoration: none;
	background-image: url(../images/nav.png);
	background-position: top center;
	padding: 20px 20px 0px 20px;
	margin: 0px;
	height: 35px;
}

.nav ul li a:hover, .nav ul li a:visited:hover {
	color: #ffe218;
	text-decoration: none;
	background-image: url(../images/nav-hover.png);
}

.nav ul li.first a {
	background-position: top left;
	padding-left: 30px
}

.nav ul li.last a {
	background-position: top right;
	padding-right: 30px
}

.footer-nav {
	float: right;
	width: 550px;
	text-align: right;
	text-align: right;
	margin: 0px 0px 0px 10px;
	padding: 0px 20px 0px 0px;
} 

.footer-nav ul {
	padding: 0px;
	margin: 0px;
}

.footer-nav ul li {
	float: right;
	padding: 0px 10px;
	font-size: 13px;
	list-style: none;
}

.footer-nav ul li a, .footer-nav ul li a:link, .footer-nav ul li a:visited {
	float: left;
	color: #fff;
	text-decoration: none;
}

.footer-nav ul li a:hover, .footer-nav ul li a:visited:hover {
	color: #fee529;
	text-decoration: none;
}

.logoslist {
	float: left;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
} 

.logoslist ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.logoslist ul li {
	float:left;
	width:150px;
	height:150px;
	border:1px solid #CCC;
	background-color:#FFFFFF;
	padding: 10px;
	color: #666;
	vertical-align:center;
	margin:10px;
}

.logoslist ul li a:link, .logoslist ul li a:visited {
	color: #666;
	text-decoration: none;
}

.logoslist ul li a:hover, .logoslist ul li a:visited:hover {
	color: #990000;
	text-decoration: none;
}

/* ---------------------------------------------------------------------------

	Unordered List Stylings

--------------------------------------------------------------------------- */
.auction {
	float: left;
}

.all-auctions-link {
	width: 224px;
	margin: 7px 0 2px;
	padding: 8px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	background-color: #f3f3f3;
	border: 1px solid #d8d8d8;
}

.auction ul {
	padding: 0px 0px 0px 5px;
	margin: 10px 0px 0px 5px;
	text-indent: 1px;
	list-style: none;
}

.auction li {
	list-style: none;
	margin: 0px 0px;
	padding: 2px 0px;
	font-size: 11px;
}

.auction li.address a:link,
.auction li.address a:visited {
	color: #065c8a;
	text-decoration: underline;
	font-weight: normal;
}

.auction li.address a:hover,
.auction li.address a:visited:hover {
	color: #065c8a;
	text-decoration: none;
	font-weight: normal;
}

a.dark-blue-link:link,
a.dark-blue-link:visited {
	color: #1a3958;
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
}

a.dark-blue-link:hover,
a.dark-blue-link:visited:hover {
	color: #1a3958;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

li.auction-name {
	display: block;

	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 4px 0px;
}


li.auction-date {
	display: block;
	color: #990000;
	font-size: 13px;
	font-weight: bold;
	padding: 0px 0px 4px 0px;
}

.view-all {
	display: block;
	float: right;
	margin: 30px 0px 0px 0px;
}

.simple-list ul {
	padding: 0px 0px 0px 5px;
	margin: 15px 0px 10px 5px;
	text-indent: 1px;
	list-style: none;
}

.simple-list li {
	list-style: none;
	margin: 0px 0px;
	padding: 4px 0px;
	font-size: 13px;
}

.contact-list {
	float: left;
	width: 300px;
}

.contact-list ul {
	padding: 0px 0px 0px 5px;
	margin: 15px 0px 10px 5px;
	text-indent: 1px;
	list-style: none;
}

.contact-list li {
	list-style: none;
	margin: 0px 0px;
	padding: 4px 0px;
	font-size: 13px;
}

.service-list ul {
	padding: 0px 0px 0px 5px;
	margin: 15px 0px 10px 5px;
	text-indent: 1px;
	list-style: none;
}

.service-list li {
	border-bottom: 1px solid #d8d8d8;
	list-style: none;
	margin: 0px 0px;
	padding: 4px 0px;
	font-size: 13px;
}

.site-map-list ul {
	padding: 0px 0px 0px 5px;
	margin: 15px 0px 10px 5px;
	text-indent: 1px;
	list-style: none;
}

.site-map-list li {
	border-bottom: 1px solid #d8d8d8;
	list-style: none;
	margin: 0px 0px;
	padding: 8px 0px;
	font-size: 13px;
}

.site-map-list li a {
	font-weight: bold;
}

.simple-list a:link,
.simple-list a:visited,
.service-list a:link,
.service-list a:visited,
.site-map-list a:link,
.site-map-list a:visited {
	color: #006699;
	text-decoration: none;
}

.simple-list a:hover,
.simple-list a:visited:hover,
.service-list a:hover,
.service-list a:visited:hover,
.site-map-list a:hover,
.site-map-list a:visited:hover {
	color: #0099cc;
	text-decoration: underline;
}

/* ---------------------------------------------------------------------------

	Content

--------------------------------------------------------------------------- */

a:link, a:visited {
	color: #006699;
	text-decoration: none;
}

a:hover, a:visited:hover {
	color: #0099cc;
	text-decoration: underline;
}

h1, h2, h3, h4 {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

h1 {
	font-size: 20px;
	color: #333;
	font-weight: lighter;
	margin: 0px 0px 12px 0px;
}

h2 {
	font-size: 16px;
	font-weight: lighter;
	color: #1a3958;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

.side_b h2 {
	font-size: 16px;
	font-weight: lighter;
	color: #1a3958;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #1a3958;
}

h3 {
	font-size: 16px;
	font-weight: lighter;
	color: #006699;
	margin: 0px 0px 5px 3px;
}

p {
	line-height: 20px;
	padding: 0px;
	margin: 0px 0px 18px 0px;
}

hr {
	height: 1px;
	color: #ccc;
	width: 640px;
}

.header-left {
	float: left;
	width: 580px;
}

.header-right {
	float: right;
	width: 360px;
}

div.content-wrap {
	width: 680px;
	float: left;
	padding: 5px;
	margin: 0px 0px 0px 0px;
	background-color: #fff;
	border: 1px solid #d8d8d8;
}

div.content {
	width: 640px;
	float: left;
	padding: 20px;
	margin: 0px 0px 0px 0px;
	background-color: #f3f3f3;
	border: 1px solid #d8d8d8;
}

.button-sign-up {
	float: right;
	background-image: url(../images/button-sign-up.png);
	background-repeat: no-repeat;
	color: #fff;
	width: 160px;
	height: 57px;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

.button-how-to-buy {
	float: right;
	background-image: url(../images/button-how-to-buy.png);
	background-repeat: no-repeat;
	color: #fff;
	width: 154px;
	height: 42px;
	padding: 20px 0px 0px 0px;
	margin: 98px 0px 0px 0px;
	text-align: center;
}

.button-how-to-sell {
	float: right;
	background-image: url(../images/button-how-to-sell.png);
	background-repeat: no-repeat;
	color: #fff;
	width: 150px;
	height: 42px;
	padding: 20px 4px 0px 0px;
	margin: 98px 0px 0px 0px;
	text-align: center;
}

.button-how-to-sell a:link , .button-how-to-buy a:link, .button-sign-up a:link,
.button-how-to-sell a:visited , .button-how-to-buy a:visited, .button-sign-up a:visited {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
	padding: 0px 0px 6px 0px;
}

.button-how-to-sell a:hover, .button-how-to-buy a:hover, .button-sign-up a:hover,
.button-how-to-sell a:visited:hover, .button-how-to-buy a:visited:hover, .button-sign-up a:visited:hover {
	color: #fee529;
	border-bottom: 1px dotted #fee529;
}

.button-bid-online-now {
	float: right;
	background-image: url(../images/button-bid-now.png);
	background-repeat: no-repeat;
	color: #fff;
	width: 132px;
	height: 27px;
	padding: 6px 0px 0px 0px;
	margin: -3px 0px 35px 0px;
	text-align: center;
}

.button-bid-online-now-two {
	display: block;
	background-image: url(../images/button-bid-now.png);
	background-repeat: no-repeat;
	color: #fff;
	width: 132px;
	height: 27px;
	padding: 6px 0px 0px 0px;
	margin: -3px 0px 35px 0px;
	text-align: center;
}


.button-bid-online-now a:link,
.button-bid-online-now a:visited,
.button-bid-online-now-two a:link,
.button-bid-online-now-two a:visited {
	display: inline-block;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
}

.button-bid-online-now a:hover,
.button-bid-online-now a:visited:hover,
.button-bid-online-now-two a:hover,
.button-bid-online-now-two a:visited:hover {
	color: #fee529;
}

.service-item, .service-item-right {
	width: 310px;
	float: left;
	margin: 12px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.service-item-right {
	margin-right: 0px;
}

.service-item > div, .service-item-right > div {
	width: 280;
	height: 140px;
	overflow: hidden;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	border: 1px solid #d8d8d8;
}

.service-item > div p, .service-item-right > div p {
	font-size: 11px;
	line-height: 16px;
}

.service-item img, .service-item-right img {
	float: left;
	margin: 0px 10px 40px 0px;
	padding: 0px 0px 0px 0px;
}

.service-item > div a:link,
.service-item > div a:visited,
.service-item-right > div a:link,
.service-item-right > div a:visited {
	text-decoration: none;
	color: #006699;
	font-size: 11px;
}

.service-item > div a:hover,
.service-item > div a:hover:visited,
.service-item-right > div a:hover,
.service-item-right > div a:hover:visited {
	text-decoration: underline;
	color: #0099cc;
}

.newsletter {
	float: left;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.newsletter-signup {
	float: left;
	margin: 12px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.newsletter-signup .input-text {
	border: 1px solid #6699ff;
	color: #333;
	width: 180px;
	height: 18px;
	padding: 2px 0px 2px 5px;
}

div.newsletter-signup .button {
	float: right;
}

div.newsletter-signup div {
	display: block;
	margin-bottom: 8px;
	color: #333;
}

div.newsletter-signup label {
	display: block;
	float: left;
	padding: 4px 6px 0px 0px;
	width: 40px;
	text-align: right;
	font-weight: bold;
}

.auction-details {
	float: left;
	margin: 5px 0px 0px 0px;
	padding: 15px 0px;
	border-top: 1px solid #d8d8d8;
}

.auction-details table {
	float: left;
	border-collapse: collapse;
}

.auction-details td.left-col {
	text-align: right;
	font-weight: bold;
	width: 200px;
	vertical-align: top;
}

.auction-details table a:link,
.auction-details table a:visited,
.auction-item table a:link,
.auction-item table a:visited {
	color: #006699;
	text-decoration: none;
}

.auction-details table a:hover,
.auction-details table a:visited:hover,
.auction-item table a:hover,
.auction-item table a:visited:hover {
	color: #0099cc;
	text-decoration: underline;
}

.auction-item {
	float: left;
	margin: 5px 0px 0px 0px;
	padding: 8px;
	border: 1px solid #d8d8d8;
	font-size: 11px;
	width: 620px;
}

.auction-item table {
	width: 460px;
	float: left;
	border-collapse: collapse;
}

.auction-item td.left-col {
	text-align: right;
	font-weight: bold;
	width: 100px;
	vertical-align: top;
}

.auction-item td.right-col {
	width: 300px;
}

.item-photo {
	float: left;
	margin: 0px 12px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.item-photo img {
	border: none;
}

.item-thumbnails img {
	float: left;
	margin: 10px 12px 10px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
}

.form {
	float: left;
	width: 600px;
	margin: 10px 0px 10px 0px;
	padding: 12px 0px 0px 0px;
	border-top: 1px solid #d8d8d8;
}

.form input, .form textarea {
	width: 300px;
}

.form .button {
	width: 70px;
}

.map {
	float: right;
	margin: 0px 0px 0px 0px;
}

.footer-icons {
	float: left;
	margin: -2px 0px 0px 15px;
}

.footer-icons img {
	border: none;
	margin-right: 8px;
}

/* ---------------------------------------------------------------------------

	General Declarations

--------------------------------------------------------------------------- */




.hide {
	visibility: hidden;
	display: none;
	text-indent: -8520px;
}

.pictureframe {
	border: #000 1px solid;
	padding: 4px;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
	background-color: transparent;
	height: 1px;
}

.property-auction {
	float: left;
	width: 100%;
	height: 85px;
	padding: 10px;
	margin: 0 0 20px 0;
}

.property-auction-right {
	margin: 0 0 20px 20px;
}

.property-auction h3{
	margin-bottom: 0;
}

.property-auction img {
	float: left;
	margin-right: 10px;
}

.property-auction p {
	font-size: 11px;
	margin: 0;
	padding: 0;
}

.property-auction span {
	font-size: 13px;
	color: #990000;
	float: left;
	margin: 0 0 2px 3px;
}

.auto-equipment-only {
	width: 100px;
	float: left;
	text-align: right;
	font-size: 11px;
}

