@charset "utf-8";
body  {
	margin: 0;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-image: url(../images/page-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.sold {
	background-image: url(../images/sold.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	width: 80%;
	padding-left: 34px;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 4px;
	padding-bottom: 8px;
	border-bottom-width: .5px;
	border-bottom-style: dotted;
	border-bottom-color: #D6D6D6;
}

.bbbuyes #container {
	width: 990px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	list-style-type: none;
} 
.bbbuyes #header {
	height: 120px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(../images/logo5.gif);
	background-repeat: no-repeat;
	background-position: 30px center;
	border-bottom-width: 3px;
	margin-bottom: 3px;
} 
#header .box-top-left {
	background-image: url(../images/header-top-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#header .box-top-right {
	background-image: url(../images/header-top-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.wrapper {
	width:100%;
	overflow:hidden;
	height: 120px;
}


.bbbuyes #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-size: 13px;
}
.bbbuyes #mainContent {
	border-left-width: .5px;
	border-left-style: solid;
	border-left-color: #E5E4E9;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 260px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.bbbuyes #footer {
	padding: 0 10px 0 20px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #D6D6D6;
	color: #4343434;
	font-size: 1em;
} 

.bbbuyes #footer p {
	margin: 0; 
	padding: 10px 0; 
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	margin-top: 10px;
}

/************************************verticle nav***********************************/

.markermenu{
width: 200px; /*width of menu*/
}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
}

.markermenu ul li a{
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #00014e;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 20px;
	text-decoration: none;
	border-bottom: 1px dotted #B5B5B5;
	background-color: white;
	background-image: url(../images/arrow_4.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
}


* html .markermenu ul li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 170px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #00014e;
}

.markermenu ul li a:hover{
	color: black;
	background-image:url(../images/arrow_10.gif); /*onMouseover image change. Remove if none*/
	font-weight: bold;
	font-size: 14px;
}

/* Holly Hack for IE \*/
* html .markermenu ul li { height: 1%; }
* html .markermenu ul li a { height: 1%; }
/* End */
.search-box {
	float: right;
	margin-top: 50px;
	font-size: 12px;
	margin-right: 10px;
}

#header .flash-header {
	position:absolute;
	left:-20px;
	top:97px;
	height: 390px;
}
.heading {
	color: #000;
	display: block;
	height: 25px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	padding-top: 8px;
	font-weight: 900;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*****************************recent listings************************************/
.news-box {
	width: 100%;
	height: 180px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #c0c0c0;
	margin-top: 0px;
	margin-bottom: 15px;
}
.news-box:hover {
	background-color: #F1F1F1;
	border: 1px solid #949494;
}
.news-box p {
	width: 474px;
	margin-right: 10px;
	border: 1px solid #DFDFDF;
	margin-top: 2px;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #353535;
	text-align: center;
	display: block;
	float: right;
	padding-top: 2px;
	padding-bottom: 6px;
}
.news-box p a:hover {
	background-color: #F1F1F1;
}

.news-box a:hover {
	color: #B96511;
}
.news-box h1 a {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-decoration: none;
	display: block;
	float: right;
	height: 17px;
	width: 475px;
	font-weight: bold;
	margin-right: 10px;
	padding-right: 15px;
	text-align: center;
	margin-top: 11px;
	margin-bottom: 5px;
}
.news-box h1 a:hover {
	color: #666;
}
.news-box a img {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	display: block;
	border: 1px solid #353535;
}
.news-box a img:hover {
	display: block;
	border: 1px solid #c0c0c0;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000;
	font-weight: bold;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0.5em;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #5a5a5a;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
}

h3 {
	color: #06C;
}

h4            {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #252525;
	margin-bottom: 0.7em;
	font-style: italic;
	text-align: center;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: normal;
	color: #00C;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #B96511;
}
.h1Link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #353535;
	text-decoration: none;
	font-weight: bold;
	display: block;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 10px;
	border-top-width: 3px;
	border-top-style: dotted;
	border-top-color: #353535;
}
.h1Link:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #515151;
	text-decoration: none;
	display: block;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 10px;
	font-size: 22px;
	font-weight: bold;
}
.h2Txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CFCFCF;
	margin-left: 5px;
	margin-bottom: 5px;
}
h5 a {
	font-size: 10px;
	line-height: 1.5em;
	padding-left: 18px;
}

/**********************************TITLE******************************/
.title {
	height: 40px;
	padding: 0 0 15px 19px;
	line-height: 38px;
	overflow: hidden;
	font-size: 1.333em;
	font-weight: bold;
	color: #fff;
	background-image: url(../images/title-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

/*-----image shaddow-----*/
.img-shadow {
	display: block;
	margin-left: 2px;
	margin-right: 3px;
	margin-top: 1px;
	padding:4px;
	border:solid;
	border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
	border-width: 1px 2px 2px 1px;
} 

/*-----image shaddow right-----*/
.img-shadow-rignt {
	display: block;
	margin-left: 2px;
	margin-right: 3px;
	margin-top: 1px;
	padding:4px;
	border:solid;
	border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
	border-width: 1px 2px 2px 1px;
	float: right;
} 

/*-----image shaddow left-----*/
.img-shadow-left{
	display: block;
	margin-left: 2px;
	margin-right: 10px;
	margin-top: 1px;
	padding:4px;
	border:solid;
	border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
	border-width: 1px 2px 2px 1px;
	float: left;
} 
.featured-listings {
	background-color: #4E8EC8;
	width: 100%;
	color: #FFF;
	height: 25px;
	padding: 5px;
}


/*************************listings***********************************/
.listings {
width: 100%;
	height: 280px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #c0c0c0;
	margin-top: 0px;
	margin-bottom: 15px;.listings:hover {
	background-color: #F1F1F1;
	border: 1px solid #949494;
}
.listings p {
	width: 290px;
	margin-right: 10px;
	border: 1px solid #DFDFDF;
	margin-top: 2px;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #353535;
	text-align: center;
	display: block;
	float: right;
	padding-top: 2px;
	padding-bottom: 6px;
}
.listings p a:hover {
	background-color: #F1F1F1;
}

.listings a:hover {
	color: #B96511;
}
.listings h1 a {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-decoration: none;
	display: block;
	float: right;
	height: 17px;
	width: 290px;
	font-weight: bold;
	margin-right: 10px;
	padding-right: 15px;
	text-align: center;
	margin-top: 11px;
	margin-bottom: 5px;
}
.listings h1 a:hover {
	color: #666;
}
.listings a img {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	display: block;
	border: 1px solid #353535;
}
.listings a img:hover {
	display: block;
	border: 1px solid #c0c0c0;
}

/****************************custom bullet image********************************/
li.custom {
	background-image: url(../images/category_arrow.png);
	background-repeat: no-repeat;
	background-position: 2px 5px;
	padding-right: 0;
	padding-bottom: 11px;
	padding-left: 20px;
	list-style-image: none;
	list-style-type: none;
}

/*************************new listings****************************/
.new-listings {
	background-color: #DEE9F9;
	text-align: left;
	padding: 3px;
	margin-bottom: 5px;
	height: 20px;
	float: left;
}


.new-listings-price {
	background-color: #FFF;
	text-align: left;
	padding: 3px;
	margin-bottom: 5px;
	float: right;
	width: 150px;
}
