/* 

STYLE SHEET FOR PWD35 WEB SITE

ToC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. Property Pages

Notes

*/



/* --------- 1. defaults  --------- */

* {
		margin: 0;
		padding: 0;
		}

body {
		background: #7E7E7E url(/ma/back-repeat1.aspx) repeat-x;
		color: #333333;
		padding-bottom: 40px;
		}
		
/*  --------- 2. structure  --------- */

#wrapper{
	background-color: white;
	width:800px;
	margin:0 auto;
	border-bottom:2px solid #333333;

		}
		
#masthead {
	position:relative; 
	height: 131px;
	width:800px;
	background:   url(/ma/st_masthd.aspx) no-repeat;
	background-color: #CCCCCC;
		}
		
#content {
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
		}

#content ul{
padding: 5px 5px 5px 15px;
color:#6A003A;
}

#content ul li {
font: 1.1em/1.4em Verdana, Arial, sans-serif;
font-family:  Arial, Helvetica, sans-serif;
padding: 3px;

}

#sidebar {
	position:relative;
	top:0px;
	float: left;
	width: 260px;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
		}
		
#mainContent {
	padding: 6px 6px 0 6px;
	margin-left: 10px;
	background-color: white;
	position:relative;
	top:0px;
	float: left;
	width: 485px;
	margin-top: 20px;
	margin-bottom: 6px;
	opacity:0.8; filter:alpha(opacity=80)
	line-height: 22px;
	}		
		
		
#contentCentre {
	position:relative;
	top:0px;
	width: 300px;
	float:left;
	min-height: 600px;
	margin-top: 10px;
	margin-bottom:25px;
	border-left: 1px solid #cdcdcd;
	padding:0px;
	padding-top:20px;
	padding-right:15px;
	padding-left:15px;
		}
		
#st_left { float:left; width:280px; }

#rightContent {
	position:relative;
	top:0px;
	float:right;
	width:165px;
	height:500px;
	padding-right:5px;
	padding-right:7px;
	margin-top:-30px;
		}
		
#leftContent {
	position:relative;
	top:0px;
	width: 260px;
	float: left;
	padding:20px 5px 10px 20px;
	}
	

#contentHomes {
	position:relative;
	top:0px;
	width: 400px;
	float:left;
	min-height: 600px;
	margin-top: 10px;
	margin-bottom:25px;
	border-left: 1px solid #cdcdcd;
	padding:0px;
	padding-top:20px;
	padding-right:15px;
	padding-left:15px;
		}
		
#contentProperty {
	position:relative;
	top:0px;
	width: 780px;
	float:left;
	min-height: 600px;
	margin: 0;
	border-left: 0px solid #cdcdcd;
	padding: 20px 10px;
background-color: #fff;
		}
	
#leftList {
	position:relative;
	top:0px;
	width: 186px;
	float: left;
/*	height: 500px;*/
	padding:20px 5px 10px 0px;
	}
	
#rightList {
	position:relative;
	top:0px;
	float:left;
	width:125px;
	height:500px;
	padding-left:5px;
	padding-right:7px;
	padding-top:27px;
		}
		
.separator {
		clear: both;
		height: 0;
		}
		
/* ---------- 3. links and navigation ---------- */


/* ---------- MPWD.net ---------- */

a:link {color: #979797 ; text-decoration: none;}
a:visited {color: #004080; text-decoration: none;}
a:hover {color: #6A003A; text-decoration: none;}

a:active {color: #979797; text-decoration: none;}

/*# OLD NAV #*/
/*
ul#nav { 
background:url(/ma/menu-strip4.aspx);
position:absolute;
top:104px;
left:14px;
}

ul#nav li { 
float:left; 
list-style-type:none 
}

ul#nav li a { 
height:23px; 
display:block; 
position:absolute; 
top:0; 
text-indent:-9999px; 
outline:none; 
}

li.navHome a, li.navProfile a, li.navServices a, li.navRentals a, li.navHomes a, li.navList a, li.navContact a { background:url(/ma/menu-strip4.aspx) }

li.navHome a 		{ background-position:0px 0px; width:58px; left:0px }
li.navHome a:hover	{ background-position: 0px -23px;}
li.navHome.active a 	{ background-position:0px -46px }

li.navProfile a 	{ background-position:-57px 0px; width:58px; left:57px }
li.navProfile a:hover	{ background-position:-57px -23px }
li.navProfile.active a 	{ background-position:-57px -46px }

li.navServices a 	{ background-position:-114px 0px; width:68px; left:114px }
li.navServices a:hover	{ background-position:-114px -23px }
li.navServices.active a { background-position:-114px -46px }

li.navRentals a 	{ background-position:-181px 0px; width:68px; left:181px }
li.navRentals a:hover	{ background-position:-181px -23px }
li.navRentals.active a 	{ background-position:-181px -46px }

li.navHomes a 		{ background-position:-245px 0px; width:104px; left:245px }
li.navHomes a:hover	{ background-position:-245px -23px }
li.navHomes.active a 	{ background-position:-245px -46px }

li.navList a 		{ background-position:-349px 0px; width:82px; left:349px }
li.navList a:hover	{ background-position:-349px -23px }
li.navList.active a 	{ background-position:-349px -46px }

li.navContact a 	{ background-position:-429px 0px; width:78px; left:429px }
li.navContact a:hover	{ background-position:-429px -23px }
li.navContact.active a  { background-position:-429px -46px }
*/

/*# New Nav #*/
ul#nav { position:absolute; top:104px; left:14px; }
ul#nav li { float:left; list-style-type:none }
ul#nav li a { height:23px; display:block; float:left; top:0; outline:none; color:#6a003a; background:url(/ma/nav-background.aspx); padding:0 10px; line-height:23px; font-size:12px; }
ul#nav li a:hover { background:url(/ma/nav-background.aspx) 0 -23px ; }
ul#nav li.active a { background:url(/ma/nav-background.aspx) 0 -46px ; color:#fff; }
/*
.navCommSale { display:none; }
.navCommLease { display:none; }
*/
/*----------- measurements for nav replacement
	The distance from the top to the...
		initial state = 0
		rollover state = 23px
		selected state = 46px
		
	Distance from the far left to...
		home button = 0
		profile button = 57
		services button = 114
		homes for sale button = 181
		list with us button = 285
		Contact us button = 366
		
	Width of the...
		home button = 58
		profile button = 58
		services button = 68
		homes for sale button = 105
		list with us button = 82
		Contact us button = 78
		
		*/

		
/* ---------- 4. fonts ---------- */

html {
		font-family: Arial, sans-serif;
		font-size: 100%;
		}

body {
		font-size: 62.5%;
		}

h1 {
		font: bold 1.8em/100% Arial, sans-serif;
		text-transform: uppercase;
		margin-bottom: 10px;
		}
	
h2	{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color:#6A003A;
	font-size: 1.7em;
	margin-bottom: 10px;
	padding-bottom:10px;
	border-bottom:2px dotted #BBBDBF;
	line-height: 135%;
		}
		
h3	{
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-size: 1.2em;
	color:#6A003A;
	}
	
h4 a {
	color: #333333;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1em;
	color: #333333;
	padding: 0px 5px 8px 0px;
}

p { 
		font: 1.1em/1.4em Verdana, Arial, sans-serif;
		margin-bottom: 5px;
		text-align: justify;
		}
	
#IEMessage {
	display: none;
	}

		
#rightContent p {
		line-height: 1.4em;
		margin-bottom: 0.8em;
		color:#6A003A;
		font-weight: bold;
		}
		
#leftContent h1, #leftContent p, #sidebar h1, #sidebar, #sidebar p {
		color: #660000;
		font: bold 1.2em Arial, sans-serif;
		line-height: 1.4em;
		padding-right:10px;
		}

#contentHomes h3 {
		font-family:"Trebuchet MS", Verdana, sans-serif;
		font-size: 1.2em;
		color: #6a113b;
		line-height: 1.4em;
		padding:15px 290px 0px 15px;
		margin-bottom: 0.8em;
		font-weight: bold;
		}

/*
#contentHomes p {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		line-height:1.4em;
		color:#6A003A;
		padding-bottom:20px;
		border-bottom:2px dotted #BBBDBF;
		}
	
*/
	
#leftList img {
		padding:10px 10px 10px 15px;
		text-align: center;
		}
		
#rightList p {
		line-height: 1.4em;
		margin-bottom: 0.8em;
		color:#6A003A;
		font-weight: bold;
		padding-bottom:5em;
		}
		
		

		.feature {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #660000;
	text-align: left;
	padding-bottom: 10px;
}
/* ---------- 5. propery pages ---------- */

img{border: none;}

div.propertylist{
padding: 5px;
border-bottom:2px dotted #BBBDBF;
height: 135px;
line-height: 22px;
font-size: 11px;
width:770px;
clear:both;
}

 .floatright
{
float: right;
margin: 0 10px 0px 10px;
padding: 2px 0;
}

img.floatleft
{
width: 140px;
height: 100px;
}
.propertyNavigation{
padding-left: 3px;
padding-bottom: 2px;
padding-right: 3px;
padding-top: 2px;
margin-left: 0;
margin-bottom: 10px;
margin-right: 0;
margin-top: 0;
font-size: 11px;
text-transform: uppercase;
text-align: right;
background-color: #eee;
border: 1px solid #ddd;
}

.property-navigation-detail{
padding: 8px;
margin-left: 0;
margin-bottom: 10px;
margin-right: 0;
margin-top: 0;
font-size: 11px;
text-transform: uppercase;
line-height: 24px;
width: 225px;
background-color: #eee;
border: 1px solid #ddd;
}

.propertyNavigationId{
padding-left: 3px;
padding-bottom: 2px;
padding-right: 3px;
padding-top: 2px;
margin-left: 0;
margin-bottom: 10px;
margin-right: 0;
margin-top: 0;
font-size: 11px;
text-transform: uppercase;
background-color: #eee;
border: 1px solid #ddd;
}
div.figureLeftCol {
  width: 88%;
  margin: 0;
  padding: 0 8px 0 0;
}

div.figure {
  float: left;
  width: 20%;
  margin: 0;
  padding: 0 8px 0 0;
}

div.figureDetail {
  float: left;
  width: 70%;
  margin: 0;
  padding: 0 8px 0 0;
 }

div.figureimage {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 8px 0 0;
}

img.scaled {
  width: 100%;
}

.dropdownBox{
border: 1px solid #ccc;
width: 180px;
font-size: 9pt;
}

.dropdownBoxSmaller{
border: 1px solid #ccc;
width: 80px;
font-size: 9pt;
}

select{
font-size: 80%;
}

.counter{

background-color: #eee;
padding: 5px;

}

td{padding:3px;}

.leftColFeature p {

padding: 8px 0;
margin: 0;

}

img.leftFeatureScaled {
  padding: 10px 10px 10px 0px;
}
.contact-table{
float: left;

}
.contact-table input  {
padding: 3px;
border: 1px solid #ccc;
width: 185px;
}

.contact-table-select{
padding: 4px;
border: 1px solid #ccc;
width: 175px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}

.contact-table-right{
padding: 0px;
width: 185px;
float: right;
}


.contact-table-right dt{
padding: 2px;

}

.contact-table dt {
padding: 3px 0;
margin: 0;
}

.contact-table dl {
padding: 0;
margin: 0;
}

#contact-send{
margin: 4px 0 0 0;
padding: 3px 0 3px 0;
width: 185px;
background-color: #eee;
border: 1px solid #ccc;
}

div#propertyContact{
width: 410px;
border: 1px solid #ccc;
height: 270px;
padding: 0;
margin: 0;
}

div#propertyContact h1{
line-height: 20px;
color: #6A003A;
background-color: #eee;
padding: 5px;
margin: 0 0 8px 0;
text-transform: uppercase;
font-size: 13px;
}
div#propertyContactInner{
padding: 8px;
margin: 0;
}

h6{

margin-bottom: 5px;

background-color: #f4f4f4;

border-color: #dedede;

border-style: solid;

border-width: 1px;

padding-left: 5px;

padding-bottom: 8px;

padding-right: 0px;

padding-top: 8px;

font-size: 12px;
color: red;
}

#suburb-text{

text-transform: uppercase; 
margin: 0; 
padding: 0;
display: inline;

}

#left-property-image{
	font-size: 12px;
	padding: 2px;
	text-align: center;
	font-weight: bold;
color: #6A003A;
}

/*# MultiArray #*/
#logo a { display:block; width:255px; height:104px; background:url(/ma/logo.aspx) no-repeat; text-indent:-9999px; }

.staff-member { width:128px; float:left; padding-bottom:10px; }
.staff-member .name { line-height:2; }

#footer { width:800px; margin:0 auto; text-align:right; color:#fff; text-transform:uppercase; }
#footer a { color:#fff; }

.top-page { text-align:right; padding-top:5px; clear:both; }

.propertyNavigation { float:left; width:772px; }
.search-form { float:left;}
.search-form label { padding-right:5px; }
.propertyNavigation .search-form select { font-size:9px; }
.search-form .propertytype, .search-form .suburb, .search-form .price, .search-form .price .from, .search-form .price .to, .search-form .actions { float:left; line-height:3; padding-right:10px; }
.search-form .propertytype select, .search-form .suburb select { width:120px; }
.search-form .actions { padding-top:5px; }
.search-form .actions .button { font-size:11px; width:115px; }

.propertyNavigationId { float:left; width:772px; }
.propertyNavigationId span { display:inline-block; float:left; margin-right:10px; line-height:3; }
.propertyNavigationId .short {  }
.propertyNavigationId .short input{ float:left; width:200px; margin-right:10px; font-size:10px; text-transform:uppercase; margin-top:9px;  }
.propertyNavigationId .actions .button { font-size:11px; float:left; margin-top:5px; }

#PagerStyle, #BottomPagerStyle { float:right; padding:10px 0; height:16px; font-size:11px; }
#PagerStyle .PagerNav, #PagerStyle .PagerSelect,
#BottomPagerStyle .PagerNav, #BottomPagerStyle .PagerSelect { float:left; margin-left:10px; }
#PagerStyle .PagerNav span, #BottomPagerStyle .PagerNav span { font-weight:bold; }
#PagerStyle a, #BottomPagerStyle a { display:inline-block; color:#979797; }
#PagerStyle span, #BottomPagerStyle span { display:inline-block; }

fieldset { border:0; }
.emailform { position:relative; }
.emailform div { padding-bottom:20px; clear:both; }
.emailform .comments { position:absolute; right:0px; top:5px; }
.emailform .actions { position:absolute; right:0; top:160px; }

.emailform input { background:#fff; border:1px solid #ccc; font-family:Verdana, Arial; font-size:11px; width:160px; padding:5px; }
.emailform textarea { background:#fff; border:1px solid #ccc; font-family:Verdana, Arial; font-size:11px; width:185px; padding:5px; }

.inspectionTimes p { padding:0 !important; margin:10px 0 0 0; }
.inspectionList { list-style:none; margin:0 !important; padding:0 !important; }

/*# Lightbox #*/
#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(/CMSWebparts/Viewers/lightbox_files/images/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/CMSWebparts/Viewers/lightbox_files/images/next.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; }