@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", Tahoma, Arial;
	font-size: 12px;
	line-height: 18px;
	background-color: #F6F5EF;
	background-repeat: no-repeat;
	background-image: url(/images/bgLarge.jpg);
	background-position: center top;
}
#container {
	margin: 0px auto;
	padding: 0px;
	width: 955px;
	background-repeat: no-repeat;
}
#container #navigation {
	margin: 0px 0px 0px 280px;
	padding: 0px;
	height: 67px;
}
#container #navigation li {
	margin: 35px 0px 0px 30px;
	padding: 0px;
	float: right;
}
#container #navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 650px;
}
#container #navigation #active a {
	text-decoration: underline;
}
#container #navigation a:link, #container #navigation a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#container #imageArea {
	margin: 0px;
	padding: 0px;
	height: 225px;
	width: 955px;
}
#container #contentArea {
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/**************************************************/
/*JDS Added admin class from previous stylesheet
/*version
/**************************************************/
.admin
{
   	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", Tahoma, Arial;
	font-size: 12px;
	line-height: 18px;
	background-color: #F6F5EF;
	background-repeat: no-repeat;
	background-image: url(/images/bgAdminSmall.jpg);
	background-position: left top;
}
/**************************************************/

/* -------  AMEND - LEFT_COLUMN ADDED ------------- */
#container #contentArea #left_column #searchArea {
	margin: 0px 0px 0px 0px;
	padding: 5px;
	width: 200px;
	float: left;
	border: 1px solid #e1e1e1;
	background-color: #eeeeee;
}
/* -------  END OF AMEND ------------- */



#container #contentArea #BoxOutArea {
	margin: 0px;
	padding: 5px;
	width: 233px;
	background-color: #eeeeee;
	border: 1px solid #e1e1e1;
}
#container #contentArea #boxContainer #accreditation {
	margin: 8px 0px 0px;
	padding: 5px;
	width: 233px;
	background-color: #eeeeee;
	border: 1px solid #e1e1e1;
}
#container #contentArea #textArea li {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", Tahoma, Arial;
	font-size: 12px;
	line-height: 18px;
	background-color: #F6F5EF;
}
#container #contentArea #textArea ul {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	font-family: "Lucida Grande", Tahoma, Arial;
	font-size: 12px;
	line-height: 18px;
	background-color: #F6F5EF;
	list-style-image: url(/images/bullet.gif);
}
#container #contentArea #boxContainer {
	margin: 0px 0px 20px;
	padding: 0px;
	float: right;
	width: 243px;
}
#container #contentArea #textArea {
	padding: 0px;
	width: 400px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#container #contentArea #searchResults {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 680px;
	float: right;
}
.results-image {
	margin: 0px;
	padding: 0px;
	width: 110px;
	height: 110px;
	float: left;
}
#container #footer {
	clear: both;
	font-family: "Lucida Grande", Tahoma, Arial;
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e1e1e1;
	margin: 0px 0px 0px 45px;
	padding: 0px;
	color: #999999;
}
#container #contentArea #searchResults p {
	margin: 0px 0px 2px;
	padding: 0px;
}
#container #contentArea #boxContainer #TenancyBox {
	margin: 8px 0px 0px;
	padding: 5px 5px 5px 100px;
	width: 138px;
	_width: 139.5px;
	background-color: #eeeeee;
	border: 1px solid #e1e1e1;
	background-image: url(/images/tenacy.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}


/* -------  AMEND - LEFT_COLUMN ADDED ------------- */
#container #contentArea #left_column #searchArea #search #area {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 20px;/* <-CHANGED FROM % TO PX */
}
#container #contentArea #left_column #searchArea #search #No_of_students {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 20px;/* <-CHANGED FROM % TO PX */
}
/* ------- END OF AMEND ------------- */



/* -------  Clear float stuff, to enclose the float elements ------------- */
.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;
/* --------- End ---------------------------------------------- */
}
.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;
}
#container #footer #copyRight {
	margin: 0px;
	padding: 0px;
	width: 200px;
	float: left;
}
#container #footer #address {
	width: 500px;
	margin: 0px;
	padding: 0px;
	float: right;
	text-align: right;
}
#container #navigation a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
/* ------------ Start of Classes ---------------------------------------------*/
.results-property-details {
	margin: 0px;
	padding: 0px;
	width: 340px;
}
.results-property-images {
	margin: 0px;
	padding: 0px;
	width: 300px;
	float: right;
}
.results-price {
	width: 150px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	height: 110px;
	float: left;
}
.results-address {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	height: 110px;
	width: 200px;
	float: left;
}
.results-more-info {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 110px;
	width: 150px;
}
.results {
	margin: 0px;
	padding: 10px 0px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e1e1e1;
}
/* ---------- Results --------------------------------------------------*/
#container #contentArea #searchResults .results .results-property-images img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#container #contentArea #searchResults .results .results-property-details li {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", Tahoma, Arial;
	font-size: 12px;
	line-height: 18px;
	background-color: #F6F5EF;
}
#container #contentArea #searchResults .results .results-property-details p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#container #contentArea #searchResults .results .results-property-details ul {
	margin: 0px 0px 10px 15px;
	padding: 0px;
	font-family: "Lucida Grande", Tahoma, Arial;
	font-size: 12px;
	line-height: 18px;
	background-color: #F6F5EF;
	list-style-image: url(/images/bullet.gif);
}
/* ------- END ------------- */


/* ------- LEFT_COLUMN ADDED ------------- */
#container #contentArea #left_column {
	float: left;
	width: 210px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 45px;
	_margin-left: 22px;
}
/* ------- END ------------- */



/* -------  ALERT ADDED ------------- */
.alert {
	color: #FFFFFF;
	background-color: #F6F5EF;
	float: left;
	width: 210px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	/*margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;*/
	border: none;
}
.alert a:link,.alert a:hover, .alert a:visited  {
	color: #FFFFFF;
	text-decoration: underline;
	border-style:none;

}

.alert img {
	border-style:none;
}


/* ------- END ------------- */
#container #contentArea #left_column #admin {
	color: #FFFFFF;
	background-color: #291064;
	padding: 10px;
	float: left;
	width: 190px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #e1e1e1;
}
#container #contentArea #left_column #admin a:link {
	color: #FFFFFF;
	text-decoration: underline;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 13px;
}


/*westEndLogo*/
.westEndLogo
{
	margin-top:40px;
}
.westEndLogo a img
{
	border:0;
}