html, body {
	margin:0;
	padding:0;
	height:100%;
	text-align:center;
}
#fixwidth {
	text-align:left;
	margin:0 auto;
	width:1000px;
}

body, div, span, p, h1, h2, h3, h4, h5, td, th {
	color:#555;
}

body, div, td, th {
	font-family:Tahoma, arial, sans-serif;
	font-size:12px;
}
.textr {
	text-align:right;
}

h1, h2, h3, h4, h5 {
	color:#232769;
	margin:0;
	padding:0;
}

h1 {
	margin-top:0;
	font-size:22px;
	/*border-bottom:2px solid blue;*/
}

h3 {
	padding-left:8px;
	padding-right:8px;
	padding-top:2px;
	padding-bottom:2px;
	margin-top:1em;
	font-size:14px;
	color:#FFFFFF;
	background:#37A2CE;
}

h3 a {
	float:right;
	font-weight:normal;
	color:#FFFFFF;
	padding-right:1em;
	cursor:pointer;
}
.quarters h3 a {
	float:none !important;
}

hr {
	border:none;
	border-top:2px solid #144a98;
}

input, select {
	font-size:10px;
}

iframe {
	border:none;
}

p {
	margin:0;
	padding:0.4em 0;
}

input.pedantic {
	margin-left: 0;
}

.grey, .search .help {
	color:#888888;
}


#header {
	width:1000px;
	float:left;
	padding:10px 0 0 0;
}
#homelink {
	float:left;
	margin-top:10px;
	position:relative;
	z-index:100;
}
#homelink img {
	border:0;
}
#header p {
	text-align:right;
	line-height:3em;
	position:relative;
	right:10px;
}
#loginform {
	display:block;
	float:right;
	width:600px;
	text-align:right;
	position:relative;
	right:10px;
}
#header #loginform {
	top:-12px;
}
#loginform fieldset {
	margin:0;
	padding:15px 0;
	border:0;
}
#loginform a {
	color:#888;
}
#loginform a:hover {
	color:#358bbc;
}
input.emaillabel {
	background:url(/img/email-label.gif) top left no-repeat;
}
input.passwordlabel {
	background:url(/img/password-label.gif) top left no-repeat;
}
#topnav {
	display:block;
	clear:both;
	float:left;
	width:1000px;
	background-color: #358bbc; /* fallback color */
	background-image: -moz-linear-gradient(100% 100% 90deg, #345c96, #43b0d7);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#43b0d7), to(#345c96));
	color:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	-webkit-border-top-left-radius:12px;
	-moz-border-radius-topleft:12px;
	-o-border-radius-topleft:12px;
	border-top-left-radius:12px;
	-webkit-border-top-right-radius:12px;
	-moz-border-radius-topright:12px;
	-o-border-radius-topright:12px;
	border-top-right-radius:12px;
	font-size:1.1em;
	-webkit-box-shadow: 0 2px 4px #666;
	-moz-box-shadow: 0  2px 4px #666;
	box-shadow: 0 2px 4px #666;
}
#topnav p {
	float:left;
	position:relative;
	left:10px;
	color:#fff;
	margin-top:.8em;
}
#topnav ul {
	list-style:none;
	float:right;
	margin:0;
	padding:0;
}
#topnav ul li {
	float:left;
	margin:0;
	padding:0;
}
#topnav ul li a {
	display:block;
	float:left;
	padding:1.1em 20px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-family:Tahoma,arial,sans-serif;
	border-left:1px solid #345c96;
}
#topnav ul li.active a,
#topnav ul li a:hover {
	color:#ffd441;
}
#headline {
	clear:both;
	float:left;
	width:1000px;
}
#headline h1 {
	padding:10px 10px 5px;
	font-size:2.5em;
	
}
#headline h1.big {
	font-size:3.7em;
}
#headline p.breadcrumb {
	margin:0;
	padding:7px 10px 0 10px;
	color:#999;
	font-size:1.2em;
}
#headline p.breadcrumb a {
	color:#999;
}
#headline p.breadcrumb a:hover {
	color:#000;
}
#headline p.attrib {
	width:980px;
	float:right;
	position:relative;
	right:10px;
	text-align:right;
	font-size:.9em;
}
#headline p.attrib a {
	color:#888;
	text-decoration:none;
}
#headline p.attrib a:hover {
	text-decoration:underline;
}
#statenav {
	clear:both;
	float:left;
	width:680px;
	background:#E9F4F8;
	margin-bottom:40px;
	padding:15px 0;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
}
#statenav a {
	color:#345C96;
	text-decoration:none;
}
#statenav a:hover {
	color:#000;
	text-decoration:underline;
}
#arealinks {
	float:left;
	width:200px;
	position:relative;
	left:20px;
}
#townlinks {
	float:left;
	width:200px;
	position:relative;
	left:40px;
}
#citylinks {
	float:right;
	width:200px;
	position:relative;
	right:20px;
}
#statenav h2 {
	padding:0;
	margin:0;
}
#statenav h2 a {
	color:#232769;
}
#statenav ul {
	clear:both;
	float:left;
	width:200px;
	list-style:none;
	margin:0;
	padding:.2em 0 0 0;
}
#statenav ul li {
	float:left;
	width:200px;
	margin:0;
	padding:.2em 0 0 0;
}

#pagecols {
	clear:both;
	float:left;
	width:1000px;
	padding-top:20px;
}
#main {
	width:680px;
	float:left;
}
#aside {
	width:300px;
	float:right;
}
#footer {
	clear:both;
	float:left;
	width:1000px;
	padding:20px 0 30px 0;
	font-size:.9em;
}
#footer ul {
	list-style:none;
	float:right;
	width:1000px;
	margin:0;
	padding:0;
	background-color: #358bbc;
	color:#fff;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	-o-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	-o-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
}
#footer ul li {
	float:left;
	margin:0;
	padding:0;
}
#footer ul li a {
	display:block;
	float:left;
	padding:.5em 20px;
	color:#fff;
	text-decoration:none;
	font-family:Tahoma,arial,sans-serif;
	border-right:1px solid #345c96;
}
#footer ul li.active a,
#footer ul li a:hover {
	color:#ffd441;
}
#footer p {
	clear:both;
	float:left;
	width:980px;
	position:relative;
	left:10px;
	padding:10px 0;
	color:#888;
}
#footer p a {
	color:#888;
	text-decoration:none;
}
#footer p a:hover {
	text-decoration:underline;
}
p#searchfooter {
	clear:both;
	float:left;
	width:660px;
	position:relative;
	left:10px;
	padding:20px 0 0 0;
	margin:0;
}
p#searchfooter strong,
p#searchfooter a {
	margin-right:.3em;
}

/*
#mainnav {
	list-style:none;
	padding:0;
	margin:0;
	background-color:#348dbc;
	background-image:url('/img/main_navi.gif');
	background-repeat:repeat-x;
	height:3.33em;
	color:#FFFFFF;
}

#mainnav li {
	background-color:#348dbc;
	background-image:url('/img/main_navi.gif');
	background-repeat:repeat-x;
	float:right;
	height:3.33em;
}

#mainnav li a, #mainnav li span {
	display:block;
	padding:1em;
	padding-bottom:0;
	white-space:nowrap;
	font-weight:bold;
}

#mainnav li a {
	background:url('/img/main_navi_divider.gif');
	background-position:left middle;
	background-repeat:no-repeat;
}

#mainnav .left-edge {
	text-align:left;
	float:left;
	width:110px;
	height:3.3em;
}
#mainnav .left-edge span {
	width:100%;
	height:2.3em;
	color:#fff;
	font-weight:normal;
	background:transparent url('/img/main_navi_leftedge.gif');
	background-position:top left;
	background-repeat:no-repeat;
}

#mainnav .right-edge {
	padding:0;
	margin:0;
	width:10px;
	height:3.3em;
	color:white;
	background:transparent url('/img/main_navi_rightedge.gif');
	background-position:top right;
	background-repeat:no-repeat;
}
#mainnav .right-edge a {
	padding:0;
	margin:0;
	width:10px;
	height:3.3em;
	background:none;
}

#mainnav li a, #mainnav li .item {
	height:2.3em;
	text-align:center;
	padding-left:30px;
	padding-right:30px;
	color:white;
	text-decoration:none;
}

#mainnav .selected a, #mainnav li .nav-selected {
	color:#ffd441;
}
*/
.loginbar {
	height:24px;
	margin-top:7px;
}

.loginbar form {
	float:right;
	font-size:10px;
}

.photo {
	margin-left:0;
	margin-right:0;
	padding-left:0;
	padding-right:0;
}

#body {
	clear:both;
	width:100%;
	text-align:left;

}

#banners {
	width:300px;
	padding:0;
	vertical-align:top;
}
#banners .loginbox {
	background:none;
	margin:0;
	padding:0;
	margin-top:7px;
	margin-bottom:14px;
	height:40px;
}
#banners .loggedinbox {
	background:none;
	margin-bottom:7px;
	height:40px;
}
div.banner {
	margin-bottom:20px;
}
#fastsearchcontents {
	position: relative;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 10px;
	width: 100%;
	width:296px;
	clear: both;
}

#fastsearch {
	border:2px solid #358BBC;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	background:#E9F4F8 !important;
	width:296px;
	padding:0 0 15px 0;
	margin-bottom:20px;
	overflow:hidden;
	position:relative;
}
#fastsearch h2 {
	padding:5px 0 !important;
	margin:0 0 12px 0 !important;
	background:#FFD441;
	-moz-border-radius-topright:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topleft:20px;
	-webkit-border-top-left-radius:20px;
	border-top-right-radius:20px;
	border-top-left-radius:20px;
	font-size:1.2em;
	text-indent:10px;
}
#fastsearch span.magnify {
	display:block;
	float:left;
	position:absolute;
	top:5px;
	right:5px;
	width:51px;
	height:37px;
	background:url(/img/magnify.png) top left no-repeat;
}

#fastsearchcontents tr td,
#fastsearchcontents tr th {
	padding-left: 10px;
	padding-bottom: 2px;
}
#fastsearchcontents th {
	color:#232769;
	text-align:left !important;
}

#fastsearchcontents a {
	color:#345C96;
	position: relative;
	z-index: 10;
}
#fastsearchcontents a:hover {
	color:#000;
}
#fastsearchcontents tr.alternate td {
	background:#fff;
}

#fastsearchpreviewframe td {
	padding-left:10px;
}

#fastsearchpreviewframe, .fastsearchpreview {
	background: none !important;
	background-image: none !important;
	width: 280px !important;
}

#fastsearchpreviewframe .fastsearchpreview {
	clear: both;
	font-size: 10px;
	padding: 0 !important;
	display: none;
	cursor: pointer;
	position: relative;
	z-index: 20;
}

.fastsearchpreview td {
	font-size: 10px;
	vertical-align: top;
}

.fastsearchpreview img {
	float: left;
	width: 100px;
	margin-right: 10px;
}

.loginbutton, .gobutton {
	display:table-cell;
	width:60px;
	height:20px;
	background-image:url('/img/button_background_login_logout.gif');
	text-align:center;
	vertical-align:middle;
	color:#242424;
	text-decoration:none;
}

/*#content, #footer {
	padding-right:15px;
}*/

#content {
	vertical-align:top;
	padding:20px 20px 0 0;
}

#content h1 {
	font-size:20px;
}

#homepage td {
	vertical-align:top;
}

#homepage p {
	margin-top:1em;
	line-height:1.75em;
	color:#232769;
}

#homepage img {
	margin:0;
	padding:0;
}

#homepage h5 {
	font-family:Verdana, arial, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#232769;
	margin-top:0.5em;
}

#content ul {
	margin-top:2px;
	margin-bottom:2px;
	padding-top:0px;
	padding-bottom:0px;
}

#searchbox, #welcomebox {
	width:280px;
	height:455px;
	text-align:left;
}

#welcomebox, #welcomeboxbottom {
	height:445px;
	text-align:center;
	background-image:url('/img/main_box_searchbox_middle.gif');
	background-repeat:repeat-y;
	background-position:left;
}

#welcomeboxbottom {
	height:10px;
}

#welcomebox .padder {
	padding:1em 1.4em 1em 0.6em;
}

#welcomebox ul {
	text-align:left;
	list-style:none;
	margin:0;
	margin-left:2em;
	margin-right:2em;
	padding:0;
}

#welcomebox li {
	padding-left:8px;
	padding-top:2px;
	padding-bottom:2px;
	margin-top:1em;
	font-size:14px;
	color:black;
	background:#d8edf5;
}

#homemap {
	margin: 0;
	margin-left: 20px !important;
}

.warningbox {
	background-color:#C7EEFC;
	padding:1em;
	margin-top:1em;
	margin-bottom:1em;
	margin-left:-19px;
	margin-right:-19px;
	cursor:pointer;
}

 .warningbox h4 {
	font-size:13px;
}

#searchbox .errors li {
	color:#b50c00;
}

#searchbox {
	color:#232769;
}

#searchbox h3 {
	padding:0;
	margin:0;
	background-color:transparent;
	padding-bottom:5px;
	font-size:20px;
}

#searchbox * {
	color:#232769;
}

#searchbox input {
	color:#555555;
	margin:0; padding:0;
}

#searchbox td {
	padding-left:20px;
	padding-right:20px;
	line-height:1.5em;
}

#searchbox .map {
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	border-top: 1px solid #44C8F5;
	border-bottom: 1px solid #44C8F5;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#searchbox .magnify {
	position: absolute;
	margin-left: 220px;
}

#searchbox .textbox {
	border: 1px solid #44C8F5;
	height: 16px;
	padding-top: 2px;
	vertical-align: top;
}

#searchbox img.map {
	margin-left:1px;
}

#searchbox .bottompadder {
	height:100%;
}
#messagemenu {
	clear:left;
	float:left;
	width:100%;
	border-bottom:15px solid #379CCE;
	margin:0;
	padding:0;
	list-style:none;
}
#messagemenu li {
	width:32%;
	float:left;
	text-align:center;
	margin:0;
	padding:0;
}
#messagemenu #outboxtab {
	position:relative;
	left:2%;
}
#messagemenu #messagetab {
	float:right;
}
#messagemenu li a {
	display:block;
	background-color: #ddd;
	color:#666;
	/*background-image: url(/img/sub_navi.gif);
	 background-image: -moz-linear-gradient(100% 100% 90deg, #345c96, #43b0d7);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#43b0d7), to(#345c96)); */
	padding:.7em 0;
	text-decoration:none;
	font-weight:bold;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	font-size:1em;
}
#messagemenu li.active a {
	background:#379CCE;
	color:#ffd441;
	text-decoration:none;
}
#messagemenu li a:hover {
	color:#232769;
}

#messagelist {
	clear:left;
	float:left;
	width:680px;
	list-style:none;
	margin:0 !important;
	padding:0 0 20px 0 !important;
}
#messagelist li {
	clear:left;
	float:left;
	width:100%;
	margin:0;
	padding:0;
	background:#c1e6f8;
	background-image: -moz-linear-gradient(100% 100% 90deg, #c1e6f8, #e0f4fd);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e0f4fd), to(#c1e6f8));
	border-top:1px solid #fff;
	border-bottom:1px solid #b1cad6;
}
#messagelist li.new {
	background:#ffc;
	background-image: -moz-linear-gradient(100% 100% 90deg, #ffc, #fefeea);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fefeea), to(#ffc));
	border-bottom:1px solid #cc9;
}
#messagelist li.reply {
	background:#c1f8ca;
	background-image: -moz-linear-gradient(100% 100% 90deg, #c1f8ca, #ecfcef);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ecfcef), to(#c1f8ca));
	border-bottom:1px solid #99d8a4;
	padding-bottom:30px;
}
#messagelist li div.from {
	float:left;
	position:relative;
	left:15px;
	padding:25px 0;
	width:137px;
}
#messagelist li div.from strong {
	display:block;
	clear:left;
	float:left;
	font-size:1.5em;
}
#messagelist li div.from span {
	display:block;
	clear:left;
	float:left;
	width:137px;
}
#messagelist li div.from a {
	clear:left;
	float:left;
	color:#379CCE;
}
#messagelist li div.from a:hover {
	color:#444;
}
#messagelist li div.bubble {
	float:right;
	position:relative;
	right:15px;
	width:480px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background:#379CCE;
	color:#fff;
	margin-top:25px;
	padding-bottom:30px;
	-moz-box-shadow: 1px  2px 6px #888;
	-webkit-box-shadow: 1px 2px 6px #888;
	box-shadow: 1px 2px 6px #888;
}
#messagelist li div.bubble a {
	color:#FFD441;
}
#messagelist li div.bubble a:hover {
	color:#000;
}
#messagelist li div.bubble span.point {
	position:absolute;
	top:15px;
	left:-30px;
	display:block;
	width:30px;
	height:31px;
	background:url(/img/blue-bubble-points.png) top left no-repeat;
}
#messagelist li div.bubble p {
	float:left;
	width:430px !important;
	position:relative;
	left:20px;
	padding:17px 0 0 0;
	font-family:Georgia, Times, Serif;
	font-size:1.5em;
	color:#fff !important;
	line-height:1.4em;
}
#messagelist li div.bubble #contactmessage {
	float:left;
	width:430px !important;
	height:170px;
	border:0;
	padding:0;
	position:relative;
	left:20px;
	margin:17px 0 0 0;
	font-family:Georgia, Times, Serif;
	font-size:1.5em;
	color:#444 !important;
	line-height:1.4em;
	background:url(/img/type-your-message-here.gif) top left no-repeat;
}
#messagelist li div.bubble #replymsgbutton {
	display:block;
	clear:both;
	float:right;
	position:absolute;
	right:20px;
	bottom:-1px;
	margin:0;
	border:0;
	font-size:1em;
	background:#7ad2fd;
	background-image: -moz-linear-gradient(100% 100% 90deg, #43b0d7, #7ad2fd);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7ad2fd), to(#43b0d7));
	color:#fff;
	font-weight:bold;
	padding:2px 10px;
	border:0;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
	cursor:pointer;
}
#messagelist li div.bubble #replymsgbutton:hover {
	background:#2b8438;
	background-image: -moz-linear-gradient(100% 100% 90deg, #096716, #2b8438);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2b8438), to(#096716));
}
#messagelist li div.bubble a.deletemsg {
	position:absolute;
	top:5px;
	right:10px;
	width:11px;
	height:16px;
	text-indent:-977572px;
	background:url(/img/trash-can.gif) top left no-repeat;
	outline:0;
}
#messagelist li div.bubble a.deletemsg:hover {
	background:url(/img/trash-can.gif) top right no-repeat;
}
#messagelist li div.bubble a.openmsg {
	display:block;
	clear:both;
	float:right;
	position:absolute;
	right:20px;
	bottom:0;
	margin:0;
	font-size:1em;
	background:#7ad2fd;
	background-image: -moz-linear-gradient(100% 100% 90deg, #43b0d7, #7ad2fd);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7ad2fd), to(#43b0d7));
	color:#fff;
	font-weight:bold;
	padding:2px 10px;
	border:0;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
	cursor:pointer;
	text-decoration:none;
}
#messagelist li div.bubble a.openmsg:hover {
	background:#2b8438;
	background-image: -moz-linear-gradient(100% 100% 90deg, #096716, #2b8438);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2b8438), to(#096716));
}
#messagelist li p.when {
	clear:right;
	float:right;
	width:440px;
	position:relative;
	right:35px;
	color:#888;
	padding-bottom:25px;
	padding-top:5px;
}
#messagelist li p.when a {
	float:right;
	color:#379CCE;
}
#messagelist li p.when a:hover {
	color:#444;
}
#messagelist li p.when span {
	color:#379CCE;
}

/* swap sides */
#messagelist li.swap div.from {
	float:right;
	right:15px;
	left:auto;
}
#messagelist li.swap div.bubble,
#messagelist.outbox li div.bubble {
	float:left;
	left:15px;
	right:auto;
	background:#fff;
	border:1px solid #ccc;
}
#messagelist.outbox li div.bubble {
	left:35px;
}
#messagelist li.swap div.bubble p,
#messagelist.outbox li div.bubble p {
	color:#444 !important;
}
#messagelist li.swap p.when {
	clear:left;
	float:left;
	left:35px;
	right:auto;
}
#messagelist.outbox li p.when {
	right:55px;
}
#messagelist li.swap div.bubble span.point,
#messagelist.outbox li div.bubble span.point {
	left:auto;
	right:-30px;
	background:url(/img/blue-bubble-points.png) top right no-repeat;
}
#messagelist li.swap div.bubble a.openmsg,
#messagelist.outbox li div.bubble a.openmsg {
	bottom:-1px;
}

#resultsheadertabs {
	clear:both;
	float:left;
	list-style:none;
	width:100%;
	margin:0 !important;
	padding:0;
}
#tablist {
	float:left;
	width:49%;
	text-align:center;
	margin:0;
	padding:0;
}
#tabmap {
	float:right;
	width:49%;
	text-align:center;
	margin:0;
	padding:0;
	position:relative;
}
#tabmap span {
	display:block;
	width:210px;
	height:32px;
	background:url(../img/checkout-map-view.png) top left no-repeat;
	position:absolute;
	top:-27px;
	right:60px;
}
#resultsheadertabs li a {
	display:block;
	background-color: #2f7cb2; /* fallback color */
	background:#ddd;
	color:#666;
/*	background-image: url(/img/sub_navi.gif);
	background-image: -moz-linear-gradient(100% 100% 90deg, #345c96, #43b0d7);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#43b0d7), to(#345c96)); */
	padding:.7em 0;
	text-decoration:none;
	font-weight:bold;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;
	border-top-left-radius:10px;
	font-size:1.2em;
}
#resultsheadertabs li.active a {
	background:#358bbc;
	color:#ffd441;
	text-decoration:none;
}
#resultsheadertabs li a:hover {
	color:#232769;
}
#resultsheader {
	clear:both;
	float:left;
	width:100%;
	text-align:right;
	background:#358bbc;
	margin:0;
	padding:0;
}
#resultsheader h2 {
	float:left;
	color:#fff;
	margin:0;
	line-height:2em;
	padding-left:10px;
}
#resultsheader p {
	line-height:2em;
	margin:0;
	padding-right:10px;
	color:#fff;
}
#resultsheader p img {
	vertical-align:middle;
	margin-left:10px;
}


.searchresults {
	clear:both;
	border-top:5px solid #fff;
}

.searchresult {
	border:1px solid #294a86;
	margin-top:1em;
	width:100%;
}

div.blurb {
	word-wrap:break-word;
	width:375px;
	overflow:hidden;
	position:relative;
	color:#555;
}

.searchresult td {
	background-color:white;
}

.searchresult ul {
	padding:0;
	margin:0;
}

.searchresult ul li {
	color:#454545;
	word-wrap:break-word;
}

.searchresult th {
	text-align:left;
	color:#FFFFFF;
	background-color:#294a86;
	white-space:nowrap;
}

.searchresult td {
	vertical-align:top;
	padding:5px;
	color:#454545;
}

.searchresult h4 {
	margin-bottom:0.25em;
}

.searchresult h5 {
	color:#454545;
	margin-bottom:0.25em;
}

.searchresult .right {
	text-align:right;
}

.searchresult .portrait {
	width:120px;
}

.searchresult .portrait img {
	border:1px solid #232769;
}

.searchresult .portrait .photobox {
	width:100px;
	height:75px;
	border:1px solid #232769;
	background-color:#DEDEDE;
}

.searchresult .portrait .photobox td, .searchresult .portrait .photobox div {
	color:#888888;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	vertical-align:middle;
}

.searchresult .portrait .photobox div {
	width:90px;
	overflow:hidden;
}

.searchresult .portrait {
	width:100px;
}

.searchresult .points, .searchresult .youtube {
	width:180px;
}

.searchresult .youtube a {
	color:#A54623;
}

.searchresult .points ul {
	list-style-position:inside;
}

.searchresult .body {
	white-space:normal;
}

.searchresult .footer {
	text-align:right;
	vertical-align:bottom;
}

.search .searchresults .searchresult .body .summary {
	overflow:hidden;
	width:420px;
}

.search .radiosearch-label {
	font-size: 14px;
}
#gmap-box {
	clear:both;
}

#gmap {
	height:500px;
	border: 10px solid #358BBC;
	border-top: 0;
	clear:left;
}
#gmap.shortlistmap {
	position:relative;
	bottom:20px;
}
#mapheading {
	margin:10px 0 0 0;
}
#gmap2 {
	width:100%;
	height:500px;
	border-bottom:1px solid #ADD6E9;
}

#satview {
	height: 300px;
	width: 100%;
}

.gmap-footer {
	border:none;
	vertical-align:top;
	background-color: #eaf5f9;
	width: 250px;
	border: 2px solid #232769;	
	border-left: none;
	border-top: 1px solid #232769;
	height: 100%;
	padding: 15px;
}

.gmap-footer #searchfooter {
	border-top: 1px solid #8288a8;
	padding-top: 0.5em;
	font-size: 10px;
}

.gmap-footer h4 {
	padding-bottom: 0.5em;
	border-bottom: 1px solid #8288a8;
	font-size: 14px;
	margin-bottom: 0.5em;
}

.gmap-footer .container {
	height: 100%;
	width: 100%;
}

.gmap-footer .container ol {
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

.gmap-footer .container li {
	margin-left: 0;
	padding: 0;
	padding-top:5px;
	padding-bottom:5px;
	white-space:nowrap;
	font-size: 10px;
	font-weight: bold;
}

.gmap-footer .container li a {
	padding-left: 10px;
}

.gmap-footer .container li.shortlisted, .gmap-footer .container li.shortlisted a {
	color: #005e20;
}

.gmap-footer .container li.contacted, .gmap-footer .container li.contacted a {
	color: #ff0000;
}

#bottomnav {
	margin-left: 0;
	padding: 0;
	margin-top: 10px;
	background-image: url('/img/footer_bg_middle.gif');
	color: white;
	height: 20px;
	list-style: none;
}

#bottomnav li {
	float: right;
	padding-left: 1em;
	padding-right: 1em;
	height: 20px;
}

#bottomnav .leftedge {
	float: left;
	background-image: url('/img/footer_bg_left_corner.gif');
	padding: 0; margin: 0;
	width: 10px;
	background-position: bottom left;
	background-repeat: no-repeat;
}

#bottomnav .rightedge {
	background-image:url('/img/footer_bg_right_corner.gif');
	padding:0; margin:0;
	width:10px;
	background-position:bottom right;
	background-repeat:no-repeat;
}

#bottomnav li a {
	margin:0;
	padding:0;
	height:20px;
	color:white;
	text-decoration:none;
	display:block;
	padding-top:2px;
}


#body .tab-list {
	list-style:none;
	margin-left:0px;
	padding-left:0px;
	margin-bottom:0px;
	padding-bottom:1px;
	height:2.4em;
	width:100%
}

#searchcontainer {
	width:100%;
}

.search * {
	color:#232769;
}

.search #final div {
	padding-left:5px;
	padding-right:5px;
}

.rounded-header h2 {
	color:#FFFFFF;
}

.search h3 {
	color:#FFFFFF;
	margin-bottom:0.5em;
}

.search ul.preferences {
	list-style:none;
	clear:both;
	padding:0;
	margin:0;
	padding-bottom:5px;
}

.search ul.preferences li {
	float:left;
	width:150px;
	padding:5px;
	white-space:nowrap;
}

.search ul.preferences li.help {
	position:absolute;
	margin-left:650px;
	z-index:5;
	cursor:pointer;
	width:auto;
}

.search table.preferences td, .search table.preferences th {
	padding: 10px;
	border-top:1px solid #D5D5D5;
	white-space: nowrap;
}

.search table.preferences tr.firstrow td, .search table.preferences tr.firstrow th {
	/* border-top: 1px solid #ADAAAD; */
}

.search table.unbordered td, .search table.unbordered th, .search table td.unbordered, .search table th.unbordered {
	border-top: none;
}

.search table.preferences td td, .search table.preferences td th, .search table.preferences th td, .search table.preferences th th {
	border: none;
}

.search h4 {
	color: #21286B !important;
	padding: 5px;
	font-size: 12px;
}

.search .section-closed h4{
	display: none;
}
#subnaviwrap {
	float:left;
	background:#358BBC;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;
	border-top-left-radius:10px;
	width:100%;
	margin-bottom:20px;
}
#subnaviwrap h2 {
	float:left;
	width:100%;
	text-align:center;
	color:#ffd441;
	margin:0;
	padding:.3em 0;
}
#subnaviwrap ul {
	float:left;
	width:100%;
	margin:0 !important;
	padding:0;
	list-style:none;
	border-top:1px solid #345C96;
	background-color: #379cce; /* fallback color */
	background-image: url(/img/sub_navi.gif); /* fallback image */
	background-image: -moz-linear-gradient(100% 100% 90deg, #345c96, #43b0d7);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#43b0d7), to(#345c96));
}

#subnaviwrap ul li {
	float:left;
	width:113px;
	margin:0;
	padding:0;
	text-align:center;
}

#subnaviwrap ul li a {
	display:block;
	padding:6px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	white-space:nowrap;
	outline:none;
}
#subnaviwrap ul li a:hover,
#subnaviwrap ul li.selected a {
	color:#ffd441;
}


.tab-list li {
	float:left;
	width:16.31%;
	height:2.4em;
	margin-left:1px;
	margin-right:1px;
	margin-bottom:2px;
	background:transparent url('/img/tab_left.gif');
	background-color:#3d76a3;
	background-position:top left;
	background-repeat:no-repeat;
}

.tab-list a, .tab-list a .selected {
	display:block;
	height:100%;
	padding-top:5px;
	padding-left:1em;
	padding-right:1em;
	background:transparent url('/img/tab_right.gif');
	background-position:top right;
	background-repeat:no-repeat;
	color:white;
	text-align:center;
	font-weight:bold;
	white-space:nowrap;
	outline:none;
}

.tab-list .selected a {
	color:#63bc46;
}

.listing, .listing li {
	float:right;
}

.tabheader {
	width:100%;
}

#listingform .tabheader {
	width:680px;
}

.tabheader * {
	color:#232769;
}

.tabfiller {
	text-align: right;
}

.tabheader .tabs {
	width: 750px;
}

.tabheader .tabs div {
	position:relative;
	bottom:-1px;
	padding-top:3px;
	height:18px;
	_height:21px;
	width:110px;
	z-index:10;
	float:right;
	text-align:center;
	font-size:11px;
	margin-left: 2px;
}

.tabheader .tabs div a {
	color:#232769;
	text-decoration:none;
	display: block;
}

.tabheader .tabs .active {
	font-weight:bold;
	background-image:url('/img/tab-active.gif');
	background-repeat:no-repeat;
	background-position:top;
	_padding:0;
	_margin:0;
}

.tabheader .tabs .passive {
	background-image:url('/img/tab-passive.gif');
	background-repeat:no-repeat;
	background-position:top;
	cursor:pointer;
	_padding:0;
	_margin:0;
}

.tabheader .tabs .invalid {
	background-image:url('/img/tab-invalid.gif');
	background-repeat:no-repeat;
	background-position:top;
	cursor:pointer;
	_padding:0;
	_margin:0;
}

.tabheader .header {
	background-image:url('/img/tabheader-gradient.gif');
	height:30px;
}

.tabheader .header .left {
	background:transparent url('/img/tabheader-left.gif');
	background-repeat:no-repeat;
	font-weight:bold;
	width: 8px;
}

#actions, .actions {
	margin:0 !important;
	padding:0 !important;
	list-style:none !important;
	width: 225px;
}

#actions li, .actions li {
	float:left;
	background-image:url('/img/button-green.gif');
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:0px;
	width:75px;
	padding-top:4px;
	height:16px;
	_height:20px;
	display:block;
	text-align:center;
	padding-right: 0;
	margin-right: 0;
}

#actions.disabled li, .actions.disabled li {
	background-image:url('/img/button-green-disabled.gif');
	width: 75px;
}

#actions li, #actions li a, .actions li, .actions li a {
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
}

#listingform {
	width:680px;
}

#listinghead {
	clear:both;
	float:left;
	width:680px;
	background:#358BBC;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;
	border-top-left-radius:10px;
	padding:8px 0;
}
#listinghead div {
	float:left;
	padding-left:10px;
}
#listinghead h2 {
	color:#fff;
	font-size:1.3em;
	margin:0;
	padding-bottom:.2em;
}
#listinghead p {
	color:#fff;
	margin:0;
	padding:0;
	font-size:.9em;
}
#listinghead ul {
	float:right;
	list-style:none;
	font-size:.9em;
	padding:0;
	margin:0;
}
#listinghead ul li {
	border-right:1px solid #92c6de;
	float:right;
	padding:0 8px;
	min-height:3.2em;
	color:#fff !important;
	line-height:1.5em;
	position:relative;
}
#listinghead ul #relevance {
	text-align:center;
}
#listinghead ul #relevance strong {
	/*width:10em;*/
}
#listinghead ul #relevance div.outer {
	width:7em;
	margin:4px auto 0 auto;
	padding:0;
	float:none;
	height:10px;
	margin-top:3px;
	border:1px solid #23266a;
	background-color:#FFFFFF;
}
#listinghead ul #relevance div.outer div.inner {
	height:100%;
	background-color:#cce4f0;
	padding:0;
	float:none;
}
#listinghead ul #propbaths {
	border-right:0;
}
#listinghead ul #proptype strong {
	display:block;
	width:33px;
	height:26px;
	text-indent:-82763px;
	background:url(/img/propertytype_house.gif) top no-repeat;
}
#listinghead ul #proptype strong.unit {
	background:url(/img/propertytype_unit.gif) top no-repeat;
}
#listinghead ul #proptype strong.townhouse {
	background:url(/img/propertytype_townhouse.gif) top no-repeat;
}
#listinghead ul #propbaths strong {
	display:block;
	width:29px;
	height:17px;
	text-indent:-82763px;
	background:url(/img/bathrooms.gif) top left no-repeat;
}
#listinghead ul #propbeds strong {
	display:block;
	width:29px;
	height:17px;
	text-indent:-82763px;
	background:url(/img/bedrooms.gif) top left no-repeat;
}
#listinghead ul #propbaths span,
#listinghead ul #propbeds span {
	color:#fff !important;
	font-weight:bold;
	position:absolute;
	bottom:0;
	width:29px;
	text-align:center;
}
#listinghead ul #iconflags span {
	color:#fff;
}
#listinghead ul #iconflags img {
	vertical-align:middle;
	margin-right:6px;
}
#iconflags span {
	display:block;
}
.listing-header .left {
	width:50%;
}

.listing-header .right {
	width:25%;
}

.listing-body {
	clear:both;
	border:#ADD6E9 solid 1px;
	border-top:none;
	margin:0px;
	width:678px;
}

#listing-body-table {
	width:680px;
}

.listing-body input, .listing-body textarea {
	font-size:10px;
}

.listing-body ul {
	padding-left:1.5em;
}

.listing-body .left {
	width:415px;
	padding:5px;
	_padding-right:4px;
	_width: 435px;
}

.listing-body .right {
	width:215px;
	padding:5px;
	_padding-right:0px;
	_padding-left:0px;
	_width: 232px;
}

.listing-body h3 {
	background-color:#37A2CE;
	color:#FFFFFF;
	font-size:11px;
	margin-bottom: 10px;
}

.listing-thumbs img, .photo {
	border:1px solid #232769;
}

.listing-thumbs img, .listing-thumbs .mk-primary img {
	width:65px;
	height:50px;
	border:1px solid black;
	margin:0;
}

.listing-thumbs a img {
	border:none;
	width:auto;
	height:auto;
	margin:0;
}

#listingphoto {
	height:85px;
	width:235px;
}

.shortlisted, .contacted {
	padding-left:1em;
	color:#FFFFFF;
	font-size:10px;
}

.clearer {
	clear:both;
	width:1px;
	height:1px;
	margin:0;
	padding:0;
	font-size:1px;
}

.listing-title {
	font-weight:bold;
	font-size:14px;
	color:white;
}

.listing-subtitle {
	font-weight:bold;
	color:#232769;
}

.listing-keypoints li {
	color:#232769;
}

.listing-street {
	font-weight:bold;
	color:#666;
}

.listing-actions {
	list-style:none;
	text-align:right;
}

.listing-actions li {
	padding-bottom:5px;
}

.listing-actions a {
	color:#232769;
}

.listing-actions span {
	color:#555555;
}

.listing-actions a.contact {
	font-weight:bold;
}

.thick-bottom-border {
	padding-bottom:1px;
	border-bottom:solid #ddd 18px;
}

#thedeal input, #thedeal option, #thedeal select, #theroom input, #theroom option, #theroom select, #preferences input, #preferences option, #preferences select, #aboutme input, #aboutme option, #aboutme select {
	font-size:10px;
}

.editable, .editable-invalid, .editable-selected, .editable-selected-invalid {
	border:solid transparent 1px;
}

.right .editable, .right  .editable-invalid, .right  .editable-selected, .right  .editable-selected-invalid {
	width:223px;
}

.right #aboutme table, .right #thedeal table, .right #theroom table, .right #preferences table {
	_width:210px;
}

.editable .display table, .editable-invalid .display table, .editable-selected .edit table, .editable-selected-invalid .edit table {
	width:100%;
}

.editable textarea, .editable-invalid textarea, .editable-selected textarea, .editable-selected-invalid textarea {
	font-size:11px;
}

.editable span, .editable-invalid span, .editable-selected span, .editable-selected-invalid span {
	display:inline;
	font-weight:bold;
	padding:0;
	margin:0;
}

.editable, .editable-invalid, .editable-selected, .editable-selected-invalid {
	padding-bottom:29px;
	margin-bottom:10px;
	background-repeat:no-repeat;
	background-position:bottom right;
	cursor:pointer;
}

.editable .display, .editable-invalid .display, .editable-selected .edit, .editable-selected-invalid .edit {
	display:block;
	cursor:default;
}

.editable .edit, .editable-invalid .edit, .editable-selected .display, .editable-selected-invalid .display {
	display:none;
	cursor:default;
}

.editable .display, .editable-invalid .display {
	margin-top:3px;
}

.editable h3, .editable-invalid h3, .editable-selected h3, .editable-selected-invalid h3, #thephoto h3 {
	color:#FFFFFF;
	padding-left:5px;
	text-transform:uppercase;
	font-size:11px;
	margin-top:0;
	background-color:#34ac05 !important;
}

.editable h3, .editable-selected h3, .listing-theplace h3, #thephoto h3 {
	background-color:#34ac05;
}

 .editable-invalid h3, .editable-selected-invalid h3 {
	background-color:#EA141C !important;
}

.editable *, .editable-invalid *, .editable-selected *, .editable-selected-invalid * {
	font-size:10px;
	color:#242424;
}

.editable table, .editable-invalid table {
	margin:3px 6px 0px 6px;
}

.editable ul, .editable-invalid ul {
	margin:3px 6px 0px 6px;
}

.editable #descriptiondisplaytext, .editable-invalid #descriptiondisplaytext, .editable #listingsubtitledisplay, .editable-invalid #listingsubtitledisplay {
	margin:3px 6px 0px 6px;
}

#listingsubtitledisplaytext, .listing-subtitle {
	font-size:18px;
}

.editable #descriptiondisplaytext, .editable #summarydisplaytext {
	height:89px;
	overflow:scroll;
	overflow-x:hidden;
	overflow-y:scroll;
}

.editable-selected th, .editable-selected-invalid th, .editable-selected td, .editable-selected-invalid td {
	padding:3px;
}

.editable th, .editable-invalid th, .editable td, .editable-invalid td {
	padding-left:3px;
}

.editable, #thephoto {
	border:solid #34ac05 1px;
}

.editable {
	background-image:url('/img/boxbutton-valid-edit.gif');
}

#thephoto, #photodisplay, #thephoto a {
	color: #242424;
}

#thephoto {
	margin-bottom: 10px;
	width: 99%;
}

#photodisplay {
	padding: 5px;
}

#photodisplay img {
	max-width: 399px;
	_width: 399px;
}

#up_img_ind {
	display:none;
	position:absolute;
	z-index:100;
	width:100px;
	height:15px;
	color:#FFFFFF;
	background:#34AC05;
	padding:6px;
	top: -5px;
	margin-left:300px;
}

.listing-body .addable {
	background-image:url('/img/boxbutton-valid-add.gif');
}

.editable-invalid {
	border:solid #EA141C 1px;
	background-image:url('/img/boxbutton-invalid-edit.gif');
}

.listing-body .editable-invalid-addable {
	background-image:url('/img/boxbutton-invalid-add.gif');
}

.editable-invalid h3 {
	color:#FFFFFF;
	background-color:#EA141C;
}

.editable-selected {
	border:solid #34ac05 1px;
	background-color:#d6eecd;
	background-image:url('/img/boxbutton-valid-save.gif');
}

.editable-selected tr {
	background-color:#FFFFFF;
}

.editable-selected tr.alternate {
	background-color:#d6eecd;
}

.editable-selected-invalid {
	border:solid #EA141C 1px;
	background-color:#FDE7E9;
	background-image:url('/img/boxbutton-invalid-save.gif');
}

.editable-selected-invalid tr {
	background-color:#F4898D;
}

.editable-selected-invalid tr.alternate {
	background-color:#FDE7E9;
}

.editable-selected textarea, .editable-selected-invalid textarea {
	width:98%;
}

#youtube #youtubeedit #youtubeembed {
	width:217px;
}

#submitbutton {
	border:none;
	cursor:pointer;
	background-image:url('/img/save_disabled.gif');
	background-repeat:no-repeat;
	background-position:top left;
	text-align:center;
	float:right;
	padding-top:7px;
	height:23px;
	_height:30px;
	color:white;
	width:100px;
}

#deactivatebutton, #submitbutton.deactivatebutton, #listingform .listing-body .deactivatebutton {
	border:none;
	cursor:pointer;
	background-image:url('/img/btn_blue.gif');
	background-repeat:no-repeat;
	background-position:top left;
	text-align:center;
	float:right;
	padding-top:7px;
	height:23px;
	_height:30px;
	color:white;
	width:100px;
}

#listing-body-table #submitbutton {
	float:left;
	margin-left:106px;
	padding-bottom:5px;
}

#login-standalone {
	margin-top:5em;
	margin-left:auto;
	margin-right:auto;
}

#login-standalone td {
	text-align:right;
	color:#232769;
}

.ticklist {
	list-style-image:url('/img/tick.gif');
}

.ticklist li {
	margin-bottom:5px;
	font-weight:bold;
}

.morelink {
	display:block;
	float:right;
	text-align:center;
	padding:0;
	padding-top:7px;
	color:black;
	background-repeat:no-repeat;
	background-position:top left;
	width:120px;
	height:23px;
	font-weight:bold;
	text-decoration:none;
}

#banners.mapinstructions {
	padding-top:190px;
}

#banners.mapinstructions h1 {
	padding-bottom:0.3em;
}

#banners.mapinstructions ul {
	margin-top:0px;
}

.examples {
	float:left;
	color:black;
	padding:0.5em;
	/*margin-left:0.5em;*/
	background-color:#D5D5D5;
}

.examples li {
	color:black;
}

.errors {
	list-style-image:url('/img/warning.gif');
	list-style-position:inside;
	color:#b50c00;
	font-weight:bold;
}

.errors li {
	color:#b50c00;
	font-weight:bold;
}

#linkfooter {
	padding:5px;
	margin:5px;
}

#linkfooter a, .greylink {
	color:#888888;
}

#abusebox, .abusebox {
	display:none;
	margin:0.5em;
	padding:1em;
	border:1px solid #232769;
}

.abusebox {
	position: absolute;
	z-index: 10;
	background-color: #FFFFFF;
	margin-left: -350px;
	width: 400px;
	height: auto !important;
}

#newabusebox, .newabusebox {
	display:none;
	margin:0.5em;
	padding:1em;
	border:1px solid #232769;
}

.newabusebox {
	position: absolute;
	z-index: 10;
	background-color: #FFFFFF;
	width: 400px;
	height: auto !important;
}

#suburbs {
	list-style:none;
}

#suburbs li {
	padding-bottom:1em;
}

#selectsuburb {
	display:none;
	position:absolute;
	background:white;
	padding:0.5em;
	border:1px solid #232769;
}

.combobox {
	display:none;
	position:absolute;
}

.red {
	color:#A54623;
	font-style:italic;
}

.green {
	/* color:#0E733A; */
	color:#2ba739 !important;
	font-style:italic;
}

.grey {
	color:#888888;
	font-style:italic;
}

.listing-summary {
	margin-top:1em;
	overflow:auto;
	margin-bottom: 20px;
}
 
.emailafriendlink, .contactlink {
	text-decoration:underline;
	cursor:pointer;
}

.emailafriend {
	border:1px solid #232769;
	background-color:#FFFFFF;
	color:#232769;
	margin-top:-25px;
	z-index: 100;
}

.emailafriend, .contactbox {
	display:none;
	position:absolute;
	padding:0.5em;
	text-align: left;
}

.emailafriend img {
	margin-top:5px;
	cursor:pointer;
}

.contactbox {
	display: block;
	width:440px;
/*	margin-left:65px;
	margin-top:-25px;*/
}

.contactbox td, .contactbox td.left, .contactbox td.right {
	padding:0;
}

.contactbox .header {
	width:100%;
}

.contactbox .header td {
	color:#FFFFFF;
}

.contactbox .header td {
	background-image:url('/img/contact-header-gradient.gif');
	background-repeat:repeat-x;
}

.contactbox .header .left {
	background-image:url('/img/contact-header-left.gif');
	background-repeat:no-repeat;
	width:9px;
}

.contactbox .header .right {
	background-image:url('/img/contact-header-right.gif');
	background-repeat:no-repeat;
	width:11px;
}

.contactbox .body {
	background-color:#FFFFFF;
	/*padding-top:1px;
	border-left:1px solid #002F75;
	border-right:1px solid #002F75; 
	margin-right:2px;*/
	overflow:hidden;
}

.contactbox .body textarea {
	width:80%;
	height:70px;
}

.contactbox #contactmessage {
	font-size:12px;
	font-family:Tahoma, arial, sans-serif;
}

.contactbox .body .button {
	height:17px;
	_height:20px;
	width:79px;
	display:block;
	color: #FFFFFF;
	background-image:url('/img/button-green-1.gif');
	padding-top:3px;
	text-align:center;
	text-decoration:none;
}

.contactbox .body table, .contactbox .body div {
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	width:420px;
	_margin-right:0px;
}

.contactbox .body table *, .contactbox .body div {
	font-size:10px;
	color:#242424;
}

.contactbox .body table th {
	font-weight:normal;
	padding-right:10px;
}

.contactbox .body table td {
	font-weight:bold;
}

.contactbox .body hr {
	margin-top:30px;
}

.contactbox .body .warning {
	font-size:9px;
	color:#3E7EAE;
	padding-bottom:3px;
}

.contactbox .footer {
	width:100%;
	height:22px;
}

.contactbox .footer td {
	background-image:url('/img/contact-footer-gradient.gif');
	background-repeat:repeat-x;
}

.contactbox .footer .left {
	background-image:url('/img/contact-footer-left.gif');
	background-repeat:no-repeat;
	width:11px;
}

.contactbox .footer .right {
	background-image:url('/img/contact-footer-right.gif');
	background-repeat:no-repeat;
	width:9px;
}

.savedsearch td {
	font-weight:normal;
	color:#000000;
	text-align:left;
}

.savedsearch td {
	padding-right:2em;
}

.savedsearch td {
	padding-right:4em;
}

.help .close {
	width:1px;
}

.helptext img {
	margin-right:5px;
	cursor:pointer;
}

.helptext td {
	vertical-align:top;
}

.helptext {
	display:none;
	position:absolute;
	background-color:#FFFFFF;
	border:1px solid #add6e9;
	z-index:10;
	margin-top:-2em;
	margin-left:1em;
}

.mailbox, .message {
	width:100%;
	border-collapse: collapse;
	border: 1px solid #add6e9;
	border-top: 0;
}

.mailbox a, .message a {
	color: #000000;
}

.mailbox img, .message img {
	border: 0;
}

.mailbox td, .mailbox td div, .message td, .message td div {
	margin-top: 0.5em;
	font-size:10px;
	color: #000000;
}

.mailbox td, .message td {
	border: none;
	border-bottom: 1px solid #add6e9;
	padding: 10px;
	vertical-align: top;
}

.mailbox td.opened {
	vertical-align: middle;
}

.mailbox td.opened img {
	border: none;
}

.mailbox tr.unopened td, .message tr.alternate td {
	background-color: #f4f9fb;
}

.mailbox tr td.photo, .message tr td.photo {
	width: 85px;
}

.mailbox tr td.photo img, .message tr td.photo img {
	border: 1px solid #232769;
}

.mailbox td.memberdetails, .message td.memberdetails {
	padding-right: 10px;
	height: 100%;
	width: 65px;
}

.mailbox td.borderblank, .message td.borderblank {
	height: 5px;
	padding: 0;
}

.mailbox td.border, .message td.border {
	border-right: 1px solid #add6e9;
	border-bottom: none;
	height: 60px;
}

.mailbox td.messagebody {
	width: 350px;
}

.message td.messagebody {
	width: 375px;
}

.mailbox td.messagebody div, .message td.messagebody div {
	font-size: 10px;
	color: #555;
	width: 350px;
}

.mailbox td.messagebody div {
	height: 40px;
	overflow: hidden;
}

.message td.messagebody div {
	overflow: auto;
}

.mailbox .actions, .message .actions {
	text-align: right;
	padding: 5px;
	vertical-align: middle;
	width: 75px;
}

.mailbox .actions {
	border-bottom: none;
}

.mailbox .actions a, .mailbox .actions img, .message .actions a {
	margin-right: 5px;
}

.mailbox .actions a {
	color: #1A1B57;
}

.message .actions a {
	display: block;
	padding-bottom: 5px;
}

.message tr td .abusebox table tr td {
	background-color: #FFFFFF;
	border: none;
}
.message tr td .newabusebox table tr td {
	background-color: #FFFFFF;
	border: none;
}

#paging {
	color: #232769;
}

#paging a {
	color: #232769;
}

form#reply {
	margin-left: 220px;
	width: 400px;
	text-align: left;
}

.shortlist td {
	border-bottom:solid #ccc 1px;
	color:#333;
	padding:5px;
	font-size:10px;
}

.shortlist a {
	color:#48a6cc;
}

.shortlist .shortlist-name {
	color:#333;
	font-weight:bold;
}

#mydetails {
	width:80%;
}

#mydetails th {
	white-space:nowrap;
	font-weight:bold;
	padding-right:1em;
	text-align:right;
}

#mydetails td {
	padding:5px;
}

#mydetails td.reason {
	font-style: italic;
	color: #2BA739;
	white-space: nowrap;
}

#mydetails .textinput input, #mydetails .textinput select {
	width:100%;
}

#emailAlertText, #activeText, #sleepText, #unsubscribeText {
	color:#232769;
	font-weight:bold;
}

.listtextbox {
	margin-top:0;
	padding-left:0;
	list-style-position:inside;
}

#keypointseditdata li input, #theplaceeditdata li input, #RoomDescriptioneditdata li input, .listtextbox li input {
	width:92%;
}

.center {
	display:block;
	text-align:center;
}

#myaccountspacer {
	height:30px;
	margin-bottom: 1em;
}

#banners .shortlist-mapview-listtop {
	margin-top:123px;
}

.member-summary {
	margin-top:10px;
	font-size:18px;
	overflow:auto;
}
.savedsearchcriteriaheading {
	margin-top:25px;
}

#theplacedisplayedit th {
	white-space: nowrap;
}

#theplacedisplayedit input.textbox {
	width: 95%;
}

#theplacedisplayedit td {
	width: 100%;
}

#RoomDescriptiondisplaylist {
	list-style:none;
	margin:0;
	padding:0;
}

.contactform {
	margin-left:auto;
	margin-right:auto;
}

.contactform tr th, .contactform .heading {
	white-space:nowrap;
	height:35px;
}

.contactform .space {
	font-size:5px;
	height:5px;
}

.listingStatusMessage {
	margin-bottom:10px;
}

.edit span.add-item-button {
	font-weight:normal;
	font-style:italic;
	font-size:12px;
	text-decoration:underline;
	cursor:pointer;
}

.iframe {
	position: absolute;
	z-index: 20;
}

.iframe .body {
	width: 100%;
	height: 100%;
	background-color: #cfe7f2;
	padding-top: 10px;
}

.iframe .body iframe {
	width: 100%;
	height: 100%;
}

.iframe .close {
	float: right;
	cursor: pointer;
	margin-top: 13px;
	width: 20px !important;
	height: 20px !important;
	background-image: url(/img/iframe-close.png);
}

.iframe h1 {
	padding-top: 10px;
	color: #FFFFFF;
}

.iframe .chrome-topleft {
	background-image: url(/img/iframe-topleft.png);
	background-repeat: no-repeat;
}

.iframe .chrome-topleft img {
	width: 20px;
	height: 48px;
}

.iframe .chrome-top {
	background-image: url(/img/iframe-top.png);
	background-repeat: repeat-x;
}

.iframe .chrome-top img {
	height: 48px;
}

.iframe .chrome-topright {
	background-image: url(/img/iframe-topright.png);
	background-repeat: no-repeat;
}

.iframe .chrome-topright img {
	width: 20px;
	height: 48px;
}

.iframe .chrome-left {
	background-image: url(/img/iframe-left.png);
	background-repeat: repeat-y;
}

.iframe .chrome-left img {
	width: 20px;
}

.iframe .chrome-right {
	background-image: url(/img/iframe-right.png);
	background-repeat: repeat-y;
}

.iframe .chrome-right img {
	width: 20px;
}

.iframe .chrome-bottomleft {
	background-image: url(/img/iframe-bottomleft.png);
	background-repeat: no-repeat;
}

.iframe .chrome-bottomleft img {
	width: 20px;
	height: 29px;
}

.iframe .chrome-bottom {
	background-image: url(/img/iframe-bottom.png);
	background-repeat: repeat-x;
	background-position: bottom left;
}

.iframe .chrome-bottom img {
	height: 29px;
}

.iframe .chrome-bottomright {
	background-image: url(/img/iframe-bottomright.png);
	background-repeat: no-repeat;
}

.iframe .chrome-bottomright img {
	width: 20px;
	height: 29px;
}

.search-join h1, .preferences h1 {
	background-image: url(/img/main_navi.gif);
	height: 40px;
	color: #FFFFFF;
}

.search-join {
	background-color: #cfe7f2;
	padding-bottom: 15px;
}

.search-join .join-body, .search-join .join-body * {
	color: #555555;
}

.search-join .join-body {
	background-color: #F1F8FB;
	margin: 15px;
	margin-bottom: 0;
}

.search-join h3 {
	background-color: #348bbb;
	color: #FFFFFF !important;
	padding: 5px;
	margin-top: 0;
}

.search-join form {
	margin: 0;
}

.search-join table {
	margin-left: 10px;
	margin-right: 10px;
}

.field {
	width: 120px;
}

#content .search .preferences * {
	color: #555555;
}

#content .search .preferences h1 {
	color: #FFFFFF;
}

#content .search .preferences h3 {
	background-color: #348BBB;
	color: #FFFFFF;
	padding: 5px;
	padding-left: 15px;
	margin-bottom: 0;
	background-image: url(/img/openarrow.gif);
	background-position: 585px;
	background-repeat: no-repeat;
	cursor: pointer;
}

#content .search .preferences .section-closed h3 {
	background-image: url(/img/closearrow.gif);
}

#content .search .preferences .section-static h3 {
	background-image: none;
	cursor: default;
}

#content .search .preferences .section-static h3 .label, #content .search .preferences .section-static h3 .openlabel {
	display: none;
}

#content .search .preferences .section-closed h3 .label, #content .search .preferences .section h3 .label, #content .search .preferences .section-closed h3 .label, #content .search .preferences .section h3 .openlabel {
	color: #FFFFFF;
	margin-right: 10px;
	float: right;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}

#content .search .preferences .section-closed h3 .label, #content .search .preferences .section-closed h3 .label {
	display: inline;
}

#content .search .preferences .section-closed h3 .label, #content .search .preferences .section-closed h3 .openlabel {
	display: none;
}

#content .search .preferences .section-closed h3 .label, #content .search .preferences .section h3 .label {
	display: none;
}

#content .search .preferences .section-closed h3 .label, #content .search .preferences .section h3 .openlabel {
	display: inline;
}

#content .search .preferences .section-closed table, #content .search .preferences .section-closed ul {
	display: none;
}

#content .search .preferences .section, #content .search .preferences .section-static, #content .search .preferences .section-closed {
	margin-left: 15px;
	margin-right: 15px;
}

#content .search .preferences .section, #content .search .preferences .section-static {
	background-color: #F1F8FB;
}

#content .search .preferences .preferences {
	width: 100%;
}

#content .search .preferences  td, .search .preferences th {
	padding: 2px;
	padding-left: 15px;
}

#content .search #section-who td.firstcol, #content .search #section-who th.firstcol {
	width: 145px;
}

#content .search .preferences  td input, .search .preferences th input {
	padding-left: 0;
	margin-left: 0;
}

#content .search .noborder  td, .search .noborder th {
	border: none !important;
	white-space: nowrap;
}

#content .search .preferences .grey {
	color: #2ba739 !important;
}

#content div.preferences {
	background-color: #cfe7f2;
	padding-bottom: 15px;
}

#content .search .preferences .section-closed br.clearer {
	display: none;
}

#content .search .preferences .location {
	display: block;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 14px;
}

.preferences .modeheader {
	margin-left: 15px;
}

#chkDealAvailable {
	margin: 0;
}

.horizontalbanner {
	margin-top: 1em;
	/*cursor: pointer;*/
	background-image: url(/img/banner-horizontal-middle.gif);
	background-repeat: repeat-y;
	width: 690px;
}

.horizontalbanner div {
	padding-left: 8px;
	padding-right: 8px;
}

#primaryphoto {
	margin-bottom: 20px;
	width: 400px;
}
.datastrip {
	clear:both;
}
.datastrip td {
	padding: 5px;
	height: 40px;
	_height: 30px;
	font-weight: bold;
}

#body.student #content .listing-body td {
	vertical-align: top;
}

.listing-body #students {
	background-color: #FFFFFF;
}

#students div {
	padding: 5px;
}

.studentinfo #studentlist {
	padding: 0;
	margin-bottom: 5px;
}

.studentinfo .student {
	margin-bottom: 5px;
}

.studentinfo .alt {
	background-color: #D6EECD;
}

.studentinfo input {
	font-style: italic;
}

.listing-body .studentinfo h3 {
	background-color: #FF9922;
}

#students .highlight {
	color: #FF9922;
}

#banners div.columns {
	clear:both;
	float:left;
	width:100%;
	margin:0;
	padding:10px 0 0 0;
}
#banners div.columns div.leftc {
	clear:none;
	float:left;
	width:45%;
	margin:0;
	padding:0;
}
#banners div.columns div.rightc {
	clear:none;
	float:right;
	width:45%;
	margin:0;
	padding:0;
}
#banners div.columns ul {
	margin:0;
	padding:5px 0 20px 0;
	list-style:none;
}
#banners div.columns ul li {
	margin:0;
	padding:0;
}
#banners .columns li a {
	color:#345C96;
}
#banners .columns li a:hover {
	color:#000;
}
h4.glass {
	width: 290px;
	line-height: 30px;
	background-color: #FFCC33;
	background-position: top right;
	background-repeat: no-repeat;
	padding: 0;
	margin-bottom: 10px;
	padding-left: 10px;
	font-size: 14px;
}

h4.glass img {
	float: right;
	position: relative;
}

.search select.text {
	width: 100%;
}

#studentsonly td {
	vertical-align: top;
	white-space: nowrap;
}

.greenbutton {
	background-image: url(/img/button-anothergreen.gif);
	background-repeat: none;
	width: 104px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF !important;
	font-size: 14px;
	cursor: pointer;
}

#homepage h1 {
	margin: 15px 0pt 0pt; padding: 0pt; color: rgb(72, 164, 204); text-decoration: underline; font-weight: bold; display: inline;
	font-size: 12px;
}

#homepage h2 {
	color: rgb(72, 164, 204); font-weight: bold;
	font-size: 12px;
}

#homepage p {
	line-height: 1.1em;
}

#homepage p span {
	color: #232769;
}
#errmsg {
	width:680px;
	padding:10px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	background:#ffc;
	border:1px solid #000;
	font-size:1.2em;
	margin-bottom:20px;
}
#errmsg h2 {
	font-size:1em;
	color:#000;
	padding:0 0 6px 0;
	margin:0;
}
#searchtop {
	clear:both;
	float:left;
	width:680px;
	padding:10px 0;
}
#searchcity {
	float:left;
	width:330px;
	border:1px solid #379CCE;
	min-height:250px;
}
#searchcity ul {
	list-style:none;
	margin:0;
	padding:14px 0;
	width:30%;
	float:left;
	position:relative;
}
#searchcity ul.left {
	left:5%;
	padding-top:3px;
}
#searchcity ul.middle {
	left:7%;
	padding-top:3px;
}
#searchcity ul.right {
	left:9%;
	padding-top:3px;
}
#searchcity ul.big {
	left:10%;
	font-size:1.1em;
	padding:10px 0 0 0;
	width:50%
}
#searchcity ul.middlebig {
	left:7%;
	font-size:1.2em;
	padding:10px 0 0 0;
	font-weight:bold;
}
#searchcity ul.rightbig {
	left:9%;
	font-size:1.2em;
	padding:10px 0 0 0;
	font-weight:bold;
}
#searchcity ul li {
	padding:0;
	margin:0;
	line-height:1.5em;
}
#searchcity ul li a {
	color:#345C96;
}
#searchcity ul li a:hover {
	color:#000;
}
#citysbox {
	clear:both;
	float:left;
	width:100%;
}
#searchstate {
	float:right;
	width:330px;
	border:1px solid #379CCE;
	text-align:center;
	min-height:250px;
}
#emailalert #searchstate {
	width:100%;
}
#emailalert #searchstate #setarea {
	text-align:left;
	padding:20px;
	display:none;
}
#searchstate h2 {
	margin-bottom:15px;
}
#searchstate img {
	clear:both;
}
#searchsuburb {
	clear:both;
	float:left;
	width:680px;
	border:1px solid #379CCE;
	margin:10px 0;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	background:#F1F8FB;
	position:relative;
}
#searchcity h2,
#searchstate h2,
#searchsuburb h2,
#searchadvanced h2 {
	text-align:left;
	color:#345C96;
	font-size:1.2em;
	background:#FFD441;
	margin:0;
	padding:4px 10px;
}
#searchsuburb h2 span {
	font-weight:normal;
	font-size:.8em;
}
#suburbpostcode {
	width:100%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

#areamapbox {
	clear:both;
	float:left;
	width:680px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border:1px solid #379CCE;
}
#regionmap {
	float:right;
	border:0;
}
#arealist {
	width:160px;
	float:left;
	position:relative;
	left:15px;
	list-style:none;
	margin:0 !important;
	padding:10px 0 0 0 !important;
}
#arealist li {
	padding:3px 0;
}
#arealist li a {
	color:#345C96;
}
#arealist li a:hover {
	color:#000;
}
#searchadvanced {
	clear:both;
	float:left;
	width:100%;
	display:none;
}
#searchsuburb h2 {
	margin-bottom:10px;
}
#searchsuburb.advanced h2 {
	margin-bottom:0;
}
#searchsuburb h2 strong#advtitle {
	display:none;
}
#searchsuburb h2 strong#basictitle {
	display:block;
}
#searchsuburb.advanced h2 strong#advtitle {
	display:block;
}
#searchsuburb.advanced h2 strong#basictitle {
	display:none;
}

#searchsuburb.advanced #searchadvanced {
	display:block;
}
#searchsuburb h3 {
	clear:both;
	background:#F1F8FB;
	color:#379CCE;
	padding:20px 10px 10px 10px;
	margin:0;
	font-size:1em;
}
#searchsuburb h3 span {
	font-weight:normal;
}
#searchsuburb p.buffer {
	padding:5px 10px 0 10px;
	margin:0;
}
#searchadvanced p {
	padding:4px 10px;
	margin:0;
	border-top:1px solid #ceeaf6;
	line-height:1.7em;
}
#searchadvanced p em {
	color:#2BA739;
}
#searchadvanced p.cols,
#searchadvanced p.col {
	clear:left;
	float:left;
	padding:4px 0;
	width:100%;
}
#searchadvanced p.cols strong {
	clear:left;
	width:115px;
	float:left;
	position:relative;
	left:10px;
	line-height:1.8em;
}
#searchadvanced p.cols label {
	width:136px;
	float:left;
}
#searchadvanced p.cols label.nowidth {
	width:auto;
}
#searchadvanced p.cols select {
	/*width:136px;*/
}
#searchadvanced p.col strong {
	clear:left;
	width:115px;
	float:left;
	position:relative;
	left:10px;
}
#showadvanced {
	position:absolute;
	top:5px;
	right:10px;
	display:block;
	outline:0;
}
#searchbutton {
	float:right;
	margin:10px 10px 10px 0;
	font-size:1.4em;
	background:#2BA739;
	color:#fff;
	font-weight:bold;
	padding:5px 10px;
	border:0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	cursor:pointer;
}
#searchbutton2 {
	margin:10px 10px 10px 0;
	font-size:1.4em;
	background:#2BA739;
	color:#fff;
	font-weight:bold;
	padding:5px 10px;
	border:0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	cursor:pointer;
}
p.buttons {
	line-height:2.5em;
}
#alertbutton {
	margin:0 10px 0 0;
	font-size:1.4em;
	background:#2BA739;
	color:#fff;
	font-weight:bold;
	padding:5px 10px;
	border:0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	cursor:pointer;
}
#searchsuburb #advhead {
	display:none;
}
#searchsuburb.advanced #advhead {
	display:block;
}
.quarters {
	float:left;
	width:100%;
}
.quarters ul {
	list-style:none;
	margin:0;
	padding:0;
}
.quarters ul li {
	margin:0;
	padding:.2em 0 .2em 8px;
}
.quarters ul li a {
	color:#345C96;
	text-decoration:none;
}
.quarters ul li a:hover,
.quarters ul li a:active {
	color:#000;
	text-decoration:underline;
}
.quarters .quarter1 {
	float:left;
	width:23%;
	position:relative;
	overflow:hidden;
}
.quarters .quarter2 {
	float:left;
	width:23%;
	position:relative;
	left:2%;
	overflow:hidden;
}
.quarters .quarter3 {
	float:left;
	width:23%;
	position:relative;
	left:4%;
	overflow:hidden;
}
.quarters .quarter4 {
	float:left;
	width:23%;
	position:relative;
	left:6%;
	overflow:hidden;
}
input.email {
	width:300px;
}
#content .search .search-join .join-body td.firstcol,
#content .search .search-join .join-body td input,
#content .search .search-join .join-body td select,
#mydetails td.firstcol,
#mydetails td input,
#mydetails select {
	font-size:1.4em !important;
}
#emailalertlist {
	list-style:none;
	margin:0 !important;
	padding:10px 0 20px 0 !important;
}
#emailalertlist li {
	margin:0;
	padding:3px;
	position:relative;
	padding-left:25px;
}
#emailalertlist li.place {
	background:url(/img/place.gif) left no-repeat;
}
#emailalertlist li.person {
	background:url(/img/person.gif) left no-repeat;
}
#emailalertlist li form {
	display:inline;
}
#emailalertlist li label {
	padding-left:1em;
}
#emailalertlist li a {
	color:#345C96;
	margin-left:10px;
}
#emailalertlist li a:hover {
	color:#f00;
}
div.bluepanel {
	width:100%;
	padding:30px 20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background:#c1e6f8;
	background-image: -moz-linear-gradient(100% 100% 90deg, #c1e6f8, #e0f4fd);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e0f4fd), to(#c1e6f8));
	border-top:1px solid #fff;
	border-bottom:1px solid #b1cad6;
}
table.compare {
	-moz-box-shadow: 1px  2px 6px #888;
	-webkit-box-shadow: 1px 2px 6px #888;
	box-shadow: 1px 2px 6px #888;
	border:0;
	margin:20px 0;
}
table.compare th {
	background:#379CCE;
	color:#fff;
	font-weight:bold;
	text-align:center;
	padding:8px 5px;
}
table.compare td {
	background:#fff;
	padding:8px 5px;
}
table.compare td.highlight {
	background:#fcf5dd;
}
table.compare tr.price td {
	text-align:center;
}
table.compare tr.price td strong {
	font-size:2em;
	font-weight:bold;
	color:#379CCE;
}
table.compare tr td li {
	list-style:none;
	margin:0;
	padding:0 0 0 20px;
	background:url("/img/bullet.gif") 4px 6px no-repeat;
}
table.compare tr td li.tick {
	list-style:none;
	margin:0;
	padding:0 0 0 20px;
	background:url("/img/greentick.gif") top left no-repeat;
}
table.pricing {
	text-align:center;
	margin-top:50px;
}
table.pricing td {
	width:20%;
}
table.pricing div {
	background:#379CCE;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:15px 0;
	position:relative;
}
table.pricing div.big {
	font-size:1.2em;
	z-index:100;
}
table.pricing div #amazingvalue {
	margin:0;
	padding:0;
	width:120px;
	height:100px;
	position:absolute;
	top:-70px;
	left:-25px;
	background:url(/img/amazing-value.png) top left no-repeat;
	text-indent:-867583px;
}
table.pricing div:hover #amazingvalue,
table.pricing div:active #amazingvalue {
	top:-75px;
}
table.pricing div #mostpopular {
	margin:0;
	padding:0;
	width:120px;
	height:100px;
	position:absolute;
	top:-60px;
	right:-35px;
	background:url(/img/most-popular-arrow.png) top left no-repeat;
	text-indent:-867583px;
}
table.pricing div:hover #mostpopular,
table.pricing div:active #mostpopular {
	top:-65px;
}
table.pricing h3 {
	background:transparent;
	font-size:2em;
	margin-top:0;
	padding-top:0;
}
table.pricing div strong {
	display:block;
	font-size:3em;
	color:#FFD441;
	padding-bottom:15px;
}
table.pricing div input,
.specialbutton {
	margin:0;
	font-size:1.2em;
	background:#056109;
	background-image: -moz-linear-gradient(100% 100% 90deg, #056109, #84c187);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#84c187), to(#056109));
	color:#fff;
	font-weight:bold;
	padding:5px 10px;
	border:0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	cursor:pointer;
	-moz-box-shadow: 1px  2px 4px #232769;
	-webkit-box-shadow: 1px 2px 4px #232769;
	box-shadow: 1px 2px 4px #232769;
}
table.pricing div input:hover,
table.pricing div input:active,
.specialbutton:hover ,
.specialbutton:active {
	color:#FFD441;
}
td.big,
th.big {
	font-size:1.3em !important;
	padding:10px 20px !important;
}
a.blue {
	color:#379CCE;
}
a.blue:hover {
	color:#000;
}
#ffff {
	width:350px;
	height:20px;
	margin:0;
	padding:0;
	background:url(/img/find-fantastic-flatmates-faster.gif) top left no-repeat;
	display:block;
	clear:right;
	float:right;
	position:relative;
	right:10px;
}
#affw {
	width:600px;
	height:20px;
	margin:20px 0 0 30px;
	padding:0;
	background:url(/img/australias-friendliest-flatmate-website.gif) top left no-repeat;
}
#ffff strong,
#affw strong {
	position:relative;
	right:938476px;
}
#alertpanel {
	border:2px solid #358BBC;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-o-border-radius:20px;
	border-radius:20px;
	background:#E9F4F8 !important;
	width:296px;
	padding-bottom:13px;
	margin:0 0 20px 0;
	float:left;
	clear:both;
}
#alertpanel fieldset {
	margin:0;
	padding:0;
	border:0;
}
#alertpanel h2 {
	min-height:60px;
	padding-left:80px;
	width:190px;
	margin:10px 0;
	position:relative;
	left:10px;
	background:url(/img/email-icon.gif) left no-repeat;
	font-size:1.1em;
}
#alertpanel p {
	clear:both;
	width:270px;
	position:relative;
	left:13px;
}
#alertpanel p.right {
	text-align:right;
	margin-bottom:0;
	padding-bottom:0;
}
#emailalertemail {
	float:left;
	position:relative;
	top:.3em;
	padding:.2em;
	width:200px;
}
#emailalertsubmit {
	color:#fff;
	background:#31a40e;
	border:0;
	padding:.5em;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	cursor:pointer;
	font-weight:bold;
	font-size:1em;
}
#emailalertsubmit:hover {
	color:#FFD441;
}
#sidepanel {
	border:2px solid #358BBC;
	border-left:0;
	-moz-border-radius-topright:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	-webkit-border-bottom-right-radius:20px;
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;
	background:#E9F4F8 !important;
	width:298px;
	padding-bottom:20px;
	margin:0 0 20px 0;
	float:left;
	clear:both;
}
#sidepanel h2 {
	padding:15px 0 5px 0;
	font-size:1em;
	width:260px;
	position:relative;
	left:20px;
	clear:left;
}
#sidepanel ul {
	font-size:1em;
	list-style:none;
	margin:0;
	padding:0 15px 10px 0;
	width:260px;
	position:relative;
	left:20px;
}
#sidepanel ul li {
	padding:4px 0;
	line-height:1.2em;
}
#sidepanel ul.columns li {
	float:left;
	width:50%;
}

#sidepanel ul.columns li:nth-child(odd) {
	clear:left;
}
#sidepanel ul.columns li:nth-child(even) {
	position:relative;
	left:10px;
}

#sidepanel a {
	color:#345C96;
}
#sidepanel a:hover {
	color:#000;
}
#suburbpanel {
	width:300px;
	margin-bottom:20px;
}
#suburbpanel h2 {
	margin:0;
	padding:0 0 8px 0;
}
#suburbpanel p.caption {
	margin:0 0 10px 0;
	padding:5px 0;
	background:#eee;
	text-align:right;
	font-size:.9em;
}
#suburbpanel p.caption em {
	width:290px;
	position:relative;
	right:5px;
}
#suburbpanel p.caption em a {
	color:#555;
	text-decoration:none;
}
#suburbpanel p.caption em a:hover {
	text-decoration:underline;
}
#quotebox {
	background:#eee;
	padding:10px 0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin:20px 0 20px 0;
	clear:left;
	float:left;
	width:300px;
}
#quotebox h3 {
	float:left;
	width:284px;
	background:transparent;
	color:#555;
	margin:0;
	padding:0;
	position:relative;
	left:8px;
	font-size:1.1em;
}
#quotebox form {
	margin:0 !important;
	padding:0 !important;
	display:block;
	clear:both;
	float:left;
}
#suburbquotes {
	clear:left;
	float:left;
	margin:0;
	padding:8px 0 8px;
	list-style:none;
	width:280px;
}
#suburbquotes li {
	padding:4px 0;
	clear:left;
	float:left;
	width:300px;
	line-height:1.3em;
}
#suburbquotes li:hover {
	background:#feffc7;
}
#suburbquotes li em {
	float:left;
	display:block;
	width:230px;
	position:relative;
	left:8px;
	color:#444;
	padding:2px 0;
}
#suburbquotes li a {
	display:block;
	float:right;
	position:relative;
	right:8px;
	padding:.3em .5em;
	margin:0;
	background:#ccc;
	color:#fff;
	text-decoration:none;
	font-size:.8em;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
#suburbquotes li a:hover {
	background:#1e6a14;
}
#suburbquotes li a span {
	display:none;
}
#suburbpanel fieldset {
	margin:0;
	padding:0;
	border:0;
	clear:both;
	float:left;
	width:284px;
	position:relative;
	left:8px;
}
#quotebox label {
	line-height:1.5em;
}
#suburbquote {
	float:left;
	width:230px;
}
#addquote {
	float:right;
	padding:.3em .5em;
	margin:0;
	border:0;
	background:#ccc;
	color:#fff;
	text-decoration:none;
	font-size:.8em;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	cursor:pointer;
}
#addquote:hover {
	background:#1e6a14;
}
#fieldhint {
	clear:left;
	float:left;
	color:#f00;
	padding:5px 0 0 0;
	margin:0;
	display:none;
}
div.sideborder {
	border:2px solid #358BBC;
	float:none !important;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:20px;
	/*background:#E9F4F8 !important;*/
	background:#fff;
	width:296px;
	padding:10px 0;
	margin-bottom:20px;
	clear:both;
}
div.sideborder div.pad img {
	display:block;
}
div.sideborder p {
	clear:both;
}
div.sideborder div.pad {
	padding:10px !important;
}
ul.cols {
	clear:left;
	float:left;
	width:240px;
}
ul.cols li {
	float:left;
	width:120px;
}
#suburbrents {
	width:300px;
	background:#eee;
	clear:left;
	float:left;
	margin-bottom:20px;
}
#suburbrents h2 {
	padding:.5em 10px;
	margin:0;
	background:#ddd;
	font-size:1.1em;
}
#suburbrents p {
	clear:both;
	float:left;
	width:280px;
	position:relative;
	left:10px;
	margin:0;
	padding:.8em 0;
}
#suburbrents ul {
	clear:left;
	float:left;
	width:300px;
	list-style:none;
	margin:0 0 25px 0;
	padding:0;
	line-height:1.9em;
}
#suburbrents ul li {
	float:left;
	width:150px;
}
#suburbrents ul li span {
	float:left;
	width:44px;
	text-align:right;
	white-space:nowrap;
}
#suburbrents ul li a {
	float:right;
	width:100px;
	white-space:nowrap;
}
#suburbrents.area16 {
	background:#e3f3b4;
	color:#6d9254;
}
#suburbrents.area16 h2 {
	background:#d1eb85;
	color:#315921;
}
#suburbrents.area16 a {
	color:#315921;
}
#suburbrents.area16 a:hover {
	color:#000;
}

#suburbrents.area5 {
	background:#dcd3e6;
	color:#988fa2;
}
#suburbrents.area5 h2 {
	background:#d0c3df;
	color:#3c3865;
}
#suburbrents.area5 a {
	color:#3c3865;
}
#suburbrents.area5 a:hover {
	color:#000;
}

#suburbrents.area17 {
	background:#f7e6c2;
	color:#a29883;
}
#suburbrents.area17 h2 {
	background:#d5bc86;
	color:#543518;
}
#suburbrents.area17 a {
	color:#543518;
}
#suburbrents.area17 a:hover {
	color:#000;
}

#suburbrents.area37 {
	background:#f7e6c2;
	color:#897274;
}
#suburbrents.area37 h2 {
	background:#fed491;
	color:#543518;
}
#suburbrents.area37 a {
	color:#67403a;
}
#suburbrents.area37 a:hover {
	color:#000;
}

#suburbrents.area13 {
	background:#c7d9e7;
	color:#a08f8d;
}
#suburbrents.area13 h2 {
	background:#aac3d6;
	color:#282a33;
}
#suburbrents.area13 a {
	color:#282a33;
}
#suburbrents.area13 a:hover {
	color:#000;
}
#qldfloods {
	clear:left;
	float:left;
	width:1000px;
	margin-top:10px;
}
#qldfloods p {
	clear:left;
	float:left;
	padding:0;
	margin:0;
	color:#df1e23;
	font-size:1.2em;
	text-align:center;
	width:1000px;
}
#qldfloods p a {
	font-weight:bold;
	color:#df1e23;
}

#ssresults {
	clear:both;
	float:left;
	width:680px;
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
	background:#358BBC;
}
#ssresults li.thumbnail,
#ssresults li.text {
	clear:left;
	float:left;
	width:660px;
	background:#fff;
	position:relative;
	left:10px;
	margin:5px 0 10px 0;
	padding:0;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
}
#ssresults li.text {
	padding-bottom:5px;
}
#ssresults li.divider {
	clear:left;
	float:left;
	width:660px;
	position:relative;
	left:10px;
	margin:5px 0 0 0;
	padding:0;
}
#ssresults li.divider h2 {
	color:#fff;
}
#ssresults li.thumbnail a.image {
	display:block;
	float:left;
	width:207px;
	padding:10px 0;
	position:relative;
	left:10px;
}
#ssresults li.thumbnail a.image span {
	float:left;
	position:absolute;
	top:70px;
	right:80px;
	width:38px;
	height:38px;
	background:url(../img/video.png) top left no-repeat;
	text-indent:-938475px;
}
#ssresults li.thumbnail a.image img {
	border:0;
	display:block;
	float:left;
}
#ssresults li.thumbnail div.text,
#ssresults li.text div.text {
	float:right;
	width:415px;
	position:relative;
	right:10px;
	padding:10px 0 0 0;
	overflow:hidden;
}
#ssresults li.text div.text {
	width:635px;
}
#ssresults li div.text p {
	white-space:nowrap;
}
#ssresults li h3 {
	clear:both;
	background:#fff;
	padding:5px 0 0 0;
	margin:5px 0;
	border-top:1px solid #232769;
	color:#000;
	white-space:nowrap;
}
#ssresults li ul {
	list-style:disc;
	margin-left:1.2em;
	padding-left:0;
}
#ssresults li ul li {
	white-space:nowrap;
}
#ssresults li div.left {
	float:left;
}
#ssresults li div.left p {
	padding:.5em 0;
}
#ssresults li div.right {
	float:right;
	text-align:right;
}
#ssresults li div.right p {
	margin:0;
	padding:0;
}
#ssresults li div.right p.placeicons {
	clear:both;
	float:right;
	width:80px;
	height:30px;
	position:relative;
	margin-top:5px;
}
#ssresults li div.right p.placeicons span.bathrooms {
	display:block;
	float:right;
	position:absolute;
	top:0;
	right:0;
	width:20px;
	height:27px;
	background:url(../img/bath.gif) top left no-repeat;
}
#ssresults li div.right p.placeicons span.bathrooms span {
	display:none;
}
#ssresults li div.right p.placeicons span.bathrooms strong {
	position:absolute;
	left:0;
	bottom:-1px;
	width:20px;
	text-align:center;
	color:#358BBC;
}
#ssresults li div.right p.placeicons span.bedrooms {
	display:block;
	float:right;
	position:absolute;
	top:0;
	right:30px;
	width:20px;
	height:27px;
	background:url(../img/bed.gif) top left no-repeat;
}
#ssresults li div.right p.placeicons span.bedrooms span {
	display:none;
}
#ssresults li div.right p.placeicons span.bedrooms strong {
	position:absolute;
	left:0;
	bottom:-1px;
	width:20px;
	text-align:center;
	color:#358BBC;
}
#ssresults li div.right p.placeicons span.townhouse {
	display:block;
	float:right;
	position:absolute;
	top:0;
	right:60px;
	width:30px;
	height:25px;
	background:url(../img/townhouse.gif) top left no-repeat;
}
#ssresults li div.right p.placeicons span.house {
	display:block;
	float:right;
	position:absolute;
	top:0;
	right:60px;
	width:28px;
	height:25px;
	background:url(../img/house.gif) top left no-repeat;
}
#ssresults li div.right p.placeicons span.unit {
	display:block;
	float:right;
	position:absolute;
	top:0;
	right:60px;
	width:20px;
	height:25px;
	background:url(../img/flat.gif) top left no-repeat;
}
#ssresults li div.right p.placeicons span.townhouse span,
#ssresults li div.right p.placeicons span.house span,
#ssresults li div.right p.placeicons span.unit span {
	display:none;
}
#ssresults li a.more {
	position:absolute;
	bottom:10px;
	right:0;
	color:#fff;
	padding:.5em 1em;
	background:#008d28;
	margin:0;
	text-decoration:none;
	font-weight:bold;
	border:10px solid #fff;
	border-bottom:0;
}
#ssresults li a.more:hover {
	text-decoration:underline;
}
p#pagenumbers {
	clear:both;
	float:left;
	width:680px;
	margin:0;
	padding:.5em 0;
	line-height:2em;
	font-size:1.2em;
	text-align:center;
}
p#pagenumbers a {
	background:#fff;
	color:#358BBC;
	padding:.2em .4em;
	margin:0 .1em;
	text-decoration:none;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
}
p#pagenumbers a:hover {
	background:#358BBC;
	color:#fff;
}
p#pagenumbers strong {
	background:#000;
	color:#fff;
	padding:.2em .4em;
	margin:0 .1em;
	font-weight:bold;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
}
#suggestplaceholder {
	width:400px;
	position:relative;
}
#suggestions {
	position:absolute;
	left:0;
	top:0;
	background:#ccc;
	color:#000;
	width:400px
}
ul#suggestlist {
	list-style:none;
	margin:0;
	padding:0;
	width:400px
}
#suggestplaceholder ul#suggestlist li {
	margin:0px;
	padding:.3em 10px;
	border-bottom:1px solid #ccc;
	cursor:pointer;
	width:400px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background:#358BBC;
	color:#fff !important;
	text-align:right;
}
#suggestplaceholder ul#suggestlist li span {
	color:#fff !important;
}
ul#suggestlist li span {
	float:left;
}
#suggestplaceholder ul#suggestlist li:hover,
#suggestplaceholder.suggestion1 #suggestion1,
#suggestplaceholder.suggestion2 #suggestion2,
#suggestplaceholder.suggestion3 #suggestion3,
#suggestplaceholder.suggestion4 #suggestion4,
#suggestplaceholder.suggestion5 #suggestion5,
#suggestplaceholder.suggestion6 #suggestion6,
#suggestplaceholder.suggestion7 #suggestion7,
#suggestplaceholder.suggestion8 #suggestion8,
#suggestplaceholder.suggestion9 #suggestion9,
#suggestplaceholder.suggestion10 #suggestion10,
#suggestplaceholder ul#suggestlist li:hover span,
#suggestplaceholder.suggestion1 #suggestion1 span,
#suggestplaceholder.suggestion2 #suggestion2 span,
#suggestplaceholder.suggestion3 #suggestion3 span,
#suggestplaceholder.suggestion4 #suggestion4 span,
#suggestplaceholder.suggestion5 #suggestion5 span,
#suggestplaceholder.suggestion6 #suggestion6 span,
#suggestplaceholder.suggestion7 #suggestion7 span,
#suggestplaceholder.suggestion8 #suggestion8 span,
#suggestplaceholder.suggestion9 #suggestion9 span,
#suggestplaceholder.suggestion10 #suggestion10 span {
	background:#000;
	color:#FFD441 !important;
}
.load{
	background:url(/img/loader.gif) 99% 50% no-repeat;
}

















