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 {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* 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;
}

hr {
	display:none;
}

/* get rid of focus dottted line for firefox */
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  	border: 1px dotted transparent;
	}
	
textarea:focus, 
button:focus, 
select:focus, 
input:focus {
	outline-offset: -1px; 
}


body {
	font: 62.5%/185% Arial, Verdana, sans-serif;
	color:#333;
	background:#222;
}

#container {
	width:700px;
	margin: 0 auto;
	position:relative;
	background:#fff url("/img/header-bg.jpg") no-repeat;
}

#container h1 {
	display:block;
	text-indent:-9999em;
}

#content {
	width:650px;
	padding:0 25px 25px;
	margin-top:211px;
	overflow:hidden;
}

#content p {
	font-size:1.2em;
}

#content strong {
	font-weight:bold;
}

#content h2 {
	font-weight:bold;
	font-size:1.8em;
	margin:15px 0;
}

#content h2 em {
	color:#c00;
	font-style:normal;
}

#footer {
	width:700px;
	margin: 0 auto;
	text-align:center;
	color:#fff;
	font-size:1.2em;
	padding-top:25px;
	margin-top:25px;
	background:transparent url("/assets/stealth/images/equalogo.gif") top center no-repeat;
}

#footer a {
	color:#fff;
}

#searchcriteria {
	width:648px;
}

.realtor {
	color:#ffc;
}

.copyright a, .copyright a:visited, .copyright a:hover {
	color:#ccc;
	text-decoration:none;
}

#header p {
	display:block;
	text-indent:-9999em;
}

/*-- search area --*/

#content h3 {
	padding:3px 10px;
	font-size:1.3em;
	color:#fff;
	margin:0 0 25px 0;
	line-height:20px;
	background:#3567BC;
	clear:both;
	display:block;

}

#content #message {
	background:#eee;
	border-right:1px solid red;
	border-left:1px solid red;
	border-bottom:1px solid red;
	margin-top:15px;
	position:relative;
	z-index:10000;
}

#content #message p {
	margin:25px;
	font-size:1.4em;
	color:red;
}

#content #message h3 {
	background:red;
	margin-bottom:0;
}

#contact, #searchcriteria {
	margin-bottom:18px;
	padding-bottom:15px;
	float:left;
	margin-top:15px;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	
}

html body .box.mortgage label{
	display:block;
	float:none;
	width:100%;
}

html body .box.mortgage label select.select{
	display:block;
}

html body .box.mortgage label:after{
	content:'';
}

html body .box.searchtype label, html body .box.areas label {
	display:block;
	width:258px;
	text-align:left;
	font-size: 1.2em;
	background:#666;
	color:#fff;
	padding-left:5px;
	margin-bottom:10px;
}

html body .box.searchtype span {
	display:block;
	clear:both;
}

html body .box.searchtype span label, html body .box.areas #areas label  {
	background:transparent;
	font-size:1.2em;
	padding:0;
	margin:0;
	display:inline;
	width:auto;
	font-weight:normal;
	color:#3567BC;
	text-decoration:underline;
	cursor:pointer;
}

html body .box.searchtype input, html body .box.areas #areas input {
	border:0 none;
}

html body .box.areas #areas input:focus, html body .box.searchtype input:focus {
	background:none;
}


#areas a {
	font-size:1.2em;
	color:#3567BC;
	text-decoration:underline;
	background:transparent url("/images/cssimages/nocheck.gif") no-repeat;
	padding-left:22px;
}

#areas a.checkon {
	background:transparent url("/images/cssimages/check.gif") no-repeat;
}

#column1  {
	width:300px;
	overflow:hidden;
	float:right;
	margin-right:30px;
}

#column2 {
	float:left;
	margin-left: 25px;
	width:268px;
	background:#fff;
}

#areas li ul {
	margin: 10px 10px 10px 0;
	height:270px;
	overflow:auto;
	border-top:1px solid #7D7D7D;
	border-right: 1px solid #C1C1C1;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #C4C4C4;
	background:#ffc;
	width:265px;
}

.box.areas #areas li ul label  {
	color:#222;
	font-weight:bold;
	text-decoration:none;
}

#areas li {
	margin-bottom:5px;
	font-weight:bold;
}

#areas li li {
	margin-bottom:0;
}

#areas li ul label {
	color:#333;
}

#areas li ul label:after {
	content: '';
}

.box.searchtype span label:hover {
	color:#333;
}

.box.searchtype span label:after, .box.areas label:after  {
	content: '';
}

.box.areas #areas.single {
	width:261px;
	height:270px;
	overflow:auto;
	border-top:1px solid #7D7D7D;
	border-right: 1px solid #C1C1C1;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #C4C4C4;
}

.box {
	width:300px;
	float:left;
	margin-right:20px;
	margin-bottom:8px;
}

.box label {
	width:95px;
	text-align:right;
	color:#222;
	font-size:1.2em;
	font-weight:bold;
	float:left;
	display:block;
	line-height:22px;
}

.box label:after {
	
}
.box span label, 
.box span input, 
.areas input.checkbox, 
.areas label {
	float:none;
	text-align:left;
	display:inline;
	width:auto;
}

.box input, .box select, .box textarea {
	float:right;
	font: 1.2em Arial, Verdana, sans-serif;
	padding:3px;
	width:190px;
	border-top:1px solid #7D7D7D;
	border-right: 1px solid #C1C1C1;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #C4C4C4;
}

.box textarea {
	height:120px;
	overflow:auto;
}

.box input:hover, .box input:focus {
	background:#ffc;
}

.box select {
	width:198px;
}

.submitbutton {
	font: 1.6em "Trebuchet MS", Arial, Verdana, sans-serif;
	text-transform:uppercase;
	border:0 none;
	background:#3567BC;
	color:#fff;
	padding: 5px 10px;
	border-top:3px solid #5389DF;
	border-right: 3px double #17335F;
	border-bottom: 3px double #17335F;
	border-left: 3px solid #5389DF;
	cursor: pointer;
	margin: 0 auto;
	display:block;
	clear:both;
	width:250px;
}

.submitbutton:hover {
	color:#ff3;
}

.submitbutton:active {
	color:#ff3;
	border-bottom:3px double #5389DF;
	border-left: 3px solid #17335F;
	border-top: 3px solid #17335F;
	border-right: 3px double #5389DF;
}

.required-validator span {
	width:124px;
	height:35px;
	font-size:1.2em;
	position:absolute;
	margin-top:-7px;
	margin-left: 200px;
	z-index:100;
	background:transparent url("/assets/stealth/images/alert-empty.gif") no-repeat;
    color:#000;
    text-align:center;
    line-height:35px;
}

.required-validator span.areas-validator {
	margin-left:170px;
}

label.required sup 
{
	font-size:1.4em;
	padding-right:3px;
	color:red;
}

#required-text {
	font-size: 1.2em;
	color:#fff;
	right:40px;
	margin-top:18px;
	position:absolute;
}

#thankyou
{
	padding-top:20px;
	height:300px;
	text-align:center;
	width:500px;
	margin:auto;
}

#thankyou h2
{
	font-size:2.0em;
}

#thankyou p
{
	font-size:1.4em;
	color:#666666;
}

#thankyou p.thanks
{
	margin-top:10px;
}

#thankyou a{
	font-size:1.6em;
	margin:20px auto 30px auto;
	display:block;
	width:270px;
	height:50px;
	line-height:50px;
	background-color:#FAD105;
	text-align:center;
	border:1px solid #666;
	color:#222;
}

#form-result-login a{
	font-size:1.2em;
	margin:10px 0;
	display:block;
	width:auto;
	height:auto;
	line-height:normal;
	background-color:transparent;
	text-align:center;
	border:0 none;
	color:#222;
}

#form-result-credentials{
	font-size:1.2em;
	font-weight:normal;
	letter-spacing:0.05em;
}

.form-result-login{
	font-weight:bold;
	letter-spacing:normal;
}

#img-processing
{
	margin:auto;
	margin-top:25px;
	display:none;
}

.broker.arizona {
    position: absolute;
    top:0;
    right:0;
    margin-top:10px;
    margin-right:10px;
    color: white;
    font-size: 1.5em;
}