@charset "utf-8";
/* CSS Document */


/*

ASPIRE

---------------- TABLE OF CONTENTS ----------------

		- general, resets and headings
		- Layout
		- Content
		- Form Styles
		- Menus - main, footer
			
		
--------------------- COLOURS ---------------------

		background colour - #f7f7f7
		body text - #25282c;
		headings  - #005a84 blue and #a8996e gold
		
/*
		
/* ------- GENERAL ------- */

body{
	margin:0;
	background-image:url(/images/background.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#f7f7f7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#25282c;
	}

a:link, a:active, a:visited{
	color:#a99a6f;
	text-decoration:none;
	}

a:hover{
	text-decoration:underline;
	}

form, h1, h2, h3{
	margin:0;
	padding:0;
	}
h1{
	padding-bottom:5px;
	font-size:14px;
	font-weight:bold;
	color:#005f89;
	text-transform:uppercase;
	}
h2{
	margin-top: 15px;
	padding-bottom:5px;
	font-size:14px;
	font-weight:bold;
	color:#005f89;
	text-transform:uppercase;
}
h3{
	margin-top: 5px;
	padding-bottom:15px;
	font-size:12px;
	font-weight:bold;
	color:#a8996e;
	}
h3.listing {
	padding: 0;
}

em {
	color:#a8996e;
	font-style: normal;
}

img{
	border:0;
	}

.clear{
	clear:left;
	}
	
/* -------- LAYOUT ------- */

#container{
	width:750px;
	margin:auto;
	}
#header{
	height:102px;
	margin-bottom:1px;
	padding-right:10px;
	background-image:url(/images/background-header.jpg);
	background-repeat:no-repeat;
	background-position:right;
	text-align:right;
	}
#flash{
	width: 749px;
	height:169px;
	background-color:#006699;
	margin-bottom:10px;
	}
#map{
	background-image:url(../images/loading-map.gif);
	background-repeat:no-repeat;
	background-position:center;
	}

/* ------- CONTENT ------- */

#header img{
	float:left;
	}
#header a:link, #header a:active, #header a:visited{
	color:#565d68;
	line-height:30px;
	}
#header a:hover{}

.col-left{
	width:273px;
	float:left;
	margin-right:6px;
	}
.col-right{
	width:470px;
	float:left;
	}
.more{
	float:right;
	font-weight:bold;
	display:block;
	}
.text, #content{
	padding-right:30px;
	margin-bottom:15px;
	}
.text{
	color:#442403;

	}
.text p {
margin-top: 0;
}
img.heading{
	padding-bottom:5px;
	}
.col-left img.padding{
	padding-top:22px;}

.highlightbox {
	float:left;
	width: 212px;
	margin: 0 6px 15px 6px;
	border:1px solid #d7d2cf;
}

.highlightbox .inner {
	margin: 5px;
}

.highlightbox .inner strong {
	display: block;
	padding-top: 5px;
	font-size:12px;
	text-transform: uppercase;
	color:#005a84;
}

.highlightbox .inner p {
	padding: 0 0 6px 0;
	margin: 5px 0;
}

.special, .special2{
	width:213px;
	margin:20px 10px;
	float:left;
	border:1px solid #d7d2cf;
	}
.special div.padding{
	padding:5px;
	}
.special2{
	width:202px;
	padding:5px;
	}
.special2 img{
	padding-bottom:5px;
	}
	
.property{
	border-top:1px solid #efefef;
	padding: 5px 0;
	}
.property img.img{
	margin-right:20px;
	border:1px solid #6e7277;
	}
a.btn-g-sm, a.btn-b-sm{
	width:66px;
	margin:3px;
	display:block;
	float:left;
	background-image:url(/images/button-back-gold-sm.gif);
	line-height:19px;
	color:#fff;
	text-align:center;
	}
a.btn-b-sm{
	width:76px;
	background-image:url(/images/button-back-blue-sm.gif);
	}
	
	
	
.nextprev{
	width:170px;
	margin:auto;
	padding-top:15px;
	}
.nextprev a{
	display:block;
	float:left;
	background-repeat:no-repeat;
	line-height:28px;
	}
.nextprev a.prev{
	margin-right:15px;
	padding-left:35px;
	background-image:url(/images/prev.gif);
	background-position:left;
	}
.nextprev a.next{
	margin-left:15px;
	padding-right:35px;
	background-image:url(/images/next.gif);
	background-position:right;
	}
	
.selectregion{
	width:243px;
	background-image:url(/images/background-regionselect.gif);
	background-repeat:repeat-x;
	height:50px;
	padding:11px 0 0 8px;
	}
	
.area{
	border:1px solid #d7d2cf;
	margin:3px;
	margin-bottom:30px;
	padding:5px;
	}
.area img{
	float:left;
	padding:0 5px 5px 0;
	}
.from{
	width:125px;
	text-transform:uppercase;
	color:#005a84;
	text-align:center;
	padding:20px 0;
	}
.price{
	font-size:24px;
	font-weight:bold;
	}
.star{
	padding:5px;}

/* ----- FORM STYLES ----- */

input, textarea, select{
	width:190px;
	margin:1px 5px;
	padding:3px;
	border:1px solid #d1ccc9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7F756F;
	}
input.btn{
	width:auto;
	border:none;
	cursor:pointer;
	}
.form{}
.form th{}
.form td{}
.error{
	padding:5px;
	border:1px solid #d8bcbc;
	color:#b72323;
	}
.notification{
	padding:5px;
	border:1px solid #cec9bc;
	color:#958b6f;
	}

.selectregion input{
	margin:0;
	padding:1px;
	}
.selectregion input.btn{
	margin-left:5px;
	background-color:#FFF;
	font-weight:bold;
	font-size:12px;
	border:1px solid #d1ccc9;
	}


/* -------- MENUS -------- */


/* Main menu */

#mainmenu{
	height:25px;
	padding:1px 0;
	font-weight:bold;
	color:#fff;
	line-height:25px;
	}
#mainmenu a:link, #mainmenu a:active, #mainmenu a:visited{
	color:#fff;
	padding:0 30px;
	display:block;
	float:left;
	background-image:url(/images/menu-up.gif);
	background-repeat:no-repeat;
	background-position:right;
	}
#mainmenu a.end{
	background:none;
	}
#mainmenu a:hover{
	background-image:url(/images/menu-over.gif);
	background-repeat:repeat-x;
	background-position:top;
	text-decoration:none;
	}
#mainmenu ul{
	margin:0;
	padding:0;
	list-style:none;
	}
#mainmenu li{
	float:left;
	position:relative;
	}
#mainmenu li ul{
	width:150px;
	display:none;
	position:absolute;
	top:25px;
	left:0;
	padding:5px 0;
	background-image:url(/images/background-submenu.gif);
	border:1px solid #9fb9c6;
	}
#mainmenu li li a:link, #mainmenu li li a:active, #mainmenu li li a:visited{
	width:120px;
	padding: 2px 15px;
	background:none;
	color:#005a84;
	display:block;
	}
#mainmenu li li a:hover{
	background: none;
	background-color:#c5d9e1;
	}
#mainmenu li:hover ul, #mainmenu li.sfhover ul{
	display:block;
	}


/* Footer */

#footer{
	margin-top:10px;
	background-color:#25282c;
	font-size:10px;
	color:#d9cfc5;
	text-align:center;
	line-height:35px;
	}
#footer a:link, #footer a:active, #footer a:visited{
	color:#fff;}
#footer a:hover{
	color:#7a695e;
	text-decoration:none;
	}
#footer em{
	padding:0 5px;}

/* Weather  panel */
#weatherpanel {
	width: 240px;
	border-bottom: 1px solid #e7e7e7;
}
#weatherpanel th {
	text-align: left;
	background: top repeat-x url(/images/weather-bg-tile.gif);
	padding: 0 10px;
}
#weatherpanel td {
	background: top repeat-x url(/images/weather-bg-tile.gif);
	padding: 0 10px;
}

.locationpanel {
	width: 220px;
	padding: 5px 10px 10px 10px;
	background-color: #f1f2f2;
	margin-bottom: 5px;
	border: 1px solid #e7e7e7;
}
.locationpanel h3 {
	padding-bottom: 5px;
}
