html {
	font-size: 12px;
	overflow-y : scroll;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #222222;
	text-align: center;
	margin: 0px;
	background-attachment: fixed;
	background-image: url(/img/bkg-grad.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
a {
	outline:none;
	
	
}
.wrapper {
	width: 900px;
	margin: auto;
	text-align: left;
	padding: 0px;
	background-image: url(/img/bkg-side.gif);
	background-repeat: repeat-y;
	background-position: left top;
	color: #E8E8E8;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.wrapper .menu .datebar {
	background-color: #D9D9D9;
	background-image: url(/img/calendar.jpg);
	background-position: 40px;
	background-repeat: no-repeat;
	padding-left: 75px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
}
.wrapper .content h1 {
	font-size: 175%;
	font-weight: lighter;
	color: #d8002f;
	margin-top: 0px;
	text-transform:capitalize;
}
.wrapper .content h2 {
	font-size: 150%;
	font-weight: lighter;
	color: #d8002f;
	text-transform:capitalize;
}
.wrapper .content h3 {
	font-size: 125%;
	font-weight: lighter;
	color: #d8002f;
	text-transform:capitalize;
}
.wrapper .menu {
	float: left;
	width: 310px;
	color: #878585;
}
.wrapper .menu .menuinner a {
	color:#333;
	text-decoration:none;
}
.wrapper .menu .menuinner ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.wrapper .menu .menuinner a:link {
	display: block;
	width: 180px;
	color: #878585;
	text-decoration: none;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(/img/link-off.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 60px;
	padding-left: 30px;
}
.wrapper .menu .menuinner a:visited {
	display: block;
	width: 180px;
	color: #878585;
	text-decoration: none;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(/img/link-off.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 60px;
	padding-left: 30px;
}
.wrapper .menu .menuinner a:hover {
	display: block;
	width: 180px;
	color: #d8002f;
	text-decoration: none;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(/img/link-on.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 60px;
	padding-left: 30px;
	font-weight: bold;
}
.wrapper .menu .menuinner a:active {
	display: block;
	width: 180px;
	color: #d8002f;
	text-decoration: none;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(/img/link-on.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 60px;
	padding-left: 30px;
	font-weight: bold;
}
.wrapper .menu .newssnippet {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 25px;
	padding-bottom: 25px;
}
.wrapper #search {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 10px;
}
.wrapper .content {
	padding: 20px 0px 20px 10px;
	float:left;
	width:550px;
}
.wrapper .footer {
	clear: both;
	text-align: left;
	color: #666666;
	width: 280px;
	font-size: 80%;
}
.wrapper .gallery-cats {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #666666;
	padding: 2px;
}
.gallery {
	background-color: #E8E8E8;
	height: 180px;
	padding: 10px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.pagingBut {
	color: #666666;
	background-color: #D5D5D5;
	margin-right: 2px;
	margin-bottom: 2px;
	border: 1px solid #666666;
}
.frm_list {
	background-color: #F2F2F2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 10px;
	border: 1px dotted #CCCCCC;
}
.basket {
	text-align: right;
	padding-bottom: 10px;
	color: #999999;
}
.nboard {
	width: 90%;
	overflow: hidden;
	padding: 10px;
	margin-bottom: 1px;
}
.newssnippet {
	padding-right: 15px;
	padding-left: 15px;
}
.snip_headline{
	font-weight: bold;
	color: #d8002f;
}
.newsFeedItem{
	margin-bottom:5px;
}
.snip_body {
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: justify;
}
.snip_foot {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d8002f;
}
a:link {
	color: #FC6;
	text-decoration: none;
}
a:visited {
	color: #FC6;
	text-decoration: none;
}
a:hover {
	color: #FF9;
	text-decoration: underline;
}
.let {
	position: absolute;
	z-index: 10;
}

.Picture_align_right {
	
	float:right;	
	
}

.buildImage {
	
	float:left;	
	margin-right:10px;
	
}

.buildDesc {
	
	float:right;
	width:300px;
	
}

.build {
		
	width:100%;
	height:180px;

}

.numbers {
	
	margin:10px 10px 10px 0px;
	
}

.numbers a {
	color:#FFF;	
	
}


.selectedNumber {
	font-weight:bold;	
	color:#d8002f!important;
}

#contactTable table td {
	
	vertical-align:top;
	padding-right:10px;
	padding-bottom:20px;


}

.property {
	width: 170px;
	float: left;
	height: 290px;
	margin-right:5px;
}

#home .property {
	width: 170px;
	float: left;
	height: 240px;
	margin-right:8px;
}


.property p {
	font-size:90%;

}

.propertyPhoto {
	width: 170px;
	height: 127px;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #666;
	display: block;
	text-indent: -9999px;
}

.propertyTitle {
	font-size: 110%;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}



.propertyFeatures h2 {
	color: #829B23;
	font-size: 100%;
	background-image: url(/img/h3.underline.png);
	background-position: bottom;
	background-repeat: no-repeat;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 5px;
}



.property h3 {
	color: #829B23;
	font-size: 100%!important;
	background-image: url(/img/h3.underline.png);
	background-position: bottom;
	background-repeat: no-repeat;
	font-weight: normal;
	margin:4px 0px;
	padding-bottom:2px;
}

.moreInfo {
	font-size: 110%;
	color: #d8002f!important;
	text-decoration: none;
}

.propertyPhotos {
	width:580px;
	height:300px;
	
	
}

.propertyPhotoLoading {
	width: 410px;
	height: 300px;
	border: 1px solid #ccc;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(/img/loading.gif);
	float: left;
}

.propertyPhotoPreview {
	width: 410px;
	height: 300px;
	background-repeat: no-repeat;
	background-position: center center;
}

.propertyPhotoThumbs {
	width: 150px;
	height: 300px;
	overflow-y: auto;
	float: right;
	
}

.propertyPhotoThumb {
	width: 110px;
	height: 80px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #ccc;
}

.propertyPrice {
	float: left;
	font-size: 250%;
	color: #d8002f;
	font-weight: bold;
	margin-right:5px;
	margin-top:5px;
	padding-top:0px;
}

.propertyInfo {
	
	float: left;
	padding-left: 10px;
	color: #666;	
}

.propertyDescription {
	margin-top: 10px;
	padding-top: 10px;
	background-image: url(/img/h1.underline.png);
	background-position: top;
	background-repeat: no-repeat;
}	

.propertyFeatures {
	width: 200px;
	float: right;
	border: 1px solid #ccc;
	padding: 5px 15px;
	padding-bottom: 15px;
	margin-left: 20px;
	margin-bottom: 15px;
	font-size: 120%;
	font-weight: bold;
}

.propertyFeatures ul {
	margin-left: 15px;	
}

.propertyToolbar {
	height: 42px;
	padding:0px;
}

.propertyToolbar ul {
	list-style-type: none;	
	margin: 0px!important;
	float:left;
	padding:0px;

}

.propertyToolbar ul li {
	float: left;
	margin: 0px!important;
	margin-right: 10px!important;
	background-color: #666;


}

.propertyToolbar ul li a {
	padding: 5px 10px;
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 130%;
	margin:0px;
	float:left;
	
}

.propertySearch {
	margin-bottom: 10px;
	height:100px;
	width:100%;
}

.selected {
	background-color: #d8002f;	
}

#propertyMap {
	height: 300px;
	width:570px;
	border: 1px solid #ccc;
}

#propertyVirtual {
	height: 300px;
	border: 1px solid #ccc;
}

#tourCats {
	width:80px;
	float:right;
	
}

#propertyContact {
	min-height:200px;
	border: 1px solid #ccc;
	clear: left;
	padding: 10px;
}	
#propertyVirtualContainer {
	width: 450px;
	height: 300px;
	float: left;
}

#propertyVirtual ul {
	float: right;
	width: 100px;
	list-style-type: none;
	margin: 0px!important;
}	

#propertyVirtual ul li {
	border-bottom: 1px solid #ccc;
	margin: 0px!important;
}

#propertyVirtual ul li a {
	padding: 5px 10px;
	display: block;
	color:#FFF;
}

#propertyVirtual ul li a.selectedTour {
	color: #fff;
	background-color: #d8002f;
}

#searchText {
	width:100%;
	height:100%;
	display:block;
	font-size:170%;
	color:#FFF;
	text-align:center;
}

.propertySearchField {
	float: left;
	margin-right: 10px;
}

.propertySearchField label {
	text-transform: uppercase;
	font-size: 80%;
	color: #999;
}

.propertySearchField input, select {
	clear: left;	
}

.propertyBasic {
	
	height:50px;
	clear:right;
}


.teamDesc {
	
	float:right;
	
}



.teamItem {
	
	float:left;
	width:550px;
	margin: 0px 10px 0px 0px;
	overflow:hidden;
	}
	
	.teamItem img {
		
		float:left;
		margin-right:10px;
		margin-bottom:10px;
		
	}



.formRow {
	padding: 3px;
	text-align: right;
	width:500px;
}


#signIn .formRow {
	padding: 3px;
	text-align: left;
	width:500px;
}

.formHelp {
	margin: 0px;
	text-align: right;
	font-size:80%;
}

#signIn .formRow label {

	width: 150px;

}

.formRow label {
	width: 200px;
	font-weight: bold;
	float: left;
	margin-right: 15px;
	text-align: left;
}

.formRow select {
	width: 220px;	
}

.formRow input[type="text"] {
	width: 220px;	
}

.passwordText {
	width: 220px;	
}

.formRow textarea {
	width: 215px;
	height: 120px;
}

.formSubmitRow {
	padding: 10px 20px;
}

.error label {
	color: #ff0000;
	margin:0px;
}

form h3 {
	font-size:100%!important;
	
}


.error input {
	background-color: #FCC;

}


.contentText .moreInfo {
margin-top:25px;	
	
}


.pureLinks {
	
	display:block;
	margin:10px;
	float:left;
	
}

.pureLinks img {
	border:1px solid #666;
}


.student {
	width:607px;
	height:182px;
	color:#000;
	padding:10px;
	color:#222222;
	margin-bottom:20px;
	margin-right:20px;

	
}

.studentSmall {
	width:607px;
	height:153px;
	float:left;
	background-image:url(/img/student-box.png);
	padding:10px;
	color:#222222;

}

.studentButton {
	background-image:url(img/student-button.png);
	display:block;
	width:152px;
	height:27px;
	padding-top:10px;
	color:#222222!important;
	text-transform:uppercase;
	font-size:80%;
	text-align:center;
	margin-top:10px;
}

.studentButton:hover {
	text-decoration:none;
	
}

.spanRed {
	color:#F85667;	
}

.largeButton {
	background-image:url(img/large-student.png);
	display:block;
	width:233px;
	height:34px;
	padding-top:15px;
	color:#222222!important;
	text-transform:uppercase;
	font-size:100%;
	text-align:center;
	margin-top:10px;
	
}

.sta{
	background: url('/img/short-term-accom-trans.png') no-repeat left top; 
	width: 399px; 
	height: 112px; 
	margin-top: 20px;	
	padding: 80px 150px 0px 20px;
	color: rgb(51, 51, 51);
	overflow: hidden;
	text-decoration: none;
	display: block;
}

.pure_res{
	background: url('/img/pure-res-banner2-trans.png') no-repeat left top; 
	width: 399px; 
	height: 142px; 
	margin-top: 10px;	
	display: block;
	overflow: hidden; 
	padding: 50px 150px 0px 20px;
	color: rgb(51, 51, 51); 
	text-decoration: none;
}

.pure_b{
	background: url('/img/pure-building-maintenance-services.png') no-repeat left top;
	width: 399px; 
	height: 92px; 
	margin-top: 10px;	
	display: block;
	overflow: hidden; 
	padding: 100px 150px 0px 20px;
	text-decoration: none;
}

.excl{
	background: url('/img/exclusive-holiday-trans.png') no-repeat left top;
	width: 399px; 
	height: 102px; 
	margin-top: 10px;
	padding: 90px 150px 0px 18px;
	overflow: hidden;
	color: rgb(51, 51, 51); 
	text-decoration: none; 
	font-size: 110%;
	display: block;
}

.hotel{
	background: url('/img/central-banner-trans.png') no-repeat left top; 
	width: 569px; 
	height: 192px; 
	margin-top: 10px;	
	overflow: hidden;  
	color: rgb(51, 51, 51); 
	text-decoration: none;
	display: block;
}

#map{
	color: #000;	
}