/* CSS Document */

/**********************************MAIN********************************/
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	text-align:center;
	background-color:#E9ECF5;
	font-size:0.7em;
	}
		
#container {
	text-align:left;
	width:779px;
	margin:auto;
	border: 1px solid #B5C1DF;
	padding:0;
	background-color:white;
	}
	
#footer {
	position:relative;
	margin: 0;
}
/**********************************************************************/


/****DIVS FOR INNER 2 COLUMN FLUID LAYOUT FOR CONTENT AND HOUSE OF THE WEEK***/

#top {
	padding: 0 0 10px 0;
	margin: 15px 0 0 17px;
}

#text-content {
	margin:5px 15px 30px 20px;
	}
	
/*****************************************************************************/

/**********************DIVS FOR FLASH HEADER AND MENU************************/

.centred {
	text-align:center;
}

#header {
	padding: 0;
	margin-left:auto;
	margin-right:auto;
	height:200px;
}

#navbar {
	padding: 0;
	margin-left:auto;
	margin-right:auto;
	height:auto;
}
/*****************************************************************************/

/*****************************HYPERLINKS*************************************/
	
a:link, a:visited {
	color:#00529C;
	text-decoration:underline;
	}
	
a:hover {
	color:#B5C1DF;
	text-decoration:underline;
	}
	
/*****************************************************************************/



/*****************************FOR PROPERTY LISTINGS***************************/

div.floatgray {
	min-height:220px;
   	padding: 10px 20px 20px 20px;
	border: 1px solid #B5C1DF;
	position:relative;
	background-color:#F7F8FB;
   	}
	
.prop-details {
	margin-right:254px;
	}

.prop-photos {
	float:right;
	width:190px;
	margin:-25px 5px 0 0;
	border: 1px solid #B5C1DF;
	padding:5px;
	z-index:11;
	background-color:#FFFFFF;
	position:relative;
	}

.prop-photos img {
   	width:190px;
   	height:143px;
   	}
   
.prop-contact {
	margin: 30px 0 0 0;
	}
	
div.form-header {
   	padding: 10px 20px 20px 20px;
	border: 1px solid #B5C1DF;
	position:relative;
	background-color:#B5C1DF;
	font-size:1.1em;
	color:#FFFFFF;
   	}
   
/*****************************************************************************/

/********************************FOR TENANCY FORM******************************/
	
div.form-header {
   	padding: 5px;
	border: 1px solid #FFFFFF;
	position:relative;
	background-color:#B5C1DF;
	font-size:1.1em;
	color:#FFFFFF;
	width:726px;
   	}
	
div.form-body {
   	padding: 3px 5px 5px 5px;
	border: 1px solid #B5C1DF;
	position:relative;
	background-color:#F7F8FB;
	width:724px;
	right:-1px;
	line-height:2.5em;
   	}
   
/*****************************************************************************/

/******************************TEXT STYLES************************************/

.blue { 
	color:#00529C; 	
}

.heading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight:bold;
	color:#00529C; 	
}

.bold {
	font-size:1.1em;
	font-weight:bold;
	}

.currPage {
	color:red;
	}

/*****************************************************************************/


/*************DIVS FOR PAGINATION NAVIGATION IN PROPERTY LISTING*************/

#section-01 {
  position:relative;
  width:auto;
  }

.three-col-01 {
  position:absolute;
  left:0;
  top:0;
  width:30%;
  padding:10px;
  }
  
.three-col-02 {
  position:relative;
  left:32%;
  top:0;
  width:30%;
  padding:10px;
  text-align:center;
  }
  
.three-col-03 {
  position:absolute;
  right:15px;
  top:0;
  width:30%;
  padding:10px;
  text-align:right;
  }
  
/******************************************************************/