@charset "utf-8";
body  {
	font: 100% Geneva, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 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: #444;
	background:url(images/bgrepeat.png) center top repeat-y;
}
h1 {
	margin:0;
	padding:0;
	width:100%;
	color:#22f;
}
.divider {
	padding:0;
	margin:0;
	width:100%;
	height:2px;
	min-height:2px;
	max-height:2px;
	background-color:#22f;
}
.twoColFixRtHdr #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background: #fff; 
	padding:5px 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin:0;
} 
.twoColFixRtHdr #header h1 {
	font: 100% Arial, Helvetica, sans-serif;
	float:left;
	width:400px;
}
.twoColFixRtHdr #header h1 .mcd {
	text-transform:uppercase;
	font: 180% Arial, Helvetica, sans-serif;
	color:#22F;
	text-decoration:none;
	font-weight:bold;
}
.twoColFixRtHdr #header h1 .littlec {
	text-transform:uppercase;
	color:#22F;
	text-decoration:none;
	font:70%;
	font-weight:bold;
}

.twoColFixRtHdr #header h1 .rentals {
	font: 95% Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#F22;
	text-decoration:underline overline;
	font-weight:bold;
}
.twoColFixRtHdr #header img {
	float:left;
}
.twoColFixRtHdr #header .right {
	padding:5px 40px 0 20px;
	float:right;
	width:200px;
	line-height:120%;
	color:#22f;
	font-weight:bold;
	font-size:75%;
	text-align:justify;
}
.twoColFixRtHdr #header .right img {
	padding:3px 15px 0 0;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin:0;
	padding:0 20px 0 0;
	font-size:14px;
	line-height:14px;
}
#sidebar1 input {
	width:250px;	
}
#sidebar1 select {
	width:250px;	
}
#loginbox {
	margin:0;
	padding:15px;
	font-size:90%;
	text-align:left;
	border:solid 1px #CCC;
	line-height:200%;
	background-color:#EEE;
}
#sidesearch {
	margin:20px 0 20px 0;
	padding:15px;
	border:solid 1px #CCC;
	line-height:150%;
	background-color:#EEE;
}
#sidesearch form {
	font-size:90%;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 350px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

} 
#mainContent p{
	font-size:75%;
	text-align:justify;
}
#mainContent ul {
	font-size:75%;
}
#mainContent .formcontainer{
	font-size:75%;
	text-align:justify;
	margin:10px;
}
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
	line-height:150%;
	font-size:60%;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
h2 {
	font-size:90%;
}
h3 {
	font-size:90%;	
}
.colour1 {
	color:#22f;
}
.colour2 {
	color:#f22;	
}
.mainlabel {
	width:100px;
	float:left;
	padding-top:2px;
}
.formrow {
	height:15px;
}
.adminlistrow {
	font-size:80%;
	border-bottom:#CCC solid 1px;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
}

.maillistrow {
	font-size:80%;
	border-bottom:#CCC solid 1px;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	white-space:normal;
}
.imageformrow {
	height:50px;	
}
input {
	border:1px solid #CCC;	
}
.listingbox {
	border:1px solid #99f;
	margin:10px;
	min-height:325px;
	height:325px;
}
.listingheader {
	background-color:#33F;
	font-weight:bold;
	color:#fff;
	height:50px;
	min-height:50px;
	font-size:90%;
	margin:0 0 0 0;
}
.headrent {
	background-color:#F33;
	font-weight:bold;
	font-size:150%;
	color:#fff;	
	width:270px;
	height:50px;
	float:right;
	line-height:50px;
	text-indent:10px;
}
.headrent img{
	float:left;
	margin:0;
	padding:0;
}
.headaddress {
	padding:5px 0 10px 10px;
	width:300px;
	float:left;
}
.listimage {
	height:150px;
	width:225px;
	background-color:#33F;
	float:right;
	margin:0 20px 0 0;
	padding:0;
	border:none;
}
.listdescription {
	font-size:80%;	
	padding:10px;
	width:300px;
	min-height:150px;
	text-align:justify;
}
.listletagreed {
	background-color:#9F9;
	color:#000;
	font-size:90%;
	font-weight:bold;
	text-align:center;
	height:30px;
	line-height:30px;
}
.listlink{
	text-align:center;
	height:30px;
	line-height:30px;
}
.listoptions {
	font-size:85%;	
	text-align:center;
	padding:5px;
	background-color:#EEE;
	color:#333;
}
a:link, a:visited {
	color:#00F;
}
a:hover, a:active {
	color:#F00;
}
#map_canvas {
	width:200px;
	height:200px;
	padding:10px;
	float:left;
}
#officemap_canvas {
	margin-top:20px;
	width:200px;
	height:200px;
	padding:10px;
	float:left;
}
#pano {
	width:300px;
	height:300px;
}
.propertyleft {
	width:100px;
	padding:10px;
	float:left;
}
.propertyright {
	width:400px;
	padding:10px;
}
#propertytop {
	padding:10px;	
}
#propertygallery {
	padding:10px;	
	height:280px;
	min-height:280px;
}
#sidegallery {
	height:80px;
	text-align:center;
}
#sidegallery img {
	padding:5px;	
	border:none;
}
.mainimg {
	padding-top:10px;
	float:right;	
	margin:0 20px 0 0;
}
.article1image {
	float:right;	
	padding:10px;
}
#features {
	width:200px;	
	padding:0 10px 0 10px;;
	height:200px;
	min-height:200px;
}
.featurepoints h2 {
	padding:0;
	margin:0;
	font-size:12pt;
}
.featurepoints ul {
	padding:0 0 0 5px;
	margin:0 0 0 5px;
}
#maindescription {
	margin-left:225px;
	width:350px;
	padding:5px;
	min-height:220px;
	text-align:justify;
}
#realbigmap {
	width:600px;
	height:600px;
}
.logos img {
	margin:0 20px 0 20px;	
}
.lineformlabel {
	margin:0 0 0 40px;
	width:125px;
	min-width:125px;
	float:left;
	height:25px;
	min-height:25px;
	font-size:80%;
}
.lineform {
		height:30px;
	min-height:30px;
}
.biglineformlabel {
	margin:0 0 0 40px;
	width:125px;
	min-width:125px;
	float:left;
	height:125px;
	min-height:125px;
	font-size:80%;
}
.biglineform {
		height:125px;
	min-height:125px;
}
#contact {
	margin:0 140px 0 140px;
	padding:25px;
	background-color:#EEE;
		border:solid 1px #CCC;
}
#regform {
	margin:0 75px 0 75px;
	padding:25px;
	background-color:#EEE;
	border:solid 1px #CCC;
}
#mainsearchform {
	margin:0 50px 0 50px;
	padding:25px;
	background-color:#EEE;
	border:solid 1px #CCC;
}

.newtopform  {
	height:300px;	
}

.newtopform select {
	font-size:11px;	
}

.topform {
	height:480px;	
	min-height:480px;
}
.topformsearch {
	height:400px;	
	min-height:400px;
}
.leftform {
	width:200px;
	float:left;
}

.leftaddform {
	width:240px;
	height:340px;
	float:left;
}
.rightaddform {
	width:150px;
	height:340px;
	float:right;
}

.midaddform {
	width:150px;
	height:340px;
	margin-left:250px;
}
.rightform {
	width:200px;
	float:right;
}
.leftformsearch {
	width:275px;
	float:left;
}
.rightformsearch {
	width:175px;
	float:right;
}
.bottomform {
	vertical-align:bottom;
	text-align:center;	
}

.smaller {
	font-size:12px;	
}

.landlordlist li {
	padding-top:5px;
	padding-bottom:5px;
}

.featurepoints {
	font-size:16pt;
	line-height:16pt;
}

#propertytop h2 {
	margin:0;
	padding:0;
}

#maindescription p {
	font-size:11pt;	
}
#propertytitle {
	font-size:18pt;
}

.enquirylabel {
	width:125px;
	float:left;
	font-size:14px;
	padding-top:2px;
}

.leftenquiryform {
	width:200px;
	float:left;
	font-size:12px;
}

#propertyenquiry {
		background-color:#EEE;
		margin-bottom:10px;
		width:450px;
		margin-left:60px;
		padding:10px;
			border:solid 1px #CCC;
			line-height:150%;
}

#addform {
	padding:10px;
	background-color:#EEE;
	border:solid 1px #CCC;
}

#propertyenquiry h2 {
	padding:0 0 5px 0;
	margin:0;
}

.enquirylabel {
		font-size:12px;	
}
#quicksearchform {
			line-height:175%;
}

#sidesearch h2 {
	padding:0 0 5px 0;
	margin:0;
}

#officeside {
	margin-left:275px;	
	font-size:14pt;
}

.officerow img{
	border:none;
	margin:0 25px 0 25px;
}

.labelspace {
	margin:5px 0 5px 0;	
	font-size:12px;
}
.imageleft {
	float:left;
	width:300px;
	height:250px;
}
.descriptionright {
	height:250px;	
}
#addform select {
	font-size:11px;	s
}

#adminsearchform {
		padding:10px;
	background-color:#EEE;
	border:solid 1px #CCC;
	width:200px;
	margin:0 auto;
}

#staffnotesform {
		padding:10px;
	background-color:#EEE;
	border:solid 1px #CCC;
	width:400px;
	margin:0 auto;
}
.small {
	font-size:12px;
	overflow:hidden;
}
