/* ------ START: Global Reset ------ */
* {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin: 0px;
}

h1, h2, h3, h4, h5, h6, p {
	margin-bottom: 1em;
}

li, dd, blockquote {
	margin-left: 5%;
}
fieldset {
	padding: .5em; 
}
/* ------ END: Global Reset ------ */

a {
	outline: none;
	color: #4081b8;
	text-decoration: none;
}

a:hover {
	outline: none;
	color: #4081b8;
	text-decoration: underline;
}

.agent {
	float: left;
	width: 255px;
	margin: 1em 0;
	text-align: center;
}

.agent strong {
	display: block;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	color: #333333;
	background: url("../images/background.jpg") repeat-x #020001; 
}
 /*** All browsers ***/ #remax{
	position: relative;
	margin: 0 auto;
	width: 1149px;
	height: 800px;
	background: url("../images/sidebar.png") no-repeat;
}
 
  /*** For IE 6 ***/ #ie6only #remax { 
	position: relative;
	margin: 0 auto;
	width: 1149px;
	height: 800px;
	background: url("../images/background.jpg") repeat-x #802b1f;
}

.cleaner {padding:0;height:1px;clear: both; }
.cleaner img {padding:0;height:1px;display: none; }

#content {
	position: relative;
	float: right;
	width: 470px;
	padding: 30px 30px 60px 30px;
	background: #ffffff;
	min-height: 295px;

}



#intro {
	position: relative;
	width: 500px;
	height: 72px;
	float: right;
	margin: 21px 0 3px 0;

}


* * body #content {
	margin-left: -3px;
}



/* ------ START: Feature Property ------ */
#feat_btn {
	clear: both;
	margin-left: 215px;
}

#feat_details {
	position: relative;
	background: #ffffff;
	padding-left: 215px;
	height: 75px;
	margin-bottom: 15px;
}

#feat_details p {
	width: 125px;
	float: left;
	padding: 1em 15px 1em 0;
	color: #000000;
}

#feat_img {
	position: absolute;
	top: 0;
	left: 0;
	border: 2px solid #ffffff;
	float: left;
	margin: 15px;
}

#feat_prop {
	position: relative;
	background: #ffffff;
	border: 1px solid #ffffff;
	padding-bottom: 15px;
}

#feat_prop h1 {
	margin: 0.5em 0;
	font-size: 1.5em;
	padding-left: 215px;
}

#feat_sold {
	color: #000000;
	margin: 0;
	float: right;
}

/* ------ END: Feature Property ------ */


#footer {
	position: relative;
	width: 750px;
	height: 75px;
	margin: 0px auto;
	padding: 0;
	padding-top: 35px;
	font-size: 0.8em;
	color: #ffffff;
	text-align: right;
	background: url("../images/d_clover_footer.jpg") no-repeat;
}
#footer_address {
	float: left;
	text-align: left;
	width: 260px;
	height: 50px;
	padding-left: 30px;
	color: #ffffff;
}

#footer_copyright {
	float: right;
	text-align: right;
	width: 260px;
	height: 50px;
	padding-right: 30px;
	color: #ffffff;
}

#footer a {
	text-decoration: none;
	color: #ffffff;
}

#footer a:hover {
	text-decoration: underline;
	color: #ffffff;
}

#footer img {
	float: left;
}

#footer p.footer_nav {
	margin-top: 2px;
	padding: 0;
	height: 15px;
	text-align: center;
	border: 0;
}
 
#footer_copyright, #footer_copyright a {	
	color: #ffffff;
	width: 260px;
	height: 50px;
	text-align: right;
	text-decoration: none;
}

#footer_copyright a:hover {
	color: #ffffff;
}

#header {
	position: relative;
	width: 750px;
	height: 267px;
	text-align: right;
	font-weight: lighter;
	background: url("../images/d_clover_header.jpg") no-repeat #FFFFFF;
}


#header p {
	display: block;
	font-size: 0.8em;
	color: #FFFFFF;
	width: 710px;
	padding: 40px 30px 30px 0px;
	
}

#header h3 {
	font-size: 1em;
	padding: 10px;
	margin: 0;
}

#header a {
	color: #FFFFFF;
	text-decoration: none;
}

#header a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

img { behavior: url("ssi/pngbehavior.htc"); }

.img_l {
	float: left;
	margin: 0px 30px 30px 0px;
}

.img_r {
	float: right;
	margin: 0px 0px 30px 30px;
}

label { cursor: pointer; }



/* ------ START: Menu ------ */
#menu {
	position: relative;
	float: left;
	width: 172px;
	height: 233px;
	margin-top: 15px;
	padding-left: 21px;
	z-index: 10;
}

#menu a {
	display: block;
	width: 172px;
	font-size: 1em;
	text-indent: -3000px;
	background: url("../images/d_clover_menu.gif") no-repeat;
}

a#menu_01 { background-position: 0px 0px; height: 61px;}
a#menu_01:hover { background-position: -172px 0px; }

a#menu_02 { background-position: 0px -61px; height: 34px;}
a#menu_02:hover { background-position: -172px -61px; }

a#menu_03 { background-position:  0px -95px; height: 30px;}
a#menu_03:hover { background-position: -172px -95px; }

a#menu_04 { background-position: 0px -125px; height: 31px;}
a#menu_04:hover { background-position: -172px -125px; }

a#menu_05 { background-position: 0px -156px; height: 77px;}
a#menu_05:hover { background-position: -172px -156px; }



/* ------ END: Menu ------ */


p {
	line-height: 1.5em;
	margin-top: 7px;
}



#title_image {
	margin-bottom: 1em;

}



#wrapper {
	position: relative;
	background: #ffffff;
	width: 750px;
	margin: 0 auto;

}






/* ------ START: Listings ------ */

.bcvreb {
	color: #FFFFFF;
	background-color: #93a2ad; /* Details table alternate row colour */
}


.bcvrebtoolbarlinks { /* Tool bar cell properties */
	background: #93a2ad;
	color: #FFFFFF;
	border: 1px solid #50627c;
	text-align: center;
	vertical-align: middle;
}

.bcvrebtoolbartitle {
	border: 1px solid #50627c;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
	background: #93a2ad;
}

.line,.dotted_line,hr {
	background-color: #50627c;
	border: none;
	color: #FFFFFF;
	height: 1px;
}

.vrebdate {
	color: #FFFFFF;
	font-style: italic;
}

.vrebpara,.links {
	color: #FFFFFF;
	font-weight: normal;
}

.vrebref {
	color: #FFFFFF;
	font-size: 78%;
	font-style: italic;
}

.vrebtitle {
	color: #FFFFFF;
}

font b,font strong {
	color: #333333; /* Red colour */
}

table.bcvrebresultmap,table.bcvrebresult,table.bcvrebsimilaractive,table.bcvrebsimilarpending,table.bcvrebhotsheet,table.aboutvictoriamain,table.aboutvictorianav,table.aboutvictorialinks {
	width: 95%;
}

table.bcvrebsearchform {
	width: 95%;
}

table.bcvrebsingletable,table.bcvrebtoolbar {
	width: 95%;
	padding: 3px;
}

table.current {
	background: #93a2ad; /* Main background colour */
	border: 1px solid #50627c; /* Listings box border */
	color: #FFFFFF;
	margin: 15px 0;
	padding: 10px 10px 10px 0;
	width: 98%; /* Main width setting */
}

table.current a {
	border: none;
}

table.current img { /* Listing image properties */
	border: 1px solid #50627c;
	margin: 1em;
}

table.current td {
	border: none;
}

table.bcvrebcurrenttable {
	background: #93a2ad; /* Main background colour */
	border: 1px solid #50627c; /* Listings box border */
	color: #FFFFFF;
	margin: 15px 0;
	padding: 10px 10px 10px 0;
	text-align: center;
	width: 98%; /* Main width setting */
}

table.bcvrebcurrenttable a {
	border: none;
}

table.bcvrebcurrenttable img { /* Listing image properties */
	border: 1px solid #50627c;
	margin: 1em;
}

table.bcvrebcurrenttable td {
	border: none;
}


/* ------ END: Listings ------ */

/* ------ START: Front page sold listings ------ */

.sold {
	
}
img.sold  {
	 /* This centers the image */
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	
	/* This adds the border */
	padding:8px;
	border:solid;
	border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
	border-width: 1px 2px 2px 1px;
	background-color:white;
}