/* START STANDARD STYLES */
/* These styles need to be appear on every site but you can adjust as necessary (the only things you should need to adjust are the foreground and background colours */
/* These styles should define how the content section looks */

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

body
{
	background:#e6f3fb;	
	line-height: 1;
	color: #1e4059;
	font-family: arial, helvetica;
	font-size: 70%;
}

body.site {
	line-height: 1;
	color: #1e4059;
	font-family: arial, helvetica;
	font-size: 70%;
	background: #def0fa url(/images/bg.jpg) top left repeat-x;
}

.dub3Content { font-size:101%; }

#fixedLinks 
{
	display:none;
}

#wrap h1 {
	color: #FFF;
	padding: 15px;
	font-size: 175%;
}

h1, h2, h3, h4 { color:#1e4059; }

#wrap h2 {
	color: #FFF;
	padding: 15px;
	font-size: 150%;
}

#wrap h3 {
	color: #FFF;
	padding: 15px;
	font-size: 125%;
}

#wrap h4 
{
	color: #FFF;
	padding: 0px 5px;
	line-height: 150%;
	font-weight:bold;
}

#contentHeader .content h1, #contentHeader .content h2, #contentHeader .content h3, #contentHeader .content h4
{
	color:#1e4059;	
}

#header h1
{
	padding:0;	
}

hr {
	background: #f00;
	color: #f00;
	height: 2px;
	border: none;
}

p {
	padding: 15px 5px;
	line-height: 150%;
}

body.site ul, body.site ol {
	margin-left: 0;
}

ul, #contentHeader .content ul 
{
	padding:15px;
	margin-left: 20px;
}

ol, #contentHeader .content ol {
	padding:15px;
	margin-left: 20px;
}

li {
	line-height: 150%;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	background: #f00;
	color: white;
	font-weight: bold;
}

td {
	line-height: 150%;
}

abbr, acronym { 
	border-bottom: 1px dotted #f00; 
	cursor: help; 
}

caption {
	text-align: left;
}

a {
	color: #1d4159;
	font-weight:bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#contentWrap a
{
	color:#FFF;
}

#contentWrap p a
{
	color: #00b1ef;
}

#contentWrap a.strong
{
	text-decoration: underline;
}

#contentHeader .content a, #contentWrap .login a, #search a
{
	color: #00B1EF;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

p.indent {
	margin-left: 35px;
}

span.underline {
	text-decoration: underline;
}

img.left, div.left, span.left, input.left
{
	float: left;
	position:relative;
}

img.right, div.right, span.right, input.right 
{
	float: right;
	position:relative;
}

div.clear {
	clear: both;
}

p.image {
	margin: 0;
	padding: 0;
	line-height: 100%;
}

ul.inline li {
	display: inline;
}

p.small, span.small, ul.small, li.small, div.small, a.small, td.small {
	font-size: 90%;
}

p.large, span.large, ul.large, li.large, div.large, a.large, td.large {
	font-size: 110%;
}

p.error, span.error, ul.error, li.error, div.error {
	color: #f00;
}

.bold
{
	font-weight:bold;	
}


/* END STANDARD STYLES */










/* START PAGE SPECIFIC STYLES */

#skipLinks, #printTitle {
	display: none;
}

#breadcrumb p {
	float: left;
	padding: 0 0 0 5px;
}

#breadcrumb ul {
	list-style-type: none;
}

#breadcrumb li {
	display: inline;
	padding-left: 15px;
	background: url(../images/breadcrumb.gif) 3px no-repeat;
}

/* END PAGE SPECIFIC STYLES */










/* START HORIZONTAL MENU STYLES */

div.xMenuBtn {
	display: none;
}

#nav, #nav ul { 				/* all lists */
	list-style: none;
	float:right;
	padding:0;
}

#nav li ul { 					/* second-level lists */
	position: absolute;
	left: -999em;
	padding:0;
	margin:0;
	margin-top:0px;
	z-index:3;
}

#nav li ul ul { 				/* third-and-above-level lists */
	margin: -21px 0 0 0;			/* height offset of third-and-above-level lists */
}

#nav li { 					/* all list items */
	float: left;
	width: auto;
	padding:0 10px;
	line-height:25px;
} 

#nav li ul li { 				/* second-level lists */
	clear: left;
	margin-left:-10px;
	background:#e6f3fb;
	border:1px solid #1e4059;
	margin-top:-1px;
}
 
#nav li a {					/* first-and-above-level anchors */
	display: block;
	width: auto;
	padding: 0px;
}

#nav li ul li a {				/* second-and-above-level anchors */
	width: 130px;
}

* html #nav li a {float: left;} * html #nav li ul li a{ float: none;}	/* Mac IE hack */

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {
	left: -999em;
}
 
#nav li:hover ul,#nav li.sfhover ul {
	left: auto;
}

#nav li li:hover ul, #nav li li li:hover ul,  #nav li li li li:hover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	margin-left: 147px;			/* width + padding of second-and-above-level anchors + navdrop padding */
}

#nav li.navdrop a {
	
}
 
#nav li.navdrop li a, #nav li li.navdrop li a, #nav li li li.navdrop li a, #nav li li li li.navdrop li a {
	background: url(../images/spacer.gif) no-repeat;			/* hides the drop down image from non-drop down list items */
}
 
#nav li li.navdrop a, #nav li li li.navdrop a, #nav li li li li.navdrop a, #nav li li li li li.navdrop a{
	
}

#nav li a:hover, #nav li a:active, #nav li a:focus, #nav li.navdrop a:hover, #nav li.navdrop a:active, #nav li.navdrop a:focus { 
	
}

/* IE 7 Fix, for sticky drop downs */
#nav li:hover, #nav li.hover {
    position: static;
}

/* END HORIZONTAL MENU STYLES */

/* Main Menu specific styles */
div#menu
{
	width:100%;
	height:25px;
	background: url(/images/nav-bg.gif) top left no-repeat;
	float:none;
	margin:2px auto;
}

#userOptions
{
	text-align:right;
	padding:2px;
}

#userOptions ul
{
	float:right;
	padding:0;
}

#userOptions ul li
{
	display:block;
	float:left;
	list-style-type:none;
	margin:4px 4px;
}

#userOptions ul li ul { 					/* second-level lists */
	position: absolute;
	left: -999em;
	padding:0;
	margin: 0 0 0;
	z-index:3;
}

#userOptions ul li:hover ul, #userOptions ul li.sfhover ul {
	left: auto;
}

#userOptions li li
{
	float:none;
	clear:left;
	list-style-type:none;
	padding:4px 4px;
	border:1px solid #1e4059;
	margin:-1px 0 0;
	background:#e6f3fb;
	width:130px;
	text-align:left;
}

#userOptions ul li a {float:none; clear:both;}
#userOptions ul li ul {float:none; clear:both;}


* html #userOptions ul li a {float: left;} * html #userOptions ul li ul li a{ float: none;}	/* Mac IE hack */

/* END HORIZONTAL MENU STYLES */











/* START LIGHTBOX STYLES */
/* You shouldn't need to edit these */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/* END LIGHTBOX STYLES */






/* START SEARCH RESULTS STYLES */
/* You shouldn't need to edit these */

span.highlight { background: transparent; }
div.searchheading { font-size: 100%; font-weight: bold; padding: 0 5px;}
div.summary { font-size: 80%; font-style: italic;  padding: 0 5px;}
div.results { font-size: 100%;  padding: 0 5px;}
div.category { color: #999999;  padding: 0 5px;}
div.description { font-size: 100%; color: #008000;  padding: 0 5px;}
div.context { font-size: 100%;  padding: 0 5px;}
div.infoline { font-size: 80%; font-style: normal; color: #808080; padding: 0 5px;}
div.sorting { text-align: right;  padding: 0 5px;}
div.result_title { font-size: 100%;  padding: 0 5px;}

form.zoom_searchform { font-size: 100%;  padding: 0 5px;}
span.zoom_options { font-size: 80%;  padding: 0 5px;}
input.zoom_button {  }
input.zoom_searchbox {  }

/* END SEARCH RESULTS STYLES */


/* START MASTER STYLES */

#header-top
{
	margin:0 auto;
	width:760px;
	height:25px;
	background:url(/images/header-top.gif);
}

#outerWrap
{
	position:relative;
	width:100%;
}

#wrap
{
	position:relative;
	border:outside;
	background:#e6f3fb;
	width:756px;
	padding:0 2px;
	margin:0 auto;
}
#header
{
	position:relative;
	background: #003e59 url(/images/header-bottom.gif) bottom no-repeat;
	height: 166px;
}

/* START CONTENT HEADER STYLES */
	#contentHeader
	{
		background:#1e4059 url(/images/contentheader-top.gif) top left no-repeat;
		padding:10px 8px 0 8px;
		color:#FFF;
		width: 728px;
		z-index: 2;
		position:relative;
	}

	#contentHeader p
	{
		padding:5px;
		clear:both;
	}
	
	#contentHeader h1
	{
		padding:5px;
	}
	
	body.site ul.content-tabs
	{
		margin-left:20px;
	}
	
	ul.content-tabs li
	{
		position:relative;
		display:inline-block;
		width:195px;
		line-height:200%;
		text-align:center;
		float:left;
		list-style-type:none;
		background: url(/images/tab.gif);
	}
	
	ul.content-tabs li.selected
	{
		background: url(/images/tab-selected.gif);	
	}
	
	#contentHeader ul.content-tabs li a
	{
		color:#1e4059;
	}
	
	#header-menu
	{
		position:relative;
		float:right;
		margin:-30px 0 0 100px;
		right:160px;
		width:450px;
		text-align:right;
	}
	
	#header-menu ul li
	{
		display:inline;
		font-size:100%;
		padding:0 5px;
		vertical-align:middle;
	}
	
	#header-menu ul li img
	{
		vertical-align:middle;
	}
	
	#header-menu ul li#headerMenuCaption
	{
		font-weight:bold;
	}
/* END CONTENT HEADER STYLES */

/* START CONTENT STYLES */
	#contentWrap
	{
		position:relative;
		padding:4px 4px 0 4px;
		margin:0 2px;
		background:#637a8c url(/images/contentwrap-top.gif) top left no-repeat;
	}
	
	#contentLeft
	{
		position:relative;
		float:left;
		width:550px;
	}

	.content
	{
		position:relative;
		background: #e6f3fb url(/images/content-top.gif) top left no-repeat;
		padding-top:13px;
		color:#1e4059;
		clear:both;
		width: 728px;
	}
	
	#contentLeft .content
	{
		background-image:url(/images/content-top-small.gif);
		min-height:355px;
		width:550px;
	}
	
	.content-footer
	{
		background: url(/images/content-footer.gif) top left no-repeat;
		height:15px;
	}

	#contentHeader .content p
	{
		padding: 5px 15px;
	}
/* END CONTENT STYLES */

/* START FOOTER STYLES */
	#footer
	{
		height:45px;
		padding: 45px 0 0 0;
		text-align:center;
		background:#637a8c url(/images/footer-top.gif) top left no-repeat;
		float:left;
		width:744px;
		z-index:1;
		color: #fff;
	}

	#footer-bottom
	{
		margin:0 auto;
		width:760px;
		height:20px;
		background:url(/images/footer-bottom.gif) top left no-repeat;
		overflow:hidden;
	}

	#footer p
	{
		font-size:90%;
		padding:0 15px;
		margin:0;
		color:#FFF;
	}

	#footer ul
	{
		margin:0 10px;
		padding:0;
		list-style-type:none;
	}

	#footer ul li
	{
		font-size:90%;
		margin:0 auto;
		list-style-type:none;
		display:inline;
		padding:0 5px;
		background: url(/images/nav-list-spacer-white.gif) left no-repeat;
	}

	#footer ul li.first
	{
		background: none;
	}

	#footer ul li a
	{
		margin:0;
		padding:0;
	}
/* END FOOTER STYLES */


/* START SEARCH STYLES */
	#search
	{
		width:490px;
		padding-bottom:14px;
		background: #e6f3fb url(/images/search-bottom.gif) bottom left no-repeat;	
		margin-bottom:4px;
		height:77px;
	}
	
	#search .button 
	{
		position:static;
		float:right;
		margin-bottom:5px;
	}

	#search-top
	{
		width:490px;
		height:14px;
		background: url(/images/search-top.gif) top left no-repeat;
	}

	#search p
	{
		font-size:110%;
		font-weight:bold;
		padding:0 10px;
	}

	#search img, #search p, #search input, #search label
	{
		vertical-align:middle;
	}

	#search label
	{
		font-size:150%;
	}

	#search .textbox
	{
		width:300px;
		margin:0 5px;
		float:none;
	}

/* END SEARCH STYLES */

/* START HIGHLIGHT DIV STYLES */
	.highlight
	{
		position:relative;	
		width:320px;
		margin:10px;
		float:left;
		background:#FFF;
		height:100%;
	}

	.highlight-content
	{
		position:relative;
		border-left: 2px solid #637a8c;	
		border-right: 2px solid #637a8c;
		overflow:hidden;
		float:left;
		line-height:33px; /* The height of a button plus margins */
		width: 316px;
	}

	.highlight-tr, .highlight-tl, .highlight-br, .highlight-bl
	{
		width:13px;
		height:13px;
		overflow:hidden;
		float:left;
		position:relative;
	}

	.highlight-tr {background: url(/images/highlight-tr.gif);}
	.highlight-tl {background: url(/images/highlight-tl.gif);}
	.highlight-br {background: url(/images/highlight-br.gif);}
	.highlight-bl {background: url(/images/highlight-bl.gif);}

	.highlight-top
	{
		height:11px;
		border-top: 2px solid #637a8c;
		float:left;
		width:294px;
		overflow:hidden;
		position:relative;
	}

	.highlight-bottom
	{
		height:11px;
		border-bottom: 2px solid #637a8c;
		float:left;
		width:294px;
		overflow:hidden;
		position:relative;
	}

	.highlight img
	{
		width:85px;
		height:85px;
		border: 2px solid #63708c;
		float:left;
		margin:0 5px;
	}
	
	#contentHeader .content .highlight h2
	{
		padding:5px;
		color:#63708c;
		font-size:120%;
	}
	
	#contentHeader .content .highlight p
	{
		padding:5px;
	}
	
	#contentHeader .content .highlight .button
	{
		float:right;
		margin:4px;
	}
	
/* END HIGHLIGHT DIV STYLES */

/* START FORM STYLES */

#contentHeader .content .form span.label 
{
	position:relative;
	float:left;
	width:150px;
	font-weight:bold;
	text-align:right;
	padding-right:5px;
}

#contentHeader .content .form select.textbox, textarea.textbox, select.textbox
{
	width:150px;
	border:1px solid #63708c;
	padding:2px;
	font-family: arial, helvetica;
	margin: 0 4px;
	float:left;
}

input.textbox
{
	width:150px;
	border:1px solid #63708c;
	padding:2px;
	font-family: arial, helvetica;
	margin: 0 4px;
}

.button, #contentHeader .content .button
{
	width:151px;
	height:25px;
	line-height:25px;
	background: url('/images/button-bg.png') left no-repeat;
	font-family:Arial;
	font-weight:bold;
	cursor:pointer;
	color:#1d4159;
	text-align:center;
}

.smallbutton, #contentHeader .content .smallbutton 
{
	width:85px;
	height:25px;
	line-height:25px;
	background: url('/images/button-bg-small.png') left no-repeat;
	font-family:Arial;
	font-weight:bold;
	cursor:pointer;
	color:#1d4159;
	text-align:center;
}

#contentWrap a.button {color:#1d4159;}

a.smallbutton, a.button
{
	display:block;
}

#contentHeader .bubble .smallbutton
{
	margin:0 auto;
	color:#1d4159;
}

sup
{
	font-size:90%;
}

/* END FORM STYLES */

/* START BID/MATCH (DATALIST) STYLES */
.bid-header th
{
	vertical-align:middle;
	padding:0;
	margin:5px;
	color: #637a8c;
	font-size:110%;
	background:none;
	text-align:center;
	font-weight:bold;
}

tr.bid-row td, .bid-header th
{
	border-bottom: 1px solid #637a8c;
	padding:5px;
}

#contentHeader .content tr.bid-row td p
{
	padding:0;	
}

.bid-img 
{
	vertical-align:top;	
	width:85px;
}

.bid-img img
{
	display:block;
	width:85px;
	/*height:85px;*/
	margin:0px;
	border: 2px solid #637a8c;
}

span.clear
{
	display:block;
	clear:both;
}

.description
{
	display:block;
	font-weight:normal;
}

.bid-description
{
	width:220px;
	text-align:left;
	vertical-align:middle;
}

.bid-start
{
	text-align:center;
	font-size:125%;
}

.bid-number
{
	text-align:center;
	font-size:125%;
}

.bid-current
{
	text-align:center;
	font-size:125%;
}
.bid-remainder
{
	text-align:center;
	font-size:125%;
}
.bid-now
{
	width:85px;
	text-align:center;
}

.remainder-bg
{
	height:30px;
	width:30px;
	display:block;
	background:#FFF url(/images/remainder-bg.gif);
	line-height:30px;
	margin:0 auto;
}

#map-view
{
	display:none;
	padding-bottom:1px;
}

/* END BID/MATCH (DATALIST) STYLES */


/* START MY MESSAGES STYLES */

#contentHeader .content table
{
	width:98%;
	margin: 0 auto;
}

#contentHeader .content .messages-header th
{
	background:#89c5e7;
	text-align:left;
	font-size:120%;
	padding:10px;
	border: 1px solid #1e4059;
	color: #1e4059;
}

#contentHeader .content .messages-header th.center
{
	text-align:center;	
}

#contentHeader .content .messages-row td
{
	background:#FFF;
	font-size:100%;
	padding:10px;
	border: 1px solid #1e4059;
}

#contentHeader .content .messages-row-highlight td
{
	background:#FF0;
	font-size:100%;
	padding:10px;
	border: 1px solid #1e4059;
}

#contentHeader .content .messages-row td p
{
	padding:0;
}

#contentHeader .content .messages-row-highlight td p
{
	padding:0;
}

/* END MY MESSAGES STYLES */

/* START PROPERTY VIEW REQUEST STYLES */
#contentHeader .content .property-views
{
	width:400px;
}

#contentHeader .content .property-views-header th
{
	background:none;
	border-bottom: 1px solid #1e4059;
	font-size:120%;
	color: #1e4059;
	padding:4px;
	text-align:center;
}

#contentHeader .content .property-views-row td
{
	background:#none;
	text-align:center;
	font-size:100%;
	padding:4px;
}

/* END PROPERTY VIEW REQUEST STYLES */


/* START LOGIN BOX STYLES */
.login-top
{
	width:240px;
	height:14px;
	background: url(/images/login-top.gif) top left no-repeat;
	
}

.login
{
	width:240px;
	background: #e6f3fb url(/images/login-bottom.gif) bottom left no-repeat;
	padding-bottom:14px;
	text-align:right;
}

/* END LOGIN BOX STYLES */


/* START PROPERTY HIGHLIGHT STYLES */

.new-properties
{
	background:#637a8c url(/images/newproperties-top.gif) top left no-repeat;
	padding:5px;
	width:150px;
	position:relative;
	overflow:hidden;
	position:relative;
	top:40px;
}
.most-bids {
	background:#637a8c;
	padding:5px;
	width:150px;
	position:relative;
	overflow:hidden;
	position:relative;
	top:40px;
}

.property-history
{
	background:#637a8c url(/images/mostbids-bottom.gif) bottom left no-repeat;
	margin-bottom:40px;
	padding:5px;
	width:150px;
	position:relative;
	overflow:hidden;
	position:relative;
	top:40px;
}

/* END PROPERTY HIGHLIGHT STYLES */



/* START HOME PAGE STYLES */

.headercolor2{ color: #89c5e7; }

span.focus /* used on the homepage */
{
	font-size:200%;	
}

.bubble
{
	background: url(/images/bubble-bg.png) top left no-repeat;
	width:170px;
	height:140px;
	padding-top:35px;
	float:left;
	margin:5px;
	text-align:center;
}

/* START PROPERTY DETAILS STYLES */

.divider
{
	width:90%;
	margin:10px auto;
	height:1px;
	background: #1e4059;
	overflow:hidden;
}

#property-main
{
	float:left;
	width: 200px;
	margin:10px 5px;
	
}

#contentHeader #property-main table tr td p, #contentHeader .content .details-left p
{
	padding:5px 0;
}

#property-main img
{
	border: 2px solid #1e4059;
	width:200px;
	height:150px;
}

#property-thumbs
{
	float:left;
	margin:10px 0 10px 5px;
	width:216px;
	border:2px solid #1e4059;
	overflow:auto;
	height:150px;
}

#property-thumbs img
{
	width:90px;
	height:68px;
	margin:4px;
}

.details-left
{
	width:280px;
	background:#FFF;
	border-right:1px solid #1e4059;
	vertical-align:top;
}

/* END PROPERTY DETAILS STYLES */

#estate-agent-details
{
	background:#FFF url(/images/content-top-white.gif) top left no-repeat;
}

#estate-agent-footer
{
	background:#FFF url(/images/content-footer-white.gif) top left no-repeat;
}

#estate-agent-details img
{
	margin:0 15px;	
}

.text-highlight
{
	color:#F00;
	font-weight:bold;
}

#PropertiesGridSplash
{
	background: #000000;
	position: absolute;
	left: 0;
	top: 0;
	height: 100px;
	width: 100%;
	opacity:0.5;
	filter:alpha(opacity=50);
	display: none;
}

.red
{
	color: #FF0000;
}

.green
{
	color: #00FF00;
}

.goodBid { color: #0A0; font-weight:bold; }
.badBid { color: #C00; font-weight:bold; }

.paging ul li
{
	display: inline;
	list-style-type: none;
	padding: 0 5px;
}

ul.autocomplete_list, #contentHeader .content ul.autocomplete_list
{
	z-index: 10;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	border: solid 1px #000000;
}

.paging {margin: 5px 10px;}

.propertyThumb {text-align:center;}
.propertyThumb img {display:block; margin:0 auto 10px;}
.propertyThumb .checkbox {}
.propertyThumbButtons {margin:10px 0; text-align:center;}