@charset "UTF-8";
/* CSS Document */

body { 
	background-color:#FFF; 
	/*font-family: Arial, Helvetica, sans-serif;*/
}

#wrapper {
	width:1020px;
	margin:5px auto;
	font-family: Arial, Helvetica, sans-serif;
}

#header {
	background-color:#CCC;
}

#nav {
	position:relative;
	
	width:1020px;
	height:61px;
	background-image: url(../images/banner_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
	}
	
#nav a#home {
	display:block;
	position:absolute;
	width:332px;
	height:56px;
	top:2px;
	left:50px;
}
#nav a#home span {
	position:absolute;
	left:-9999px;
	}
#nav ul {
	width:570px;
	float:right;
	margin-top:22px;
	font-size:16px;
}
#nav ul li {
	float:left;
	text-align:center;
}
#nav ul li.find { width:160px; }
#nav ul li.getintouch { width:127px; }
#nav ul li.whoarewe { width:133px; }
#nav ul li.startover { width:150px; }

#nav ul li a, #nav ul li a:link, #nav ul li a:visited, #nav ul li a:hover, #nav ul li a:focus, #nav ul li a:active {
	text-decoration:none;
	color:#FFF;
}

#hilitelinks {
	margin:5px auto 0 auto;
	width:960px;
}
#hilitelinks ul {
	overflow:auto;
	}
#hilitelinks ul li {
	overflow:auto; 
	font-size:12px;
	float:left;
	}
#hilitelinks ul li p {
	margin-top:3px;
	
	}
#hilitelinks ul li.find {
	width:240px;
	margin-right:14px;
}
#hilitelinks ul li.quicksearch { 
	width:227px;
	margin-right:5px;
	overflow:hidden;
	}
#hilitelinks ul li.pets { 
	width:236px; 
	margin-right:16px;
	}
#hilitelinks ul li.celebrating { width:212px; }

#hilitelinks ul li img { float:right; margin:8px 0 3px 8px; }

#hilitelinks ul li h2, #hilitelinks ul li span.floatingnavheader { 
	color:#000; 
	font-size:16px;
	font-weight:bold;
	
}
#hilitelinks ul li span.floatingnavheader { 
	display:block;
	margin:2px 0;
	
	}

#hilitelinks ul li h2 a, #hilitelinks ul li h2 a:link, #hilitelinks ul li h2 a:visited, #hilitelinks ul li h2 a:hover, #hilitelinks ul li h2 a:focus, #hilitelinks ul li h2 a:active { text-decoration:none; color:#000; }


#featured-property {
	width:210px;
	float:right;
	margin-right:15px;
	background-color:#600000;
	
}
div#wrapper>#featured-property { 
	margin-right:30px;  /* to work around the IE 6 double margin bug*/
}
#featured-property a:link, #featured-property a:visited, #featured-property a:hover, #featured-property a:focus, #featured-property a:active {
	color:#FFF;
	text-decoration:none;
}

#featured-property img {
	margin:0 5px;
}
#featured-property h2, #featured-property h3, #featured-property p {
	margin:5px;
}
#featured-property h2 {
	font-size:17.4px;
	text-transform:uppercase;
	text-align:center;
	font-weight:normal;
	}
#featured-property h3 {
	text-align:center;
	margin:10px;
	}
#featured-property p {
	font-size:12px;
	line-height:1.25em;
}
	
	
h1.intro {
	margin: 20px 15px 5px 30px;
	font-size:1.3em;
}
p.intro {
	margin:0 15px 20px 30px;
	font-size:12px;
	}
#footer {
	font-size:10px;
	line-height:1.3em;
	text-align:center;
	}