/* RESETS */
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}
	body {
		font-family: helvetica, arial, sans-serif;
		font-size:62.5%;
		line-height: 1;
	}
	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: none;
	}

	/* remember to define focus styles! */
	:focus {
		outline: 0;
	}
	a:focus {
		outline: 1px dotted;
	}

	/* remember to highlight inserts somehow! */
	ins {
		text-decoration: none;
	}
	del {
		text-decoration: line-through;
	}

	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	a img {border:none;}

@font-face {
	font-family: 'allerb';
	src: url('type/aller_bd-webfont.eot');
	src: local('?'), url('type/aller_bd-webfont.woff') format('woff'), url('type/aller_bd-webfont.ttf') format('truetype'), url('type/aller_bd-webfont.svg#webfontyq7TWeJT') format('svg');
	font-weight: normal;
	font-style: normal;
	}

@font-face {
	font-family: 'alleri';
	src: url('type/aller_it-webfont.eot');
	src: local('?'), url('type/aller_it-webfont.woff') format('woff'), url('type/aller_it-webfont.ttf') format('truetype'), url('type/aller_it-webfont.svg#webfontHOmxYIG5') format('svg');
	font-weight: normal;
	font-style: normal;
	}

@font-face {
	font-family: 'aller';
	src: url('type/aller_rg-webfont.eot');
	src: local('?'), url('type/aller_rg-webfont.woff') format('woff'), url('type/aller_rg-webfont.ttf') format('truetype'), url('type/aller_rg-webfont.svg#webfontNCE0DuIP') format('svg');
	font-weight: normal;
	font-style: normal;
	}

@font-face {
	font-family: 'goudy';
	src: url('type/goudy_bookletter_1911-webfont.eot');
	src: local('?'), url('type/goudy_bookletter_1911-webfont.woff') format('woff'), url('type/goudy_bookletter_1911-webfont.ttf') format('truetype'), url('type/goudy_bookletter_1911-webfont.svg#webfont2ArorsD5') format('svg');
	font-weight: normal;
	font-style: normal;
	}

em {font-family: "alleri";}
body {
	background-color: #cc9;
	font-family: "aller", "trebuchet ms", verdana, sans-serif;
}
#container {
	margin: 0 auto;
	width: 960px;
	padding: 10px 0 1px;
	background-color: #fff;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}
#content {
	float: left;
	padding: 0 30px;
	background-color: #fff;
	*margin-bottom: -26px; /* I hate my life */
}
.searching #content { width: 900px; }
.no-boxshadow #content {
	width: 900px;
	margin-left: -1px;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}
.boxshadow #container, .boxshadow #content {
	border: 0;
	box-shadow: 0 -10px 0 #fff, 5px 0 10px rgba(0, 0, 0, 0.5), -5px 0 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 -10px 0 #fff, 5px 0 10px rgba(0, 0, 0, 0.5), -5px 0 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 -10px 0 #fff, 5px 0 10px rgba(0, 0, 0, 0.5), -5px 0 10px rgba(0, 0, 0, 0.5);
}
#header {
	margin-bottom: 25px;
	padding: 10px 30px;
	background-color: #1790c9;
}
.cssgradients #header {
	background: #1790c9 -webkit-gradient(linear, left top, left bottom, from(#0d7eb6), to(#20a0dd));
}
#leftcol {
	position: relative;
	float: left;
	margin-right: 50px;
	padding-bottom: 15px;
	width: 275px;
	border: 1px solid #999;
}
.searching #leftcol { float: none; margin: 0 auto; }
.boxshadow #leftcol {
	border: none;
	box-shadow: 1px 0 5px rgba(0, 0, 0, 0.3), -1px 0 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.3), -1px 0 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.3), -1px 0 5px rgba(0, 0, 0, 0.3);
}
#rightcol {
	float: left;
	margin-top: 12em;
	width: 575px;
}
.thankyou #rightcol { margin-top: 0; }
.no-boxshadow #rightcol {
	width: 548px;
}

#form-top {
	position: absolute;
	left: 325px;
	width: 520px;
	padding: 10px 15px;
	font-size: 1.4em;
	line-height: 1.4em;
	color: #fff;
	background-color: #8e8d23
}
.borderradius #form-top, .borderradius #column2 {
	border-radius: 20px / 15px;
	-moz-border-radius: 20px / 15px;
	-webkit-border-top-left-radius: 20px 15px;
	-webkit-border-top-right-radius: 20px 15px;
	-webkit-border-bottom-left-radius: 20px 15px;
	-webkit-border-bottom-right-radius: 20px 15px;
}
.boxshadow #form-top {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

a {
	color: #1790C9;
}
a:hover {
	color: #8E8D23;
}
#footer {
	clear: left;
	margin-bottom: 15px;
	padding-top: 15px;
	text-align: center;
	font-size: 1.0em;
	line-height: 1.2em;
}

/* ----- HEADER ----- */
#header h1 {
	font-family: "goudy", "times new romain", "georgia";
	font-size: 4em;
	font-weight: normal;
	line-height: 1.2em;
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6)
}
#header h2 {
	font-family: "goudy", "times new romain", "georgia";
	font-size: 1.6em;
	font-weight: normal;
	text-align: center;
}

/* ----- SEARCH FORM COLUMN ----- */
#formArea,
#form-result,
#searching {
	padding: 0 15px;
}
#searchcriteria h3, #contact h3,
#form-result h2,
#searching h1 {
	width: 275px;
	margin-left: -15px;
	margin-bottom: 1.5em;
	font-size: 1.8em;
	line-height: 1.8em;
	text-align: center;
	background-color: #fc0;
	font-family: "goudy", "times new romain", "georgia";
	font-weight: normal;
}
#contact h3 { font-family: "aller", "trebuchet ms", verdana, sans-serif; }
.borderradius #searchcriteria h3, .borderradius #leftcol, .borderradius #contact, .borderradius #contact h3 {
	border-radius: 20px 20px 0 0 / 15px 15px 0 0;
	-moz-border-radius: 20px 20px 0 0 / 15px 15px 0 0;
	-webkit-border-top-left-radius: 20px 15px;
	-webkit-border-top-right-radius: 20px 15px;
}
#required-text {
	position: absolute;
	top: 4em;
	width: 100%;
	text-align: center;
	font-size: 1em;
}
#returning {
	position: absolute;
	bottom: 8.5em;
	left: 25px;
	font-size: 1em;
}

/* ----- LIGHTBOX ----- */
#covering {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); /* !!! */
	opacity: 0;
	z-index: 1;
}
#column2 {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 325px;
	padding: 0 25px 25px;
	width: 250px;
	margin-top: 50px;
	background-color: #FFF9DF;
	border: 1px solid #CFB75A;
	z-index: 100;
}
.boxshadow #column2 {
	box-shadow: 0 0 8px rgba(255, 204, 0, 0.6);
	-moz-box-shadow: 0 0 8px rgba(255, 204, 0, 0.6);
	-webkit-box-shadow: 0 0 8px rgba(255, 204, 0, 0.6);
}
.no-csscolumns #column2 ul li {
	float: left;
	width: 50%;
}
.csscolumns #column2 ul {
	column-count: 2;
	-moz-column-count: 2;
	-webkit-column-count: 2;
}
#column2 label.required {
	display: block;
	width: 300px;
	margin-bottom: 15px;
	margin-left: -25px;
	font-size: 1.7em;
	line-height: 2em;
	text-align: center;
	background-color: #fc0;
	font-family: "goudy", "times new romain", "georgia";

}
.borderradius #column2 label.required {
	border-radius: 20px 20px 0 0 / 15px 15px 0 0;
	-moz-border-radius: 20px 20px 0 0 / 15px 15px 0 0;
	-webkit-border-top-left-radius: 20px 15px;
	-webkit-border-top-right-radius: 20px 15px;
}
#areaClose {
	clear: left;
	display: block;
	margin-top: 1em;
	font-size: 1.2em;
	text-align: center;
}
/*!!!*/
#column2 .required-validator {
	visibility: hidden;
	background-color: red;
	position: absolute;
	display: block;
	top: 45px;
	left: -140px;
	width: 50px;
	height: 50px;
}

/* ----- FORM ----- */
sup {
	margin-right: .2em;
}
select {
	font-size: 1.2em;
}
select, option, input, #areaLink {
	background-color: #FFF9DF;
	border: 1px solid #CFB75A;
}
#column2 input {
	border: 0;
}
option { border: 0; }
.propertytype select {
	width: 100%;
	margin-top: 15px;
}
.minprice select, .maxprice select, .minbed select, .minbath select,
.age select, .acreage select{
	float: left;
	width: 80px;
	margin-top: 15px;
}
.minprice select, .minbed select, .age select {
	margin: 15px 30px 0;
}
#areaLink {
	display: block;
	margin-top: 15px;
	width: 100%;
	font-size: 1.2em;
	text-decoration: none;
	color: #000;
}
#areaLink:hover, select:focus, input:focus {
	background-color: #FFFCEF;
	border: 1px solid #EFD777;	
}

.mortgage {
	clear: left;
	padding-top: 15px;
	font-size: 1.2em;
}
.mortgage select {
	display: block;
	width: 80px;
	margin-top: 3px;
}

#contact {
	margin: 30px 0 15px;
	padding: 0 10px 4em;
	border: 1px solid #999;
}
#contact h3 {
	position: relative;
	width: 245px;
	margin-left: 0;
	left: -11px;
	font-size: 1.4em;
	font-weight: normal;
	color: #fff;
	background-color: #999;
}
#contact input {
	width: 100%;
}
#contact label {
	display: block;
	margin-top: 10px;
	font-size: 1.2em;
}
.submitbutton {
	display: block;
	margin: 0 auto;
	width: 65%;
}
#bottomtext {
	margin-top: 10px;
	text-align: center;
}

.fresh #column2 {
    width: 350px;
}
.fresh #column2 label.required { 
    width: 400px;
}


/* ----- HIDDEN LABELS ----- */
.propertytype label, .minprice label, .maxprice label, .minbed label, .minbath label,
.age label, .acreage label, #img-processing{
	display: none;
}

/* ----- PROPERTY DETAILS ----- */
	#title {
		margin-bottom: .3em;
		font-size: 2.6em;
		line-height: 1.2em;
	}
	#photos {
		width: 487px;
	}
	#thumbnails li {
		float: left;
	}
	#thumbnails li img {
		width: 89px;
		margin: 10px 4px;
	}
	#thumbnails li:not(a) img {
		margin: 10px 10px 10px 0;
	}
	#thumbnails li:last-child img {
		margin: 10px 0 10px 1px;
	}

	#details {
		width: 550px;
	}
	#details li {
		display: inline;
		padding-right:10px;
		margin-bottom: 5px;
		margin-right: 10px;
		font-size: 1.4em;
		font-style: italic;
		font-family: "alleri", "trebuchet ms", verdana, sans-serif;
		border-right: 1px solid #74B3CF;
	}
	#details li:last-child {
		padding-right: 0;
		margin-right: 0;
		border-right: 0;
	}
	#details p {
		margin-top: 1em;
		padding-top: .5em;
		font-size: 1.2em;
		line-height: 1.6em;
		border-top: 1px solid #1790C9;
	}

	.classvisible { display: block; }
	.classhidden { display: none; }
	#map {
		clear: left;
		margin: 15px auto;
		width: 385px;
	}
	#map ul {
		margin-left: 25%;
	}
	#map ul li {
		float: left;
		margin: 0 25px 5px 0;
	}
	#map ul li a {
		font-size: 1.4em;
		text-decoration: none;
	}