@charset "utf-8";
body  {
	margin: 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: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	background-image: url(../assets/page-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 10px;
}
.bbbuyes #container #mainContent h3 {
	color: #000;
}

.bbbuyes #container {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.bbbuyes #header {
	height: 120px;
	padding-top: 0;
	padding-bottom: 0;
	background-image: url(../assets/logo2.gif);
	background-repeat: no-repeat;
	background-position: 30px center;
} 
#header .box-top-left {
	background-image: url(../assets/header-top-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#header .box-top-right {
	background-image: url(../assets/header-top-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.wrapper {width:100%; overflow:hidden;}

.bbbuyes #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-size: 13px;
}
.bbbuyes #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 260px;
	padding-top: 20px;
	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: #C0C0C0;
	color: #4f4f4f;
	font-size: 13px;
} 
.bbbuyes #footer p {
	margin: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	color: #4f4f4f;
}
.bbbuyes #footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: normal;
	color: #4f4f4f;
	text-decoration: none;
}
.bbbuyes #footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #B96511;
	font-weight: bold;
}

.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;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

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

.markermenu{
	width: 220px;
}
#industry-menu {
	overflow: auto;
	height: 300px;
	width: 220px;
}


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

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

* html .markermenu ul li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 200px;
}
.markermenu ul li a:visited, .markermenu ul li a:active{
color: #00014e;
}

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

/* Holly Hack for IE \*/
* html .markermenu ul li { height: 1%; }
* html .markermenu ul li a { height: 1%; }
/* End */


/********************************search box********************************/
.search-box {
	float: right;
	margin-top: 40px;
	font-size: 12px;
	padding-right: 20px;
}

.heading {
	color: #F00;
	display: block;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	padding-top: 8px;
	font-weight: 900;
	margin-top: 10px;
	margin-bottom: 20px;
}
/****************************nav title heading*******************************/
.heading-left-col {
	color: #FFF;
	display: block;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	padding-top: 8px;
	font-weight: 900;
	margin-top: 10px;
	margin-bottom: 20px;
	background-image: url(../assets/bluedefault.gif);
	background-repeat: repeat;
	height: 25px;
	font-size: 16px;
}

/*****************************recent listings************************************/
.news-box {
	width: 100%;
	height: 125px;
	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: #03C;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0.5em;
	margin: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #F00;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
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: 95%;
	font-weight: normal;
	color: #00C;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	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(../assets/title-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}


/****************************custom bullet image********************************/
li.custom {
	background-image: url(../assets/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 20px;
	list-style-image: none;
	list-style-type: none;
}
ul.custom{
	list-style-position: inside;
	list-style-image: url(../assets/bullet.gif);
}
/*-----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;
} 


/*******************************image map**********************************/
.browseByState{position:relative;float:right;width:203px;}.browseByState a,.browseByState a:link,.browseByState a:visited,.browseByState a:hover,.browseByState a:active{display:block;float:right;width:120px;height:40px;margin-top:50px;padding:15px 0 0 60px;background:transparent url("") no-repeat 10px -545px;font-weight:bold;}.browseByState a:hover{background-position:10px -595px;}#typeB .map-box{float:left;}.map-box{width:203px;margin-top:1em;}.map-box h4{text-align:center;margin-bottom:1em;color:#360;}.map-box.nopromo{float:right;}.borderMailLinks{float:right;width:230px;margin-top:30px;}.borderMailLinks h4{text-align:center;margin-bottom:1em;color:#360;}.independentWeeklyLinks{float:right;width:230px;}.independentWeeklyLinks h4{text-align:center;margin-bottom:1em;color:#360;}.mapAusSmall{
	position:relative;
	width:203px;
	height:177px;
	margin:0;
	padding:0;
	background-image: url(../assets/mapAusSmall.gif);
}.mapAusSmall span{margin:0;padding:0;list-style:none;display:block;position:absolute;background:none;}.mapAusSmall a{display:block;}.mapAusSmall a span{display:none;}.mapAusSmallWa{left:4px;top:16px;width:75px;height:62px;}.mapAusSmallNt{left:78px;top:5px;width:45px;height:75px;}.mapAusSmallQu{left:122px;top:0;width:71px;height:100px;}.mapAusSmallSa{left:79px;top:80px;width:56px;height:66px;}.mapAusSmallNsw{left:133px;top:97px;width:59px;height:47px;}.mapAusSmallVic{left:132px;top:123px;width:37px;height:28px;}.mapAusSmallAct{left:153px;top:121px;width:21px;height:11px;}.mapAusSmallTas{left:128px;top:158px;width:35px;height:17px;}.mapAusSmallWa a{height:116px;}.mapAusSmallNt a{height:75px;}.mapAusSmallQu a{height:100px;}.mapAusSmallSa a{height:66px;}.mapAusSmallNsw a{height:47px;}.mapAusSmallVic a{height:28px;}.mapAusSmallAct a{height:11px;}.mapAusSmallTas a{height:17px;}.mapAusSmallWa a:hover,.mapAusSmallNt a:hover,.mapAusSmallQu a:hover,.mapAusSmallSa a:hover,.mapAusSmallNsw a:hover,.mapAusSmallVic a:hover,.mapAusSmallAct a:hover,.mapAusSmallTas a:hover,.mapAusSmallWa a.selected,.mapAusSmallNt a.selected,.mapAusSmallQu a.selected,.mapAusSmallSa a.selected,.mapAusSmallNsw a.selected,.mapAusSmallVic a.selected,.mapAusSmallAct a.selected,.mapAusSmallTas a.selected{
	background-image: url(../assets/mapAusSmall.gif);
	background-repeat: no-repeat;
}.mapAusSmallWa a:hover,.mapAusSmallWa a.selected{background-position:-4px -193px;}.mapAusSmallNt a:hover,.mapAusSmallNt a.selected{background-position:-78px -359px;}.mapAusSmallQu a:hover,.mapAusSmallQu a.selected{background-position:-122px -177px;}.mapAusSmallSa a:hover,.mapAusSmallSa a.selected{background-position:-79px -434px;}.mapAusSmallNsw a:hover,.mapAusSmallNsw a.selected{background-position:-133px -628px;}.mapAusSmallVic a:hover,.mapAusSmallVic a.selected{background-position:-132px -300px;}.mapAusSmallAct a:hover,.mapAusSmallAct a.selected{background-position:-153px -473px;}.mapAusSmallTas a:hover,.mapAusSmallTas a.selected{background-position:-128px -512px;}.newDevelopmentsWrap{margin-bottom:2em;overflow:auto;}


/*************************category select*********************/
#selectDropdown {
    height: 50px;
}
#selectDropdown ul {
    padding-left: 20px;
    list-style-type: none;
    margin: 0;
}
#selectDropdown ul.dropdown-select li {
	float: none;
	display:inline;
	padding:0 0 0 7px;
	position:relative;
	display: block;
	width: 152px;
	height: 53px;
	line-height: 53px;
	font-stretch:extra-expanded;
	cursor: default;
	color: #424242;
	font-size:0.875em;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left center;
}
/* ***********************second level nav****************************** */
#selectDropdown ul.dropdown-select li ul.selectoptions {
    display:none;
    left:0px;
    padding:0px;
    top:35px;
    position:absolute;
    width:162px;
    border-bottom:1px solid #c1bdbc;
    border-right:1px solid #c1bdbc;
    border-left:1px solid #c1bdbc;
}
#selectDropdown ul.dropdown-select li ul.selectoptions li {
    background: #fff;
    padding: 0px;
    width: 162px;
    margin: 0px;
    height: 20px;
    line-height: 20px;
    font-size:0.875em;
}
#selectDropdown ul.dropdown-select li ul.selectoptions li a {
    color:#424242;
    width: 162px;
    height: 20px;
    line-height: 20px;
    text-indent: 3px;
    display: block;
    background: #fff;
    padding: 0px; 
    margin: 0px;
    text-decoration: none;
    border-top: 1px solid #c1bdbc;
}
#selectDropdown ul.dropdown-select li ul.selectoptions li a:hover{
    background-color:#fff7b2;
    color:#424242;
}
/****************************curly container div*************************/
.curlycontainer{
	border: 1px solid #b8b8b8;
	margin-bottom: 1em;
	background-color: #FFC;
}

.curlycontainer .innerdiv{
background: transparent url(../assets/brcorner.gif) bottom right no-repeat;
position: relative;
left: 2px;
top: 2px;
padding: 1px 4px 15px 5px;
}


.jump-to {
	overflow: auto;
	height: 180px;
	width: 300px;
	float: right;
	border: thin solid #D8E2F1;
}
.selectors {
	float: none;
	height: 200px;
	width: 600px;
	border: thin solid #FFC;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}

/*************************** rounded corner div styles************************/

.t {
	width:100%;
	background-image: url(../assets/rc_t.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}
.b {
	background: url(../assets/rc_b.jpg) 0 100% repeat-x;
	margin-bottom: 10px;
}
.l {background: url(../assets/rc_l.jpg) 0 0 repeat-y}
.r {background: url(../assets/rc_r.jpg) 100% 0 repeat-y}
.bl {background: url(../assets/rc_bl.jpg) 0 100% no-repeat}
.br {background: url(../assets/rc_br.jpg) 100% 100% no-repeat}
.tl {background: url(../assets/rc_tl.jpg) 0 0 no-repeat}
.tr {background: url(../assets/rc_tr.jpg) 100% 0 no-repeat; padding:10px}

/**************************** sold***************************/
.sold {
	background-image: url(../assets/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;
}
/****************************featured listings*******************************/
.featured-listing {
	width: 100%;
	height: 190px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #c0c0c0;
	margin-top: 0px;
	margin-bottom: 15px;
}
.featured-listing:hover {
	background-color: #F1F1F1;
	border: 1px solid #949494;
}
.featured-listing 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: left;
	display: block;
	float: right;
	padding-top: 2px;
	padding-bottom: 6px;
}
.featured-listing p a:hover {
	background-color: #F1F1F1;
}

.featured-listing a:hover {
	color: #B96511;
}
.featured-listing h1 a {
	color: #2A3772;
	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;
}
.featured-listing h1 a:hover {
	color: #666;
}
.featured-listing a img {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	display: block;
	border: 1px solid #353535;
}
.featured-listing a img:hover {
	display: block;
	border: 1px solid #c0c0c0;
}
.bbbuyes #container #mainContent hr {
	border: medium solid #BFC9FD;
}
/*affiliate links*/
.link-button {
	margin-top: 15px;
	margin-bottom: 15px;
}

/*****************************sidebar-box****************************************/
.sidebar-box {
	width: 230px;
	border: 1px solid #c0c0c0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	float: left;
	padding-top: 2px;
}
.sidebar-box:hover {
	border: 1px solid #949494;
}
.sidebar-box p {
	width: 150px;
	margin-right: 10px;
	border: 1px solid #DFDFDF;
	margin-top: 5px;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-align: left;
	display: block;
	float: right;
	padding-top: 2px;
	padding-bottom: 6px;
	padding-left: 3px;
}

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